{"_id":"jodit-vue","_rev":"22-3aab933318a4a4d2950bd0821f04a5b6","name":"jodit-vue","dist-tags":{"latest":"3.1.0"},"versions":{"1.0.0":{"name":"jodit-vue","version":"1.0.0","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.umd.min.js","keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","serve":"vue-cli-service serve","build":"vue-cli-service build --mode production --dest dist --target lib --name jodit-vue --dashboard --entry ./src/JoditVue.vue","lint":"vue-cli-service lint","prepublish":"yarn lint && yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"jodit":"^3.2.21","vue":"^2.5.17"},"devDependencies":{"@vue/cli-plugin-babel":"^3.1.1","@vue/cli-plugin-eslint":"^3.1.5","@vue/cli-service":"^3.1.4","@vue/eslint-config-standard":"^4.0.0","all-contributors-cli":"^5.4.1","babel-eslint":"^10.0.1","eslint":"^5.8.0","eslint-plugin-vue":"^5.0.0-0","vue-template-compiler":"^2.5.17"},"gitHead":"d1c0e6dd5667d099e31c53ee8df9318af6d01af2","_id":"jodit-vue@1.0.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.2","_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"dist":{"integrity":"sha512-BY7FGMs2if0HFtSd8/Jnl6u6Pqo5RBOLWnGkM16rR68X+pB5oRnyrcKCZ49buoQ/a+2q7MAKE/nFhzTi/HyQzw==","shasum":"0f84ef419791de347c4e7cc8cb6b735c816e14d9","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-1.0.0.tgz","fileCount":12,"unpackedSize":307445,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7x4CCRA9TVsSAnZWagAATO0P/jqcfDrBf/X1TMZ5aKun\nF3AWMf22WJwGAn9ep9FK0UxzaIYcy+rzsHOm+ElcHpzbOnKXC3lgI7Iyhuo1\nS5OaLB8+qkbVK4FwhSFgnrbb+z5n1tlIaWC4ANBJ7gNIiW2iSnZIvHg902Z9\nuWL2iI4fXSY+2ifGCigV76Ad/mbsJgp/YNZY0l+jUSkSf0fT7z39WHI1q0Qf\n8NEQxdXWQ6PYU3AvZUo1AeNVUsNBtxhYRvIZfb+FM7Kzy7GgstkbBJPlzalT\nm1cDDN3FbJmAIFIuK+IdBhGY+/+YHDkLskii2F8R/i6QTsTh/fkj+nPwxCX3\nHW5MhkJCmi3zd84uQzCQuYyvxJzUBddP30d8HVFBZJchsg9rUxB20TU0t5LZ\nmleWEXrX8ivjn1wn+ATQnW8wfGHk3LxPIfWtL8N+YUO00EwMDIq+pmZrCSTd\numxxQzCVaIhI9CFjTiebWKztCfHPa0jer5n+ozi9P1eDFj2p4g7dkaaA8z36\na/AztqiANXfCqJ6s/xz9vrXo0dgSNgXd+XyUSpC1b8iCv4SM0Wy8EAXBg3aL\n/WakbqOKVepfsIbLigCf+ILbnDNuv2weO4dDrYhn+oE5V3KkUmuXjolseJBq\n2zcBxrMjrB79DMhVrRxqyz1xEqKKEJ2tDe4i0rFfOQxOB3GGxsw7zBUJJNJH\n9Z5c\r\n=3Dde\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHZOceUp59MMvWz7s8/BsP97I9kX3Frnazu/338rmfxXAiEA5YVCF0ML4O/jmxteHc6cHjlKwwbPaTlIRUnN2ZS890I="}]},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_1.0.0_1542397441420_0.09188335330170916"},"_hasShrinkwrap":false},"1.0.1":{"name":"jodit-vue","version":"1.0.1","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.umd.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.min.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","lint":"eslint --color --ext .js,.vue ./src","lint:fix":"eslint --color --fix --ext .js,.vue ./src","build":"yarn build:umd & yarn build:es & yarn build:unpkg","build:umd":"rollup --config ./rollup.config.js --format umd --file ./dist/jodit-vue.umd.js","build:es":"rollup --config ./rollup.config.js --format es --file ./dist/jodit-vue.esm.js","build:unpkg":"rollup --config ./rollup.config.js --format iife --file ./dist/jodit-vue.min.js","prepublishOnly":"yarn lint & yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","devDependencies":{"babel-eslint":"^10.0.1","eslint":"^5.9.0","eslint-plugin-vue":"^5.0.0-beta.4","rollup":"^0.67.3","rollup-plugin-buble":"^0.19.4","rollup-plugin-uglify-es":"^0.0.1","rollup-plugin-vue":"^4.3.2","vue":"^2.5.17","vue-template-compiler":"^2.5.17"},"peerDependencies":{"jodit":"^3.2.21"},"gitHead":"e8e74315e07d570c7436aaa3cd496e21fd5d9c1b","_id":"jodit-vue@1.0.1","_npmVersion":"6.4.1","_nodeVersion":"10.4.1","_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"dist":{"integrity":"sha512-wrAelecNvQRwQSFjOKBc/XA/iEuhBQJ5MxJdH4k9SXWfcbewEbflYsi6o+e2TXwavCpyVj2rIheV1wUMYwYmVQ==","shasum":"60d806f741d9d80da43633ae798a633d098354d0","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-1.0.1.tgz","fileCount":8,"unpackedSize":17629,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8Ad9CRA9TVsSAnZWagAAjBIP/is/0102eEJPwtDX8X8q\n4zBGu+kQvzbCtN/y2BF7ZARAOJp+kf+/gcD+4My0QGVrzjJDzMvVYES6Ahoa\nQrDv/g9mc4RPe3M9brGUzgyh2Fzb3AzX1UYwLMFT3hmTgpPSxfVHfTXOowXS\ngEMQSd1+spDXNW7Xjfoa0mucBKsH7z3keMlZ6AjuXNitDWIa0AaTggjTMqMj\ngL+lCd7tQjLbxmzAzAHgyqeAXUd0uLYfWgzA0jhgoogIg6KedBudieYWnRkI\n1u3EYV2KsPKU3T3inGby9acDjiniEN7A+Lr/pEWkWbbGYFczAk1BwBzEiOjX\n7hRIxWwRDQrVV2QjDX+tXzEURa+LroiXi63F7+XbAJ3mU33Rfa6CKXJNGO4t\nDbAFyqcca1LX1pf4EaL1tXosWGew5CnXUifY+Zwk81gua5k15hB8Q8+rbxB0\n/qDOpmbOVFnNVKBXnZVNkmIgWuLBqHlEJFuKlQSDyiORtuZn3+kuhfZpWKR5\nsG3w9Oi4q2Sm6fAyEA1NCKRi/ZE1YQva78u0991Wg34WeIbc8sWEI9RMUEzv\n+y3K6UVS7Samisw2cPeQxtqRRzO5JV4EQh1XMOsyDks75up5YQrgsArZGK3q\ntsEPEGiqwpphniJZew3sNl/FwLQ2RN4HaF1McgyzaHUljkzHI6v+sFt+piyU\nSIPw\r\n=+pkZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDt/504/rF33AT4rkq6ZBu4aRQrT6VNqgQh5Rpbp9PZBAIgAsUWvMG0n7WIkPCTVzEUXByrzNwd7j3oqAhKYlEJMIw="}]},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_1.0.1_1542457212402_0.4906965712770539"},"_hasShrinkwrap":false},"1.0.2":{"name":"jodit-vue","version":"1.0.2","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.umd.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.min.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","lint":"eslint --color --ext .js,.vue ./src","lint:fix":"eslint --color --fix --ext .js,.vue ./src","build":"yarn build:umd & yarn build:es & yarn build:unpkg","build:umd":"rollup --config ./rollup.config.js --format umd --file ./dist/jodit-vue.umd.js","build:es":"rollup --config ./rollup.config.js --format es --file ./dist/jodit-vue.esm.js","build:unpkg":"rollup --config ./rollup.config.js --format iife --file ./dist/jodit-vue.min.js","prepublishOnly":"yarn lint & yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","devDependencies":{"babel-eslint":"^10.0.1","eslint":"^5.9.0","eslint-plugin-vue":"^5.0.0-beta.4","rollup":"^0.67.3","rollup-plugin-buble":"^0.19.4","rollup-plugin-uglify-es":"^0.0.1","rollup-plugin-vue":"^4.3.2","vue":"^2.5.17","vue-template-compiler":"^2.5.17"},"peerDependencies":{"jodit":"^3.2.21"},"gitHead":"0a0f89aa6ddd38abdf71c313dc9a5a00c7638bc1","_id":"jodit-vue@1.0.2","_npmVersion":"6.4.1","_nodeVersion":"10.4.1","_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"dist":{"integrity":"sha512-dysbqYWjNy316hyaLkO+GWWQ+ZdJ+8iGueWNV+rx2O3yRkSH8UboMG5GZRIPAY0u4zTTYevL7kQMGU94/lyjyg==","shasum":"174d57b150a46159895e94b7ef966507ba5c8c76","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-1.0.2.tgz","fileCount":8,"unpackedSize":17201,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8BNhCRA9TVsSAnZWagAAOTIP/0tEpo3erPKwrGYnV334\nFUtQRNnqPLtwstV5SS+e9hpYx0D6zSG4pv1TVhZABbBdSLL/1A0lKXJkaLSB\n2XJ+x6Vr2c8OflECGnFyoVtJBUjPpSs+fGuNu7aDeG0DsyGf7RHcQcrmxBBI\ntiaZMWtCCnxYMJBmFxStv2jCTAEC6MajG/xfM8K5qypX+Hg5p0CGAdJhDH7p\nBDrAuzxIevUW0FGaTBwiN7QSU8SeiCCcJsOfuU5EXhcZ85K7msxaLUTOrlqr\nbQ05294LfFrCKa3G5MJ7G5GvALz7xBz8V6rv02LvZHCsJ/qmoCs3Ebo8fhVd\nmZ8Jxwmo0G8IhKKaDKnzG05C8Ldb2f+LfJQWl+08I0YxZcIBAN0NlcGvQE31\ncPAbUCYK3ItgogGJ6dZL0tYJiQILKFrAP8EqZtxCJ1YZwhHe1Fqp+PakTzck\nia5XKbaGcVTE7DLpVADPorovS3yikr3wcH7S212B9zuKWCL6huCNWxWd74za\n8l0WtA6KjCmSqHcBUPW3dW5P9ITS3FL0H+3eK1D9RQDZBMgHEPtxAcIARvWS\n5CqCiAzmvGTEBvJJJ5zbVOny61w8P+4vtP0Yy8othVxriDsqF21ZBeuh1iGe\n4I88SWLIAB+ygO7l4O+2knrz6BJrA05pqUxeRvYCvMyfpjfptWkTG3GjuJCC\ncAdN\r\n=KfF5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIChCHU8Lgy5OpyT9x3QlvphY4Of6v7LuGpFXWO223cdBAiBUcXbXURi+ws/A6kIoc6vxX+Co3Xb0pQ0Zfv5MQ/NHFg=="}]},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_1.0.2_1542460256950_0.5525335405002043"},"_hasShrinkwrap":false},"1.1.0":{"name":"jodit-vue","version":"1.1.0","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.umd.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.min.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","lint":"eslint --color --ext .js,.vue ./src","lint:fix":"eslint --color --fix --ext .js,.vue ./src","build":"yarn build:umd & yarn build:es & yarn build:unpkg","build:umd":"rollup --config ./rollup.config.js --format umd --file ./dist/jodit-vue.umd.js","build:es":"rollup --config ./rollup.config.js --format es --file ./dist/jodit-vue.esm.js","build:unpkg":"rollup --config ./rollup.config.js --format iife --file ./dist/jodit-vue.min.js","prepublishOnly":"yarn lint & yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","devDependencies":{"babel-eslint":"^10.0.1","eslint":"^5.9.0","eslint-plugin-vue":"^5.0.0-beta.4","rollup":"^0.67.3","rollup-plugin-buble":"^0.19.4","rollup-plugin-uglify-es":"^0.0.1","rollup-plugin-vue":"^4.3.2","vue":"^2.5.17","vue-template-compiler":"^2.5.17"},"peerDependencies":{"jodit":"^3.2.21"},"gitHead":"edd742d1a906c84b383457b52cae58ffa37724d5","_id":"jodit-vue@1.1.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.2","_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"dist":{"integrity":"sha512-p3IezcgLhMyLwejwePk2sijSX4oIeRxOBD8S2xpm7JQFH3yh187MaxVH2GE4ARsZurORUEriIyghT779DNgx+w==","shasum":"37e28d9a1f57aa3a2bcb28a6a95164fb091c4576","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-1.1.0.tgz","fileCount":8,"unpackedSize":16344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb8CMdCRA9TVsSAnZWagAAZbAP/1xqW+R1G+xTos/Ws2kN\nrSCCNXSQ41CuijnfZ3iHLPqh1NqNN8EpMeLYyZBvLbctoOLo3rkbMh9sT8rI\n2kAuYfT03s7eekPnmlxrVJvN6LkBIhogyeK5qCJHSWcLy4M5ZliuzsYyrobQ\nZ4wfyp0NIavSOL+3PEy9quDOHDcOaVCIXdCdt8xbi1ACjAaJkwhrPm70vL82\nde3ZJgeXppXedRjW97I8KZ0cO0Pnk4vRGYCK5YUG4C/ar5yBvDhe8wPedy+F\nJ4EzByuBh/aH4GwT5rbx8ZGDiF33oOpfBXeKf7SilBWZhAYwYxROTRNZv3hJ\nwsEqzRjj9I9XdhxYItiGGKH3w/bozhwVPfZBaHsCRyjx8ilZFqtcQoKl8VlZ\n8WJ02A5wBr8+GZX49U9VXcToHx6km1Yx3GGdVRC0HCQVGxob39czE6haFsmA\nCylDsQm7LPpW9O4tjRcHEfvLBkmSQeXnyS6lYNwFfJ6cX6LE/GmZE85UZ/Zy\nkDZWoA7nNNtUhaVt19PrtI6NDhyUNFDepWpue6ULRj3XIsKOlggpTWtp3/MO\naXVmGGyHwSDn5gr0rubMdO+Llqk48P35pDI3RiYUwpqWEJT6amOtyYHsEe0E\nzpxIkn8Z4Xm3z+z5qhq+TKZ3sUPETWDTa6uk5yUJalG98Yr6+rkCQPjphbyF\nd30J\r\n=lAFL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxfk4G0DBpFC8eqQ+QEecSln3BoIca4x99if1iOA4pmQIgThGTpS7CPCHC6BN4iMBn98wK7K4R1bpGCW5D7yb/rUI="}]},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_1.1.0_1542464284722_0.5532844143782834"},"_hasShrinkwrap":false},"1.2.0":{"name":"jodit-vue","version":"1.2.0","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.umd.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.min.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","lint":"eslint --color --ext .js,.vue ./src","lint:fix":"eslint --color --fix --ext .js,.vue ./src","build":"yarn build:umd & yarn build:es & yarn build:unpkg","build:umd":"rollup --config ./rollup.config.js --format umd --file ./dist/jodit-vue.umd.js","build:es":"rollup --config ./rollup.config.js --format es --file ./dist/jodit-vue.esm.js","build:unpkg":"rollup --config ./rollup.config.js --format iife --file ./dist/jodit-vue.min.js","prepublishOnly":"yarn lint & yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"jodit":"^3.2.21"},"devDependencies":{"babel-eslint":"^10.0.1","eslint":"^5.9.0","eslint-plugin-vue":"^5.0.0-beta.4","rollup":"^0.67.3","rollup-plugin-buble":"^0.19.4","rollup-plugin-uglify-es":"^0.0.1","rollup-plugin-vue":"^4.3.2","vue":"^2.5.17","vue-template-compiler":"^2.5.17"},"gitHead":"e194da6bf7c956eca45c2c3edc1082ec6df659b8","_id":"jodit-vue@1.2.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.2","_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"dist":{"integrity":"sha512-uiKU7xuWARwIl9nJD/66QFnz0nDmtPaP1XxVdmx8X+rOCVAGtIAn3YfWdqssXewsIs/yOv8qHGFaHV3h/86qnw==","shasum":"bcf9cab6421c365e196dd22c08cf4d4546bbb765","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-1.2.0.tgz","fileCount":8,"unpackedSize":16392,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBqzECRA9TVsSAnZWagAAtyEP/0OrwhHysY6VCHZOBkj9\n9tE5XxLIUnqnsRF1sw+TOyhBgXGflFB+dJRqmc+DohxkvWSqkmdbskQ1FxPo\nvE9k4KvGSBlWqizAi0tecCbYBzdzTU96xaNieJuKJ5MxXo/Xjt27TZeSzsAR\nISWM+hrsFEgAwtEQFjLK7MdLjeG9qiFCe4jodnaG18HohCeoKtuZYSBZS0e4\nPgMufV3N8yYFx52JJ9kogloC6L/WvVqTEnAnFQWL7RK9+QxC3gjF6xLQUzaq\nmfBQBCyWsIqLaV93FDzfYNKDuhSt4MPd7OQbM2IcfpubNQLlXEwY9JJAV+YP\ngCYM1w1T9q5EhfpqsKGaovEqRfr/xsHMRksAWJvFa5YozPLMubxbtfKC5YxA\nIbTyx2iKGq4qDGD1GsIw5kyVMNWehz3xlZjaCz8/fbgcl5puSd+v7rnnDrXX\nuFzN6qTWvHgl/6skGtUj90Ya6BL2M4Nu3XwnHBZSaa74uigeMtzbWFh52Wav\nK6Qj9WB6dp0bjCNKw++2bHbVuW5W2kgpjtwyZV5JdIS03SLswcNYmPnixYh4\nuRppqVNnz4dBWvqo616drKHexPGsNGAJH6QOPpGmHOCyD1s5+JQDP9ekrY8z\nsFSfiupYVUqzFAbL1GohTOjxxUgKE1ArH49+AqSuY4wMABVs3Z3SvZcc61ar\nqPCp\r\n=sfr0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAqgscrkJ9wq6FLeLRKILJzmvD0Gx3SIbJyeqZvCEuZoAiEA0Di6pq+KO0rCMIQWd6zVK7wpYHb45OeTstQudcUIn9A="}]},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_1.2.0_1543941315864_0.8081524888534564"},"_hasShrinkwrap":false},"1.2.1":{"name":"jodit-vue","version":"1.2.1","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.umd.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.min.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","lint":"eslint --color --ext .js,.vue ./src","lint:fix":"eslint --color --fix --ext .js,.vue ./src","build":"yarn build:umd & yarn build:es & yarn build:unpkg","build:umd":"rollup --config ./rollup.config.js --format umd --file ./dist/jodit-vue.umd.js","build:es":"rollup --config ./rollup.config.js --format es --file ./dist/jodit-vue.esm.js","build:unpkg":"rollup --config ./rollup.config.js --format iife --file ./dist/jodit-vue.min.js","prepublishOnly":"yarn lint & yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"jodit":"^3.2.21"},"devDependencies":{"babel-eslint":"^10.0.1","eslint":"^5.9.0","eslint-plugin-vue":"^5.0.0-beta.4","rollup":"^0.67.3","rollup-plugin-buble":"^0.19.4","rollup-plugin-uglify-es":"^0.0.1","rollup-plugin-vue":"^4.3.2","vue":"^2.5.17","vue-template-compiler":"^2.5.17"},"gitHead":"7465a767322854eba89e6f6bc42d4bd302cedf61","_id":"jodit-vue@1.2.1","_npmVersion":"6.4.1","_nodeVersion":"8.11.2","_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"dist":{"integrity":"sha512-ZEcM5INFgrir26Z6UaeWkyGm0QCRWzyFAOUnXjJgALYXzhoctJCyPJoGDfIUgfZXgQNU8rvcqVqVDEm9coV8Kw==","shasum":"1445568e2a3b5b1e56474a798095c72392dd949e","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-1.2.1.tgz","fileCount":8,"unpackedSize":16892,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDsgsCRA9TVsSAnZWagAAVMsQAIRCKyYZ2qz8zXq1zn25\nGVJi1Q7Zummo//YvB9cuV/4JVISlpuR/HlqAEev75VXqTaEo8bw/nGkWb6KN\npM5LAyFhMtollgGT36lwMdSF8L7KI43p3mvWwPz/om67u9RPc4VqDkJl+BIZ\nkw1Ks+PIONn+f+4jAiQKH/2EHw+82lsNqDxO125QDyIosapqRNya+mt9QJ8o\nWRlbullIZE/iiWI7kcj+feV7edajAhbNYfBASSlD4IaTyST8Om2kgxjbOZ+R\nLLvuyj3LdL9y9vfaeQ1KUQqVhHVxQ5G0lU7tZQeXuSyrkh0od3lckRC2vuni\nLA2jmVzvY9p/KVIc+W2pB/a1QUQImuihhQUxS0mbmbWK407muOw2TDIqlPir\nJuB1vqJ+FqMSrTWqKquhMLOUdMWlFLq3VnexGpyzan3m85umlqZFscSO4oEu\nJyGTwB+kITX4XRM84DqC6yA29cjpQIH/z9umW0XbKJQphkry7B3k9UWHAdrs\ngFOjXrKbEMHkSoUxaokNKqjXmtBHWchQpdswpiE4yzTBbPXy50bwWluu4NKD\nDYPG8ZsilMUXpMQb1I6LBK+CqGXpYHnSC8WaB3iv7GkF8yJ7l1a/SUxZTQ/H\nUZUR9l1NmCjXlLJfI8JgKBFB86Y9ad7nGthaA8+EvzwW8ch6B86S0EOnYUQa\nthuJ\r\n=fK3K\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDp7GyPkOslco4+O3rgw1DpJcoL9J8+ASks4b/qQdmNrAIgedV8l/grjKF9QMTDKDKeYP6URKhH6+PEBDOPQZAXftQ="}]},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_1.2.1_1544472619676_0.46655682971400503"},"_hasShrinkwrap":false},"1.2.2":{"name":"jodit-vue","version":"1.2.2","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.umd.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.min.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","lint":"eslint --color --ext .js,.vue ./src","lint:fix":"eslint --color --fix --ext .js,.vue ./src","build":"yarn build:umd & yarn build:es & yarn build:unpkg","build:umd":"rollup --config ./rollup.config.js --format umd --file ./dist/jodit-vue.umd.js","build:es":"rollup --config ./rollup.config.js --format es --file ./dist/jodit-vue.esm.js","build:unpkg":"rollup --config ./rollup.config.js --format iife --file ./dist/jodit-vue.min.js","prepublishOnly":"yarn lint & yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"jodit":"^3.2.21"},"devDependencies":{"babel-eslint":"^10.0.1","eslint":"^5.9.0","eslint-plugin-vue":"^5.0.0-beta.4","rollup":"^0.67.3","rollup-plugin-buble":"^0.19.4","rollup-plugin-uglify-es":"^0.0.1","rollup-plugin-vue":"^4.3.2","vue":"^2.5.17","vue-template-compiler":"^2.5.17"},"gitHead":"b21558d78de26fd425ca65e6188641034c40eb62","_id":"jodit-vue@1.2.2","_npmVersion":"6.4.1","_nodeVersion":"8.11.2","_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"dist":{"integrity":"sha512-nTgZ2SFKXvMzqkS1yOBbWgwrC8eDc+/1c+Jq7i6FxpGAPo7z7TkVYhZ4WfD2lhlG2fUgnJWPXoTxNmghCCsfLQ==","shasum":"97abdc271807cf017e5978c41ce1fef4e445d7c6","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-1.2.2.tgz","fileCount":8,"unpackedSize":17101,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcJ9R9CRA9TVsSAnZWagAAQ1EQAI72pEbfV/9iJHWrYJFh\nog6QFMSRJPNAS5nTKEJiNw7F1FD/c1z7a6tlfd6cop1VSYvnTZptpYnXJ+R3\nXIbvPD6exTH4seh5GFh22+SvoPsVZsp7U1Ao2yBJShe58cs9tf7UiRtK4Txf\n82XGDRasd6MEKCkAfRXnVtMFevCbcnLO+41w7Fw//tPvBfff5R5vmNdblYMc\n9sR8g53Hc7hL3c2jKhBQ31Eu1lurw2T2KPSmqkWif8XbQOha+B7Ndk7mXTh5\nBUwJNKmkOVpAtinkrHWTMeu8vhwRim9QSnpC5bg2+F0JZFsse99SwNrTUnjh\nF/0To8QxUUcsyI5WlStByXnmVYO9f3vM/A9UIiSK9WJBWCv7Yc2dy8kKXN3U\nRgABltC6vw0FW38lEoaOydnrXRLhWvdT4w7zZP6A5zDf4jgZZmMosQvXSbg+\nIdUJ0d0C/l75XjUTbtO7xX0vW2AqSNezODMagnlp0YZpWaxnlIHhIH9JkSvJ\nXyBEk2h8t51tR+KvpsVZERAiAJ7rfnoK3we25msQcH4VCL9ZOsxqeHAygjPE\n/qlOFyVM5OfuANcZ3qQFonOiH8eqXMZPF/b5UIbssq8NzmGacVL+MnvdwVuD\nLcDkkRGCG5b+STQDRpv7MnP7EtuzgUFROx0LTD8Hp7cxWeBJJjkt0dQaZuYF\nPpjS\r\n=7SWF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHG14uGbtmPfCJHGBlVn6Ls8ErwM6XyEZkvnN1Ab/nQ9AiB3B7SgGmsz7oc7cHCxOhf/jh0udlgNSE3/2Z87pCXKQw=="}]},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_1.2.2_1546114172269_0.343199004334483"},"_hasShrinkwrap":false},"1.2.3":{"name":"jodit-vue","version":"1.2.3","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.umd.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.min.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","lint":"eslint --color --ext .js,.vue ./src","lint:fix":"eslint --color --fix --ext .js,.vue ./src","build":"yarn build:umd & yarn build:es & yarn build:unpkg","build:umd":"rollup --config ./rollup.config.js --format umd --file ./dist/jodit-vue.umd.js","build:es":"rollup --config ./rollup.config.js --format es --file ./dist/jodit-vue.esm.js","build:unpkg":"rollup --config ./rollup.config.js --format iife --file ./dist/jodit-vue.min.js","prepublishOnly":"yarn lint & yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"jodit":"^3.2.21"},"devDependencies":{"all-contributors-cli":"^5.5.0","babel-eslint":"^10.0.1","eslint":"^5.9.0","eslint-plugin-vue":"^5.0.0-beta.4","rollup":"^0.67.3","rollup-plugin-buble":"^0.19.4","rollup-plugin-uglify-es":"^0.0.1","rollup-plugin-vue":"^4.3.2","vue":"^2.5.17","vue-template-compiler":"^2.5.17"},"gitHead":"70c2f7009e869c373ab14ec8af5d1cf085859107","_id":"jodit-vue@1.2.3","_npmVersion":"6.4.1","_nodeVersion":"8.11.2","_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"dist":{"integrity":"sha512-2oQUG/otO2tgyBzyu+yWlM1pJZLlyENgp55lpsWChjQFKh3pnldjiA+4jn7xI1YUlyQbbY7HXLI+sUr4yNwPpg==","shasum":"27a4b4f390108c1d0eda7ca88e4f81b7d0eb735a","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-1.2.3.tgz","fileCount":8,"unpackedSize":18564,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKVIbCRA9TVsSAnZWagAAxGUP/jnh1WJouRGwfwUZokXK\nbSCAmlzj2kvICLUEALp2nJqc3omsrLOCYqxIoXvixZZ8Q+g6l8eDKePk5SpV\nANmW7C7LsIuwjXZb7PbFkhM3uExos1Grvq5lqztbsZGyDnyjzsTxHf7Z6271\nJuSzdsM+HIxM9V34Kl8xpdaO0bQXaLrhiKMssPrxmxPP7vJUgTYPzbZfReMv\nC/aLbm8Eo4QAz/ojh61x+kpS8WZzw4s9v+/WEtmWIv4tUKGx7jzHgR6UxWPi\nrbADpnAeX5RQVUQP/23dOajINnsWvfb/lBehtUpiuDYFvaqH/xD0qXTWCXNW\n8MyeMFI5A2kw5Oaz/LTC7MktsX/y6vYg0AYm/oMAGhgca60sOvAEVP4GagLj\nBMKUYBGCwWbjDlVKt7VQYgVmX0CU05j3BnbYOcY3Ew+Ug/IgeLjmYBycNFPM\niitT/IxvziwTWMaXG/sa9Qmysr3t01Qod6IdSwJ82FGdpUX4s3kWFwQcPfbK\nR/vGQpSUg1v8YnJkgLLS3bk5WXNWE8gcz7B21qzBGOWZnDEc/JVEAVGTO8lW\n9VRtuVR5yYOw/OUn/gTZLMYuoAtSc3u8T3ZsIuQez4QXQI4WuR9oQInAcbFF\nrlXT0Dd/MjQw1jfVrIB0g/POo3vceApqA3lNwpNCl8RIi6cJzQrqPLT4uBN9\nBlsW\r\n=qP5Z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAIEZUG9qY4m4d9pCHUlMNSSFz+K4zaalo4ssr/KO8c8AiEA/SsMjw5hNSXQYF9kZrtUG/FE39Yqo46PQTigBeWDdDY="}]},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_1.2.3_1546211867134_0.5885420264423307"},"_hasShrinkwrap":false},"1.2.4":{"name":"jodit-vue","version":"1.2.4","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.umd.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.min.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","lint":"eslint --color --ext .js,.vue ./src","lint:fix":"eslint --color --fix --ext .js,.vue ./src","build":"yarn build:umd & yarn build:es & yarn build:unpkg","build:umd":"rollup --config ./rollup.config.js --format umd --file ./dist/jodit-vue.umd.js","build:es":"rollup --config ./rollup.config.js --format es --file ./dist/jodit-vue.esm.js","build:unpkg":"rollup --config ./rollup.config.js --format iife --file ./dist/jodit-vue.min.js","prepublishOnly":"yarn lint & yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"jodit":"^3.2.44"},"devDependencies":{"all-contributors-cli":"^5.5.0","babel-eslint":"^10.0.1","eslint":"^5.9.0","eslint-plugin-vue":"^5.0.0-beta.4","rollup":"^0.67.3","rollup-plugin-buble":"^0.19.4","rollup-plugin-uglify-es":"^0.0.1","rollup-plugin-vue":"^4.3.2","vue":"^2.5.17","vue-template-compiler":"^2.5.17"},"gitHead":"501fed994ac3f7073866f316ccd24e79ebac8b77","_id":"jodit-vue@1.2.4","_npmVersion":"6.4.1","_nodeVersion":"8.11.2","_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"dist":{"integrity":"sha512-BeYHxpBe+ZftYwZtoLEbnbBztGlllz+6scubgz9SSnnlOYEN8+Z9dvseEZ3kqfiFPFT8Z9ks3mKxRhZkAuIA5g==","shasum":"ed1b972381d8350c374faee15c23700f01d1b8f0","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-1.2.4.tgz","fileCount":8,"unpackedSize":18869,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcqxggCRA9TVsSAnZWagAA/m0P/jsXBdL8E4Jen1kHfSNn\nYt0aNG9jWeBIL8C/x9VLsFv94bdyEEanXweN4IXAxVN4Qu8BVPfVVqhNIHFj\nDEnvP+PIz77iaJRywUKdNmyALs+6mE/n0LjjWqv5jM2UYPEogQb7G8s7W1PI\nC6mUoPj9iPJ4K9NiKt1a50gJ0FlpWk7ZAiviKk0CUXCmp7cUNEFHO/IKjHGO\nudieQhD/0llDk5mpmQCgZVvxiWjrePKUTbLHoMe8hQhO2lx2OCjx98NLr/gn\nNpUgckLd0DJeWI8V53jIdJvpcZ27xP7Yr646JSY7BM14GqUsPVMxHwoWebcX\n6MkxPhKPvSsdzBry7wehfSOF8aFN+iJieBK+esNrWiO++zkHkVftY0FRjNSx\ng2HFvtNpLba51DyrOGTNBFZedLmcb7LNp0vOyV2Nu3KA2Lscrp746oqHyvOv\n2ROW/CS1kl66GCFeikXJFSp9MisdJBKQ3qQPh9mKgkaPQT9fjKENnDv15t+K\nW4/PzSyTuPHX24ae45cK440DI5ANF9TRUzoBmzpabE4qshB+U6RU1g2zxiMd\nEW+YNDt8x1DAHCCNvWnA4QD0hjsA3duPLmmaJnWRCr0SBQbfX1adjb8tLCXl\nYErq9vmlWx7gSR1ngLcWYpJuWlRkSknk0DC9qd0Hd0KiLQKG7HFlK32k5v3G\nz+Gi\r\n=wwQi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD6aIda3PgRHleTeSAZFZLJJmepH/f02olf0dDBJ983tQIgfCnn4LvL3VFJhrGNfdDmuGgTa3hZi2DHhPrNE7L6joo="}]},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_1.2.4_1554716703161_0.46986145986265226"},"_hasShrinkwrap":false},"1.3.0":{"name":"jodit-vue","version":"1.3.0","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.umd.js","jsdelivr":"./dist/jodit-vue.umd.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","lint":"eslint --color --ext .js,.vue .","lint:fix":"eslint --color --fix --ext .js,.vue .","clean":"del-cli ./dist","prebuild":"yarn lint && yarn clean","build":"rollup --config ./rollup.config.js","prepublishOnly":"yarn lint && yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"jodit":"^3.2.46"},"devDependencies":{"all-contributors-cli":"^6.7.0","del-cli":"^3.0.0","eslint":"^6.0.1","eslint-config-standard":"^14.1.0","eslint-plugin-import":"^2.18.0","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.0","eslint-plugin-vue":"^5.2.3","rollup":"^1.16.7","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.0.1","rollup-plugin-terser":"^5.1.1","rollup-plugin-vue":"^5.0.1","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"d035720d2b32024c384097ad6d4d0cf6b765865e","_id":"jodit-vue@1.3.0","_nodeVersion":"10.16.1","_npmVersion":"6.10.2","dist":{"integrity":"sha512-8wAYDbzXn64oS1lG563E6p+eOBlOWykY5h1r/fMUQ75wtUKC9Ty42frBswDVfmuxc1/Er7C3G1mxXQcuvK5PLw==","shasum":"4c50a1b02f6675777bd72574824efc25e183d75d","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-1.3.0.tgz","fileCount":11,"unpackedSize":37198,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnFr6CRA9TVsSAnZWagAA52AP/3boxn2n15m2tFPh5q3x\nYxfDNSSsyg98XFV8NClotvoQ9UbTnOhDcp1m1GCIIFBklBvTGqY2BFyYBrHd\nkWvNEnIkjmcVz7GPf1sRCxEBC5RZWr7eFlZFCubpKeB0PQ3eMYQ86/HUtzrN\nGNGFs70dIyBUyuO3sv6Hu9ZnsuTrwZepBkqv0lMug146FKXVDZTXqD5dKqXB\niDe9cNVOzuPZgXJX/ZSBD8EJE7tutnW+gb5/j+UyMb3soJRu9yxstJB5HC/o\nYUQxZrn8FrNfHfRcabyad6pX6gYroTnDNhxg6yNdCIhcYH4vfvDG9ykKguuH\nIgenpi6CISeiYPLDDgKFqR8S9mEnJzTts0B9PnytB7ldDqslkequMG0LL3rt\nzxxo9pzY/lrCuvj829GcWHbbqeQ1SE1qfRWrG8CO0+JwLNHsZlhgCto9c5ZS\n7FN2RoK9kDPLV6qaWOXds3Xt4/WJTXVWjZtwCUp3Jw8GWtM1/UImfaCAkOcY\nzKz8SDv99J+oLbi5TiRaZpRs8p63Hsg22tp5u3kbwzj6w70hbquIA/2Lydx7\ns8qslHoyN43v1fb1x9XUnMi/z8LRw74JI8scArBrDFIfUyxAk59sWMZqRyB5\noEpvznGFvHeoj8ACY+nkVJcqYSa5cmqJCeBkN+y6+7BhUdSG3At9EuL2GAOi\nHrsB\r\n=2sI9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMTb2t4KLd70AWLNXQo7Y8K4Ac8UFFWCh91vJPSNauswIgNzyU5YyghYrYupAYXfqV5BukmX6ITUI96De1UsD7Ce8="}]},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_1.3.0_1570527993921_0.15013425136812852"},"_hasShrinkwrap":false},"2.0.0":{"name":"jodit-vue","version":"2.0.0","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.umd.js","jsdelivr":"./dist/jodit-vue.umd.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","lint":"eslint --color --ext .js,.vue .","lint:fix":"eslint --color --fix --ext .js,.vue .","clean":"del-cli ./dist","prebuild":"yarn lint && yarn clean","build":"rollup --config ./rollup.config.js","prepublishOnly":"yarn lint && yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"jodit":"^3.2.46"},"devDependencies":{"all-contributors-cli":"^6.7.0","del-cli":"^3.0.0","eslint":"^6.0.1","eslint-config-standard":"^14.1.0","eslint-plugin-import":"^2.18.0","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.0","eslint-plugin-vue":"^5.2.3","rollup":"^1.16.7","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.0.1","rollup-plugin-terser":"^5.1.1","rollup-plugin-vue":"^5.0.1","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"797304347506b0711d7fab42bf9add59503830d0","_id":"jodit-vue@2.0.0","_nodeVersion":"10.16.1","_npmVersion":"6.10.2","dist":{"integrity":"sha512-5h/912h/rKXGBVJXMQOu2RQQ4ujAoKN8SIneNSkZiLfMFMnDEb9zpxKtYlOg2jYCw4EXxqkqMAoJmj1gtjogXA==","shasum":"0d47afc1c3bbbb6ac9cecfbc003ee4e4c41e823b","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-2.0.0.tgz","fileCount":11,"unpackedSize":37343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdv/00CRA9TVsSAnZWagAAhrMP/0s4i9sHusMK9TFFnBMf\n3xUM2y2RSaokrdQvgl3oBt9aq7l5Am6L5bJf01dJWQ5wrQjQpJP95IhTMuc3\nypcEcRUb9TJi31BBSh+JWAqDbmy5XpLnRxPmf01kI26IEI+YuF9diifsNtK2\nPKCZThOI7cNz7QiYrQDVDF3iQxk7477wKY0WbJ7kJd/oLtRAyluSDoryk2Vg\nky0soJH96AiMt9gQ/ZmGDR8SXbN3FgX9/xtSAJ4awAWsJaUvD/BD2SctVlkj\nntWSUV1R7QxpLA/NSxZXiwKSSOqP4KFjJw0vtN3x5agcspdZLNW9MTS6VDzC\n5Um1lVQlJWDtv8lArF9KR8lhOZ0ISJGlsUijnSOE1jbPEq15/cRy33aUtHa/\nsorrTGiGCI3pp4pi+gvQ7k+Jb0ASkrZwGxzW6VNFocF1Tw2U9x4jB7WYo/bv\nAA8BoXsgtgD8ivNlLDfa9tpwMFWAAUctlY6GTxf3CeVd48rGzZGLDuwSK8Ul\n505edbep+ZWlZfJAMpNvUDxEQc+KVWJA0vs/Rzo0nH16OON53uuaQe7ji7x+\nN2nGP75xgpXvtnjTYFvuoS4yctIz2/jXpsMs70CQblYa5ptMPHdWy9N7/ewp\nMWdGhhJ0lODXmr07P3ixFoRdmEM8CA6XZ/Qgk+AhVk7CJyx1kkjIZ2ISzR+R\nVtgV\r\n=LlUV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTlOLl+K6/99/qzwqryey/a+7rxU08QsU/gkuhHQzKbAIhANgZ/LphFhSfpJiIbFp9VxHeV0v9FZYc++w2raSRjDka"}]},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_2.0.0_1572863284289_0.9305651857457133"},"_hasShrinkwrap":false},"2.1.0":{"name":"jodit-vue","version":"2.1.0","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.umd.js","jsdelivr":"./dist/jodit-vue.umd.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","lint":"eslint --color --ext .js,.vue .","lint:fix":"eslint --color --fix --ext .js,.vue .","clean":"del-cli ./dist","prebuild":"yarn lint && yarn clean","build":"rollup --config ./rollup.config.js","prepublishOnly":"yarn lint && yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"jodit":"^3.2.46"},"devDependencies":{"all-contributors-cli":"^6.7.0","del-cli":"^3.0.0","eslint":"^6.0.1","eslint-config-standard":"^14.1.0","eslint-plugin-import":"^2.18.0","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.0","eslint-plugin-vue":"^5.2.3","rollup":"^1.16.7","rollup-plugin-buble":"^0.19.8","rollup-plugin-commonjs":"^10.0.1","rollup-plugin-terser":"^5.1.1","rollup-plugin-vue":"^5.0.1","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"e60b150b6b5d6692f252a8af7f07bc00308c1d15","_id":"jodit-vue@2.1.0","_nodeVersion":"10.16.1","_npmVersion":"6.10.2","dist":{"integrity":"sha512-NE6Cw/Wy4YsGb4aNTK5fcf9kNY89lELOx1+McUStNOuIcq1OpFVtYaCagKGUqG7gK5klH0jev12w7LiE/YWVwA==","shasum":"a76703a757adeb33d0b9477e64c71a90c451f196","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-2.1.0.tgz","fileCount":11,"unpackedSize":38130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVAjfCRA9TVsSAnZWagAAVI4P/j9jsm3+eVKTgV2mXCSM\nS9vp9Rw8BrzQynPBzLxVxHpWHLjZucvYcrXR6do2sBK7krZI79bF/qlCdTma\nrNw+AnrcnvH0DqRFNBtzYLIW0VY4Y1cRNKlIXmfzbG7Dr4ZkdgKZpItdBIU0\ncnPq2GwfWKL1Pdz41ANKF3TE/CZNxZrbFIukelZf8VOj3AUSzoUFWXf2fENl\nRq70DepDdDlhPZcblqbGnPfcx8XnX2yJs3SP426TKIO7g0C6fqOQU6M7wdZH\n8wEst8gYNBWJR9tzTU4aruTnt7D5yowVsPDYnt3AeUZFxo14RvBY3hBw1oXn\nRHyVOG+pUNVi8xZsmNUSC3373aAjEa6ON9BFxDGnxGWndNHzIVtau6Dm2gBK\nDKOvVjlKQw1b2n3+Ro8npXMk+i0eVl4u5OqcdcWQn2xwJK516jEomxwVrkKP\nxj2DsAfUcnRKOwRr4QvS28+u7T7guj1zx9Vp83GPoT1y3g87+36lu4No2cfu\nE1Ia7Ol1Wo60bgkChbMTDBytWnp/tOdGs6A6hP1nLYomnr6eemc5dy4eCo0W\n63z/4BPbqFHyn5YqK1bDPmGpDzpH7oBQU5e036yqSbvgt4tR5Z5iF9n5hqMk\nIxAt71WgLptL4xG2cuLnDBUNBgG30R8HPBu7Dhuwa6An4MaDgwD9Rk0f9ToW\nUTVY\r\n=C9Rl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICDq9j4HLO3bmSbKzAtvyPO4eOYQZiFi7EmwnNrCjX9GAiEArMjzFggbF3fpK04RZ5JTPY6zS4MQeIlnLUnbwWbPz0Q="}]},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_2.1.0_1582565598552_0.17777462621570517"},"_hasShrinkwrap":false},"2.2.0":{"name":"jodit-vue","version":"2.2.0","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.umd.js","jsdelivr":"./dist/jodit-vue.umd.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","lint":"eslint --color --ext .js,.vue .","lint:fix":"eslint --color --fix --ext .js,.vue .","clean":"del-cli ./dist","prebuild":"yarn lint && yarn clean","build":"rollup --config ./rollup.config.js","prepublishOnly":"yarn lint && yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"@ungap/global-this":"^0.3.1","jodit":"^3.2.46"},"devDependencies":{"@rollup/plugin-buble":"^0.21.1","@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-node-resolve":"^7.1.1","all-contributors-cli":"^6.7.0","del-cli":"^3.0.0","eslint":"^6.0.1","eslint-config-standard":"^14.1.0","eslint-plugin-import":"^2.18.0","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.0","eslint-plugin-vue":"^5.2.3","rollup":"^1.16.7","rollup-plugin-terser":"^5.1.1","rollup-plugin-vue":"^5.0.1","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"b8cac105947a6791b77d6b5c4d047ab8d6aba71b","_id":"jodit-vue@2.2.0","_nodeVersion":"10.16.1","_npmVersion":"6.10.2","dist":{"integrity":"sha512-TMnCbyapOwKArVduwuIHjo2hVgErvlfidq9aIrKikzfSG8BrOEh2KLjPh99mzXYY05vSLyUhOoxhOXZgSwYLwQ==","shasum":"fd51e34fdd623e7cee4090db45b0e3ebeb0e926e","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-2.2.0.tgz","fileCount":11,"unpackedSize":38946,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZiIsCRA9TVsSAnZWagAANiYP/1LXk3dfwHH+h7g/Qxtb\n+2cdFLUwhDAQSqPjMoVKhCUa+OAyfCT+d+btY7v3M7QE2nPXgAaoNxv7y/zO\nRTuZbvffMvV9KZ0sdjzBtzBn4yeBaDnhJYiZg4H8A6ttSRmRemT/qT64DnhE\nR4bu52Fe/T8ItHvwySz/oGfozHox6YbG6KVN2L2EhTPLAXKtZoNT7BcZC4Ya\nRpdyc6uQ6Jtg8xZ5451naawMsK8YVFribVGwz0En/FGiUewla5dEaUEf+mns\n5VhQngZw0KVDfywZThOGrI13EUESJHao1PZZhSFcYP1eouz324+tbMS72oNO\nuviyJpsZRIkYVvoqKy7fjO3a0rN8jiPMHOzwyWmtZ+TkU4efaxxp9SrDi9Rd\nqxRhYOJjrwuY1dwDH6GoioPDseTcUBD3eKwkfh6gzyf9NJ4l3sVR1j+WIurO\ngxg9D6P1N2/edMqKfehShRrD7HviIn2lP2nS5OL/IAmbTJIzrs2RBHxiYHnY\nZKMBdJ+VLoXFlu+cBRlEml0LPwPt0BiWlpdaYZfhDvuTJE6CeSludNW1f6hr\nH6swh8bjH+5dRpdvTcY4l9rVx31WK1HDdFbF/8D1/dUJQeTAWpywsl5N8/QB\nqdDKu7w/MjKCpvRcw+rXJg1nocqugjeEzqAPfSYqwhf+WIyf8L0M+Vq4I/n/\njIpm\r\n=qPNl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGbzv/ytF+Kch0cfXLKrSHBuHIuzFxbUH1yvvQP0SgyYAiBrqLwGfV1Q7+N9Mi0h0yzc8L3hJ2cuo2F8i8fYGFpJxQ=="}]},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_2.2.0_1583751724135_0.25901288332335914"},"_hasShrinkwrap":false},"2.2.1":{"name":"jodit-vue","version":"2.2.1","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.umd.js","jsdelivr":"./dist/jodit-vue.umd.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","lint":"eslint --color --ext .js,.vue .","lint:fix":"eslint --color --fix --ext .js,.vue .","clean":"del-cli ./dist","prebuild":"yarn lint && yarn clean","build":"rollup --config ./rollup.config.js","prepublishOnly":"yarn lint && yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"@ungap/global-this":"^0.3.1","jodit":"^3.2.46"},"devDependencies":{"@rollup/plugin-buble":"^0.21.1","@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-node-resolve":"^7.1.1","all-contributors-cli":"^6.7.0","del-cli":"^3.0.0","eslint":"^6.0.1","eslint-config-standard":"^14.1.0","eslint-plugin-import":"^2.18.0","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.0","eslint-plugin-vue":"^5.2.3","rollup":"^1.16.7","rollup-plugin-terser":"^5.1.1","rollup-plugin-vue":"^5.0.1","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"f78f14c90336db6c9ec0daa68a3e2563df3b831a","_id":"jodit-vue@2.2.1","_nodeVersion":"10.16.1","_npmVersion":"6.14.5","dist":{"integrity":"sha512-bNyMJhkv3lRm/yzveKvJUPXKZik4hpTad1/vED9FEzZmuDart2f9NYLQ0P1ZiYKsOGEMHvx5gNjBMD2W6G+Lpg==","shasum":"845886ebfb338d5231c57798331c285f9a2fd86f","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-2.2.1.tgz","fileCount":11,"unpackedSize":40184,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEDdPCRA9TVsSAnZWagAAQgEP/1xrUeX7zW3zdJi6F7UQ\nxzAMq4s86wG+zQXAyIhsM8Sb+gAZrRwW/VnCFynyvgS0Nvr2+YGJW11SICOF\noTr8JQl38uLNTDFw/wXJibSZKfLMcFSHA2xeU3bTGfD0HVk6MngT6ppQTo0c\nR2R/0bvHpV50O7k0J2FGu/YG8O9g0jb3hCa1dKee9sP70HZpoTpueprQcif+\nXoTKPBYRuZRHTFWlxYw0gTXxN8Wk18tg+HRaIyzLRWUKzzZAmrEEh8/fLO6v\ntdDIHmpQmcTT11VXhkmJi0gFisimXXiLWEXZ+zzp9WKovis+hY0EicbJg2D6\njE8D3se1PyivuQ4zEpIgUzGb6A/e5f2/x8wMbkYcI0vB26bbSZFeTJCnEqhp\nl8iEExUA0BoOaVfVTJE1iG7mmfd3g/40eZ2+sGTRNcbO3XANsv9yJHLnMumR\nx23IHMazqdlmE5NnWiZO8iUpQMBg/rDGf6mXh632/CNQ+EJnR6ByC1vbWKW9\nvqPQApg0RLf+iG7aeiwSf72GIwqCUWppW4e5ljvHZ0V7fl/YRG6XCE6pf/Uk\nbx371QpfEp4w5J2oquKGSZusmRb4zn43urW+UNzzGRYD0B7zHkeIXjzudmOb\nJaocMTSWkvAEKwoCMXdvFhzjeBU9pVrSKfBDXq1nKNJy7XTdCR2D644nJqM1\nlLAG\r\n=fm2k\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDH2LR4lMESvsHvNrIJMIMeh2dTPbRN1mPXlI7C7bMZHgIgJ4CDnVBqy1/35dx8dtpjXSkQlJzsVtpNPmpEVnXCPms="}]},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_2.2.1_1594898255262_0.5990295073116554"},"_hasShrinkwrap":false},"2.2.2":{"name":"jodit-vue","version":"2.2.2","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.umd.js","jsdelivr":"./dist/jodit-vue.umd.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","lint":"eslint --color --ext .js,.vue .","lint:fix":"eslint --color --fix --ext .js,.vue .","clean":"del-cli ./dist","prebuild":"yarn lint && yarn clean","build":"rollup --config ./rollup.config.js","prepublishOnly":"yarn lint && yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"@ungap/global-this":"^0.3.1","jodit":"^3.4.1"},"devDependencies":{"@rollup/plugin-buble":"^0.21.1","@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-node-resolve":"^7.1.1","all-contributors-cli":"^6.7.0","del-cli":"^3.0.0","eslint":"^6.0.1","eslint-config-standard":"^14.1.0","eslint-plugin-import":"^2.18.0","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.0","eslint-plugin-vue":"^5.2.3","rollup":"^1.16.7","rollup-plugin-terser":"^5.1.1","rollup-plugin-vue":"^5.0.1","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"de1258ecca777acc4bcd7f62302cbdeb344d0cd6","_id":"jodit-vue@2.2.2","_nodeVersion":"14.4.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-x5PdkV/mYWnXJOr8ZzovUKtLYOJ7r2mNDFhfC5wbgRtJPFORO4To7/gT3JD3ZA+DR8/iLuR0zBWmwnapp8QIBA==","shasum":"35c205396ff355667736176681e547cdf18b0221","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-2.2.2.tgz","fileCount":11,"unpackedSize":40145,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqmyFCRA9TVsSAnZWagAAnEcP/3wPvG0fw4zjuXFZT2+Z\notwPc/r3owlcKD8m6EHTt/JgVk/OYwMSJXry3G/S0vZiiRIdPhzXp9jW0EGQ\nC6eYcWMDavnlG4TGABR0IWEm8tfyOKbA52QyDSyHKv8bBlVq3uez1UPxTJHK\n0gPGOJYkkrR9FbIOfvechM+zpxxS5lj9fi/XoOip2Rrlx0JfndxE95cigEQv\nT9I9qGC4fULaRF0y8m74Ai5fjwpQsXuQOD8DvMWlqh7Lm6m3QLYT6AQ8s5X0\nNBKLd2DVL6yGdAnWu6H7sSNW0GiLV8N2zemCB7/oAMJ+oYO3x/LDW0WRile6\nj71vE90VC8XJgNC6U0oyFumsfKrORXuFcOq3ROiuOIQbml+lS+iejiryb2js\nz+xVcD4QYQPSGb2PQ7+YJUJy0y2fGPj8KgQ5pWY13LSx2lLqe1yC1jE54IdV\nE69jdna7bgQkbMEx4jmH+YM9ou+Wi7VCfl4NkX3JgBcfYmfHhI8eVVHq4Xa6\nZ/3geAxnzqr0vyB8xhInO9JlSyYu3P8YVB6bwqD3IVc0EqK8IamoEm4tZ7o5\nFfPps3rCs4qnp6S6Xi38ilsQYf18DchE738dAEuVnbGh7E117rV+EZpsWO9f\ncQm/y8r4TjVE8A3sO4ET97AHQ6rGrsanDK2Ir77t3Jesi1IEy1154Ai8oEcY\n9qJW\r\n=i0EA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICXIlCAOoRT0atQ96GmJcSrK2XsPvkt50sDSsFnnRXpGAiBgidlzwwFh/NyXMZD63I1tIzY4+60igRrg7QdFEpNpvA=="}]},"_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"directories":{},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_2.2.2_1605004421226_0.8107705261078075"},"_hasShrinkwrap":false},"2.2.3":{"name":"jodit-vue","version":"2.2.3","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.umd.js","jsdelivr":"./dist/jodit-vue.umd.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","lint":"eslint --color --ext .js,.vue .","lint:fix":"eslint --color --fix --ext .js,.vue .","clean":"del-cli ./dist","prebuild":"yarn lint && yarn clean","build":"rollup --config ./rollup.config.js","prepublishOnly":"yarn lint && yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"@ungap/global-this":"^0.3.1","jodit":"~3.4.1"},"devDependencies":{"@rollup/plugin-buble":"^0.21.1","@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-node-resolve":"^7.1.1","all-contributors-cli":"^6.7.0","del-cli":"^3.0.0","eslint":"^6.0.1","eslint-config-standard":"^14.1.0","eslint-plugin-import":"^2.18.0","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.0","eslint-plugin-vue":"^5.2.3","rollup":"^1.16.7","rollup-plugin-terser":"^5.1.1","rollup-plugin-vue":"^5.0.1","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"618c872aa41a644c38f6035402b3464b79b873cb","_id":"jodit-vue@2.2.3","_nodeVersion":"14.4.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-pCj45SY0Q8lqN3Wnq6ZyICv1z1eGcLnqPwQyVtIlRFDrG8K+y1I3KFNRKjrYyAS9uviWRLcQfqA8mOn1uJgTYA==","shasum":"f82387692c1c0df005c946a3e35787dd59b41cfa","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-2.2.3.tgz","fileCount":11,"unpackedSize":40145,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/cXyCRA9TVsSAnZWagAAV6QQAJdoW0W8ch1w8GJUdDpz\nvgzVcMWT+RHUSdwFt/crYM7G4WTOrdw3etmMvHDlNo/yZFBgcCXkhcnmsKvn\n09z5TZiBIMIkKtBSap9ySn9S325ohlm9mlz0ehHciysvpasGy9ZfRGhZ+xbN\nIVa5J9ZcnXeMdHwX78YoyV91ZoxMHktVJPpMzoEPK7/YLaMZdiX1tVXtbTSA\nLErY1TuS/ES4ACq5S9FLCVTrSIbn83EXbOT8m2Hcv/8rkv6vQCmBRnwq0s3s\nLRzxwvXXkymlN01edYqqIU54YPypFrpsMk0FDpdmqtf2xn/L3hsczZG/cQm/\nNBGHg135qst0G6E6E8z7qNGgR136eobqLs1C0zhMJbZnse4qT0CyULppBOKO\n4CA51W2jnnRp0d7abh7YuExTRpy/izT5Nm3Gq0D2nGyy4MZH7eccgLNKrs1B\nM5KgJMAtMCfFb7qscj0muqPGJluaiWBBsMJc6MuJS/KjhpuTHsKvO8dmMDYw\nrwr2ZIgZeEcEfIpNSUYm48NKo/rQerzdnVTXO8ibEtGE6nUYmH3AMhtx/HhY\nW+gAL+rgTLbza5bEa5ie1qdWCs88BSOuPOqnemEr6ZUTPJeUswEzdb1iwhQn\n7jbg1rbCXVlFDvKp6GtLs/qHyT8ZqwbSPN0irQqSo5FQPsrBDlhbw4hDSPc9\nx2WJ\r\n=IUUF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/VSfcZSdFr6slNV8gM8yidd14EKSlZUWU9zTcH8dI4QIhAKhjSlB9z4FQLwXBSokFMqbiJjYp620u23L8Y/bNb9e7"}]},"_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"directories":{},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_2.2.3_1610466801764_0.44132546476655055"},"_hasShrinkwrap":false},"2.3.0":{"name":"jodit-vue","version":"2.3.0","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.umd.js","jsdelivr":"./dist/jodit-vue.umd.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"serve":"vue-cli-service serve ./example/main.js","contributors:generate":"all-contributors generate","contributors:add":"all-contributors add","lint":"eslint --color --ext .js,.vue .","lint:fix":"eslint --color --fix --ext .js,.vue .","clean":"del-cli ./dist","prebuild":"yarn lint && yarn clean","build":"rollup --config ./rollup.config.js","prepublishOnly":"yarn lint && yarn build"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"@ungap/global-this":"^0.3.1","jodit":"~3.4.1"},"devDependencies":{"@rollup/plugin-buble":"^0.21.1","@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-node-resolve":"^7.1.1","@vue/cli-plugin-babel":"~4.5.0","@vue/cli-service":"~4.5.0","all-contributors-cli":"^6.7.0","del-cli":"^3.0.0","eslint":"^6.0.1","eslint-config-standard":"^14.1.0","eslint-plugin-import":"^2.18.0","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.0","eslint-plugin-vue":"^5.2.3","rollup":"^1.16.7","rollup-plugin-terser":"^5.1.1","rollup-plugin-vue":"^5.0.1","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"03214c3c542df2d5d0d108ccb42365a26ac5042c","_id":"jodit-vue@2.3.0","_nodeVersion":"14.4.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-aNUnbRGfRKg+htFDooB5DYg6+ldRtUWdQDm62bbE9lUz43Mq9whRKycIM6xffggEe5BsPVjyodfyqUI53RrJ7w==","shasum":"d0649a7ca3eb9f553426e194f3728b29e3a10dea","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-2.3.0.tgz","fileCount":11,"unpackedSize":42901,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWiYFCRA9TVsSAnZWagAA9UcP/0beA5eosfCqNGWPrQfy\ndErvygvUPXnIAGyLNqmCtbEVOoMMDU02+uULFmrf2oMKfUU+F/L52yhomrjS\nwPlkfqslF3VGFZ3k0kI4WLwpukTui7WZRT+9xqdM6LDsG+7To9ae3HJi/AZT\nOsDY2E9JADfpKTOvd9JT87jCI2I4VvxGsi/xvWt2ecTWfStFoM6OQechQelI\nflKkIYsESrrcVqCXp3tdFPkar812r919JT6MbB4WOIIghdLSMNQ/RZQPM+oE\njq3tey9AHlbHlprFU7E08soMm6W/plQEBD70fdm3TVTJ6bmHvE6/5/muBhuV\nmLD8ax8rrcux4dtNa0sbd9p9AllhANtnMpV1qmT8XmE8Xgl+33bGUFI2fWZD\nSzeLY4rTsOhHcUcKHWp0gmfINo06rhrj5JlKZ4t7k9VEzWjPixKCspVA9cte\n5QaT/CEVcalST5M30JhirMCDApmFSSyOtW0NuRBQd8zPA6SRDVPweJmpM5q/\nPlRRTU/vaIjjc/0tbxdP/dcNU8JhVrNA3l0YqxNBbLBltX5ho5NiauXml5tZ\nQY+dH01ZYkx2f+SQ+LQcakTU1GUI4944D0+jlT4CtjRqk9INeMbNEDvXzFG+\nLKrHIorb08bfYh58P1PDLXs0cptrLDdqRYpsz1IgUGlER86ToZ0cYYjuMo4K\n9bS+\r\n=J/Or\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8kmTSAOyvwKlZBb07WmbEVKgexTRmiEWfjjzZLEujrAIgaYMZmjFVjHj6LhcHdn/bS9NZUzMEkoLh4qf5pKReBoI="}]},"_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"directories":{},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_2.3.0_1616520708876_0.11969418325701198"},"_hasShrinkwrap":false},"2.4.0":{"name":"jodit-vue","version":"2.4.0","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.umd.js","jsdelivr":"./dist/jodit-vue.umd.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"serve":"vue-cli-service serve ./example/main.js","lint":"eslint --color --ext .js,.vue .","lint:fix":"eslint --color --fix --ext .js,.vue .","clean":"del-cli ./dist","prebuild":"yarn lint && yarn clean","build":"rollup --config ./rollup.config.js","prepublishOnly":"yarn lint && yarn build","test":"jest"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"@ungap/global-this":"^0.4.4","jodit":"^3.6.8"},"devDependencies":{"@rollup/plugin-buble":"^0.21.1","@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-node-resolve":"^7.1.1","@vue/cli-plugin-babel":"~4.5.0","@vue/cli-plugin-unit-jest":"~4.5.0","@vue/cli-service":"~4.5.0","@vue/test-utils":"^1.1.1","babel-jest":"^26.6.3","del-cli":"^3.0.0","eslint":"^6.0.1","eslint-config-standard":"^14.1.0","eslint-plugin-import":"^2.18.0","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.0","eslint-plugin-vue":"^5.2.3","jest":"^26.6.3","jest-transform-stub":"^2.0.0","rollup":"^1.16.7","rollup-plugin-terser":"^5.1.1","rollup-plugin-vue":"^5.0.1","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"19ffe1ef79bd5bc5bfe8921e5f76c99d02d419f6","_id":"jodit-vue@2.4.0","_nodeVersion":"14.4.0","_npmVersion":"7.8.0","dist":{"integrity":"sha512-l7n/THVYwhUm5nE0CGb2Zw96yH0bVgDOzPaNHe2QR/Z/AM4mp/XUzjxQCDIdTgEU/LU4hCiyGh/vqyj+K+En2w==","shasum":"f370fe3217a2a116ebd6fb0dcc1d95f533704556","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-2.4.0.tgz","fileCount":11,"unpackedSize":39787,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfrgPCRA9TVsSAnZWagAA7W4P/1sNWMx01ga0FKeLecR9\nj7/FGZI/8H1CXCgp8gpxkXOlgRVKo05OI088nGLIMlFeahrqSvT/i/04A3vJ\nz4L2i8L2BzrKckgjfLGoWGzcApKPk3MmF4REtQlgEg5CgViIPIL06d/Tu06N\nMxp+vZ1/7y9wbgBYqVgkr/yiLQ30f0CIY1ZYoZ+ONpvD/fc1/UfFPdL4uHRv\nT3nUGVN52mqGggSySSCswPJHrdCdqS1eKJjjrb1yUuXHuaqFd+XQMNSAtIpn\n5KHQgj2jmRgO52qscJfObpnbckrzEEVvb1ZYFsUi+CvfKoMPcu7cspIJWPd+\nJBOI1n8y0Hv39JEyYmZm75olEs/LI5Br3hqw7X1U93aH0a7IsC2W4vRZ9LHz\nzuFD/mPZ4tjulmUHmmJyMLJBbL9gFr2Q7CpKrxA2WFWaLB7ZDRsOSjqDQUHZ\n7NvcXDB7Twryhc6gg4AjN/sxnXXminH/pqgMZST3Dg5fAhxeGgij+ooR07+d\nuzHIAA+UMcTBvKAAOBnQM+B7kHRtQTVxm+lLVlzsgD9k+7yXkSMHYOTartLH\niLauM6u3QGKNuAXIhRq8BlGU5Hvl3udc5TkIaZMrUoBud/ujTSVoxm0ogcTl\nQzcqT84YSd9dfyGnGHTXlvO4Ry6m/MfXgylfv36DY4KbXc0jq6jTDzu+iH1I\nfbkJ\r\n=DpTU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDbCmxy4as5Yel//2zVkJC4xVBhj4LeVvVQZUasrOnKNAiALG525u7Q1MkudMtXp09g/ebLOhTZkSwL9FOOHOSE6EQ=="}]},"_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"directories":{},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_2.4.0_1618917390651_0.8973113976563585"},"_hasShrinkwrap":false},"2.5.0":{"name":"jodit-vue","version":"2.5.0","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.umd.js","jsdelivr":"./dist/jodit-vue.umd.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"serve":"vue-cli-service serve ./example/main.js","lint":"eslint --color --ext .js,.vue .","lint:fix":"eslint --color --fix --ext .js,.vue .","clean":"del-cli ./dist","prebuild":"yarn lint && yarn clean","build":"rollup --config ./rollup.config.js","prepublishOnly":"yarn lint && yarn build","test":"jest"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"@ungap/global-this":"^0.4.4","jodit":"^3.6.8"},"devDependencies":{"@rollup/plugin-buble":"^0.21.1","@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-node-resolve":"^7.1.1","@vue/cli-plugin-babel":"~4.5.0","@vue/cli-plugin-unit-jest":"~4.5.0","@vue/cli-service":"~4.5.0","@vue/test-utils":"^1.1.1","babel-jest":"^26.6.3","del-cli":"^3.0.0","eslint":"^6.0.1","eslint-config-standard":"^14.1.0","eslint-plugin-import":"^2.18.0","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.0","eslint-plugin-vue":"^5.2.3","jest":"^26.6.3","jest-transform-stub":"^2.0.0","rollup":"^1.16.7","rollup-plugin-terser":"^5.1.1","rollup-plugin-vue":"^5.0.1","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"9874dc7fecd85fab0c4332b605936c0008b8cb84","_id":"jodit-vue@2.5.0","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-d6TmbEUrDuh0NHqHkXw1h1A8401pMhJ8n5JDKuG8nTrkUFycQwuPFFjN5uc2O6XzQcXvF1sNydPQd3elJaVoLw==","shasum":"b275938ebaab87ee3522ffd8673cf35b74625401","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-2.5.0.tgz","fileCount":11,"unpackedSize":39787,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCHd9M6Yc6YG/cy1SuMZGZ48zzn3iedNn3gQsZMB9L62gIgRgAQupJo6DptcJZvIcsDAHVUukXF+H41QCcKMwYwpS0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYDN1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq7jg//bjrJRqfw1SQsLGBXTi9maY8/wZb34dzuhwyxqj744b6JQ/rQ\r\nIXq6mNsoQt7BpsmjTwmrI/c7nIOzDO2zBmSpXucWIKcowaoY8F5zznRwkccN\r\nhhir9TWnqE1APUNjKp5w9Mbs/PhQN7sFKqj28wkOBkF+/tYFDywZjkuDMTeu\r\nfAtd4WrFKC5U2jy8xte/XsPwFF6E0U/qNCD0sfi1vqQGGuHY6mWTXUj7T0Lv\r\ncpmpK0+a9cEMygAwuu0Q/M9MPlgAE+juqyPo2BIDJ7YjkkkJtwJHzxcj4BhG\r\nVyzw5+O5AMxAlWtQIGNsrbcDZX3ZeDZqAx/ebCWJ9qw5lq4F7QTQHpqAcAk1\r\njS/KzRoU2hCI3FTB66e23dptJNzenik36SuYyYaAsYJOQmvXIjyfLbnxL8LC\r\nSWtsniJ6sczaETmisrCNiq8kIgZqO67jlHE5zjZYLuPJvotqeIl33eRSFx6R\r\noRroKYXvzaToEriqssKetU3WCR89U4iTRed+2wUz/jPPmOJCwlGZRfACY+wX\r\nCaAQwhr/xY0PthgOuteWGek8R027Lpy7FpSiPmTF+KqX5vcjHGWmkejMW9to\r\nF9I3uFrC0y97PPYrSko0B95/7VXiKS5nXVWjVuHm20UduGmw7sHQKCDvtidT\r\n9vbH6KUEkVxjntI98+qvnTYz+loMFAYjcNI=\r\n=gmfQ\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"directories":{},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_2.5.0_1650471797783_0.2548142700829541"},"_hasShrinkwrap":false},"2.6.0":{"name":"jodit-vue","version":"2.6.0","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.js","module":"./dist/jodit-vue.esm.js","unpkg":"./dist/jodit-vue.umd.js","jsdelivr":"./dist/jodit-vue.umd.js","browser":{"./sfc":"./src/jodit-vue.vue"},"keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"serve":"vue-cli-service serve ./example/main.js","lint":"eslint --color --ext .js,.vue .","lint:fix":"eslint --color --fix --ext .js,.vue .","clean":"del-cli ./dist","prebuild":"yarn lint && yarn clean","build":"rollup --config ./rollup.config.js","prepublishOnly":"yarn lint && yarn build","test":"jest"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"@ungap/global-this":"^0.4.4","jodit":"^3.17.1"},"devDependencies":{"@rollup/plugin-buble":"^0.21.1","@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-node-resolve":"^7.1.1","@vue/cli-plugin-babel":"~4.5.0","@vue/cli-plugin-unit-jest":"~4.5.0","@vue/cli-service":"~4.5.0","@vue/test-utils":"^1.1.1","babel-jest":"^26.6.3","del-cli":"^3.0.0","eslint":"^6.0.1","eslint-config-standard":"^14.1.0","eslint-plugin-import":"^2.18.0","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.0","eslint-plugin-vue":"^5.2.3","jest":"^26.6.3","jest-transform-stub":"^2.0.0","rollup":"^1.16.7","rollup-plugin-terser":"^5.1.1","rollup-plugin-vue":"^5.0.1","vue":"^2.6.10","vue-template-compiler":"^2.6.10"},"gitHead":"9ad2b9542fdc8c5c7761d7adf000110537bb95cf","_id":"jodit-vue@2.6.0","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-VTd/5UJe1T9qXM6Zi3252LJxjW/jX2Kfxw6inIIzOZ2eAXCqQKMN0toh/cgabMUSCQjBpXnjtOyqyvO1R2C7xQ==","shasum":"3b2a255076e60f614e271e1b361a49623b6e1dc6","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-2.6.0.tgz","fileCount":11,"unpackedSize":39788,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFuBeh2wbUA4QKMOvKUAifgX0zj/ZR/YFLQxG6QN4wM/AiAXwov8oWnGhOH9VEijxFjDCdAZimzlrdrWn40YGIZeHg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYDjlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWmg/9F5IopQ7CQ7f5cm2v9hh3bTS8/hhh5qXWLEI2omEZnotr0FRC\r\nmhdPNoeiYv8M8VXhsCjetlNxsvL1GfJ3giAuLLtsRR+VdReIHJbUGLpVOllC\r\n+nG/UZf6sA0D/mmoXuFmJ0HAm92H39S2yB8EJZwftdR/TyAKOWdted1SfAxC\r\n8+pKCxjkJOGdVrswm8GK7Nzsv70km8HkVXKEqRr4vjJjoZO+qpZ0N/EtVji0\r\nD0cSFmOadLmOxJNIOLqLZTXHxddldT+ISX9AM60cJqbMvV/QBc9PCfoTFsYv\r\nyFjUfsk8uoZmS977xUBEEXFxxeqfexbfkiG2wpcYZXv+FoVrHxu/MA7fsjpx\r\nkLndNzFFzykIFhgR3RnKK+seygYLQKtNXkOIgLqqevkUWxkbD376GkLE7W+z\r\ntm0t/rf2CQJ4NENUm1iz71XjMIdZTXnQoHuYNfQtN/RYA7Okr2t1/JeA1v5K\r\nhwybBqgjGgUU47lqqTMOtryz4IxXzD/NWIS7toyanv7NWspA4oDkMMinI8rO\r\nC41aE4PuQzU0aTzGkAw+t69LB6h5h6qxTIRACTYIMXJhxrQwhl2a+ursAlWb\r\npiZBa1zmDJKkWEzO57DO7bp3xz1MUJSdexQGubRcloC/LP6cXgNrc64C04Wk\r\nViZ+vt58nhEvXlK6Lyhh6YRI00piHn3Ssos=\r\n=xIiC\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"directories":{},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_2.6.0_1650473188809_0.32106870408199195"},"_hasShrinkwrap":false},"3.0.0":{"name":"jodit-vue","version":"3.0.0","description":"Vue wrapper for Jodit Editor","main":"./dist/jodit-vue.umd.js","module":"./dist/jodit-vue.es.js","unpkg":"./dist/jodit-vue.umd.js","jsdelivr":"./dist/jodit-vue.umd.js","keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"serve":"vite","lint":"eslint --color --ext .js,.vue .","lint:fix":"eslint --color --fix --ext .js,.vue .","clean":"del-cli ./dist","prebuild":"yarn lint && yarn clean","build":"vite build --config vite.config.js","prepublishOnly":"yarn lint && yarn build","test":"jest"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"jodit":"^3.24.5"},"devDependencies":{"@babel/core":"^7.21.0","@rollup/plugin-buble":"^0.21.1","@rollup/plugin-commonjs":"^11.0.2","@rollup/plugin-node-resolve":"^7.1.1","@ungap/global-this":"^0.4.4","@vitejs/plugin-vue":"^4.0.0","@vue/cli-plugin-babel":"~5.0.8","@vue/cli-plugin-unit-jest":"~5.0.8","@vue/cli-service":"~5.0.8","@vue/compiler-dom":"^3.2.47","@vue/compiler-sfc":"^3.2.47","@vue/server-renderer":"^3.2.47","@vue/test-utils":"^2.3.0","babel-jest":"^27.5.1","del-cli":"^3.0.0","eslint":"^6.8.0","eslint-config-standard":"^14.1.0","eslint-plugin-import":"^2.18.0","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.0","eslint-plugin-vue":"^7.20.0","jest":"^27.5.1","jest-transform-stub":"^2.0.0","rollup":"^1.16.7","rollup-plugin-terser":"^5.1.1","vite":"^4.1.4","vue":"^3.2.47"},"gitHead":"5a9513229581ec1c8f2c27fc03cb6dc2b3298590","_id":"jodit-vue@3.0.0","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-it3tVUFBbZF0NcVyeekQUGUgIa8u7IjUbmL4wlG0abv6PLnltvT3xt/hnDQNxkt3/jYcvTluu12G1B6G6nlQSQ==","shasum":"ae36115b9319fa5c699776e8bf90019e73b591c8","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-3.0.0.tgz","fileCount":7,"unpackedSize":1780922,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGoslw34x+yDnmcP+d+AZKKQvt3OaiRZE9H+55T1CH5RAiAPyO6LAnSctGzxyRUO4nqdaPKTa77dvdtPX/2hLqORBg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/3FoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMcA//Yrfpd7YAwD0smKP2yEVcDO9l+P8IbUQgpknbwOBgdZK7h3+q\r\nzRJGmDTdf7mNvoAG8Zyu9Y/8aLOvBt/xvma6peGZ2sPZCzpicClfLD/U8vJq\r\nQrxUtzMqt/aUko2pLWnrJCQuMNUmZr9UouKQfEfqo2xLgXrY82SyY8LjDDB3\r\nKOADtLRVbbWd/h2hi3pE2ayN97Z0cyCLelCysj18RBnyBrSGh+jR2md+PSlT\r\nBOMoTKvn2G0O0t7ZJuaLHgTXfw3eXeWGlP3zyplpwFgNuzukueqCPYrFbwNv\r\nYbNBtvPQ3d778rnkekND1AZ7NMmQxWJzDJU2afYyGmjWvIS4EefxbyMm2S27\r\n8ln/yVu9PHkC+i60A7SAWDbiiOyOsr5zg/jgGKnPP9od4Up1+IsF2w0DWj+5\r\neSW9Ev3OejtdCMk3BcANsUnDtnqZEdVrhAosALljddox7XXo+SPAmCCFxcpJ\r\n8lzx7NKHVp0QtoSSq0CX00YcEhYw0t6C+eLX2ysem4yLPt6CD2cWMp+0QVof\r\n1IM5rXwxTzZtG0spJoyS3/MiInp3u5E1xeQpXc03iG8W+xBo6MeFgJ8dulhy\r\nOd1/4O01ZTYcGheoEaGVwJVV3EZDbZhNga61btqCQMuVfQkoXPCuP24tAhb0\r\nlkYP62oaFJhnEWX0TOqPT6q+qTcnKx9oCYw=\r\n=ZwZL\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"directories":{},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_3.0.0_1677685095931_0.09262619046270237"},"_hasShrinkwrap":false},"3.1.0":{"name":"jodit-vue","version":"3.1.0","description":"Vue wrapper for Jodit Editor","type":"module","exports":{".":{"import":"./dist/jodit-vue.js","require":"./dist/jodit-vue.umd.cjs"}},"main":"./dist/jodit-vue.umd.cjs","module":"./dist/jodit-vue.js","unpkg":"./dist/jodit-vue.umd.cjs","jsdelivr":"./dist/jodit-vue.umd.cjs","keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"scripts":{"serve":"vite","preview":"vite preview","lint":"eslint --color --ext .js,.vue .","lint:fix":"eslint --color --fix --ext .js,.vue .","clean":"del-cli ./dist","prebuild":"yarn lint && yarn clean","build":"vite build --config vite.config.js","prepublishOnly":"yarn lint && yarn build","test":"jest"},"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"homepage":"https://github.com/WendellAdriel/jodit-vue#readme","author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"license":"MIT","dependencies":{"jodit":"^3.24.5"},"devDependencies":{"@babel/core":"^7.21.0","@babel/preset-env":"^7.22.10","@vitejs/plugin-vue":"^4.0.0","@vue/test-utils":"^2.4.1","@vue/vue3-jest":"28","babel-jest":"28","del-cli":"^3.0.0","eslint":"^8","eslint-plugin-vue":"^9.17.0","jest":"^28","jest-environment-jsdom":"^29.6.3","jest-serializer-vue":"^3.1.0","jest-transform-stub":"^2.0.0","jest-watch-typeahead":"^2.2.2","rollup":"^1.16.7","rollup-plugin-terser":"^5.1.1","vite":"^4.4.9","vue":"^3.2.47"},"gitHead":"e557b79df63ef632f2654b74c32175573a473414","_id":"jodit-vue@3.1.0","_nodeVersion":"20.2.0","_npmVersion":"9.6.7","dist":{"integrity":"sha512-imK1/C2ruIi38S0KkTzi4Iw6xyw36bnIfL0tQSGIl12qx0mkC9rgNZQUPenfiVnQ9XoxFMKo9couNwc9FxIyxA==","shasum":"73e07592dac0059732e14533ff05330896666ae9","tarball":"https://registry.npmjs.org/jodit-vue/-/jodit-vue-3.1.0.tgz","fileCount":7,"unpackedSize":14400,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAPr3H/N4vacsmGa47bFZk9RQxKTAG7M9ls+EU9ehd8mAiBmF3FGbgmI5ogTiNEEFGs3ubowIH1z4exJjavgmm9ouA=="}]},"_npmUser":{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"},"directories":{},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jodit-vue_3.1.0_1692727682050_0.7852252365080392"},"_hasShrinkwrap":false}},"time":{"created":"2018-11-16T19:44:01.420Z","1.0.0":"2018-11-16T19:44:01.619Z","modified":"2023-08-22T18:08:02.482Z","1.0.1":"2018-11-17T12:20:12.505Z","1.0.2":"2018-11-17T13:10:57.133Z","1.1.0":"2018-11-17T14:18:04.897Z","1.2.0":"2018-12-04T16:35:15.939Z","1.2.1":"2018-12-10T20:10:19.789Z","1.2.2":"2018-12-29T20:09:32.438Z","1.2.3":"2018-12-30T23:17:47.291Z","1.2.4":"2019-04-08T09:45:03.316Z","1.3.0":"2019-10-08T09:46:34.055Z","2.0.0":"2019-11-04T10:28:04.463Z","2.1.0":"2020-02-24T17:33:18.646Z","2.2.0":"2020-03-09T11:02:04.234Z","2.2.1":"2020-07-16T11:17:35.407Z","2.2.2":"2020-11-10T10:33:41.348Z","2.2.3":"2021-01-12T15:53:21.915Z","2.3.0":"2021-03-23T17:31:49.037Z","2.4.0":"2021-04-20T11:16:30.815Z","2.5.0":"2022-04-20T16:23:17.928Z","2.6.0":"2022-04-20T16:46:29.054Z","3.0.0":"2023-03-01T15:38:16.153Z","3.1.0":"2023-08-22T18:08:02.295Z"},"maintainers":[{"name":"wendell_adriel","email":"wendelladriel.ti@gmail.com"}],"description":"Vue wrapper for Jodit Editor","homepage":"https://github.com/WendellAdriel/jodit-vue#readme","keywords":["vue","jodit","wrapper","editor","rich editor","wysiwyg"],"repository":{"type":"git","url":"git+ssh://git@github.com/WendellAdriel/jodit-vue.git"},"author":{"name":"Wendell Adriel","email":"wendelladriel.ti@gmail.com"},"bugs":{"url":"https://github.com/WendellAdriel/jodit-vue/issues"},"license":"MIT","readme":"<div align=\"center\">\n    <p>\n        <h1>Jodit Vue</h1>\n        Vue Wrapper for the <a href=\"https://github.com/xdan/jodit\" target=\"_blank\">Jodit Editor</a>\n    </p>\n</div>\n\n<p align=\"center\">\n<a href=\"https://www.npmjs.com/package/jodit-vue\" target=\"_blank\"><img src=\"https://img.shields.io/npm/v/jodit-vue.svg?style=flat-square\" alt=\"Version\" /></a>\n<a href=\"https://npmcharts.com/compare/jodit-vue\" target=\"_blank\"><img src=\"https://img.shields.io/npm/dm/jodit-vue.svg?style=flat-square\" alt=\"Downloads\" /></a>\n<a href=\"https://github.com/WendellAdriel/jodit-vue/blob/master/LICENSE\" target=\"_blank\"><img src=\"https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square\" alt=\"License\" /></a>\n</p>\n\n## How to use\n\n> Use version 2.* for Vue 2\n>\n> Use version 3.* for Vue 3\n\nInstall **Jodit Vue**:\n\n```\nnpm install jodit-vue --save\n// or with Yarn\nyarn add jodit-vue\n```\n\n## Import and use it\n\nSince this component is just a wrapper, you need to include the `css` of the **Jodit Editor** on your app for it to work properly, if you're using `vue-cli` to create your app, or another build system you can import it directly or add a `link` tag with the `css` file provided by the **Jodit Editor** package.\n\n```js\nimport 'jodit/build/jodit.min.css'\nimport Vue from 'vue'\nimport JoditVue from 'jodit-vue'\n\nVue.use(JoditVue)\n```\n\nInstead of using `Vue.use(JoditVue)` you can use the component locally\n\n```vue\n<template>\n    <div id=\"app\">\n        <jodit-editor v-model=\"content\" />\n    </div>\n</template>\n\n<script>\nimport 'jodit/build/jodit.min.css'\nimport { JoditEditor } from 'jodit-vue'\n\nexport default {\n    name: 'app',\n\n    components: { JoditEditor },\n\n    data () {\n        return {\n            content: '<h1>Hello Jodit Vue</h1>'\n        }\n    }\n}\n</script>\n```\n\nYou can check and test it on **[Codesanbox](https://codesandbox.io/s/jv0l1r86wv)** too.\n\n## Using without a build system\n\nIf you don't use a build system on your app, you can also use Jodit Vue without problems, check and test it on this **[JsFiddle](https://jsfiddle.net/6ch2gn0t/)**.\n\n## Component Properties\n\nIf you pass only the `v-model` for the component, it will load all the editor features, if you want to customize it, you can do it with its properties that are listed below, but all of them are not required, just if you want to customize your editor that you will need them:\n\n| Property         | Type    | Default Value | Description                                                                                                           |\n| :--------------: | :-----: | :-----------: | :-------------------------------------------------------------------------------------------------------------------: |\n| buttons          | Array   | `null`        | The buttons that you want to show on toolbar, if this is not provided, all the buttons will be shown                  |\n| extraButtons     | Array   | `null`        | If you need to create and display custom buttons you can pass an array with your custom buttons to this property      |\n| config           | Object  | `{}`          | The config object that has all the other configurations for the editor                                                |\n| plugins          | Array   | `[]`          | If you need to create custom plugins you can pass array of plugins to this property                                   |\n\n#### Buttons property\n\nWhen providing the buttons to show on the editor you will need to provide an array with the buttons that you want to show. The button names can be found **[here](https://xdsoft.net/jodit/play.html)**. You can also pass a `|` to put a divider between the buttons.\n\n```vue\n<template>\n    <div id=\"app\">\n        <jodit-editor v-model=\"content\" :buttons=\"buttons\" />\n    </div>\n</template>\n\n<script>\nimport 'jodit/build/jodit.min.css'\nimport { JoditEditor } from 'jodit-vue'\n\nexport default {\n    name: 'app',\n\n    components: { JoditEditor },\n\n    data () {\n        return {\n            content: '<h1>Hello Jodit Vue</h1>',\n            buttons: ['source', 'image', '|', 'bold', 'underline', 'italic']\n        }\n    }\n}\n</script>\n```\n\n#### Extra Buttons property\n\nIf you need to create custom buttons to the editor, you can create them and provide the component with an array\n\n```vue\n<template>\n    <div id=\"app\">\n        <jodit-editor v-model=\"content\" :buttons=\"buttons\" :extra-buttons=\"customButtons\" />\n    </div>\n</template>\n\n<script>\nimport 'jodit/build/jodit.min.css'\nimport { JoditEditor } from 'jodit-vue'\n\nexport default {\n    name: 'app',\n\n    components: { JoditEditor },\n\n    data () {\n        return {\n            content: '<h1>Hello Jodit Vue</h1>',\n            buttons: ['source', 'image', '|', 'bold', 'underline', 'italic'],\n            customButtons: [\n                {\n                    name: 'insertDate',\n                    iconURL: 'http://xdsoft.net/jodit/logo.png',\n                    exec: function (editor) {\n                        editor.selection.insertHTML((new Date).toDateString());\n                    }\n                }\n            ]\n        }\n    }\n}\n</script>\n```\n\nTo create custom buttons, check the **[Jodit Editor Docs](https://xdsoft.net/jodit/doc/)**\n\n#### Config property\n\nThis config allows you to pass all the other configurations found **[here](https://xdsoft.net/jodit/doc/options/)** to customize your editor\n\n#### Plugins property\nPlugins property allows you to pass array of plugin objects with name and callback which will be initialized when Jodit is initialized. Plugins are initialized globally and it will added to all instances of Jodit editor.\nFor example:\n```vue\n<template>\n    <div id=\"app\">\n        <jodit-editor v-model=\"content\" :plugins=\"plugins\" />\n    </div>\n</template>\n\n<script>\nimport 'jodit/build/jodit.min.css'\nimport { JoditEditor } from 'jodit-vue'\n\nexport default {\n    name: 'app',\n\n    components: { JoditEditor },\n\n    data () {\n        return {\n            content: '<h1>Hello Jodit Vue</h1>',\n            plugins: [\n              {\n                name: 'example',\n                callback: function (editor) {\n                  editor.events.on('afterInit', function () {\n                    console.warn('Example plugin has beed initialized, check Jodit documentation for more details.')\n                  })\n                }\n              }\n            ]\n        }\n    }\n}\n</script>\n```\nTo add plugins Jodit Vue uses `Jodit.plugins.add` API.\nCheck Jodit [documentation](https://github.com/xdan/jodit#create-plugin) and [examples](https://xdsoft.net/jodit/examples/plugin/custom_plugin.html) how to implement plugins.\n\n## Credits ✨\n\n- [Wendell Adriel](https://github.com/WendellAdriel)\n- [All Contributors](https://github.com/WendellAdriel/jodit-vue/contributors)\n","readmeFilename":"README.md"}