{"maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"dist-tags":{"beta":"26.1.35-805461","latest":"33.1.46"},"author":{"name":"Syncfusion Inc."},"description":"Essential JS 2 RichTextEditor component","readme":"# JavaScript Rich Text Editor | JavaScript Markdown Editor\n\nThe [JavaScript RichTextEditor](https://www.syncfusion.com/javascript-ui-controls/js-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) is a feature-rich WYSIWYG HTML editor and Markdown editor. The Rich Text Editor is widely used to create blogs, forum posts, notes sections, comment sections, messaging applications, and more. The control provides an efficient user interface for a better editing experience with mobile support. It has a variety of tools to edit and format rich content, and it return a valid HTML markup or Markdown (MD) content. It allows users to insert images, links, tables, media files and lists with modular architectures.\n\n<div align=\"center\">\n  <h4> <a href=\"https://ej2.syncfusion.com/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm\">📖Getting started</a> &#x2022; \n    <a href=\"https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm#/bootstrap5/rich-text-editor/tools.html\">🚀Online demos</a> &#x2022; \n    <a href=\"https://www.syncfusion.com/javascript-ui-controls/js-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm\">🌐Learn more</a>\n    </h4>\n</div>\n\n<p align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-rich-text-editor-new.gif\" alt=\"JavaScript Rich Text Editor Control\"/>\n</p>\n<p align=\"center\">\nTrusted by the world's leading companies\n  <a href=\"https://www.syncfusion.com\">\n    <img src=\"https://ej2.syncfusion.com/home/images/trusted_companies.png\" alt=\"Bootstrap logo\">\n  </a>\n</p>\n\n## ⚡️ Quick Start\n\nThe JavaScript Rich Text Editor is easy to set up. Simply install the package, import the module, and add the editor to your app.\n\n### Installation\n\nTo install the Rich Text Editor and its dependencies via npm, run the following command:\n\n```sh\nnpm install @syncfusion/ej2-richtexteditor --save\n```\n\n ### Add the Editor Element\n\n In your HTML file, add a target element:\n\n```html\n<!DOCTYPE html>\n<html>\n    <head>\n        <!-- Includes all CSS for the Rich Text Editor -->\n    </head>\n    <body>\n        <!-- Your Rich Text Editor container -->\n        <div id=\"richTextEditor\"></div>\n    </body>\n</html>\n```\n\n### Import the Module\n\nImport the Rich Text Editor module into your application:\n\n```ts\nimport { RichTextEditor, Toolbar, Link, Image, HtmlEditor, QuickToolbar } from '@syncfusion/ej2-richtexteditor';\n\nRichTextEditor.Inject(Toolbar, Link, Image, HtmlEditor, QuickToolbar);\n\n```\n\n ### Initialize the Editor\n\n Create an instance of the Rich Text Editor and append it to a target element:\n\n ```ts\n let editor = new RichTextEditor({\n    height: '300px',\n    toolbarSettings: {\n        items: ['Bold', 'Italic', 'Underline', 'StrikeThrough', '|', 'Formats', 'Alignments', '|', 'OrderedList', 'UnorderedList', '|', 'CreateLink', 'Image', '|', 'Undo', 'Redo']\n    }\n});\neditor.appendTo('#richTextEditor');\n ```\n\n### Run the Application\n\nNow, open your project in a browser, and the Rich Text Editor will be displayed! 🚀\n\n<blockquote>\n    <p>ℹ️ <b>Note:</b></p>\n    <span>For more information on using Rich Text Editor with Syncfusion, refer to our <a href=\"https://ej2.syncfusion.com/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm\">Documentation</a>.</span>\n</blockquote>\n\n## 🛠️ Supported frameworks\n\nRich Text Editor control is also offered in following list of frameworks.\n\n| [<img src=\"https://ej2.syncfusion.com/github/images/angular-new.svg\" height=\"50\" />](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Angular](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src=\"https://ej2.syncfusion.com/github/images/react.svg\"  height=\"50\" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src=\"https://ej2.syncfusion.com/github/images/vue.svg\" height=\"50\" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src=\"https://ej2.syncfusion.com/github/images/netcore.svg\" height=\"50\" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src=\"https://ej2.syncfusion.com/github/images/netmvc.svg\" height=\"50\" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | \n| :-----: | :-----: | :-----: | :-----: | :-----: |\n\n## 🏗️ Showcase samples\n\n* [JavaScript HTML editor demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#/bootstrap5/rich-text-editor/tools.html)\n* [Blog posting using JavaScript rich text editor demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#/bootstrap5/rich-text-editor/blog-posting.html)\n* [JavaScript Markdown editor demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#/bootstrap5/rich-text-editor/markdown-editor.html)\n* [JavaScript Live HTML editor demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#/bootstrap5/rich-text-editor/online-html-editor.html)\n\n## ✨ Key features\n\n* [Edit mode](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#/bootstrap5/rich-text-editor/iframe.html) - HTML content is possible to edit in a `div` element or an `iframe` in the rich text editor.\n\n* [@Mentions](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#/bootstrap5/rich-text-editor/mention-integration.html) - Easily mention users, tags, or items with an autocomplete suggestion list.\n\n* [Slash Menu Support](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#/bootstrap5/rich-text-editor/smart-suggestion.html) - Quickly insert content blocks using the `/` command.\n\n* [Checklist Suport](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#/bootstrap5/rich-text-editor/tools.html) - Allows users to create checklists (to-do lists) directly within the editor. Users can easily add interactive checkbox items to their content.\n\n* [Accessibility & WCAG 2.0 Compliance](https://ej2.syncfusion.com/documentation/rich-text-editor/accessibility/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) - Ensures full accessibility support, making it user-friendly for people who rely on assistive technologies (AT) or keyboard navigation.\n\n* [Preventing Cross-Site Scripting (XSS)](https://ej2.syncfusion.com/aspnetcore/documentation/rich-text-editor/prevent-cross-site-scripting/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm) - The Rich Text Editor allows users to edit the content with security by preventing cross-site scripting (XSS).\n\n* [HTML code editing](https://ej2.syncfusion.com/documentation/rich-text-editor/miscellaneous/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#code-view) - The rich text editor allows users to edit the HTML code directly in the HTML code view.\n\n* [Markdown editor](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#/bootstrap5/rich-text-editor/markdown-editor-preview.html) - The rich text editor allows you to edit Markdown content using the Markdown syntax.\n\n* [Markdown content preview](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#/bootstrap5/rich-text-editor/markdown-editor-preview.html) - Preview of the modified Markdown content in the editor, you can give users the ability to see what the formatted content will look like before they save it.\n\n* [Tools](https://ej2.syncfusion.com/documentation/rich-text-editor/tools.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#built-in-tools) - The rich text editor handles a wide range of features, including inserting images, hyperlinks, tables, formatting tools, and more.\n\n* [Toolbar appearance](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#/bootstrap5/rich-text-editor/types.html) - The rich text editor can provide a fully customizable toolbar that allows users to access the various formatting and editing options that are available.\n\n* [Export and Import](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#/bootstrap5/rich-text-editor/export-word.html) - Supports exporting content to PDF, and Word formats.\n\n* [Copy and paste](https://ej2.syncfusion.com/documentation/rich-text-editor/paste-cleanup/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm\") - Copy and paste from Microsoft Word, Outlook, or other editors or sources while preserving formatting, styles, and structure.\n\n* [Undo and redo](https://ej2.syncfusion.com/documentation/rich-text-editor/miscellaneous.html?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#undoredo-manager) - Users can use undo and redo actions to reverse or repeat actions they took while editing the content.\n\n* [Module injection](https://ej2.syncfusion.com/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm/#module-injection) - It is possible to create a editor that utilizes a modular library to load the necessary functionality on demand. This can be useful for optimizing the performance of the editor.\n\n* [Third-party integration](https://ej2.syncfusion.com/documentation/rich-text-editor/third-party-integration/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm) - It is possible to integrate a third-party library into a rich text editor to add additional functionality or features to the editor like `Code-mirror`, `Embedly` and more.\n\n## 📚 Resources\n\n* [Documentation](https://ej2.syncfusion.com/documentation/rich-text-editor/getting-started)\n* [Theme Studio](https://ej2.syncfusion.com/themestudio/)\n* [Custom Resource Generator](https://crg.syncfusion.com/)\n* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_medium=listing&utm_source=github)\n* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_medium=listing&utm_source=github)\n* [E-Books](https://www.syncfusion.com/ebooks?tag=javascript&utm_medium=listing&utm_source=github)\n\n## 🤝 Support\n\nProduct support is available through the following mediums.\n\n* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support\n* [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm)\n* [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new)\n* [Request feature or report bug](https://www.syncfusion.com/feedback/javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-richtexteditor-npm)\n* Live chat\n\n## 🔄 Change log\n \nCheck the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/richtexteditor/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.\n\n## ⚖️ License and copyright\n\n> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).\n\n> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.\n\nSee [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=javascript-rich-text-editor-npm) for more info.\n\n© Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.\n","repository":{"type":"git","url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"},"bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"license":"SEE LICENSE IN license","versions":{"16.2.41":{"name":"@syncfusion/ej2-richtexteditor","version":"16.2.41","keywords":["ej2","syncfusion","ej2-richtexteditor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.2.41","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"2e3ef8992700b937686b4f80f2dd3b57baaedffe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.2.41.tgz","fileCount":264,"integrity":"sha512-w2jrZ12iOGoSBz7A3zo/aJKgbQopLvdMJK8cxTbCvwDBjKA9PvlYFWM/z7l776V1peX1U4FP6Ivkpwo6uxELlw==","signatures":[{"sig":"MEUCIQCZtphDer9RjF5mbLhkkOSlT+6FhVSyTeBLVT0snf/nfAIgbIdXc5QYquae3bURgxz8PVbFCfjiCXxgLuKrkUP5LpA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15938571,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMLBBCRA9TVsSAnZWagAAQwcP+wQEcPkc/OU0iapvaOIW\nl74aAUw9+Rq3SgI5c1MLu+S4ZN2YyIfrjBWR3gCD1T2yPrlH5ofYbdYpyR3a\nQvKVzU6z6q3ujmRVf9v7bOQgHnw/hhqFXqSEMFep4APAYvxi4q/chufBYhYn\nqSUIPLovfpnZmHZKKhNa85OEjEEJ2CK9bm984QpEn7af+K6lkwXCFUNtYFcl\n09Znqw/SyTfTXuV67ao0AmY1Q7ZLhsuWOhh9iOcpgk6PwO++VhxIgTjHhI+3\nF4SlWLNNm4+mBhYkIc8hoeKVSadh6hp2m/MinqAWtvsdbl3gWyX09ZHdv+D8\niDO7NY7ObsZ0+5ogVonY4SDyKkEu47zIspx5lQpeI1XYQ01wL9H2Wy44NUqF\nmxqWNYVqCeSanzxy2SvWcVHgSF1AxXbW1CbRdRJLzON1PUMUhz9BDN9ZQv+h\n+hJUGQkTkEvFot+2SFXRepLf+IiKfoheTQtfPHIXwC8WBw2WD6EUAw4Xa3fF\nrH/0Rx3bKPKg5OthnKIGFOB3jUwBNjNorVUBDQCvgC9i7QC6ZBS82Sv54xHa\nQNzC/eCOmp5Az9zwEwVqnYgRCCwPYmH4aD0Ar0Di8J8ZcQNLsM51WiTHEb6l\nZhdOpRAA7w1nzkrCR+0e+WzO3UeUUBEQ7FU3E+933dJyHUMuq1yhe3fRoUTT\nSpx+\r\n=nkBw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./dist/es6/ej2-richtexteditor.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.41","@syncfusion/ej2-popups":"~16.2.41","@syncfusion/ej2-navigations":"~16.2.41","@syncfusion/ej2-splitbuttons":"~16.2.41"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.2.41_1529917504895_0.7560198949369947","host":"s3://npm-registry-packages"}},"16.2.44":{"name":"@syncfusion/ej2-richtexteditor","version":"16.2.44","keywords":["ej2","syncfusion","ej2-richtexteditor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.2.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"3f3d48bd09f275561772792c942b43869d3c1042","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.2.44.tgz","fileCount":264,"integrity":"sha512-/Wv3qwirgLFk5KL9K3/XZM1q8jv93JWwm3NjQuJKT6MDiLqrGlMuIgK3gWamJ2y0hjK6ma00GqrtnAxb2aZlEA==","signatures":[{"sig":"MEUCIGWRjlIt+xwJGlHrvrhCLbAc4aKCbwiHbSKpziLCkLSEAiEAoa1hNbg/PTSv1MpZiFUGgu24/mN5jbWFlBVHDi7ysto=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15943736,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbRICzCRA9TVsSAnZWagAAHrQP/0ZoAcTbwn/Qc9Wf745d\nDtNAiBhWOkTBPmKX+TOvOn8qo6jmbVmM2YbV1nc8+recxRt7sAxmvUc1JBt7\nfwk/DoZf5UrgPHS8nVtX3fWHNUOd9clyzlNA9shXZO/1SDKNemdz9omvc2v6\nGP/+2nomHS5wyaM2kLTnjnTD7DTiqZXU9IlYMn3BQJGhdNwqJl4DFOykapG6\ns4W4tDumwwoMlJAzHPtWOoSDPYOAOWL81ffz5rhUhDZpDPWUuB/Z/p98tJ8R\nr+tOz32j3JpgzLrEDLwZPfD8H2JDUhuttIlXTcXp1AtSTRf2vtToxaWmTwMo\n5PMwocQcZ+UJKkxcJ2FRXTopLjstWUgxlALR+4I22zaO5tbpRbgl+FjlzQYA\nCyr/L0LdK6LMB/vYFqt7cowaGR4co2QnlP8nirsU9hZtzzceUKt+02yrzp1S\nWhtN1eUlGz+ua+9huQzK3SdyhAivtGpziPVNKv2q+zXCgVyi/c43xDZqPuVW\nOrGlB0oz8whAX89xsznrR5XlmFDN/KDPZxdUXhxPNe3ijJcaxKFD795NSivZ\n1VJxgKarRQxvNlUc7pbPAFiH+UTj7gjsIeYr6u78lKO02z8mKS+gDweHENl6\nVKb/EfTdU+MGQ0gwutRt6oBUC+TkmKiqAyCjsBJgIZlBZDyhMXX2DJq2zW9O\nhQjW\r\n=8POA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./dist/es6/ej2-richtexteditor.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.41","@syncfusion/ej2-popups":"~16.2.41","@syncfusion/ej2-navigations":"~16.2.44","@syncfusion/ej2-splitbuttons":"~16.2.44"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.2.44_1531216051740_0.06321297191343622","host":"s3://npm-registry-packages"}},"16.2.45":{"name":"@syncfusion/ej2-richtexteditor","version":"16.2.45","keywords":["ej2","syncfusion","ej2-richtexteditor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.2.45","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"bbe51d5b8e3e3746b47e70c5e6a2426a3b56f490","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.2.45.tgz","fileCount":264,"integrity":"sha512-sjE3fOwx3mjJbuRlRPKo6EmSTp0/UEmetgtzWU/GTpRqiwRL+pVe8VzJBZ+z1siyZSeeb03pi3f+2GMDvAqIzw==","signatures":[{"sig":"MEUCIQDBceywhomzDgRIqoj4xXkMOzOLPrwDWnzVEWip2CBBtwIgWU9m9Nxi18aawKYL6eR9Qwnpv8oJbyZ1e4rTmvNjavE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15948318,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTZ+nCRA9TVsSAnZWagAAY1MP/jRmT18i8HnyI/VLgTww\nuUXc2fFoafCdTyHYEsNoIbMBAqb2zm8oGI0nwz3/a23IASqNnHM9G0g/dF7h\n1lCpKh8rjF/xB4RxBS5guTkfo0MNqHDXVca8jXhCeVcBpglPFplmCtKq9PFm\n3o/dIc3Ww+fQp9sgkMGgLu4xcJVgMchOnrNmlGoiFgysE5jthNNgQWftFx5y\nyyHATfBU/37jdfJO3Jcs3fW19SDCeyeyqH382rUKCfQjazYHd8r8acAsyAdi\nBzVvGYZFKzzavZRbSCFbO4AjNatA4GoJljXUJNfbNHcGX1MA5WSj+1tav8mq\n+Vxjd8rzUXt+UjhpzS2EG/Mj+28as9CDKm9pBLkPcPlCWuJgY8e9iVx4VV11\n4QU9U5oKziRHN/EA2+2MgqcgjzIiu2KwNuCBeH/rlQusW/3SquUu+m9CGxd+\n+bgMWz3qvORwCDL1/nBnKJv2bA+4uyGIl/2XohNRR78F9LWkMV55SZ+uuO9x\nhiz1ImWI6Gm9HNZBgTG/NuAtHk/WLKG5W9SdrVSktUwRyBoDmomB9dnuvnbU\nhLFG+fAcEncujGnJ64hMftz8YMtRibdQxlfRuw9X6c/jh883KZoCl6XqoOPD\n95gu5n7roUgiEkOorN1OLraul7G1dvFzrgIstNOqHNbu15uqDXmJw27tSQhr\n4O7w\r\n=EQPh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./dist/es6/ej2-richtexteditor.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.45","@syncfusion/ej2-popups":"~16.2.45","@syncfusion/ej2-navigations":"~16.2.45","@syncfusion/ej2-splitbuttons":"~16.2.45"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.2.45_1531813799631_0.2583976808769106","host":"s3://npm-registry-packages"}},"16.2.46":{"name":"@syncfusion/ej2-richtexteditor","version":"16.2.46","keywords":["ej2","syncfusion","ej2-richtexteditor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.2.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"316a8585d365f0a7c8ead2b7a4ffd9e21438b8a6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.2.46.tgz","fileCount":266,"integrity":"sha512-AEPQDmO8Z8kaMjlAe+PIfOAnynGBMlBHLDGveZ5FKml8ePEJJ1wzw4b6DWDPHmL14ZbpT0SSO13zlGN7/czztA==","signatures":[{"sig":"MEUCICaFBBTpwxcGS6DR3AlO+iZhSZYWDjAHWkkNzbhYCcdLAiEAvDD/2IRh3PInFm+7bEN5owED0vSvXLHivUrhicYOCUI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16265603,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbXwylCRA9TVsSAnZWagAAKR4P/3y6306tstlx/LDijp5+\noZsIzM3Ob4anizQLhJrBtXM7EUsmwwl2zDM6rva4MSr58wclFZbGfMFRhWiJ\niboOkTwEd+igfhrle7fsrua/rggjV/x0aHbCILmLAGLUlG7ohotrCIl4DoIi\n/Ctokz9osADg+niLhDxdjv3d0W7cURThZutJW/Vm08pBmDFhneyHsWYdy5Pb\nMMjJADEgdFahZHTG9Y3QaYdinTnVYF54gfb+Xg1NFlOyGNFvgLf39rWbGTTB\n6/6whxnOZ6VXyvpa/sEDfjUJP8QDwYGeWT0yAgClmjQw8y+qDRahWaGplmfj\n8f091240I37PZW1R33umdC5OLTt8wDYjnYj4IMYW2pOp3B7ytGv+47NyQ4HK\n1C0hioVHeAcJEC75p3hXlXmLVdvCSgEjNnL2i2nwWGY1JlF+KmsXruLgUw6K\nwmzpq41uwGdjOc5hhtJGnJiq3dv+lFKZirwWqTN82T9JoYX1kJQzzDmnISls\nELf35YLamaPdBLx99xhc9amnqv+5IAT38kxUciRHHYu/P1plVZpsLRKnt3k2\nqNiGJWfa5vquC1i4Y60FUQsmspdcoxVrCOXnxhxUnmsI07MII9teJOenGBrH\n0KEpNkZ4huwRU1Ge0pYCcqjE7awvd5K0osIFW/hrjdPW8KEF/FP5QKfyX5GB\nnAwo\r\n=4ypf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.46","@syncfusion/ej2-popups":"~16.2.46","@syncfusion/ej2-navigations":"~16.2.46","@syncfusion/ej2-splitbuttons":"~16.2.46"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.2.46_1532955812987_0.8706588474159473","host":"s3://npm-registry-packages"}},"16.2.47":{"name":"@syncfusion/ej2-richtexteditor","version":"16.2.47","keywords":["ej2","syncfusion","ej2-richtexteditor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.2.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"1b7326e06705bf742feda0e119f7252167bf58d0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.2.47.tgz","fileCount":266,"integrity":"sha512-3b3k0hlIFLLimT8S7kS1jMO0fP40fCTYs5Lt8NhtHq4i9CB/JDuCDlvn96qvI/b8GE2Jm8FLfEg8C1W3N5MVOA==","signatures":[{"sig":"MEQCIFnbulcO14jTpnesgC9KeXnJTqE/KHDUoPregiFHdVtJAiAdQzR7AzfVAT3VFYnn49sSZ/kUBpetjfiAkdQFCiHt8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16300351,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaZS7CRA9TVsSAnZWagAAWxUQAKEBjAtFa/bPSeLeaqVK\nYsk9wrqu8LzX9gL4DOyvSSMgJGMaFl0HpoW+22P4GPY9s+4db+t0NgZABOoz\n/h8GBgO8azG4MSBmja/gO9JEqgTxZ46wFt68rECUKhQ2wEFKai2sAAg2Uu6W\nr6qmXnY67yo64szUOlzTnPtQIbKg2miQzsb4cdwXCa92+kpuEYM1uqX7my5a\nJEjJ3RKEyTVNTIwvYHnUGZTdhNXKnOdMWk5utO95L/3rKbE0LI9iswI5hRhu\n+aJ7wfImaQHoeSaBU65aUlpFBH52ynCmwwyTVm1IDClnEj69BxEgZVRukiXr\nDePL+WOmzGL3SxeXtTHo4OZhCDCbZsz9uKzJShEg7oD8rHdroi3fya9eMrHp\nC+2JszUPpSNqdmEHwgqMuLwpECMH8KRmFh+KH5PlMBzcznVwzruxoeR5LtrM\nNU9Lyfu4r6upNK1wz0UCeTppPNSbWyWYymRW5F67Tp8aXTpj+BfaR8bJJaWp\nsA88FfRCCVrdbOKSmnjA8LpINVVEM+YqyNH+R3HEVr9RihslM5mMkwaQPii9\nqyGnMaKDmB0iESE4Atmh/Jgj0X+Tbvomga0k5VOePmWHS7ZErmhvPD5ZG8Mk\nfXxkJa3L/NEW2dSs3bai7tc/ilvSx2vgD5LFYqI5fZfruWVmjFvo+HMxGZCM\nHS0U\r\n=a2QU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.46","@syncfusion/ej2-popups":"~16.2.47","@syncfusion/ej2-navigations":"~16.2.47","@syncfusion/ej2-splitbuttons":"~16.2.46"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.2.47_1533646010853_0.05854547273795019","host":"s3://npm-registry-packages"}},"16.2.48":{"name":"@syncfusion/ej2-richtexteditor","version":"16.2.48","keywords":["ej2","syncfusion","ej2-richtexteditor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.2.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"4efb8fbd9621736a9104a31b22aa3cb73c9ee458","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.2.48.tgz","fileCount":266,"integrity":"sha512-AVSXmSG0GXAd0xn3cJ7xbl+RC2s+m+EuIsBL4d3w30xLefPghAZ3usoiNJq9ldJxP3F+PYNefaIWO7bY+8PEFg==","signatures":[{"sig":"MEUCIEfVGMmKa5KyZUCkvy4NKlIAWVTnR8Se1toUPczL4Zt1AiEAsfestSgRDBI/zAVHtTsrjwO6zdT51nDXklmNcMeYLMI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16300351,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbcq5wCRA9TVsSAnZWagAABA8P/ifgBsks+d0eDzcklX2/\nqPwNP+FITcHR8jDOyHuKPqPI+qVcVdmFypUVhKbs8aIz5M56x9ec7iRiFpeG\ntPGADSbQha3mV0Y4LLGmEUsEpN1HTxBqeMnLSQgWEDtBWaE0LBwagbo/J/m5\n4NFBSBlanN1J4xf1Q0BSZD6tY8bgNmOOXztZa7/KOVSsPIqcT/1LzA+jo+gF\nKEsRridqQx1X89ediE0UmeXiegME9+BuX7V5JBq43eEd/2VvG455ZNzr5d6j\nYviiOiZnzPjHXz7CO0rgrhZ+/a1+C0GuXRddnmlFmIp19uqQhLnVTO2Q6xT4\nD1hM17fSXyXv2F7QnJEW5m/ttwdnIkdGtJdWIFZth6FF7+pzO9JZzTq1G1yC\n4vW3VLAx4qkXFky2jvDwqMWrojMSVqjbF3iLnA76yZW3Y5mIM71Vjh2GYy8A\nQDpUgAXji8R06pyQIWRFsia4ld4/NACQtlgZB6bWhWod5kXv2+nc6swDjGWt\nyVG4PPHbKtBHRGgJU49niZq5wMUB17Aec326YAc8tcnErm9ica5ygMWYDa+3\nNjjKBxyUv1lAqIqqp7Yf/MB3ogwhWipJLYlmskgI1KmrBVU30rzVFmDGlYvM\nTR4UaodanvxMgP+hjjteytoT/QRvYwtExPk41XdZmc1wV17wKMEMqrcvSHkK\nDSOX\r\n=xXM8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.47","@syncfusion/ej2-popups":"~16.2.47","@syncfusion/ej2-navigations":"~16.2.48","@syncfusion/ej2-splitbuttons":"~16.2.48"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.2.48_1534242415925_0.1746907285559205","host":"s3://npm-registry-packages"}},"16.2.49":{"name":"@syncfusion/ej2-richtexteditor","version":"16.2.49","keywords":["ej2","syncfusion","ej2-richtexteditor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.2.49","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"ca2d480fdc7333907d5b5c5006eb599fd5c5b5c9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.2.49.tgz","fileCount":266,"integrity":"sha512-bdJS6TaFi/eDlhK9J4CYjjfBAvXjZMJnsn5TjOaBr3p7F/hu20xonNk9YNGEfGpkMdVcc4AcSIeiZh/cNhGA8A==","signatures":[{"sig":"MEUCIGcypnli65fis7Ag0Uuh6g2hzedCxs2pScJptlUELiuPAiEAkC5UWPFe9rJ2/3RcvNDqViI9XeGi1yqMcW3+/zog7l0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16432717,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfAk6CRA9TVsSAnZWagAAdSMQAJTK/lszc5wYc1GwuqlA\nfduSWbGbGMsdmS4ud4LyHRfoMP/7mn6QY1rNmArAELHbQaGduuXXCOg6GAfu\nnZak+QSpymvF2Jr169gTTei3oIheZUNwKr3H6NdlLgu0sjyXYC1H9BoC7xzU\nWy5YlUGWD92+/xRgR9CF35UFG5WRIN7KUjBY8yCDioPFefZBYv8Gvr+65fSc\nDXwHwS4UdG0DUfoYSVR1ZtI9QKVg2dwfrCtJcCGNpqpMMwPDKL1eip9voLih\npPdZcKh4X1zZ/N76xqmc9HKCspffvKHl4fV0Hgj0DY7tR1W1osalnRz6lBqp\n/aANVDhbfHb5jqrkTM9X9Dnp9pdnh3lHYFTTm9Zz/s1WHxiCr3bno/0Jnyj3\nwMf8wJGrQvdt9jx5uTnsUqdnuCLWQhqiJkj97Hd48TGw3oBSDOcZWQerd9nD\nhHNaYzv6XGnCpvGWjbgEOu/AQnXfboculDcoJGZ8NqTn8N8psHx/9aEyomTs\njXf1k6muTXvhD7ykMAU1NC1gq1V30vnopQNKH1Qkb2u3c8NUE/Xz/Fu5nBBz\n0Zki7/60lvXmpb2uawIZ4ycfV3YZ0sF6iIdzHPP6F/cmmBNXHo/0lzlYckY1\nDQYaw/PmGl7WYlvBSAwBLhZty+6agycJKj7ci2L11dij0+Rl/tccZTOSfS1t\n4k5Y\r\n=xH/n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.2.49","@syncfusion/ej2-popups":"~16.2.49","@syncfusion/ej2-navigations":"~16.2.49","@syncfusion/ej2-splitbuttons":"~16.2.49"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.2.49_1534855481297_0.8210782654670727","host":"s3://npm-registry-packages"}},"16.2.50":{"name":"@syncfusion/ej2-richtexteditor","version":"16.2.50","keywords":["ej2","syncfusion","ej2-richtexteditor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.2.50","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"b3e7fb6cd38aa98cbfe7f1d255278c1ad8b2f5d8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.2.50.tgz","fileCount":266,"integrity":"sha512-Rzammc3B37r8dDHqBb5nLH267lalnIeT4KRn4RXv3B8PR8JYQFEL2/oJbeniSqnRilYksSfmgreqvEM4d+6aLg==","signatures":[{"sig":"MEUCIQDtUDf642YJqH9xm2LkKh8t7yzzNOOrW4yuYnuzdeLgJAIgSG1T5znzSOFnfOK10zkOfMvZI60Qm6nSPc5+vhcGQn4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16449078,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhY5DCRA9TVsSAnZWagAAJ+wP/jXQQnE0RAR9YNwTX03g\njcEeexlR2Jt6R92Kr0OHlOilD04T2/J8qvqigVGc0Tiyb207ZeX+amHWkn4C\n4Rqh/fYXv/juAGxhwTtujQmwuO5+Z6A8f5cYDyHyqRvByzHy+mEmVilj2SjS\nkcXgmStkYMlTpBh+R8Yqsz37m0V1W4u2mxf0Nvw1qjzq/FwkVt+AW2vsWP0R\n4MuO9auWPU/OZDovlzwDRYsrf/tLlYv+IOTz3CNzdGLUcbYiRcPNDostPIbd\n99mLJ24NyHCdJtCcUefpIsYX8Wwb9+nmINGE811xS+D0Izib8gDO5ZTkNx7G\n5DAa0mdqoL61MW9TJKWruDzhOKzHgnMOfwHBsNtyEgXpLMBwaHTybG73jAmB\nmLtMJ/ZOXSNs7rt+TPEeAGfsWJold+N3F0wD88rxd8uQrxRMVLmLuHU+ERfk\nVQdErqqSZL0gY2Izh3WH05jCKFwCEh496VFgDM+JRedJlPDcHzq2D8TnuGEZ\n0Ab4+FuU5fupTj45RBL8QZSr2pzgpExbqFJkobTDRbAjMXk4Osyl2N2wjXx+\nzeDPn/nu8HZ+8hbWE8eR9pI4W+Klev81ox5u8wdF1d6MMRF93gigEe9SSJJa\nJx8Hyqh/dudk4cylw6SNX+18thzojw/ijxH+WR/kTpPeAcY+LD8SvtZEchQj\nT0Yy\r\n=o40W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.2.50","@syncfusion/ej2-popups":"~16.2.50","@syncfusion/ej2-navigations":"~16.2.50","@syncfusion/ej2-splitbuttons":"~16.2.50"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.2.50_1535479362314_0.08022967847269258","host":"s3://npm-registry-packages"}},"16.2.51":{"name":"@syncfusion/ej2-richtexteditor","version":"16.2.51","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.2.51","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"164d210c669cd77247b3efdf4c3a98538c9df80e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.2.51.tgz","fileCount":266,"integrity":"sha512-mI1m5kplNKu4ORzrT1TCRvq5jWCEaiTWuCUVbtqGhTubqe7n+Onq4J+AZBULJqv6q9JvqkY7KwE8iEPgLItQwg==","signatures":[{"sig":"MEUCIQC6Xr9VCl8muthoOddVWH3eAMafrOgboPTjiLh4S/6ILAIgI6RTUCHH7flk96Q7vAXdvYTYkIy/FZOJKZe0CwZS22A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16452080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbjnO+CRA9TVsSAnZWagAA+skQAJbBvlTQLPZYP0y0VbhT\n/q4JtMzMgVUxQtDwLVEZzha7sFY2Lf+ddHs62CaZqgxTaJAmHRwLaG4PJyw5\nMfcJ3VLPI9vTjAtt+241QrrtfdKz9mRi2IkIVFuUzqfIXoVclQNpUSncY4jC\nwW6NseBd04ezk3Ao1KACizQxmawqUlsDJPZ+yhJnGfAhdpd+5VVtZvN5WZeo\nsNXrpWKucy98+muPB4U9U8xw4HikRcIKb8vGoMM33WAzZkhYf3fpHuV0SfOo\nXE/9vYwsFySBKJuaXgCe7v2NGneDG7tY02m/AwZdZ3+2MWLY8kkPV5hNNNXl\n+k2qd7qzUUAHHuxkIGTyv531BQB3gkcLPSY+hUCPQsh13RRnVPb9G0F1mAf1\nDywHq9jiF77MIyBp1lGamrnhHpWEsn1NoOzKqllwb33W5AVLldiuEFAgJOvw\n4MxXJPkuQouaF9VCKb7lGiHoF6HE/pUpQbuUiHQV3p5UrWXsxFva5j1WRdHP\nOCIk7VW0f/Zvg1VPhOefXd8HKkaZD4JblCgUV9KgleP0tJDQ+m/sYL4emQPo\new4mqGvSlRi4S4k7WBnTelp69PWYMaqrLTUovM/+UHl/v9KsTLYDxvozov3T\nkzo37byVWx5HMBzSTuEq8C4NKnv+7Rs5e3spQTqQv+A9G+SUV30YLrahpPhj\nrCvV\r\n=vfV3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.2.50","@syncfusion/ej2-popups":"~16.2.51","@syncfusion/ej2-navigations":"~16.2.50","@syncfusion/ej2-splitbuttons":"~16.2.50"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.2.51_1536062398078_0.5980322337467132","host":"s3://npm-registry-packages"}},"16.2.52":{"name":"@syncfusion/ej2-richtexteditor","version":"16.2.52","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.2.52","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"140e2a4fe3b4c2d8dfca3f1d298fec7f476da6ee","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.2.52.tgz","fileCount":266,"integrity":"sha512-gKfWa/iMI5kA9SWz15h5PRDlFVZjkzcvaopHVytP/Zd2G3o/g1OFbW+JA4lE/JZtrunGeSCvLi3fCUtfqOgCEQ==","signatures":[{"sig":"MEUCIQDOWMU6llfVxIVDlYfvI/kIvYSHe9P5balKS/uK2i7DZgIgSGdlxP8QfUTag8p0RuNc2EuHsHv1dcK2ZZEfgfIkryk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16452080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbjptICRA9TVsSAnZWagAA+t0P/Aopleqy8+Ww0cKyvt7q\nzdUU73NDckLQH38ejRqku3A2X/FP1BJ1mYg9rR5GtuESNbRPn5e7ewfZvVmi\nadJBikC++6e0iPi7HUChm02hpQK3d/r0yqREuyV7ZGoY8fEJHFNaVO6W9A19\noGp6/wZcRR9yJbU/xTMF/AOYmSZVWnwhAog3K1GIoP+YYFTjPYa2+tlMGIcY\nBDoTmUL5TCjLEPYvJ1bA1EfbCrGKLkxNFhv0BYCbSESqezJ9cKmFAb/b5e+0\n1qbF8jQGFA+Nz3ZcKMdcNdrB8y8dnXy1ATgoLS2ju/7/ZZjnhgqqa4Mwv9h4\nYkPKR/TLhRZSKxSQ1Tk2mTcDzirwJsOV4MVRryYlSZ2VDw7UDcJl85yZRR6f\nSLKugEf8cbD1WXIDc56rAgVuxu2KVBp/f0eZib8cMMb26ParjshsKiAfTtfz\nm5mCov//ygEM/KrED7+0/8YvXl7yJQsalC/e+LXxAN+Y+oWp1Vgeq1ULCt0t\nnz6ZJ0ROQxP5kf0tkKjyohkvCAkW4wOlmaA2JR37AM6kCtL/eGxHBNchSplH\nK/ugSCg/YRLmq/9iJgu7eH8zgMFsQXhzsb84PBm1ciPjSaA7q6cD0MBYuqmF\njgb0ENOEr3ZAPFqpEYPGCczzhywru1LNLtxgr12Sta2k8BCJ1M1kHAViEjug\nKZD7\r\n=sDn9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.2.50","@syncfusion/ej2-popups":"~16.2.52","@syncfusion/ej2-navigations":"~16.2.50","@syncfusion/ej2-splitbuttons":"~16.2.50"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.2.52_1536072520028_0.32773001479931274","host":"s3://npm-registry-packages"}},"16.3.17":{"name":"@syncfusion/ej2-richtexteditor","version":"16.3.17","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.3.17","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"9a651449a16a45510d78addb44e78901280d6f95","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.3.17.tgz","fileCount":270,"integrity":"sha512-+Qe+bw+oImDeb/3JJoHSJCets23AW80kbXqLd4Worn3zH1o9jzQk2wbbULUG0/bdvYyiovrTiXGUr/TC4FnfNg==","signatures":[{"sig":"MEUCIGbFfQyydWvGI3Ui53gzJn/bGsa92kfhx+O1poTAc5/8AiEAv3VLAsb/CUy/E3gSs+9XL0jiaU9nqdUk7VJtaGB9+9M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7974636,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbl8NmCRA9TVsSAnZWagAAADcP/0T4sTIZTsgr970ZF0Mm\nJF1okfmbnwJckFmaaYqP/5iqkh91UcrsQtinslGRZ6J7YmTy9gx/zhNT16kQ\nf0Qi1zpTz5nai3dOGPjmcaPCqgqO6sanIxpbKdBFZ/7CvO2yfwmYfbb/zD8s\nHtBb5EsiVSJIzie3eQ7g60bJWYKgSkdOQ/+KaPjWcsipxoFTnSFdVJb6oI4c\n8CJ6kEASDhGlnbyephOLv/VFc2Ph3EIwliv5LyMsR5xQjnw377GgAv3xk39/\ncCZxOCOahmJm+o1v9BSx9P4EcF9YZz9f84de3Ruqranbn8nLjFVnwvoi7id2\nzhom4/VW118nB8IYyL6JTzxFFPrn/4uLWCu+3Zf6k/+RCycNbCSRDtIE8cTh\ngijs+1dlmtnQiQx7mLtdHxPQq6YW88oMUkNLLjeMrYznZhJI4TilVK/g/Jt6\n5CYxFJvbp+QoRzL9lK66pLaZeeYjgAF+xsWW42lbq1bbFDyoHUoIkXprHbKr\nbJAXPeRczA99Z7MKo9Zyz8EWPFJglXkulSIUGQ5BBs6sdQtksqwav8V3E1r1\n2Gq7G1mImo5P4lBRB/Cf8Mm8AhqRcpjku8IIR+8bHZX75kTvBlsv5fgLG6Hd\nHwxdGB+eohW+YV1sX8J2DdTELu3/IAVqH0GGao50fGw0ESp2kAO9uKkiuMKK\nSbJ8\r\n=+EWL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.3.17","@syncfusion/ej2-popups":"~16.3.17","@syncfusion/ej2-navigations":"~16.3.17","@syncfusion/ej2-splitbuttons":"~16.3.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.3.17_1536672613209_0.8878699671317707","host":"s3://npm-registry-packages"}},"16.3.21":{"name":"@syncfusion/ej2-richtexteditor","version":"16.3.21","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.3.21","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"27bdeb666d8950bf91e2d61fbfc1cfa189d144aa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.3.21.tgz","fileCount":270,"integrity":"sha512-YwsPr/mmV1zFIHV/pPbYxm+d2y4pHTkf08DcyhEfcen95YHpA4Suj4x0iZwl1x/DIhQBYOz3asK8qnVr2/Ny+Q==","signatures":[{"sig":"MEYCIQClN0T3WyXj5JI8Fl8Lke63Hp1CXjBio7VvTAos6yhf/AIhAO6QF1A+a0TPiZRXgIoWveLGS60NzPrHPJeqqUvCfSXQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8012822,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpUozCRA9TVsSAnZWagAACb8P/i/cipxgN3X7rzFA24uC\nLM29qN3X0ml4fkzsRczj48LrK6IV8HL+GuydykEezhWGO6sKMs5SvgTRQ/QJ\nxm2CjR4AK3k7ttG+PSrz8rAGe7rNmO4NO9oJxh9nNXE+zjK2ZzEbDFmjB00A\nHnEXtMZCDQrAI4DutQqs9ouO6vsEQf+oR7+uZRad6sRg/C7WSsxaHVST41qV\nrYMJV91VP8Hor0sVL6o0OPhqO4QTxLQt9PUdw1AVZM58k5SA6JhttFGWPpTY\nDVfrnQWgWivmnGlzVvMEcJdnnYqEvjkia+HvnaNIVDurtaTIrF0Ko3fUlNOO\nqtPiKU1hwGQRTuhBFaHPUT5xRQ4sDpfirpim/cgbjO+73RoeyB9Y2PjD6ad+\nkJeF8vQE1Z7hnDWJD+4W5F9r11Ep8D7z2RVfMykdnaQXm0yS57cjYqwmxITt\ndt2L/tcDPND8Q/Uo/9hfysK/ljXDT1Ygw0Mgg7Q8RgWQh+WmRlg754X0Kp8b\nRWr+l+zA24rBdHvuFVnuOXI/4rbEAkYTUb/oIyJNTIX+zmT7+NQiMA0bCbGG\n8pnfb7QQKg03Xi4KIsTqn4tg8s/xfkEVHlpPdiLYEcMhyOKjtmL2Cp8qPaAm\nzEKKXN0LlDNcNAnXVmf6nLQ5KTC7OgnTPrAInNQ3CA6dmyr/R5Ex444SJL+v\niuQN\r\n=RK+S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.21","@syncfusion/ej2-popups":"~16.3.21","@syncfusion/ej2-navigations":"~16.3.21","@syncfusion/ej2-splitbuttons":"~16.3.21"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.3.21_1537559090967_0.3136949030391729","host":"s3://npm-registry-packages"}},"16.3.22":{"name":"@syncfusion/ej2-richtexteditor","version":"16.3.22","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.3.22","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"ed08bb0e3ca1b532bf377416729b94a2fb9ebdf9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.3.22.tgz","fileCount":270,"integrity":"sha512-dlw8VI1TsTtHi2AtGNHS+l92tPqhwDPEpoEGBDKU8BNuYbSA9trNDEiqf0Aym76HMW7wzAk4lZ7DsweuMNUmhA==","signatures":[{"sig":"MEUCIFDtGLR82xQzcq4MHcYzIyedo7bDux0+EvmjF08sUrB1AiEAk+JUq1zyW/w1ciqh1Ir66zclVBUlIuhJNFPJU/2Ca9o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8017271,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqg+VCRA9TVsSAnZWagAAcSkQAIH3cnOwiehWui/s3x4W\ncHrbE2+AGjfGECo0/aSIqw8u3IXvGWr3RdCFYOb3cWlK5zoYN6h/rTw+ksTs\nWLGDM2fjMuC7DPcgSVT2Hx6LYSxyRuQt+Id2Num3KDpkN3f9BixLbtx9bzTU\nPoxvM3GQTg4XQ7Cr5TfkBWW0FIjsmcISHilvftGCkyacQnLItOLmBJORyO9J\nTE8DAOEiw3Ezf2Cv1BG3e3W7XxFzUNbnVOpByJJDT/kIDtZVGbYazeH2kZEX\n57LZH0RTZG5UU1HS+4DTTbuTbh8OHCt5sEFcCbRxnNKsovOMWSk1vt2ogHVW\n1QEy/LjXL7zXUApYtraruo5adODWCaUXh0nRylJ20j7l/A2shRtrEaLZGVno\nJrVZlm51lKLgz9zlFtg3Dk5wRGVLNNqx0ylnAg13LvTRullSlzlOMzYVa4bi\naA17NyGKPcCZCemEm0YdajZ13a0r4e/BKpTY5rj+UwpDjOaVfMjzdnbHADNT\n3TDzgEiWCqBwHoHwl1+F7SBrPoZKVn0r6/6/9rv9fd7V6UWKwvXEsxDqoQpT\nhywC9KX1wkjgBqJ4hLrQddRpeCt/DsnIbf/R1Xz6K4pfSBO5umT4DeQq8A39\nDDsqmjIGUwUWmQyWCx4YdWZIqghn74EZ8yjhYWUbSLVstysbiR4yypuHpWcg\n67Zz\r\n=sTW6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.21","@syncfusion/ej2-popups":"~16.3.21","@syncfusion/ej2-navigations":"~16.3.21","@syncfusion/ej2-splitbuttons":"~16.3.22"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.3.22_1537871764872_0.00024946747447396334","host":"s3://npm-registry-packages"}},"16.3.24":{"name":"@syncfusion/ej2-richtexteditor","version":"16.3.24","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.3.24","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"78cc8b747d0a92bc527ccf2388261f84d84777a0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.3.24.tgz","fileCount":270,"integrity":"sha512-1dQO5Tq+ulmsfEFGvCjIwjxTXl+97KybRHZ1qT62OWXyy7dnMQn/D08W3bQqPN4Orqqz7ijw0+cY557m6kvOsg==","signatures":[{"sig":"MEUCIEjx9yfqmL9iQs33GVetW/xjmPeEGr+P6PwWG/LczCCJAiEAq65FukRTfRF8a8gLZrV/kI9304Wun7hDvwSOA+KjVZA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8017296,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvFXqCRA9TVsSAnZWagAA3rcP/1giwbV/VbkOSsVcMtks\nNol3NWs3Y/qbJKCbEtL1kZGJiM8t2LJyqWNuh8T6OvB2Zie6N+gereHasDTD\nHQdPL17SC4hUGTItD/25PliiGEnl9uxPnVeLzJtYfHyTprUSIl1v+E74bZ5y\nlqlnBtgf/a54yhY0wNZtkmertxgrGHFFXIN1TndObvhyMsPM72QVun/Xgt6a\neLsHGv/quTXdFy3JMtdPqAT9xPb45OrQjXsQ3bkOqIkLlfQACzwWUKUzznml\nNtzRAWwDSAdu/dqMqAXwzEFKzx5i57xUQ9YJGFqXwlvos5Ju64Riah1cWvtD\nWUwco8psjJAmFjWnodFHxnCUOA4FexThKJtjeMNNj1MFiPdb3M6H5Klrr7gZ\nIfwAvVRT5DKDfZOSNzfnN314StWHfgAg91lZK1cVSG2R1BxF2finlyLyUdNX\nzC4K9EhmYc792jy7ZVHEQDHu6mdx4fEhCeMf+gIJpCXWLw8+QTLtGgXrJLHj\n6ASzHVsnYILoL9yebK+22mzYswPkY/eOQ5071RLSA6W1anFMDN9ixIPyQ2wG\nYRZI4siy9YQX98NHsU2YxI1yH8UXAQo0g6gsL0k3Ls8hOQ52xYQQcCEK5uko\nlf/SsMbJOVcYh8G7NpW3MiqXNoV2JiPsXsv65oIOiMwXy6P6NRyBJb897B+r\nPgHC\r\n=YlKY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.24","@syncfusion/ej2-popups":"~16.3.24","@syncfusion/ej2-navigations":"~16.3.24","@syncfusion/ej2-splitbuttons":"~16.3.24"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.3.24_1539069418214_0.6683990106302442","host":"s3://npm-registry-packages"}},"16.3.27":{"name":"@syncfusion/ej2-richtexteditor","version":"16.3.27","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.3.27","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"2a955002914443c46bce88b7f78cf415864ee014","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.3.27.tgz","fileCount":270,"integrity":"sha512-ljY0ECVXmVLI1fRm3RyFOOK2zsnw8DHWKmNJACTOQhC7NaADsf1xht+YU7UI7XBpoyJhtvGBnBfoyKAowjM99w==","signatures":[{"sig":"MEUCIHCp80srpK7HROsPtqlxnSfkAMUBXjqZt8+WIeuCohwKAiEA05WXWjoHUiDbzFfzFhA8EldSqwZ52fzV/olUzTPZfxM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8017414,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzvWfCRA9TVsSAnZWagAArnIP/2M1uW/XDzievACyBw0H\nOqDYRQn3JgEr4RRvfsR2an3Ft3x2t7Tu5PJsHnfqxPFtoDlJdXx5NTobtMJM\nivJH4JeHQYnlDf4M9NVeyoKxQFZ///vfaQ2p9shXEpm4RRysQkwocj+8jPP4\nFy5Y6T4qO74BZ4Vp05CkkcPWivC6PY2QujB7rLH55vOTh3I4DDH218jIPEAz\nrMNKmd5crsdrcNQxVGXerhn4ecEMsR3KJyZc0+Ewfs7LMV5Jl87TOi4XqFjN\n6ZkD94J7nAAEYESFBaKc8V79PX7d1M66bR+OTjGZd2aJtj5sR2gjucuLGZhd\nWtfUAKlXg/IzZ9DpaPfOj61zCseVEIS1TOpvS/+K2Di2+0pO3t2+NhkDffdT\nV7AsvoCXXlNZ9dO9Qr885i1TkE8ndic6OU7s8WnJkf09TJkt2NMnkBHusnQK\n9xFLUTMnh39TqLd00wjpp3i6uIT/eVMu94stLxbgwMkwXaPVOSStmKsq/9W9\n35pMybtWLlrp6VJVSmBrz29QZALHWaSc7gAt74sYbQs+hukx4VmSYvzu05yy\nxadCB0wRTL41mbDV2Rkt7vFvx4AmvZqE3RTqfBnU3KgZ5pVdBmgBGauMtx/Z\nZlO6RmyfGVAZFbEfpoptFVeFLW9ziZQR8EAysIqp4JoAPGbjdPZa5Kfk8+2X\naiTC\r\n=KNQy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.24","@syncfusion/ej2-popups":"~16.3.25","@syncfusion/ej2-navigations":"~16.3.27","@syncfusion/ej2-splitbuttons":"~16.3.24"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.3.27_1540289950499_0.417524307855061","host":"s3://npm-registry-packages"}},"16.3.29":{"name":"@syncfusion/ej2-richtexteditor","version":"16.3.29","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.3.29","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"918eb4994203ba66385c10baa3539e5f4bf2ee08","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.3.29.tgz","fileCount":270,"integrity":"sha512-DQpqv6lj+ZcPcy0UavAhyhqqw38O51hjozFQKi25j1OY3Uuo0C5QKY31IzkdylfQjSXU/jsBQjx4Ad1x2EVOgA==","signatures":[{"sig":"MEQCIFj0a6Gqi8LoAITCdj0IlFqIkUC0Sg5u68dse/3ragmJAiAc1tO2eOXt1sHvEiF2UJhECFNYCvxJQPHqOYFVAvo0Kw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8019576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2TJECRA9TVsSAnZWagAAL18P+QABzUzRqbpybYPSTGCc\nYZQsvIuODgPQmwEeSh3z5jW1YKJwAPfMqNhhvHXvTldl7/ukMpU+fcQGm6h/\nyi5yHpsX98zaUw+TOtu3cGc7TJ94ZT4cs1CO+eD62QdiaOcY5MKMBsaWBtgR\nxCsdmsGPLXxBsqbD7VJUwEGJsaAuEtTPCt9iUiBkcBSZne1YYDeZ0MmhsxOO\nMbXt8VPa8OeB48NmBDtbJ80zMx5SuAv1vnyDZXl82Z5HHFwqkCtxeHrvCXmp\npk1Ns0BTAfcPBQzBLSi8ubFd+WxSSlF9hPu8w4VwSwMAdsZCeDauip+0iSaW\nA2GVdxmkspW8VaI/ytxRFUZWDXO1Nke5Ae2qA26JMqPRRuQjHFbmoWmmX/Pq\nunJnaeR/V+iXNdve1PudYJuXMZsC34ddFWiDP2+ajIoaay2T48NDPWOefOTo\n4b2himi/X2itzzTx104n7F4HYSKUqKuP5xhQwFmscAiecbzNvIFPrfksNw17\ni+CHf2rqHrp0MbOUEnrT/Z7wsPIZtaWBBujCGgekEWLjXwvQgR07QL+0D0pL\noAv0DoVxuuBfSM+N1Oqmlgp4VqvG6UpOLXvXPS7SwfxsN3QYAnRrM3QGr/oc\nPNDvuFjfZ5D8zAxllAzS0vev5fIsBMdVrMBeQxwYCpfhW0vakf6QhDrndCU1\nxm7/\r\n=ZAXi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.29","@syncfusion/ej2-popups":"~16.3.29","@syncfusion/ej2-navigations":"~16.3.29","@syncfusion/ej2-splitbuttons":"~16.3.29"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.3.29_1540960836136_0.1530674791639426","host":"s3://npm-registry-packages"}},"16.3.30":{"name":"@syncfusion/ej2-richtexteditor","version":"16.3.30","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.3.30","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"36625c2d198371f4c4568571bd3358d620b8f9ab","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.3.30.tgz","fileCount":270,"integrity":"sha512-PrXx394WtukUJOo5s53o50RVui6O1UWaN3gRLYQQcvyRNDB1KcQDjaFSuZNAXZS2ZDmkuUgq+tGCHIfRoEW/zA==","signatures":[{"sig":"MEUCIAMWB2kq4hUB8FBfiOtjGh7/cDZbWIK5x8juI/dekKErAiEAzxhRPtHhC/xVPYPWY06g5RrMdAS48qjcD5dwFAPZx4w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8018840,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2uMDCRA9TVsSAnZWagAAKtYP/AkR8LrWeHaObSvdRsGZ\no/ShRnXH5B4SOw5xMfXuhbMQwW+7pxawBqP2acNloNhf7iu+6rye6Q53TC1Q\n3rEDM9f47Kss1BVAHkJjwPRYonG7WGupssC1SWJ5tue7M2/ag2c/C6D49gyY\n1kJmvUr9YdYO6Qzd6rXW61WF/MvB1hkKOImnA/24nPxHI8mefIsdZRDxCjRl\nAV63gEDIglyNOfshyDj5HaYdnp2j1Nz0xe9WGLrvzBvRTD3n402K1cYy/3PQ\ntgWPtRcyAjrsh3BaoF//v6wt6SD/hygRcS/OW2VrG4/jKO9/z920LzIF/b1q\nbQs8rQpcSSKr84TNvtcYIQXtxrBtjr7no0egdERveKglqzgG/7XBJPoQIKyh\nG4Xu2mBuU189mkbYZSA/StoILwKiuMyyBC/Vj/cRqPTEImMCecFy4Oyvo3In\nBB+WYexJ+/9LmIimLRV0QzqApCcZXwdxCN+qsrAhtn2D7J+U2eIuooCWT/Cy\nFi0b7crbA63qU/U9fJHDOxaiJKibuaI7CoxBcqGMaNGCD6K/U6HKE7WZt0+9\ngI79bPBnkbJDYEFRJCObNWBCvPSDTE1rttr05JhWeIpNJ7yLup1NnMqGAWHH\nbhC5wwI91YDZqLn2phP4mfePNEpU5j11vn+uJ6dZVIgYpCistgjY9ee6bUcj\n7f/l\r\n=cTw1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.30","@syncfusion/ej2-popups":"~16.3.30","@syncfusion/ej2-navigations":"~16.3.30","@syncfusion/ej2-splitbuttons":"~16.3.30"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.3.30_1541071618768_0.6441253886374316","host":"s3://npm-registry-packages"}},"16.3.33":{"name":"@syncfusion/ej2-richtexteditor","version":"16.3.33","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.3.33","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-richtexteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-richtexteditor/issues"},"dist":{"shasum":"9ebe49e1236745f69da1eabaf856bfdd86725a0b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.3.33.tgz","fileCount":270,"integrity":"sha512-HnA8DJu8yrNBV3AumufqS9v3j7X8dHuCWO6RJcEqqtE+uT8OkW2oRTzR6iBgUeH4hSw0hjLe3UAQKIcdKmd/zg==","signatures":[{"sig":"MEQCIEGpoIDJ63VBzGVRd0NNBqrP6VZva+nx4ZxkwkHdWydgAiBN1Vt5s1dbScHi/76h5nftTFLoKha+4n4S9Ufgr73lRA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8021005,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9AmgCRA9TVsSAnZWagAAu5MP/A4CGwpv+urREuGbTvDj\nfy5f+pj9BgePUEOsolryAhBljJgn2VU1mpdEYsg3TYZsFskQRTCcfkC9f2tq\n2xPAsqFl8i4m3Lh+kUMSmyh+wnJuf2khlC19FSDXcZ3IMxW5RgaLMjFudNks\nh/WKL7v41iMXot3TbxdCHpaN0F+8qHwJD3fWrp2jDDyL37UYBWnLKiqz3b7V\n/1BQ0Ld/oUUeTu/HN7OXNwJZyY9W+ZI/qlFhIaf3JkVwFXKFRH6DVkmrHupk\nKnqXDMlRdeNJ4xlj4oNEkbwjL704fe4iKyM1HE4zM3VKSuzCEK1HUMjBHycc\nXczw1r7Tn+tdTSbvG7PjvFfYBGwiNGPtRgZluOjpdNsTRd/mRxIfvRMoJdII\nwWWxCFwSAfGBxjvU59J0BOYZ2qnQFH7qXwAcmuN/RwxZBg7tUL9vOfUmGi/Z\nPoFwRbv24Nt9cmrZZ1ZAnROHgMVtcKasLM1axZKTtvpJ0lO0HB4sq1EOQYB/\neXRxkK60PUWMtmIhpOCjZ3+Ej+lWzVeT8wdfj/jjohOqKo71vg3zO8vqxVKp\nqcJ3/PZDrVnl62DgoRc5Zu/l7NuUyFVKHzY2DjN+sDY4CPxmVXkOAu/1t6Nx\nIvBa/uwDYgYiniD2HR//iy/+cISB2h0GZjhNRFmO8i2WcHMn4rc74cmcDLKr\ngnNQ\r\n=AJjd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-richtexteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.33","@syncfusion/ej2-popups":"~16.3.33","@syncfusion/ej2-navigations":"~16.3.33","@syncfusion/ej2-splitbuttons":"~16.3.33"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.3.33_1542719903869_0.9999156571880599","host":"s3://npm-registry-packages"}},"16.3.34":{"name":"@syncfusion/ej2-richtexteditor","version":"16.3.34","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.3.34","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"57c8e760025b350918fc1fb3909870ae956d69c5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.3.34.tgz","fileCount":270,"integrity":"sha512-YmpJXlt0PjGzfsMIdUDjLNz3F6/MGrzln+1IgAQEl0b0QEnYG0+2cODNKoaKDPA5qDLFqzZzVW8Nf6WMT7r6XA==","signatures":[{"sig":"MEUCIQCUhRU7QHo2HB1/9+b3Vp5DrM4wCac1CeB3gIbFrEqRFAIgbieB2Fvp9hWwhO0g0GeJvHnKpYQUQd+yU7eVfkd63ME=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8021223,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9iiSCRA9TVsSAnZWagAALDwP/A18ShTc99YkJb8Z45+x\nSUgJagMwTphjFjj7fkGS0s5sYqt/jec9SDRreKXELERk7vxcXKyD9t/2s+tC\n2L7UmZhDpA8y/4vslBXGW+iWG5sORiDBH5wcB23151DNrhxjg0Pm7WnVXNTC\neYwPCKcBOsIX0KGJJ/JiMLmGaRDP8KjhEwfP59tT6DAjP5LHAyXM/He28psL\nZuaTkWSrRCU2AgENDaAKgQjytRgP9/ktOlqxMhRD9PkhMqsjkgYFCouyFjbL\nXpkNLFL628XJMpt2iEUCWYaoG+MIekiS17O5hjHmfxRQRozUn+Jna7yRl+fy\nH3QsQCZ1z88rFrAAwQwg4w4HpPXnQYRmWV/WhxhSPb3fWC9vc/2fPQfR/5i3\ngTyLGaLyt7mInhe+9csowoMBRyrrMliGDDZLc9K36J7Rgd9E4afP8srzOdZ2\nP+c5EDUHo9qeHJd/cYaVN3ux8rrnd+3D4QeRAXus9F3lQ9JiHOC6tciwf0Bu\nO6QpZ09DZ/Wz8eYm1z5Ciw5Z3+TfYxLE9+4WHcaOTn+XWwFUQmAcV8Og8jBA\n43e2ftSGS7As40mI9qvJryzss3fgOn7qRLC2I4Dbmiw0/1ig9uzzCBOZXjKC\nhf03QjbPfgO45B5SVHkreRBsbPpDjGnYDeYaJgH74LFFb3ezaLdUxo9zhBmQ\nQt7m\r\n=UL97\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.34","@syncfusion/ej2-popups":"~16.3.34","@syncfusion/ej2-navigations":"~16.3.34","@syncfusion/ej2-splitbuttons":"~16.3.34"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.3.34_1542858897432_0.19328881581047508","host":"s3://npm-registry-packages"}},"16.4.40-beta":{"name":"@syncfusion/ej2-richtexteditor","version":"16.4.40-beta","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.4.40-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3538b9c0468e6f1d00fa23f13cebfc5122181abe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.4.40-beta.tgz","fileCount":287,"integrity":"sha512-vWpP760gXu8W138pvSIXZivUy7GNgsM4Bn3S7B53wkTSk8CVDH1VrwWwxUV7j97uywLUEhq6P6MIlmFSNCFRJQ==","signatures":[{"sig":"MEYCIQCkxdRiMKQfBoGV3IK605Hg4LgQ66zd8jFxsIPWtc9DhwIhAMKdFVp2le/UJuuHB3IlOGNgeD5jdN2nTPKeN2cqh8QY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9217087,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDlsHCRA9TVsSAnZWagAAx+QQAIVuxJ/m1pnTCpXSKN0D\nlUlzV3iI+MbBKx63eUYrsNszBZ9fnznEF/y1npUlP2htVuqlzCx1z07e5z/r\nh5BSgnO6hzN4kJf9gaNB0RSGVfTiQ7dUPs2yRJ9nEkZtJjZSVGhCip53jv5f\nGoua+jwrRwsIUxNrWGLAypwCXNGlDRS2kb7+5LFNQdJHB1A9rQ5xudDFJ2tl\nY5sMFG8/PEJcqyHKyOyn3ct2CFwwMLCwnRSIyNhD79aGfLzkGBB+KcSTHxBY\nNQz3ogJvnl9lLdtEGzOgQHTc76ITIRGDMoQTcGpWGyX/8+By8hRq9T20mPl3\neVcmGT4PyvXrCYS2CzAfBlOKgaDJzVkLB5FkbmXCAnWZSErFvAnQpQ7f69UD\n29m+7Q6bPdHRkbuxsZeZuGq6B/YBULf3leQhee6coZLFFcWWc7ih2oOD4gbj\nmMXlI1QtBxPO64VI9yHc+EKyUhvu4TPVjlURb6yhYoDOejYc2q/s4KYgLikB\nWbXB+P30e+JGeFfAPEkXu23zvG28Bx7p5hxKiL6TqQocg/GsvpSm0v3e6kBE\nA+xfusESGGIs4YhKo+mDHgJWdmf3wogQvthMWWXimvY8zkM2GjGLNzEkVNLv\nNmUgFXMbABKY6PKgAOLhAB3+n5OqpoQMOE/8HbGYaPefiGfiOXBd7ttqVCMF\nss/U\r\n=Yw2W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~16.4.40-beta","@syncfusion/ej2-popups":"~16.4.40-beta","@syncfusion/ej2-navigations":"~16.4.40-beta","@syncfusion/ej2-splitbuttons":"~16.4.40-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.4.40-beta_1544444678941_0.8111615891999588","host":"s3://npm-registry-packages"}},"16.4.42":{"name":"@syncfusion/ej2-richtexteditor","version":"16.4.42","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.4.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bd984b12b0f35fc14650c357f8de83f7ea90f083","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.4.42.tgz","fileCount":291,"integrity":"sha512-zYnNQcjSOZSJsrnQWFsTZk0frF3tPinclQOtlmah5+M9WG0gDUHIwwX5fBNNoSY/naBT+tLUosvHrT2c3Qk+6w==","signatures":[{"sig":"MEYCIQCH2z/2QOS8WTs+6P8JCA6XPI3KuDgDsGjSPnrOnHwPdQIhAJiwe5RWEWPAdr56iXDQCxoZ3eyRqkQecLR9H1k62P6R","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9398660,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcF6BcCRA9TVsSAnZWagAAyzYP/j4Q65gG/LtyZcquZEs6\nYOyVCjNAIHJ8zvrS+NnPA+6+az81vWnndISoSA3KLBh00e2NdvOQJpsEUEkc\nIC27FcX+RTIkdaHxcNOlgL/Q1kbqp1cftGk1FnFy8v5QkORBq/xOT+hsLZaD\n+hZkBogeALBHws9HLjpB+3ziNof+Fxl4OHyEuU+THKXJn/LGo/RDRBrILLDY\n9opBYy5J3QCvT032/1qDR24nSPhp05FBn4WStisHOFLe41wkqm6LkXzKYSJk\n/57yZN7U9KRwhx4+crlnhY7rxa4dFB6JZxQ+/9KbQkaFSzhQtoGqE+8gYzw+\nBh/wQQpeTAnqfTjVVfQPfdZPW200Hu4+pn0xGHp5RTJHABG5Cov0B6nuAOX1\nTJyBK5rq1mCJOybR2s5uZFjULRZpP/Z+JT+ukfL5FTlzeP0pwgZyw2dNvmUc\nElDxwrIYgPGxts6bWdXiTk4WgeMNISS/gXiaIuI1RJkj6/oq/2Ip3yX+a4CD\nwhRZIEpwGZMusd7DadzeApF7fwcNvRHbiVrXB6zmarbrAxOpDsRJ6E0WE+6U\nCQrMDSmMS6wnsXMHTjedgG6K8UwpH74UKtjzsfM1AycfBdfh8S8HNJqmljri\nVGdr33aEJ0caveGSAdSoDYUjRQ8pxD10Tf/ouyJ5OfIW47HWPBlMHdz4xc0H\nPFdk\r\n=8zbI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-popups":"~16.4.42","@syncfusion/ej2-navigations":"~16.4.42","@syncfusion/ej2-splitbuttons":"~16.4.42"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.4.42_1545052251847_0.14007873727080034","host":"s3://npm-registry-packages"}},"16.4.44":{"name":"@syncfusion/ej2-richtexteditor","version":"16.4.44","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.4.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"adbbb4b6b517324f2575f6b3521f32cd5dc4de46","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.4.44.tgz","fileCount":291,"integrity":"sha512-sjsVZqN+51WGai1j6oCwh14H1s3BfaORda6vCkciMsMU1gg2ikWVWKQBQjY9Vx8PoGW7W7Wqa9pn7AtmBq0Hqw==","signatures":[{"sig":"MEUCIQCKZoHhEiottIGltUz7DnWQlJsshFqQ8MRx71BsQJ6SsAIgGduDH1m1VTUp7beacX2F3tAGygUXIcclLaiA0zCcFMY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9411902,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcIM1PCRA9TVsSAnZWagAAGykP/2VUX41K7Y3hdaIc61sJ\nqMEkc1IrFmI4IUvqAmIbfnM209021AKKdz7KqbINBSYLKAXhi3CaKFVfvWTQ\nEfW3JhQQCaoNpHwaD+Iwi+QM+7sJGABAWERZ0KabPTMr3dTbFc3SCv2sOuwk\nOTOrrMtpM6mSbY5eSvwgWuwSpkXIl5UBJ1hdmE2yDky4jDhslPGlYLbfINnX\ncedvdMx07RXnIq+T81VNomwSnilEiQ01kWArAlnEmrbdqIdg0FG4BDohwIpy\nGsdJBZUsYdLoK1xZCa42KrUjztlWEcC1fo/07wldsMLcNBG/im/SX9L56Ymi\no7YUato1vJpmeC81+roJAFI9OGbJK9iaNqCvcq1iFThKcdjj04y7/NYrnjlo\nmJ8jXlymCvJF3E4dS/SLet58H2qFR+vw/X27yw84TPPUoGP27NIDEzBTL+9I\nYmRygeVohycnYnyUrjJ8JQd71VLckgNkhblGini4pz40XNZ8E9FieKW4NFyA\nT1hRqmid34ITZTms0WopgHSCZT/8On4HAy5IAytsAArbVCZVzOi7Lg57Pmic\nh5E4gayXnIHneTWb9K4xMIyoXcqjALHCzJT+hyIZeAn9jp3vJkRg2TF7jEWL\nsQ6DZ4wkCeaFa0rHVcF6dMGfFuF3olr6qki658fVpsEH9VyInEr98J4LmozJ\nxfRf\r\n=CajO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-popups":"~16.4.44","@syncfusion/ej2-navigations":"~16.4.44","@syncfusion/ej2-splitbuttons":"~16.4.42"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.4.44_1545653582695_0.32487290984735684","host":"s3://npm-registry-packages"}},"16.4.46":{"name":"@syncfusion/ej2-richtexteditor","version":"16.4.46","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.4.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"167c1bb98428d8eb1e9a4a7dd434194720583b63","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.4.46.tgz","fileCount":291,"integrity":"sha512-7kSMEIjspIFioF+mqtks2ZzPkeedsHbhanlj9r1dM4aM/MJlvDooVqmNuWJIv73Mac06ER/PB+RZQ7ykDbVyTg==","signatures":[{"sig":"MEQCIEeWjM4TxlqplcMVIaQebSzo6ofL2qmkYTb2keI0wqGlAiB0BEqm4Zbwlh7bChIXdigud+6kX6hDckWrFSU5RvjYvg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9422162,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNIO3CRA9TVsSAnZWagAAH7wP/3KsafQRJD6gAvk3xdjj\nRMKC7kxOcgR1FvVEZYdoCKcKK7palxgZs0KxG33MQvGaV9ONOxGUizV02+uv\n6gOu2oAbS5yWstBHNrnR6wshX9fIhF1ICJ7lG/8/zHLl28hO9OFVg69KGiuJ\ntjk8cltXAKMN92gar0IYYoesR+zTI9RBzSuRVeyqBw2C92mMjJmZhOD6vISF\nRcmjSuJI02mndclaJGBbraP+ApvjqXYbWqTBUKKFe5GDtEvvuW9ieO8QXPAK\niWx9YhHQ9XDTNbtcdond51vjP0Cz+91C5CDXcmnz/EA0fcOyXYp1AOeUpfjS\n7TK0izVhb4Byfjm1tcGLnhOwgMYYCLjUNJYmzqMLc0b/p9O7fYfwLZNaq3lz\nfBIn9kNRHjK1XEH4de3q6OYOqFrpT3ezxEOg4fac3iGKpxDn8UtmfNOkpKxw\npNKzlegbLv9ieDIg3aL+wyhpw4ydMJ5JzgMsKtwm9k0+JUcnopEkVuUMkylB\nOZwAZW0bMT5t4grHid89mDbpdl9PXKnltWjdzad2KPSOOcR0eq5FZyOZgpLt\n7j8ggiCBquFPgCbvE5VYjYgObxGRAaeM5LPdRlxIjx+8ycNvFiDk+Q8iQNNQ\n0uzNjQtdCU4h9vFum6cwxjTd3DtSJyiKMSI2IMLcEjW3FIMhTOjE8n1NNgj5\n2oUk\r\n=XB+J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-popups":"~16.4.45","@syncfusion/ej2-navigations":"~16.4.45","@syncfusion/ej2-splitbuttons":"~16.4.46"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.4.46_1546945462428_0.7714761434511175","host":"s3://npm-registry-packages"}},"16.4.47":{"name":"@syncfusion/ej2-richtexteditor","version":"16.4.47","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.4.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"243f44ed69ad9f7f1ecf49681d7b869db9d222bb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.4.47.tgz","fileCount":291,"integrity":"sha512-5tUuoCCoiLQaFCsvHeo4/wHXTbTaRnClLnsoM0C7mQAG8mC5p2pZTdcs6EQZpCuoXYOdtfL9ldkCqV+QIq7hfA==","signatures":[{"sig":"MEQCIDdHk2xT0a/4X3UKLq06cx7KkAP8nXb1Dvufb7ALmnbwAiAnCyi9ovM1qMLSpM0Onbp5Lys463d0P14ABAGKmVvNpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9427625,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPxLLCRA9TVsSAnZWagAANssP/RmZqF+vVt9qSYKaW1/0\n2835cRaYBTeJzVwyICrlEntWyYxp6J2htBwllvbPkzalvywbJMNsPGi5MNd9\niBNN7aP8T+MrzZ/oI+IUlVgOHgSfS4xNztpU5zpSwnI+MThZCY/U4VK22if7\nVBNeLR4j6rOWINyW1fZoCc+KC0ccp+HbdcTppG9og0ppBXX4NW8UYXDol/K4\nUPLwn5A73sw02XhfpivrZs1KymVdRRG1HEtdbrB2HLlkKJCz2hGxy77Zf9Yk\nETic+8NsdBHL1hVAOi/96kpkcM3fASqcjnwO8+Fydw6WpU68k6hjT2dhHnEz\n1opdJC6djpqYd0i3i8QaD6c7FqJLg9c2/z75p2rUNXYB8niKKMurmVX1y7cT\nMzj8KApE1Z0tyyDWDZN49J+2rFYVuffhHlA1LsgiqhzxUdOeydrwrvDwqWAD\nAlCCpg7r4d7KOQSKzwo4jcw8G2UiOj9QMQf9zvmqotDgOvM3Gyz52vbJc9TQ\nl/bXbSYkUnMbRL+UjA8QYm5ayxVAEfouHMkhbry6N9MdhHVYnJbrv/Uv4GCg\nRmGO2EsHMtf2/7XaVMG580yPLT/3Yt8YflyIsK//xuH7qB39XYk/5bEATq0C\nhVUCkd6FdPwKiB5fTfymP00M5vb4v2fcj+AtKIQSaeJeK48k/IdZwtXPYwbg\nehum\r\n=ELIr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.47","@syncfusion/ej2-popups":"~16.4.47","@syncfusion/ej2-navigations":"~16.4.47","@syncfusion/ej2-splitbuttons":"~16.4.47"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.4.47_1547637450722_0.044901930949403424","host":"s3://npm-registry-packages"}},"16.4.48":{"name":"@syncfusion/ej2-richtexteditor","version":"16.4.48","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.4.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ae64599ecb624c03e3dd0a3799da8faf4b594d97","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.4.48.tgz","fileCount":291,"integrity":"sha512-scMyriyH6Ezn6F0TPmpwuwvlSL5rZXOfAT5Zu/19UvJzO7irFZyOJXxXATWkUmud3fNRhU/opVsG9TuZfcdbTw==","signatures":[{"sig":"MEQCIHGakoQKv+0f3Edl5k2UHJ4AVoUJBY/LY55T7zdTdvHjAiAt28NK8clT9afkfu3dx96sP07LDFFw7TM6cMcQLsDotw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9436113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRwZzCRA9TVsSAnZWagAA0doP/24h34Lns/pyWKSwR/kv\nim683Lcn7wOl207fxbt06yjLd91CQ223zVqyce/DiexkYIv/ODjsoFfbUr+a\ndslPQowCOkPHirJ3gVYehURdlj3jgVFTCrGK+DQ8/OGBOeGs1NVKFSd2KGVU\nwemH6KazYaN67CRydO0PwfjcFg+CiKevSN/KMff3VNqEJYsTB/Qb8oQKXSc8\n3663uXhwECfWRMpQxB5twPemLupOhdBBIiHgtPCu9I6wsWstx5ZJiyeYteUx\nMVTsorPU4syOnQQQmegy3MTRoc9ibP5jDaYDNeHtW/Sw3wIVVrk7QwGSCWiY\n4RpOTxuAOm0gYX6tTh2QFrBQ/Wf5s8k7wyB7NwN8rKWuw+uS6XTuLiUJNaN7\nbLWUGff0yAt7Utly8HjbrXs+/qPlnv1cciOtvxuQFmPjgXRZ/Xy3ZkLk+EAd\n75oJDBxdADH9tCY/3DVhLY9ji2niDu96q0GYAR1VmclrFwLaotFaoFWkELbS\niDqtoHkreSg1jduY3agSP4vnkOk1BOO+q3rPVszZGtXm3XSFV5tBFmhxZ6jT\nyW/aBxBEGOtj0vkLhqEjiJg3p53szWrcTXorepZfQyu3spYXfUFFrtWocExY\ndNmT34IpFKf9DyR/1njU4M/WjVa/z1Vd4UGUuQlbaAg4ZXo4vzEHLhdIzLuA\neEfs\r\n=TPhQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.47","@syncfusion/ej2-popups":"~16.4.47","@syncfusion/ej2-navigations":"~16.4.47","@syncfusion/ej2-splitbuttons":"~16.4.47"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.4.48_1548158578668_0.21081975145099885","host":"s3://npm-registry-packages"}},"17.1.1-beta":{"name":"@syncfusion/ej2-richtexteditor","version":"17.1.1-beta","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.1.1-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f52da0ff7cb9c3be7313b34043c4e3b8aeefbefa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.1-beta.tgz","fileCount":295,"integrity":"sha512-bJlfedMTuc15wVLpRjGOhVNfbLb3nX/SQfCSA51E3T2P4cyNlja1CzQ92sUfF8AMkkutYSHAoI+Zkiaj5+f6Cg==","signatures":[{"sig":"MEUCICKxyE5j/L0QEfYJWtY2ySY7+j4BoUg+s2/tK5LqczSbAiEAtnMvIkM44L7mefcW0Vis04FIOE/8W7UzILbokg/JwYI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9609415,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUFmlCRA9TVsSAnZWagAAzNYP/2PNccPe/6hJT4aqN1hf\nuijxKJlb181FXsGhtCLoRXVPaSIU2EN/aIEAg6CB9eJZkGIUQEZO7pWJBaqz\niivLtPJUD3iWc4GV4Y+FaVDsYZeXEuEkyCAhBh2xPcn/FUsvwHdsueyholDF\nfQFeXjeitvutI+l9SuP4lmJj2kjG+M9359XpEg4eGlAlyYghnr6mnKgj5qGS\nOinzYqNnNTpYiCPsdlGsgI4/WIdrunst/gEgfc6DsWupQfn31146/Vo5YUrP\nBDipCEk2shDNaPFdsARwUPl7IVQeHJrq9OFhvMDzyNC45lJTYEJRS0BNHVbL\ngC6gvazW3Kmw2FLmnzQaAEd10fZy40cjPxx9b5kYW9hb4azoXc9lkN7MytkV\nOl3o9V888wJvaUKrGxgPsrNUAr12R1ki5lyIWMIlPrF7W2nXrFoTibxQFGTM\n00z5+Bsq5/ZIylsgxtnsY0L/ETs9NNFk5qy1gDSqemlU3nSy/lN/AfRy+EDj\n9V4E25GHW/Ou398c0jU/ys9yjM+n660PoV0vAiOZj4ZRsQhnXLLC1VeQU7T+\n1hhp+cOcN42behsjQysHOeHMepzMk2vcGaluaafmwzuvrLiej0j6I47s8osX\nMcAMV6em+uAD0AVIyZ9xiK7tQG5ZLfuJLM5IjPWd0DlbMXmtAySh35PyPrKv\nu1im\r\n=2N3D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~17.1.1-beta","@syncfusion/ej2-popups":"~17.1.1-beta","@syncfusion/ej2-navigations":"~17.1.1-beta","@syncfusion/ej2-splitbuttons":"~17.1.1-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.1.1-beta_1548769700813_0.4395047732542141","host":"s3://npm-registry-packages"}},"16.4.52":{"name":"@syncfusion/ej2-richtexteditor","version":"16.4.52","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.4.52","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6e2d4680018f81f50a59538af1cab7bfc8c0c807","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.4.52.tgz","fileCount":291,"integrity":"sha512-5VEu6cRSdp87cnfkMAAzAk0PhYONg0gn1MplPk9oXHBC+M8GHvTiZGr1oCNSiO8vCqrtAzO9s958Nb4NIZ+2VA==","signatures":[{"sig":"MEUCIGxgWR4bRX7u1gMem2ihqaqtlm4HY5CfMP/SO4B357WwAiEAz4/8im4BiNFnAZ98wN+aHHlL5wEOxchL9GDSqgKbQgs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9437170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWbvFCRA9TVsSAnZWagAAYcgQAI56ZWXXb0jWT6l6G40M\na3fmTtuQoT6erDBN4OAa3xKe9pMQ4x7Jksu/nZCDAuinno4LNIwf5Lj0At8M\nALlUX5AthkYVKHFlimbjmzj1sBVbUcSep1Bl99ti9eIrGtRJbN80WW5AGKVK\nsGeMaY4Ems61iCVI5vMuFgCdlbp4KlITuMlxMMwyKLNMblqWZbd0pjPQttIG\n7DobYyHUFRCp+GSLag9oWjp8CKOWnQ/67boRTH7z6LLIMB9xI04qq6u9MQd9\nZ87Y422A7yDiaiLwMUSQN/BuaDrVy6QxxgcE/y2LfoZwKQiKXv/ZwroNktLG\nKMz+W/yKaSuG1m7oAv9tuoq+6tppOK+cESNZGdrQxRI04rKVr5kKB+Eo6wlm\n1jKI+15zOqHrJZAKoKMbmlV93Y+OS7rzF1NFoOZZO9NiMm6uxv3opR2bzX7l\n4Yo0DuDPHZf00FYneSCQF9YESjPUNrpjO3czSrBJMGgLq1BKALSs/wDEuzRn\nmsTm7/4+e2NA5O1Sqx9aLGjOVcnQXWfUMubtXwcGvMcDMKLNqPYThKslEgre\nPN/w8iS1F+VGnepwYtMt6VCztu/GQ294hYxcLsnkoLC6rdt2pi0VN3/Mk2yB\nHYqRZcE1puTkSjw4JtPpVwqZEdNaAO5qvJGbxyZxhwJ6ShraDYw/Kznu+r/d\nkv1x\r\n=G2Tx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-popups":"~16.4.52","@syncfusion/ej2-navigations":"~16.4.52","@syncfusion/ej2-splitbuttons":"~16.4.52"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.4.52_1549384644664_0.10678775565509313","host":"s3://npm-registry-packages"}},"16.4.53":{"name":"@syncfusion/ej2-richtexteditor","version":"16.4.53","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.4.53","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b8114ca80535058eb339658b3022b78ea950ef0a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.4.53.tgz","fileCount":291,"integrity":"sha512-ONdykFoq5Hc0KKEFk/p3cO56Fgf/n94hz/rWWE7dfLw/XMSEPbmjD/qkUXLxB2txJoeTuVU0qj+3O0YFeE/oTQ==","signatures":[{"sig":"MEUCIDnpiSAXBVY1ldFRy2cpVU7+HAZIv8REre5C9xY/lfITAiEAmt9c0rBiLqIacDaaPfvte66MI3qMebSJyYHeWJw2WkI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9468876,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcY+2SCRA9TVsSAnZWagAA51kQAKSbq3kG/HNtJZRXAOS4\nksl9YT7vcN1u+GAqCDgk3AEq1cP84e8EkLiyC6twdko3CTOf0smHaROB0bz5\nOHuPOtwYFYqCsE7/p3fa7Ycxm5vBcwB9oAI2CSLq+01Qrh2CrldPDRe9+yrk\nrMFoDCiV/S9Rp8Zz77qfdYT37x8Fn0L+jQ/h6I8RtDLKEKNsRzH1kWF7N6y/\nIdr7eg3u38besy1GlokFAgWnhspDANzuQtzaTyYIVpp7MdI1dow6Q5hA0/7M\nLhjXa+d9wv+T9X+drbZrM6aIzSbQyr3MnPj+fiotC/yKUMykdNrE9Vmf+Rxq\no5EKwtNgSHyyQsV7PNyySwFAAhemDNCuwlukyVX944SC+qzlVCOLs0NMd0FN\nk+hils+EsEEY9AWjkzoEoYtZIQU6LWedJTPI4wxWtTeCw8I7FEFJuCjbYJQV\npmp91SIAZl1fKE1omdu2RW4dTR0cLBdKHZD3T6Wmn9DIat0ylYdkpmHyq0pm\nBwMx5CiZyRnfv23h8ejlljgjqIRKvO/ARueFjyFO6qrS8La/H/WrBxd5UOtu\nW3h7kpu+d2OVkDWY0U1Ara8DubOV4gnfHunc5zdZk8qgx6XsJbjltSgcQkYQ\njn/rDQOF0Zd2xWtbA6Tv8cUqeAnO/QuI8x3UQ9G8EQ9GgHa/d6t+XGA8XyxZ\nO09i\r\n=FZrd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-popups":"~16.4.53","@syncfusion/ej2-navigations":"~16.4.53","@syncfusion/ej2-splitbuttons":"~16.4.53"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.4.53_1550052754067_0.6910775971270278","host":"s3://npm-registry-packages"}},"16.4.54":{"name":"@syncfusion/ej2-richtexteditor","version":"16.4.54","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.4.54","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3ac0b1582accb5a268e1a8168c4794b626f05c0c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.4.54.tgz","fileCount":291,"integrity":"sha512-alhXdrONuhOq3B81S2PyBi8tF4HOsZ2LIooMD3D9m2WlInbKD39voIo0NiwgFa5quAzbPVlgxFvek0jPnOCV2A==","signatures":[{"sig":"MEQCIGy5P9b+W7yACaNTRq6xgl/eSgzMJ0jhWZCFAJv6Sno+AiBMy7nM/BogUAKZ537BqgmUS2kPAXglrriNJTtJ8yP/Wg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9470083,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJca7DICRA9TVsSAnZWagAAE/IP/2bIpgobQyIETKvaFuTw\ngHNbHu2xyJcuINhj3Y1si109pTl4RmQqV8mylmDZagX4SP4IxlCj/mukaJ/N\nX7I8L8m5yW1DKXageQ9eb44D5fCQwkUMt1zHihrQIE0ZC9gfAwR6ql1kaojc\nr/tgwJYI6SHPeC7FL4vVj2leFl9s7CXaEce3fJV/7uoi/x/S4dqhS/IUBJc1\nd5zfbj8YVa0evL5y4TAM+aDQtAfGUNqP29p3Mg/+BoZEjJM9oARaRyxSoUV+\nx6Q+j27jhVsN5I+q5geJYnuDHcwWOaXTcUDQpUtWNmZFwwpNOhsE7PeIrfQZ\nBghUXAKwt5s2RgmrW1fSQyxLaXhPPX68FOMuTT9Tiik3A1MHypWrdfCSspC1\nVuJXSt5aoESPP2VMpvItffGjGHFkgkvjsUmBYEsrylW8ahsAQSgQTEWKj4Ae\nqJCqnynLACfU2+IzRNsFpyJRBW/AhE+PEzopfHrFkLa+s4dKzSzwQ6iCMgAj\n50DiQrKayeWgqc6MLGL4kw1xCM++so1a0Ly+I41/MnslKNR9v81aqKIsvebQ\nqRyz8S3lXjeMpe7TjocfLwtHZgKS+GIAS1WXffE3YiOpXtW0x5o+5nW/m8UM\nzx3Z7lBIR6MF27+rn6pChtm6NahuZ9xcKe7K+RsZ6aWl/wVgHN+RXVtBHW90\nj5OR\r\n=dPxi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-popups":"~16.4.54","@syncfusion/ej2-navigations":"~16.4.54","@syncfusion/ej2-splitbuttons":"~16.4.53"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.4.54_1550561479564_0.010075029290380177","host":"s3://npm-registry-packages"}},"16.4.55":{"name":"@syncfusion/ej2-richtexteditor","version":"16.4.55","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@16.4.55","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8b9753834aac1b56a240baecf900a4ad842f95c3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-16.4.55.tgz","fileCount":291,"integrity":"sha512-EfCwj3BsHnvIOdwMbZ9Y6KXEy2yNpLGJh8O9mdx+sMzEgMlBYkBYLBwpwySh1XqpgY8RBiq+HkorVAaSD5cq4w==","signatures":[{"sig":"MEUCIQCcADKsIoDctzdPygYqvYRJVLmHN+kuuXxG4sQIaQ9pWwIgFw/qiI6CHyqead4kxs1GmRKJGPmfJ2VnouzLmKcEsNQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9517064,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdjoDCRA9TVsSAnZWagAAqPUP/2cAPqvRx2NTBwKs7W8m\n5TEmDYKn7F+EOC+CzuCmpGq5SzHn+1spItp22QWTq914f/eCR2fKt0gHmm6T\nUi6i+ZBFTg3J6zT79mOQTd15vg4aDCNkF6cy9IFdQ+SIF/oOL/yQecibw1va\nmWN477Yq9vzrtzWb/WWJlPittQEyZLzprrW7R5k+0Lx4lJZjAzM6Oru52cQq\nENgvP26DjFOUQLiZ2ALUhxwE9cnEdRD+VfGB4ym6QfqvFKXQc9Db07Cz4ZAR\nY8p+puxraSZBTRE9rni6IyI1KyWt3PfEZquqQC2V0mQrw4eeG83wcL3VtYMQ\ncxBucytNcbVqysHmmrpXK6S0gZMl/H8d6uu59smqL3jhMGDsQGLCusmmIxm3\nj7KUDZOnNi1VJZJKoMJi0g1V137N3jHhqA4mcQvF2yhmcYRYYYxHE+xUFyWS\nymfbuWPWklh/ujiWFG5fJRwtY+a5PDHMMu2Sbcdoy4GV84eXHjjL9ECuaQ7u\nSE8rXAFmzk7CsRRNAik3P4XCyMPKtdssLuOUN704mve2zbcHFYFJjxVWfi7B\nRkaXUB2I1t+Ddc/nOShVQzdnibrfk1bRdccT0b/iDr44QVtNOZJKWEEFyagX\naS18V5FkytE0N96FqIWaNvSJH6VwDiOh/WbJzBEsPrmD8prfTLuJ3QE6G5lk\n9nDs\r\n=QxjT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-popups":"~16.4.54","@syncfusion/ej2-navigations":"~16.4.54","@syncfusion/ej2-splitbuttons":"~16.4.53"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_16.4.55_1551251970468_0.103748059245788","host":"s3://npm-registry-packages"}},"17.1.32-beta":{"name":"@syncfusion/ej2-richtexteditor","version":"17.1.32-beta","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.1.32-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"343c061267c6e9917fadd4d161f78d27d69d0791","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.32-beta.tgz","fileCount":302,"integrity":"sha512-ER2rSGqQxJ1QjE23Q71qQQWTIEYPHKBgwK3iNNDeuDli5V+ONkQrw4mnuWlXLIghdD9sAmXKZurI6tUn3l6QSw==","signatures":[{"sig":"MEUCIEJcj6oRLX1dgyZZC6lo1R6a/diX6aOCB9hQzUEquBJ4AiEA2bly2gQltmxP9VRdwiQrzYWLxLe0cLd5iQIV33q1AGI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10126102,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciR3oCRA9TVsSAnZWagAAkhcP/2WpbXZhlxseZuL/9BO7\nncIIz64aB7GQ3xvXXGj7oLor8aMf4O7lbT9e3v1T4+EfBAvA4T2lEU65bx//\n6+LWp2c4qGO6UVGXB0PqQFVmBMhxFufGI95hAm5wMXICvy/xYgWLQiedjtnM\nLXfhn7ITmMByVLv6N+vojp2w/ylyWDzsQijEhpXxW0gZ5C5VSgSx+i3g9T28\nGW3/eAogiEnHg6WBvTj0vYIIkQbriMBtwkGBmfUYx92okxrmmPNsGki7D5pD\neT381f2HMGCEp7rqbfYuTn0TKcFUb/Ey2L1lsxMgMiMfP4cjw+HSAiydE8Xn\nUVrlCv7U7KH/ErA1kFS6KKSwTZaxExHhNPyik2h+NKvjobLpUkdGN48viVtz\nE3esiqaMZ07jAx4+cfsE2jOqoFBp6TJfHkMuP0zIZE6B9mLT9nZBToZNHrZq\nJHt3J0KD46lfDwFNskWUPUFMxs3UmsGRiDD++/kEpBX4aw+uggzteS6yGHjf\nSzClnH+f43JKFebjYP5lr0yzvg8Mq7AsUN73icAY7PhP9o4HEECjbYDegH88\nGbRsbmltVZJd/jWQyh/uIqVluAoRRlWvrM+UfEzZJURfb7yhPG6zQFeCuT9z\nJwBOjQAihW4BvZKLgjE9RGHC8vjcpzgx/OVUqLnZzc1hLpeyoHxuJG/Bvkn+\nKDMK\r\n=FwB2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.32-beta","@syncfusion/ej2-popups":"~17.1.32-beta","@syncfusion/ej2-navigations":"~17.1.32-beta","@syncfusion/ej2-splitbuttons":"~17.1.32-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.1.32-beta_1552489959253_0.41569920739994526","host":"s3://npm-registry-packages"}},"17.1.38":{"name":"@syncfusion/ej2-richtexteditor","version":"17.1.38","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.1.38","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ed0694d916f0100e4b167eee08273d765166e8e6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.38.tgz","fileCount":314,"integrity":"sha512-xKjCoPk46oI6e7Fmt+B9KeTXSDDKj0FPeXlQy9Y7VNaYQTP881V7lvu9uN9im+Aw5Y/uDhTX/cwpC24uglDnuw==","signatures":[{"sig":"MEYCIQD0+/75lQdnS/X/eiRXi3qv+HFdKj9v295LLngPwqFY3gIhAK2Y6VED47LqnlsxtB+86zNaBXyT1NArHxqCUFxC/l6U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10436709,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcncqUCRA9TVsSAnZWagAAk7MP+QBsZBJ0khScPxCcZTIc\nUuTBygymt9Wz2qVqDzlofln6ZnqUiPKvmxUYEuEBgcfgOTEmE2fFLv2TOi5o\nE+W9NMh43ODW9zQf5lDDBc91Vnnz92nJMlr0/a2slIcVPKITR2eQXhvPHsCf\nr6oF4rFnB9Meh7Zh1jaGEH8KEkc1vFepMp6+FY7Og2CXtDHBoqW5svDa9JtT\nlN+lkyq1MCL9QOAx8WSQsSDAYX/7R8SZkoJgUpq/yvQHvxO7xx1o7OELBkPy\niVDvBsZ5c6q9Pgb6wUUe8Di/2LorQSDQcq9P1/KZp5FrGJj84zx91JHMR2Ng\nucfzYWAWtuEFCTFSimkYmw7z6nMB0/4HTLOw+xWgWOPmAMWoDQ8ztC28Wy+9\nboNJOXvqU1dz6ksszbRM4XHh2uV6cTc2kYois+uYJeZ6RcDan7H+MY/3bIvc\nFxNxoMr9XgKDqXHBsQ7GrHflR8sgrsv6CXnlJWv+wLJgD3yCqtGPlJppa5u2\nqN+qPs4SnxChAGe3tGJKHNA5M9zj8J9latlhRjWoYwCnieBicbUiXkzD2HYx\nHbTdVQTm7sVc0xK5+0+oj59b+RgT7nNl9Hg2lkAf8zidvpTFPkhTluL2ixQG\nzeRuzxTuoMm8Y9g+xKe/EUuvNeDj6QVNynnIPJfMTJf4ETnvw8ZvHPb9ENyR\nP4ty\r\n=47wf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.38","@syncfusion/ej2-popups":"~17.1.38","@syncfusion/ej2-navigations":"~17.1.38","@syncfusion/ej2-splitbuttons":"~17.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.1.38_1553844883498_0.3308547273353297","host":"s3://npm-registry-packages"}},"17.1.40":{"name":"@syncfusion/ej2-richtexteditor","version":"17.1.40","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.1.40","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"876fa4fb223ecfce8ec72abbdecfe95b7ed6b95c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.40.tgz","fileCount":314,"integrity":"sha512-Z/7cY2W/W7cXs7jbFFe8aEXG/2NaR3ndlAuqMMR4ML7Z+vsFRjLwecfH8Ivxy0rGnaqxHuoYsnRBWQKZ6SM0/w==","signatures":[{"sig":"MEUCIQDYItDbWrjzYnGms4WXRzEB06+kzTwBT4S3DgX9/BnclQIgUjmcAct7Di9KZjQEaiLs0o/NpJO0cq1JPm8n0y6kp4A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10446041,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcrIZvCRA9TVsSAnZWagAAlKIP/jI1vGtxatcyIz328Phb\n/SpRS/WeXkWJ1m7MmwV7zVDYJuGHA573HOdOLNvYiDr3pQn5/kSI3rYbqvT3\n9ZMLcl7KOqOYztX2/ukSlpq2By2RIlAMRm/JXXAAKkl0swdzxkQaUQmobazj\nFyz5JhsQdG1Qy/oWUNLyFt5eCtU3hWNDOG/Hc4/EfbN6zRksWjqaseZVTUf8\nSqGQvegWHj/Yg1hsRZ/6AfvUHt9xskLP43Ai/IELvPsuvJ0NsOHVMwlJYIH/\n3O9ECpWEVquolJTcT+NoTYNv0gE2CT3iy8d8FT+8iEVfEMRQ+kEA4O5AxRzq\n67stXCckgE9ZQgFQg2eUfTih8ui8Rzhn8DR8hPPm2c3Ii0FvTi65fMczD4tA\nU9odPeHsEKkSZguI6Ho0mr0zsS/v73VoKjKQczRA6gEJW6zz7mS70tI7eusS\nyBnjKESbmWIAPoqBxbYHBv413fWtTvouVAtIk4VOftkd4maX6Dx5MKBBfEQ5\nmWQyrWdZEExxYjtPioGwcr+85MP8OqhZQpS4tYR6bhu2XEIyVEo3SAGPAvWm\nfAZFgQQd7z+PW30y5TrM9MfAbmkHVyxm6HqzkDHqg7OJMdRJc+My5FUpmC0n\nYM+d37rpAWwuCSGihrXHrJ0u++KukuRZnkstarkE3Uuml4Ni2fum74adBBxu\nzRJ7\r\n=aQYp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.38","@syncfusion/ej2-popups":"~17.1.40","@syncfusion/ej2-navigations":"~17.1.40","@syncfusion/ej2-splitbuttons":"~17.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.1.40_1554810478938_0.800658660636999","host":"s3://npm-registry-packages"}},"17.1.42":{"name":"@syncfusion/ej2-richtexteditor","version":"17.1.42","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.1.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6ec44bae2517ef06093bc9679505a1cd46364b63","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.42.tgz","fileCount":314,"integrity":"sha512-kBIto+5UJMN0tUDpebO/jDli9mgvO2PUgcbeBHIIjKzvlUsbuXGy527rPt3MpHIzZJ/CVcsbXdMl5XAb17FXNw==","signatures":[{"sig":"MEYCIQCxHHa9fFESj+g9KV2/mrb2zrAV2hKFZiOCtxFvvDWZrAIhAIIf4DsMqr/VmJMFls85ytqLk1z3ldnRE6fog1oD07eU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10446994,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvta7CRA9TVsSAnZWagAAUhgQAJvekxztcJEPK9hBxF3a\nY9HkVHHoZ5KokZBSbk0G7K83042V6vP/HI8Oloc0GvSEYZHnO4oiCuMW/709\nqgEzk0hnnpx1XgXHj+eIcp8FCiawbMdGWeITC2vtgZNJLRFyOpEiYJwSmTl/\nNpDSbkEsKNVjEEaYOmW8a9/17ozGUU1EpzuGkV48fRblNfrorK1yBcqv6igq\nvF8TUJ0+4N9IXgFhvpU12c9JuRoMlNYXXshOMJYVwYDEb8sw0G5F1/kDeij2\nUJJqX4K8lXL1/TWk+0VC6TW5HE0Li28kSmkLWYjN33WoP4yuao72QldZwN8j\nxF6ViotzIW+0Me3/j5beJ0zBqpEP/u19WaEUFtAFpQYPbHTFAsvc79AT1awG\n+evbWqE2tNePOZQ2rX0XrsSncBVE+V+Z3fBE9RS+9R5HSYMQLjiS+xjuBaE8\n6q220gRzyMu1gFBmc0sZ0pT3BreNy74ZWNyV6O8/Iy8RCEjrx1ACYCbhUXXE\nwVMGq/N4d3TUp0Uo519pXnm9K4aduzk+gUdYI43r1ezPU4mM1yJ+iZqKeGul\ndWDdSOAYfejeKbvQ5jrtzwgsTccQTyTuazYQQUFnIT04/aoXhqCnvbw9Yiaf\nTG04hT/+qKwUEGR3FnYVlsrs0AC71WWX5UpqZfRRUamfbipGhBVT4YkA9tHg\n3uuH\r\n=LHbm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.42","@syncfusion/ej2-popups":"~17.1.42","@syncfusion/ej2-navigations":"~17.1.42","@syncfusion/ej2-splitbuttons":"~17.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.1.42_1556010682765_0.7413474169131657","host":"s3://npm-registry-packages"}},"17.1.43":{"name":"@syncfusion/ej2-richtexteditor","version":"17.1.43","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.1.43","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"36d89e42eb803cdf6b9ecb48980ca18dbc8468a5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.43.tgz","fileCount":314,"integrity":"sha512-nLl7VfxPejT2Kg5pyCdYZRsrsrEJIjdVi1rNarxDSLHbjQizTamSsS+kjM3jxRz+PTROsLw2CYDg/htwt0J3rg==","signatures":[{"sig":"MEUCIQDYUhvKiOFkCpUIJA72Pxq4kdQzBSxvd8E1knvfDQRAbAIgRKtu3raJaV2nJvawTzwiaDIojHOlR5i2jQs0nkGP5Q4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10447019,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyCI/CRA9TVsSAnZWagAAs2AP/ArTfTv+pp8rO0kQNzMn\n0qQotxfXGPPVrAp5I0Dpv++sm3+PMSC1UTqKD5EvhyabMYTf6fECWBxeZPyl\niJq/upVzTsnpfFtei54aNqxdJJdZlbrMbmF1bupxi8m8V56lJS9pgGvLq+SQ\nrkMyLY3F79GnOu0jK5hQ8PFHJP8FJRVQrmVXb3raTY+xu/whBKvZQpMA0Wwb\n+SoTiohOqU4FFsF+Z0aEfW8oLoWoHU7i9Q9nuStxayTip/l5a3UK/S98S7ek\naTjNqzTfE/IVO6BDoqgu/FJpLPVaxSSzXvUeyvwsQ1W1wHFA/RfmYavOQpMi\n9TXsG1YA1AQQ38vRFaz5Vo6220UI7VT0oyyCTlxHIgHN3kQsNYrhn6ToXzJG\nTE7WjDN8BnsqcoyQ2cP06p7/5sm83mYOoFhdrPhJKxRkyXEpG5eu2PWjHpdv\n+LRP/gjdXNzLz4lp5F5spLiRAUPP7b4WaIJw7Cb1UkDMYXgdpwo377capmWI\n48TKosqsyJdljGa+t6VFfhnNh9W2oFWqpZ2UMPvLtaNIECZEj1I4kri0Neoc\nK0vSk01mBE7gSHAxrLMgjqA9pfG7+LzpewgcDT456Ikk3srQiDblQ+ZT7q8w\ncELNlmMnFn8Ri7SZbWh1A+YUeJ57IEmWMn5vz+BXbPD/l0nQciw6sp8wCntF\n8mRH\r\n=v4Ej\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.43","@syncfusion/ej2-popups":"~17.1.42","@syncfusion/ej2-navigations":"~17.1.43","@syncfusion/ej2-splitbuttons":"~17.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.1.43_1556619838830_0.2356001226711557","host":"s3://npm-registry-packages"}},"17.1.47":{"name":"@syncfusion/ej2-richtexteditor","version":"17.1.47","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.1.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0c9c750f30bf2bfbc9cab3df80ce6876e629c520","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.47.tgz","fileCount":316,"integrity":"sha512-lbvu7GDxldrhLRa9zydEFlrnr7pX6v0NPUckHiXazuWoFaJLpXCAfT5f23YQ4nzXFlNh6kL+TVeeiyCfqtR9Xg==","signatures":[{"sig":"MEUCIHmSSWaZUWxE/0q8pRgHJ+8BiaGLRrJWrRBLpecLGN/QAiEA6lEHfkK2CYlqDLvpeQcekdmCIds671TNKJfj2vTWkI8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10510877,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2pwzCRA9TVsSAnZWagAANlgP/2ex2VwKzIipf1w/Av1v\nj1Ibxx3mW6Rx/OGdCMl/fbNk0ZHt9w45XkRkdtgbvD54Be9dikPu/Ce1I4WB\nMwb8QcSD2pAqyyXFRNrJaHpC96yPyz8EMLDtWNTW+s3wAdfvWiDdjprNJEGW\nabdxU4Gy/+QsOG09lnNc6grt/h6vtIRWtuyCsySAotKXjfbBQ5wfruMDsI9r\nwnyDUIrLQPuEctz7qJYG+UX6M4UynYT1vJ+OYf5cycLHUZJD78C/lSUK3qYH\nLnq0ig26OKH7ux5ijJEU7cMpvcTJz9kikhWn8n5E5u/yDF1iXa4bovWLASzk\n6Zwm2O2vFrPwirYEfa7EQC5eP1KIyKKKWW1jfb3jMoCGYsXQhxTX321zSzgb\nFo1IFoVv/YHcTVVRNzy+Dw7X/vydDoA0C1tqsxe5SPuNUHwbIjFy4jhNJXmR\nq9G8WV2R8jiMVzLWhcT/tW9wgMiYSTnvD/UlsDhbnt8x0N5jrVNwCrj8CUyP\nbaRSgeOHv6J9Wue9NLTwWHRDNcsu3KwbgOhe5VNbLEk88cSrV4oH67H7Yn2B\nLjNyiel685QZIufw/R1Ml1UhTpgsOfIxtHqGc8D2vRKvUoA8WOR1OwJmHG1Y\neD0DoXZd4AXOICBCVC9YwMfjtwwgaoNKyu+4KUTp2Lwk4WOSFDwu/PKCKbR6\nRdaz\r\n=0IKU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.47","@syncfusion/ej2-popups":"~17.1.47","@syncfusion/ej2-navigations":"~17.1.47","@syncfusion/ej2-splitbuttons":"~17.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.1.47_1557830706871_0.4366393368166299","host":"s3://npm-registry-packages"}},"17.1.48":{"name":"@syncfusion/ej2-richtexteditor","version":"17.1.48","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.1.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c7d6f3c23543c3b39ccad423e4e3d573d4039e13","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.48.tgz","fileCount":316,"integrity":"sha512-jZHf297wlK3Xfu2Tsd23sJPciACFJ+6qaPX257AJeljo+LtRDJRa5od13hRhuBlQ87gS/RiQpshBiSwuSDk04A==","signatures":[{"sig":"MEYCIQCT5Ox2oIxa4PWY9TMKmBqsbbg7/VuaXD2lVQNXzNVueAIhAOsVse3KT4OIYgITheB7dvXrcS2AYiBG/iGR4gA9R7v3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10568781,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc4+yjCRA9TVsSAnZWagAAdrQP+wdQkU/1qk2NouqwZjX9\nMV/9jKqLfBtZX0bCZzHL8nQPdvRUfigLplOjUk2v0rbJ4q+99fYoqEmcj9J+\nG5q7NhomQYAZG8JB4ksfwSP5OrC3j5zALpnnT4QBcU8pIwHl8lM/QgzGCypK\nIlWdIZfES/Gzm3bx1Lrb6WPg54wGnc9cS3IdTz9T6mcnm9y5Gmnhb+40oF4H\nbCXIeH/vwvqBMr5BhR04s9HsaSj0fPYtJGF+Aw72NIA4DmlSnslBpOV3VlUm\nPrz40+21ODvQ46d8kqB9bNWzoJmq5p7BzU1n1CnSe7wki/fXPDL19h0AUKPm\n7W1SY6UZrmnCfAolYWEM2tOdbyZquuepTrXHokNm1uey7HSXiTTWLgcU3t8R\nhViLvqlP1RTfGRPnKMNEqqEj+aD1xChQ49YKWvC+FziWGdeD6HimftX35hEN\nZ9PFasg9KPnFL27zC0hiqiLb5b4ahOBx6Ushw8/VgErK/3mA66dWXGewGf6g\nBHMl0ckOSPeCTfuFd23POQY0GYfNzG8FLXsYBPgBFeP0I8burqyUCnngb0Bz\n+N8W0kkb/rx/CFJGrTEk/rjezxnyEd7WH9vyLig/1sH42Ybc0Q62hMPwMwt4\nWnLcSluMs6HYTnBgovrXOFhpUDlEUZtucwKLSvVI0skuiepCpVzZjLUl+qGf\n8PGf\r\n=9X3J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.48","@syncfusion/ej2-popups":"~17.1.47","@syncfusion/ej2-navigations":"~17.1.48","@syncfusion/ej2-splitbuttons":"~17.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.1.48_1558441122781_0.49582359906221485","host":"s3://npm-registry-packages"}},"17.1.49":{"name":"@syncfusion/ej2-richtexteditor","version":"17.1.49","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.1.49","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f63cc7239308c2d9210e2189ce0aaf645cd6c1df","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.49.tgz","fileCount":316,"integrity":"sha512-D89Vhp+ghTc4yAN1k+d5CSi9mCmCKqL6BRDWZc2rFhmZDtnIgrzTWtkcEEIHzy4o/+hF8AbO9Gnp3obpoU2zEA==","signatures":[{"sig":"MEUCIAKoG/FVEK28GViu6pj9mFkat0vUN7AS4AktdPySKiMWAiEAqdb8OEGauH17AmXHi8lG4ZDvAwECQ7gYxkzIwczLfvo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10585067,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7jltCRA9TVsSAnZWagAAzEcQAKNJvftnpCisSJaf5kAF\nJVuuQxPEh9VcIQf0KMtLYEs+6Wqaqx5MpwkRLtuX4IykrO6OTR2zFndsbtO5\n6aGZkUMQ9rpbz2VbgUnj9H6u2pTX8imvzdOL5L94eE1osXySem9c39nwbV5H\nRYUwrH8FAZ33LoJLQzxpDl5v9sbj/mQ+asAXPUzCpawgd7TGu0g1G9nvUZDh\nr5635Q9j6C+zSDoEdi/zcVuOcEqGNqfYaFFUcBFcAa2j11yyTMV56O4dEp7W\nJu4YUcJ4hTHkawaVG+z8hGFtIgMQcpeGJeYgVnQu9pA82EMdIaTcyRPopaAV\n0HRrKJ9rsbHK6YNwvo0kmySdysf+HHOBFyUiGZ9pOv9CHqdrfbgFlhLZL8x5\n8un5Y4Prs5wi+lMy2KmnLPskuUTRB/Tr2vsVls2fiSg6gxGLIb9ZdAyRxbWO\nFiWO7uiZCCxYWQMeG3F/x4vILAxvqg1pwNmgc+R7UegktM1lXx45rljizteu\nIGGDICxSiVTLJCTQlEJF2LcO/CvlLMJOK1OQicFpAzEPi/lAc8zosGn0Yak0\nYct9pzLwWdySph+v+WYPxH+nATX8eD+MPWJ2DD6PNQx2jJchxg7XlTxn6qWI\nchwl7LF0Aqk+ORDZH62EJFTQzenlPGGfAMs73fPziHL8HZcSBh/gCU2OOYNX\nzX+Z\r\n=ES77\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"8a9ccb71e0865b85f20a32b579923a670f9a246c","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.48.tgz","_integrity":"sha512-irZnzHA0Pgl9gdRg5r1oa4oRpd7vjzq73wdIS6Hydd+TaC7sWXMdKvF/OpBTKYD7cJYPZ1XCmQ2NPjkPjkZcIg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.49","@syncfusion/ej2-popups":"~17.1.47","@syncfusion/ej2-navigations":"~17.1.49","@syncfusion/ej2-splitbuttons":"~17.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.1.49_1559116141056_0.7159691847453533","host":"s3://npm-registry-packages"}},"17.2.28-beta":{"name":"@syncfusion/ej2-richtexteditor","version":"17.2.28-beta","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.2.28-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1beb65d8419974f49a7321b215653c11583e2012","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.28-beta.tgz","fileCount":324,"integrity":"sha512-N4Ke81LG08NaOT574Js/G9j1zDk5Pabtiq7zKe05Z5k9w1h//hQHY510TcwfY2wTUNCAUm6hOHPy2hIzJRT26Q==","signatures":[{"sig":"MEUCIQCquBlujAmil4rSYu12MO4xzwXXGtadGeGdtar5Q1hjYwIgKwdk/4zbOYQlpp0dYUXNUYkhF1OpN5h3cQPT0V07hAA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11147592,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFNj/CRA9TVsSAnZWagAA5xYP/36OD9ZVqeP1imiXgRck\nxAxyKezNDl36sorFyYhRcG6tlvRSUMO6Q3Nvo0wp4dIDcXmh45JFef+O7W6l\nkR9jCgtXyrvTmpo/LvwIliRnaynQdw+bINXOMpflWCVCeIRbeKpdTSv3jk+1\nxmtvxp7oTXn7jGICw6SEalhzksECMQ1e6RanrlnyETWZdgYubBv/PP1vpFhp\nr3oEo1Dt1rsJuqecVsR/VHQRxD8hc2UAYklaZhHNhDlHfpvSmQgnxLPhBCoS\nEodHRgtrLrfmrRp4DcNy0j5tlsMkRVn2pC8kr3yAiFSvPV2m79qjDVStMjAu\n0Vk9iBXJbyt1dz4LsEg1cl9H7/eLH6TWGsY/19o3wHD80A+kxuHIjdJImnmd\ng2mMR+wsUg5E6h3YSWcRTWEdSNM0/tHIFrEB/vUVhUYiweVoQAsFTjtv33LJ\n/K34MMz83vOyo3d6bE87+GhbEySFn6seSmLyWXBjN85gE1KBA+ZCEXndi2YQ\nVJUCppkPKQyCH+v5z5zRyTKPgTLgMp7spolNQBCxN0HHp+2zaiXg3CPbyxE4\nV4EpvQZSVqSvqyXIafRgckU7Jz90mhP+q1yOAT+4RkkAp3J+szCVQNs0g8a6\npe0YhZFqc/XkIcwJIKTMsc8sWQPFZIH3sS2RvFYrWjSWSQa7WtD9jH2HU1Zt\nU6Pv\r\n=Gvkp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"7bf7af34affd420b3c33d206edeea681a4dba70a","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.38.tgz","_integrity":"sha512-2Xe6Q2xOnj8uQBrZqvWrsHGB2hZ4wgxLTYQQ/7uc6KJmdGWSQcyDE5ZJeM+br0ag4MezfvTuYp4PDcgaEw0dnw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.28-beta","@syncfusion/ej2-popups":"~17.2.28-beta","@syncfusion/ej2-navigations":"~17.2.28-beta","@syncfusion/ej2-splitbuttons":"~17.2.28-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.2.28-beta_1561647358961_0.4605265973023427","host":"s3://npm-registry-packages"}},"17.2.34":{"name":"@syncfusion/ej2-richtexteditor","version":"17.2.34","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.2.34","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1f380e94a241b55b8d347c89c564be91cd7222b9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.34.tgz","fileCount":324,"integrity":"sha512-yJkGrqTgQfC5YrYUGC4av59iOeaV0aE1rvEolnfxrnNFfM6G6SQwaNPgXZiVhuF5OyAtWWq2Wt9qD/M+N05yMw==","signatures":[{"sig":"MEYCIQDCO2kSZuzheYEftgekoJ3/ikVyDSC0BgU7kim2vosb+wIhAOamjiKBHyVkq5qZ9eOu+9WWPs3rkgZPFXdL1bJuj6/U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11268430,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJy7ZCRA9TVsSAnZWagAA4zAQAIvHaUdeap30mhY7YSdL\nrqh69JiN25ZT/pnBSyeUaMn451h2qxXk7M0f0L7opvf5HLZ0S0cdMCPhAx3G\nYtTtREQjXmkGH9OlJGhjNdF7Vp48ovP4OsDnv1wUb8m9u4DubZQabiRfY1C7\nHjKj5+tA9ziaACUoKbgJmcow3z008UfThT3bdWnwHRm3g3xhWVRS9lYO2mit\ne1MIMBZLu3dShzWWOBTyLBZAuw8syq9JipWJZ41Y/Ew2+FU3CoWQ6wdgHFp7\nAjV8DN3dSttzSQwqMRvovfwmO8SnqSyguci8IWZ6EgHvY8G8uu6auDNdvsfa\ndBXLPR1AtuPP/R9pShJha5jELPH+ZVEQZT8M+xLx8iw+XgfvuGGFbqT45C09\nLHujdfnOLoBAmltfmR46Ztlg2DfiqNBcjvHBQih1VlqXFt2ra3RCRmFGgoiE\nD2TnVSY3RYuJVQSQoEvpHxFXk0iIo0c6NesUTyV8CYQYXS5lCTqA4zySDE6o\nodFnBEXig9LGxeQVPtAwYabKoKZpPSfMrV3ERUL7aGHy/OEPwtpi/o6/Ltv7\nlMynvBo6pDJKsxZrPTeDKXuzC+ePa6j5FGh53bqrjIdq3BG5WJrdYVqcTQXx\nV3bbKAN/OGGnvdwzPhNze9Xa3o1RKZZrK6AQ0LVqXNbr4C7ES32evn3tJiEs\nvgO/\r\n=UNHi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"35aa7d90c046a50084e5a9df825f1fbf99cff9fc","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.28.tgz","_integrity":"sha512-wv8IaHZqQh8RV4AnjD0ytEHzwyx/ilctSCs0xlNhU1KAwqiC9oAAYf9Xe/QioAquKkZ3nP+UHSKeEH8wCPI4RA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.34","@syncfusion/ej2-popups":"~17.2.34","@syncfusion/ej2-navigations":"~17.2.34","@syncfusion/ej2-splitbuttons":"~17.2.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.2.34_1562848984611_0.68801074241967","host":"s3://npm-registry-packages"}},"17.2.35":{"name":"@syncfusion/ej2-richtexteditor","version":"17.2.35","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.2.35","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"df1e5b8248ebadb2e6c8dd5aba0524d1c659ba2f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.35.tgz","fileCount":324,"integrity":"sha512-1jYk9ZAvQCktCjEllvYAzvelzzdhkRzz8VZnjyn3UsXOqsGEt05vFqnUITg4/McuHxzlfTkkTWvpduUwFxXMMQ==","signatures":[{"sig":"MEUCIQCeOWmI3ypFL1e66FLaPS1Zc0j4OlwA8GpTjp8myByq9gIgfxcK0KBWgH08u6ha2GMBbcUfRPBsRDD7b/L+1nicO7M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11271710,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLqbVCRA9TVsSAnZWagAAzLcP/3WKKDjfXqsaQqzJQm9E\nNxw3gkYMrQ/3Jod35qsJ9K7Z2nq90XimxWtCSKsoINB3Vyo6cjLkoi6a8JpS\n7tPQ0i0H8T2MtVnJePfeXajAODBkLTR9A1xK/EEZcwFqwHg1BMh+PoZB5QFI\nnnr8dvFHFQOno9uaojQQrYs7TxMUBdsJHpmURsr10JZVw82BGwMD6oTeMn9s\n9IIGE5XaB1ejYIE61DPwqAM2cdw1U9ccgjeNeRQvWZyXrUH0r+aUFkhgiUrb\nC1khzUPNtepUzzCLygDNW6a22Wk/7RgYyzHxf8H/BkDd2ARq96jJnqYUuBAV\n2IikE0Nsqe42omW/79MNlXIecQV7uFM+cLFaBZc33FrvCJgPBx1CScPCbose\n9FeyzFAFimNaObGuCRazNsS5vffGTmhWics6HSCDreVs/zdYfcLsGo+P8/U1\n3D/v18levkvsloOzrW63O2fAB/s4f/GxA1U3pR3v04fo/0JdKgzDwXnLUYJ4\n1FAO7OqOmCUSF8PhTm1xCbpKb0nCe3c5jJQlZfiOYX/0K2p1V6iQ6z1T6LW8\npDf9yduhnLOfxPMvTcoxYcC1VMHLLjwqL107GwONmEExTBlTK+vHV661WQQT\nMaxropEZ1bAxzTDk6TyachJ4ySI+xex6aCaIvrG63V1e/ivj6aEMVt3Pi37A\nuQPn\r\n=e3IX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"0336f4139529c6c62037a524a8e204f42d9133ac","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.34.tgz","_integrity":"sha512-2JfYPfhl+2IK3FYjcVdjASsSdCjHHuYOCEXBt93XmzqAEm556YL38vrRDSMhVBX63PVI3CiK5BdJ6WmpfjaWEA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.34","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-navigations":"~17.2.34","@syncfusion/ej2-splitbuttons":"~17.2.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.2.35_1563338452513_0.8808915011988097","host":"s3://npm-registry-packages"}},"17.2.36":{"name":"@syncfusion/ej2-richtexteditor","version":"17.2.36","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.2.36","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"18a914bfdd29e006af2030a0f6da403992c221c1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.36.tgz","fileCount":324,"integrity":"sha512-tbZonnOdAWaoo6nCs5RnaJmUTdc2kGLrZkpsyK1Hu4jm6SmXWEefiXu3UZnYoQdWpNUKGgVeCifkSI2OgCHEUQ==","signatures":[{"sig":"MEYCIQCkQauCzVKKa+EEw/qA4ieN06C66N+CuAGSTsTDDnWhwQIhAPFOsXVgpSx5ii0ZHF3nKm8nV0GcEzTpsnVSfaFelSMk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11290955,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOAzqCRA9TVsSAnZWagAAyjwP/0eQlx04njraaFtDwX1W\nupkxHqaS6GzM5fX3ltj/H7i9YAdwH+KYvXN4IDMaDIBj5iugE0EpZAfeV1hH\ng/+6+ibz8jNOG1Jzn291gaY4kAbunwzp46g98K5KPU0pNu0KxTToXDidg0tq\nhoYjU9vlz2n5uHtLwpdTv5fEJiuG+MK4mU7LOwpVi4+0U1fAyODZ678Mu3JF\nABWji3Veh6wWUmoRAHenX3gpvH1Y8ZYwS30rCty3bth1TCctjgZd/+OnEB46\nnRHbtHnJBudlcn21/ledlXePDJF4El5/58qdZ1qPzJ0YJeAwUvlntN97U/ag\nJklo/EhfB/Czbo1S0QpAXSGl2tQ4yeVShFPx8Wwjdr4roAoTinDwTDPhOxV/\nHPOSU1c1CBrBWcboYnj0nuXAa8f1BhjcBcK5pW5BfHjInvGb1ARjcL/QncI/\ngM9WhjZ3WE7otPbZvHJ3q997Uqy98wrHrul21by7uaWNm2LUL24s+0ZtC27W\nP4Ip3WINFCzdIaRzgx+Nip3/E5JwPEWN4DGWXgmvD1QHiajlOinKrR+dWJ63\nkpu80Ms53BDrJsc4uxlMHQVFFG7nl6vhS4y8i5Q8Jzbi1P+NolqsuYzu9DZJ\nc197rT9A/3xmVAxG+QEW/GkbB8BWRH+bLhU9O1yDY7yH/9z8LFK7qzy+UBdQ\ntSgh\r\n=8Np5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"4d7bba4ea16b7cf6f4c4470d0d2e2df058b29d91","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.35.tgz","_integrity":"sha512-/Flm0Gm5rDJrOLe/HaI+OM42ce5xkXvvzNr9Qmk43u4VGa8kC2a1VxTfy5Tf0/gg796L8uzjwAUfohnyP+xMaw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.35","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-navigations":"~17.2.36","@syncfusion/ej2-splitbuttons":"~17.2.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.2.36_1563954409519_0.1910675229919252","host":"s3://npm-registry-packages"}},"17.2.39":{"name":"@syncfusion/ej2-richtexteditor","version":"17.2.39","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.2.39","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"72072658804242b8ec0291c65ff58278e321a76e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.39.tgz","fileCount":324,"integrity":"sha512-1byjvt6vhKdIl3tptdO7Stqec/naaBS5VWzIysTHkdrdvvvX3ZrjF1V3vTidFU/h7Q5DA9bONd2XD5lpfZQZIw==","signatures":[{"sig":"MEQCIB63xuJL0EZo4+vRdsJcYoLuanEC48Ym12FsHPRf7EpNAiBhy+rjefo9ZY7g4q/gkX0MgMB7S6AIsLlkGSslryW1DQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11293659,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdP/EfCRA9TVsSAnZWagAAR9UP/iWj3qdjgMlb0Bp05jZI\nuoetrKAL661+cqqkVgQM4Bi4DnohRx5MSNRfee27KSO0jW0ZYv7lf9laJH5V\npQrH2BUc61OY1CcXYY54Jp6wqdnVmh/33dKTRMToA0YIrj0KKzqPiTiVB6pm\nX6dRO3QJnK1NELmO4be1gtocu1QF8rDaukdhEl2ZWY3n3AuYKVRLhMPd0ht/\nJHjgJVWUk/2ciMu4m3RguC495ujx+9kVzOoJOC0/TM0LGqS3Yfg7F/jtMLqT\n8OModfhLyZmoMcTo2t8KD6fwSPmXqf4YzkogGyTykr4fVptogFFuuwrepZ3R\n7zil95ro07FW3NNc4seXHFivxdvp578r/k8LOjKwT+dlJbVRfS0H89zPH2lv\ncXuPMxGOz2bw9h0pPbo1hJKdRD3bcLCWpbMJI3or2dL1HGALinkrDNsW0wNL\nsCZFltKn1ku0qY67ziGzIGjLGPn1e85hCRSIBKbGJZ0jPsL305GGtsjK2Vl1\n/NaZodyaoLJDzn/L37Gz7q5vLP0237PZ2sFEvzetzDVsfAV8tRFHayli7Sdz\nfftdWoVS9ygu1ONWcARTVukceCJqlh7W0EgVoMW4qyDRZ+LyAH+ddBK0ZZZF\nWSxSbD7NmnfUoBwuA5OuFZ9NmvJM2R3fkhIWNeF6TcmPR7UEFm+eZp8XXwv7\nDl4D\r\n=BKUc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"4bf0b118ced9ee3c3bda68fac8641868ef322a4a","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.36.tgz","_integrity":"sha512-V1TOaJPZZqxgoM5zbG3mWtQIUoYZKOUEUcePeptwr1S40nEDm0/46xc5hlbaaqOXQw9Vj137S1EmmU4SOKXQQw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.39","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-navigations":"~17.2.39","@syncfusion/ej2-splitbuttons":"~17.2.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.2.39_1564471582507_0.3031939468808962","host":"s3://npm-registry-packages"}},"17.2.41":{"name":"@syncfusion/ej2-richtexteditor","version":"17.2.41","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.2.41","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"25ea206319b382da2bce952b36337526e68e8af5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.41.tgz","fileCount":324,"integrity":"sha512-1C+GTKNH0HJpZPdRK0JpaWlFGbuZR4UN3yQotEp4kZVrO4liDnltmGrE2qqkiqLAWWveZJyzBJ+6NQ9SMWWHIg==","signatures":[{"sig":"MEQCID1uvRwvN4KDpMLjkSCZmaW7Y0fXMGqJVaNhVD9TjI+fAiA0n5txi5p3BZFlROiDzfApBo6k8+R3JV+9GRSV0jBcUA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11338020,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdU4cKCRA9TVsSAnZWagAAKWEQAIxh6+wb1gILs6Fp7701\nGFUarg/hMVdQotoIZQCWIrRMpY8s2TCNrN34RuJ5p37qUdggI9f9rFF92Ksj\nm3L0zk5kRcj2gAP1cFfLBhsHAV9QdMjFcFYv7mrwu7wHNwCK/WsIm0aqzB6M\nYnKGIwTEmwhygNKkoz/GSMm9mhGm8zFkNWDF3iVEnn7Ha9i39q1UL6GCsw/r\nrAHBg3obwxBpjez6WtpFfou6ZYm3IsgI9aOk3gv0b6XcJVEEIu61Eho2UPLx\n2x15dm/gG6s02fbuscsQ+K9Np/xTFLTB+pYPYYsaxr5ry8SuyBN4E0vnfet8\nv7Oq8qVI5zJdNngaLiDoEqATWe18qEcIgKfgpX/0Ku0oozsnFFyjZmhlXFvV\n8Dx6AB0Kbj9SHFqp/UHTywRzMeKwHLqdUpuetRpx1UIO3VvMVu9XCiOH8lMH\nsMkvyGCcftgjGu7tV+0M9FGlsJ2zDyd209A4uGKjayUMWWRVIdux6NJydgAn\nSr5rEOgFKcEU7hRcZkHb3QLN6bfIid9+i2SDy8S5+1u9cw7cm59BRhGa03QG\nADfH9eAy78+zIUR7egwCwZljTfjWlyalrqhJZ4dT6StlGywQk8Cjb/rv00pk\n12OWaCTx83UCdt/t1Z4jxGyEBdLEXO2KdZuTepOJVIX4Fkintx51GMXHdXz1\nRvNM\r\n=2fTE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"3cba4da371f2a5238ebe615171802a24322d73a4","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.39.tgz","_integrity":"sha512-30pcmCj7gYjl4lDJEa6V5w5YtKzVx9JOOFtX6xKRC0nQlMWZWMhmlS8kR8BXqkdeqCn1pM2G2JL4hGQcbGi8fA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.40","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-navigations":"~17.2.41","@syncfusion/ej2-splitbuttons":"~17.2.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.2.41_1565755145954_0.5168262542602469","host":"s3://npm-registry-packages"}},"17.2.46":{"name":"@syncfusion/ej2-richtexteditor","version":"17.2.46","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.2.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ef8f8a790efe2277860c8e9015f7199435ac2835","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.46.tgz","fileCount":324,"integrity":"sha512-Rf6moKoSf4OSUy0gz0M6vxar4LjOaRFo0Rt452OnFf2Kijf69eGVqfJy0VEu+HC7BW1Qioj6QHubsDYJM9+eqA==","signatures":[{"sig":"MEQCIH9gWiDHQHIoy954Ms3UkBTeAihGJAFpLJDifHtsDe5hAiBH+6rGRpQ1OlCDtv9oGhM/dYAbx8vpEjHYDe/HA1e3vQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11358877,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXnSxCRA9TVsSAnZWagAA2A0QAKC0GtulQET9fIkf/V7L\n1XyBbV5xq6SBRuUPZRNn7gzz4ZO4pbu7wHPwLUp6IOSyYDgFL+fc58K5G/Fd\nKsTMgcpmomZUM0clRIUN2t538ID8WWVV8dtk2nwaCadn8xD4Fe746JJ3LhY2\n1uv4ewIt+qanYllgb/hWBWdyuJXCn4/QgfQXkc5zNuNFFpiFtkMhAO0ZeLhI\ng9GqrfXNOt6R7Bvin1+oTgE3mYH/TmKg1/rDiPI4iGALhLfB+8KiYOtVoq62\nh6mkOFn3HMyy/Zpp7PMkYY9rfVhtccBUBZNo8Jl6BSWMeYT92hgZ046i+WWN\nnV/88ZLISGcGYfCwQypqTB30gxhu2ftDEtkS9oQ46fuevk3me12Ky7XSJU/L\nSDMzALgdiFA1tQLy864Z52xfopBkbAvGWDBa8hQfYbnS+18W8nySvwFCRe42\nmf7Vjn3jCSCnJSnOkIyVjqnWyy2ROuBxEtLzvFpTEuLHFJTwab4AFHVubC7t\nrwoaYUWUWX9Xv2umecMKM2PA9eeZk9KTEuKyPtP0KlG/oE879IsuWxShRdFB\nSOSvvHsLHC9eDBY9n/mxBMLg872BkVc4CuMZ55ngfn339AvNWsCyd6Na1CGg\nLfnG79aMPaggZmnGh4A3tFbOlb/qCoklmI49beTe0obVIernJyUrApl0JrFg\nKzVJ\r\n=kxlP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"701b64f2ef56bb5b950c39d38e699b73fced7ebd","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.41.tgz","_integrity":"sha512-ji5HMCvCXtC3MqH8vJwAhvo6Jy5nO5cQ5x1mQmij4ck2wQuZY8ckEnKAVhXr/+3J0h4xhm7HzXxMD0BppyylzQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.2.46","@syncfusion/ej2-popups":"~17.2.46","@syncfusion/ej2-navigations":"~17.2.46","@syncfusion/ej2-splitbuttons":"~17.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.2.46_1566471344774_0.1202684074315985","host":"s3://npm-registry-packages"}},"17.2.47":{"name":"@syncfusion/ej2-richtexteditor","version":"17.2.47","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.2.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2b3e17807b15cc720d5e3bfb898085ebfc0042ae","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.47.tgz","fileCount":324,"integrity":"sha512-c3Rsu/tnSxuRY+tUlFIR2/gMeNYy+EfEJJwOiXfQvhD7u/2jylGLkl0oTfIqm2JGM38wyd0yfdwcvrBXyWM1vg==","signatures":[{"sig":"MEUCIQDgp2GnVYRuqwovMKgIUwNxER1YScWl0T6r7e9UnX+P3wIgYG+ZU8YIbKfe96CciwIvOCtRUCLG9hjUZotoOqXC88M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11394409,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZT2tCRA9TVsSAnZWagAAKSYP+wRnUnrGYsy05V2Kis1u\nfrz7PYeSQfFCkrWgh2D+KwxrQnjfYFBohredSKjpacSPwaOLDQhGZNpEk0B3\nCBMT/1urF/P8ZjVsj6RiEGEJ6TlHuQNXAOMerAGN5P1nYtjhFcvX8Ey0XDEM\nWiYWaSVl1ThAUYcUNBbHSbJ7GPRBvlRlongdpu9iFP2DWb1ZWNKlmpznvFzf\nTUnURnPhYLJQDmQarkLqKlcp9noIrwWo+eMODdp4qE/Pyk0SZHmpXJIkbpWM\nlOwFn9RYPZ7P5m91iBkcSqOcaBA6MFfihy7RyG7kpdqnWv232FxDQoeQNX+9\nECSUAqsM8eObALI7iMJWIFRQQgBx3WOnmPk5aF2VaEu7y5nOpnFt7FHPZtFm\nbdsqXpolUJ+yT/zHyOVqX0kK4+M63Js0toApJzmNgUtCxO25AKQGOt+iWwRb\n3dOKHFoshQfmM8u6PP/Z+mnUG+DLiQmX/+uIWCeU0BEOhz52FS6stxLAGF8t\nqbEyIUS+8FyJxh/VHmAqmgV3+QIVw1kRgLAqCdMGdooWr3u1CkPBHi8uNWnc\nT8g+l6L0VhpusPAaoLEFqg+xSxI9Lror0EUEJA/U9CYfRu9wOsHM9pQR/5wb\ncC8sYBgEkgpZ0Nk81oZHgViqBOQzOVlBaRH9wiudKzTa31QDngEaFNQwNTs7\nEd/P\r\n=X352\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"8fdaeba8db83bca3caa5f8a2b4d679612cfb2821","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.46.tgz","_integrity":"sha512-EYbGCc7AdnEB5MZbnS+A49HGD7t0VrxuK0xMISuU081q2XQfXWRaAYnIsaZ6YjbStr/z0Y/pBjS5psflm4aGMA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.2.47","@syncfusion/ej2-popups":"~17.2.47","@syncfusion/ej2-navigations":"~17.2.47","@syncfusion/ej2-splitbuttons":"~17.2.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.2.47_1566916012948_0.5751985143956015","host":"s3://npm-registry-packages"}},"17.2.29-beta":{"name":"@syncfusion/ej2-richtexteditor","version":"17.2.29-beta","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.2.29-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4ecbac2d4f64454c42ffd947297081a2deec6612","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.29-beta.tgz","fileCount":324,"integrity":"sha512-LwUlYW2v1r6QGWXL/77b24HZMJUjheM2a1XNdxIkJ4oQ+0bejM8WCkoEgrqFLVUrJ2bL+h/C8HYQkCpcJOCpFw==","signatures":[{"sig":"MEQCIHpvx0kdH0FGeeDbm2bviGdw9Y//rZIlir7kItK2KOZFAiB8IK4qOqE9O03iD935MPzPI4BfTXAxrcLEVHmubE5A1Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11377191,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZYvUCRA9TVsSAnZWagAAYUUP/20Z3fYKry82kqpIVMUq\ntUC1MBMQZMFp33KqUO3ceJ0CxWjL/M2xy8abaj/eASHkP5LFDzRRmt2IvUb0\n8m54HbYd7u4zEN6QARsg215T7WXKAqDPVr+erWEbN6zkMD5dtCj8XzkXYJp1\nSA30ZtQmKSs4pflGcxRIhK53KrmIOkyydizWFRQc3/h6ST4zNF+eUqpji2Sw\n3cGhSgzWxpkEBqC4ItLE3oz29LB61dLW0yKaRaZN/rV/m0UI65rcviTvB2Q4\nymG8HQdJ+ZqL95WHfcXeWUZANJOmXGFbQa7PYao5b0Bf39QTGQ/LSJ7Sa7As\n6UMSN0V0tGTo0oISlGQdMN/OTBB9XYX80wFTIXOm3QKgdRFFhadBox8SCmjx\np4tLvVla792MqwAP74oU06l10orA7cSqRsgrkdvANjBlvMxJlivPWefI4Z24\nfKWOrCbMjWHBSGq8PzK/Sc543pQVONqEKSL74tDZwNgeqKQF2elkrB2Tpzpx\norrNe0PQ7ETej0a1NHSGPoa2hGV3n4ca0EKrpNtOGOdGGzFe/R8dPw2vohLZ\nPYWO8FGliHTCFgRmz40z1V08FMG677ikh17rlbGyn6cXqhfwwjgQiE70aHN9\nagxsAueDPLY9B2f0bfuggzbfh2RiYf80go3jsyMItXeIqJMaezW2hJBlckuV\nwl7R\r\n=xwgN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"24103da65239db03d8c78e3ee1c6c87a9ca15195","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.38.tgz","_integrity":"sha512-iTMRbvUfKPFiWF3DKjX4SKU09ceDlpCJmZcUapBPbl7C86zjy/pEFc1Fr90qoF/39rx49QYHPbd0NYuI7q42/Q==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"17.2.29-beta","@syncfusion/ej2-popups":"17.2.29-beta","@syncfusion/ej2-navigations":"17.2.29-beta","@syncfusion/ej2-splitbuttons":"17.2.29-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.2.29-beta_1566936019584_0.09980589718291677","host":"s3://npm-registry-packages"}},"17.2.48-beta":{"name":"@syncfusion/ej2-richtexteditor","version":"17.2.48-beta","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.2.48-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"502ddf339c24c3fd50a5799de2432ca75b02a897","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.48-beta.tgz","fileCount":324,"integrity":"sha512-3X9vmQOJ0UaQSvHeUbkC1hM17dW0Q4vDl8rBtqq1OoQahjWuKSWR+V9QPaAFYxBMGQCJiWqzA8oTtGDXh08sTA==","signatures":[{"sig":"MEUCIF7MFg9RV6qfH5DI8brEZoPZJFllorB54XcGcfIa/QrrAiEAzP6+C07zPX9/iKDOjpqZkBQA3OBMV9P30SNPNUsSQjg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11383331,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZo+sCRA9TVsSAnZWagAAg74P/3FlLKGtP1lsKTycbKnC\ndzaBuFN3NUjMOfNUFLTJlPxzWmEffX5nntlDfdwbc9r1BxYXL9zCqTJVIIg+\nqPSraFZr6p0fEEkjBWPT06XCudlSKqUY1wGB1D+CLhtQwBdp4nsLygO8/ieT\nC17CxG1Jc8kAzfan53cGtIogJZcgdTN2Ghw1QvFsnnhHi26fjapUCjisFSSN\n86FRPsu1pU9GhEuAwo8FgrJfeYXQjUBo8mWLiymulRF3TtL63oap7MXEcsPk\nldPGQvKtsJ/WBJZFJFx+EexM8bkSyIOsUbiIKba3wtq3+oxRc+J/G5fIzTj+\nP7enRD9nS5Fw7q5miIy0mvpW5oSp/U3tItEFvKu+qDNlJB4bM5FLf/khmjbF\n3u2+NwoTEE5h3/doX1SjGOf8YBZFkWg6VS9O9MJO8feB/bSAfRPBm1obWxI7\n+fIYFiR2lzjqQWGZ10icic60HhO8jMRFwFD2I789vHGHje6FZYn/eeLcyEMI\nWBMD6cBRQ65lxIKGSyVHRrjV8mulE3ppUz4CeNUuTr8724Eu2WCSEzOTK0/q\nudjSh8845ecbnK9zUgQQMrmnOUvxJYtAaS5m+AlwQq6RZPjJY7IUrCGnTknN\nX0+qNxBT6zI/oqd752qWolP8eK8qJtvelLOxZap/0CtPIoTLh/Y1p2lNRNSY\nWgC/\r\n=H44L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"00336096eb186cbe36c68d0b1037deaf6faf5582","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.38.tgz","_integrity":"sha512-KtAn+19KoBE1fR5bMofxJAtiykoCp25T7Q7p2tohqupSK6LNMfUjafSfryJ1tOSU9A4wz96c5so+imnb4uIKsA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"17.2.48-beta","@syncfusion/ej2-popups":"17.2.48-beta","@syncfusion/ej2-navigations":"17.2.48-beta","@syncfusion/ej2-splitbuttons":"17.2.48-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.2.48-beta_1567002540266_0.8753318959009948","host":"s3://npm-registry-packages"}},"17.2.49":{"name":"@syncfusion/ej2-richtexteditor","version":"17.2.49","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.2.49","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"63708ef2473af2f7edb23fb7a1e346a307f60356","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.49.tgz","fileCount":324,"integrity":"sha512-cuA86jkXWg97UwvPwhXJoXzYO8Mzbkeah01UYK+o+rvaV8TMTdchAzYgIyPjD04ZeTfYWKY18mFNNreLiLTEVw==","signatures":[{"sig":"MEYCIQCXs1/10Qk3vDeXwbY8v9BB0eRqPdie+ntdpuOyXtODrAIhANaTqizre6aguUHCiUNLY+aj1H/K6RfQTLpcX9I1DwCn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11394409,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdb32mCRA9TVsSAnZWagAAqNwP/iAED+ccbnV+Hz1ILT9x\nZk8wiSnPzoe9oJ/RPK9hzJW1IlzTlAzGQIejQVtbvwrb8ggm7d4xqXiZ99JL\nU60csSeJLBRSdfAXjx38IQKYchYF6BmVbEVoJ5MQ5F/sv3zJVX9AZy5xN9Z3\nU63pWe1zuFAK4DnxlGmJfEtADIbItMkKTVXeMzxpPDwgXOKjdpzMUP6qgPNX\nUxh8yWMr/Z7e5UiWkbACrYWS7slzpFEr+UP0T6bCnOqpD79NgTOiFPzO2ysB\nvh6sxN6+BAcfH2oedhGmJXdXAxd2rKdr9UgcZUxp30v+CaQJSzMLQ5/zDfIU\nOQb3m8dAz4h7ZtSDWkJXTG4Z7FKBXY/4tR3tbJQ+h3msB7f1O+cJgYqlg/7p\n06EE6vqLrkbydLQ8L2ZwojDt8YYeMdzpy5QTsehh8B3sFvWwzG1kRRHB4Itq\nl0hgJe3zN70w8+12jgJzIMBQzcRfTJi7sKd+ZrTI4Obk2aIOu2boa9lfzoMP\nuYIyv/aVXfBUUDr9hNQeGw57PQLtYfuA0yD4wgHPsHhJceSjN3d+Y0aNxXZO\nyAczw9TAV/OeiXI78fj0qqH27GFR2StSEm0BTEHKVFQZs08f/rvZkxJ1Loi0\nAvLZ2MGljPkW8QzArLNS9pyHFYr1ARqifMwkeJudbA87Nd7+PbFzLZE4LNVd\nhpbq\r\n=k2+a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"8fdaeba8db83bca3caa5f8a2b4d679612cfb2821","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.46.tgz","_integrity":"sha512-EYbGCc7AdnEB5MZbnS+A49HGD7t0VrxuK0xMISuU081q2XQfXWRaAYnIsaZ6YjbStr/z0Y/pBjS5psflm4aGMA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.2.49","@syncfusion/ej2-popups":"~17.2.47","@syncfusion/ej2-navigations":"~17.2.49","@syncfusion/ej2-splitbuttons":"~17.2.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.2.49_1567587749479_0.2814065535476751","host":"s3://npm-registry-packages"}},"17.2.51":{"name":"@syncfusion/ej2-richtexteditor","version":"17.2.51","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.2.51","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"68ee9bc92e99aef2fd2ef12efa6efd29eb54dade","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.51.tgz","fileCount":324,"integrity":"sha512-271U/+HyCULctLJERPjGKGrmlaFUWSAzJROZhV9txzJnF4XyO9RYP0uaO1cBNc1R44B20IyFIi1OX8mli4Qg8g==","signatures":[{"sig":"MEQCIBWHcHL0nAVqLhWb6y11vf/4yYr4RDYQJlniSmFFf/X4AiBv86M/JblI4+yHHSVDsphTkdiWXUBFmC5GrxZEGphreQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11399941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdd8YjCRA9TVsSAnZWagAAcwQQAJ9h1BcY1gmyFXiR55yV\n60dTi1uUcGBZBT67THOfSUZcGybgjJZbV5Mb4MAV5KUUIIZ41W1yRNZiOsQY\nX3wxXzoKljT5IFWSfhrtMoQB6yIauMiJADrFMDYwPqFl7Wapoc2dVhNjOtXj\nMo2RneIwVNFM5zddNBsygcOHAfVOF4QPjXXM0MHo/UylLgz0lrSga5t6JHfJ\nvsVgFReiFNlgyb5FE5S6y1ta5NG66K+Uka4vUFOxXUyiLHxQRuW3hrm1kvSG\nrxu07VvoWkeNu4uszhpUPqk7vODpewNWO6EaJggdrEEg/SzTfeN3hW8lDALt\nXHbII5xs3IiQBb04x1T1UXFWgltqlaIYXYnp3p7c6Cwxri8Zewicn5oHaqIo\nyx0AQHT5BMAimH+yLsVAyqBaahbmbSNFaiEUTXM5sv6A0fEN1a+FUB4MeGHX\ngPvoOdmLYDn1KZPIibVPAJePyf6Ars4lTTneROStCVsiqwO5SrJhnRaLtcXr\n+kpVy72xiYTnspK2WgdYyHbtmUmu0qaEtQBmk38wafsXoqAJ/As5Yj469ACX\niPfW6TwU/nQNEQ0tnhOyy0hCW2/yYSWNnjfD2QB2qhT0MrIUZc3MBK4Dp5vV\nzkPtePHH7tlzdbZecsrbb0ogLTikf3ho0FRNHrKJ7FXRt0FV0DJKY9AN1x0Z\nmMaa\r\n=P0nZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"553cb0617f651b1f3c1c0bcc1c128346b03f1c36","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.0.1.tgz","_integrity":"sha512-gh8PQHOVc5rg0tdV/RWBvjfDx7Bd2G5kFePiK1sC1kz8MR4c8vVQhNUG5bVA9PlUz/kvPk6v9u46aXvB5AuzoA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"5.5.1","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.9.0","dependencies":{"@syncfusion/ej2-base":"~17.2.49","@syncfusion/ej2-popups":"~17.2.47","@syncfusion/ej2-navigations":"~17.2.49","@syncfusion/ej2-splitbuttons":"~17.2.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.2.51_1568130594580_0.3912266753204101","host":"s3://npm-registry-packages"}},"17.2.52":{"name":"@syncfusion/ej2-richtexteditor","version":"17.2.52","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.2.52","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ddc6c4c823c54cc9129d94b8537c8a40db0adebd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.52.tgz","fileCount":324,"integrity":"sha512-C7A+WiU3LSLR5HuIqAHu/EhH8KEAqHnfx4RZK315queBsRcr3hNqj3DoJwJty4/GmFtYERVJ7y8Jgpr+Oi74gw==","signatures":[{"sig":"MEQCIHCqmBoHMvUSiIddFF7ehbvt774sraFto25L/3eEsoNEAiBisqFV/FyUCg+iXazDQq/l9yLy3p3UzAthqBFQeOG8cg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11399690,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg3ndCRA9TVsSAnZWagAARnoP/AlfkFvSTq++o1ptjw5x\nD3DM/ACdKH8KIQTRYLYTLJMxg06w8DzfwfVmiZRYrUIEcdJ9DDF8tCYMW6nc\nF8+36RCU5n9AJI6h0CZvTaqy7Qa7IKZG/MpQCwbGBvst+W177ljjOzzHHw8H\nNK81yGdxN/mAbBrUzsAdKJTs2a000R2qzRNYwT6Zd4bicOW41820ivFMtAgi\n4ZO44t+uXyCNe4axjGnjp5NVGgIM5ibvGwQavsN7/H10SxHC41mSn8ATjHlQ\nKa1m99vNbc63vUA3jpNRp30H3c8bzguECbFNMtXBfOmw4gdpzx4gIvBPV3Cu\nLODXAH8SUBr7slvdMkvuK4oCQMTampmMK/rc5SWi6ofOxodbgjd6zbYRB2g8\n1p4hJ7RglSKKfLGK2/7dg+ALXagvZNcPg/egqxHKc4xTCr+j1UBMQhQGliW/\nYBsEm4PIliRIyxSFv4XX8ObPqmGtPpuFAFVbkJCtWi9fRq3O7guZGrGK1Xrv\n0WIIsN3zTcCKE0hvEUgnjN2LC9nLm2pDHjyApGjOurUy7jDOOAqzNp2ItO+a\nzgofND43M9yQKZz/A5fwnVx4+O1flKWTXpcjZpLI8DAJXLUJsCSODjcvIozv\nM1Tcy7w40irsNNzk2P6d5DiM2YPA8aZ9ueCbn/s/d7qMvFKw/748TUR3ZoPd\nLQ07\r\n=JKAD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@~17.2.52","_spec":"@syncfusion/ej2-richtexteditor@~17.2.52","_where":"D:\\del6\\rich-text-editor\\node_modules\\@syncfusion\\ej2-react-richtexteditor","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"68ee9bc92e99aef2fd2ef12efa6efd29eb54dade","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.52.tgz","_integrity":"sha512-271U/+HyCULctLJERPjGKGrmlaFUWSAzJROZhV9txzJnF4XyO9RYP0uaO1cBNc1R44B20IyFIi1OX8mli4Qg8g==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@~17.2.52","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"~17.2.52","registry":true,"saveSpec":null,"fetchSpec":"~17.2.52","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.9.0","_requiredBy":["/@syncfusion/ej2-react-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.16.3","dependencies":{"@syncfusion/ej2-base":"~17.2.49","@syncfusion/ej2-popups":"~17.2.47","@syncfusion/ej2-navigations":"~17.2.49","@syncfusion/ej2-splitbuttons":"~17.2.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.2.52_1568897500773_0.7973762515887122","host":"s3://npm-registry-packages"}},"17.3.9-beta":{"name":"@syncfusion/ej2-richtexteditor","version":"17.3.9-beta","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.3.9-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"fed979f34686798e5bbd1b888e0c318523c51155","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.3.9-beta.tgz","fileCount":326,"integrity":"sha512-ASaDWsrMoFd+ZF72fSa9+SMcBtQmobQGo7foqZvf6tNN+jLWFE7VvJteTEgJ4M0LU1aoitoiZJZYyPxToVQjow==","signatures":[{"sig":"MEUCIQDWywcVwa6U/Xxc/w2TocuCpuhHnn6N+pqbzcFA6HndRAIgLYOCRugrziOiBOjAY1Ffnhe/pFwdlEvBKVfteo8Y9Lo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11811310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhMnNCRA9TVsSAnZWagAA8foP/iijwE6a0FouVnU7y382\n/AlWHNRDJqXTFXd2iuGREpp/zKJ2X1Edu6Gt5WxFGviBQKUXWi8NS5eCRiyw\nzPNCS2ZOvxgvHKatZDJOHP5WkoIlRLL6WNthM3LbNcTjiKLEbK2rzz3kx6TW\naqqVn/E3dFbGV+Qz6oWBbdaheAsJDxACD+5pJqT78AXZNEpGd1DMBhbirRTQ\nX81fygmftM2Np/6FGgO+ssU7WjFtNs2VfFucFOXolUR6sFaLQFUTYsl2fh9y\nqOSdK/ZQM98QBK60E2lvWJyvtfBrzhMljCiSALDebxE3mL25sM9K07D/GaW4\nGo/1yYkhHH5d4k1GG5ey7YZFK8r2dWX3GaRaV5Jo9ghPoe/Naun+wwkbWwW8\nEVB/oG/WyhKVG38WmtrMeFztZGtpjFeDW40xisfxI1sNr3JK5T7Kg4tL/YjC\nXcQ7Z/qqBVYVpgW8XLZkMFNvkkIrNPnVfF8YjDYn7e+eKgevBV9WqknoS/0/\nKvGby1mteMvD3feIp0aOdVmAoHDljv/Xxeoqu8B8YLza64cxfPoufTLNuHy5\nwwJkG7nCXoPEKI3PbmPH7xx5PwWbMq0qavULlyr6up8E8kDzCxQnS+4MQJ76\nsafeDutE4zMyAgYnjwKyfsWpXREXDEhxuWyYwpaALRwi87lKLGHL1ObyiFks\nMQTm\r\n=nPb6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"4b911a01103f5214a37eec6d44aa7ff408682a62","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.38.tgz","_integrity":"sha512-Lj2Qtd9Y2zAwkTBGdbpIvPO8n+p9IUOyarU74+wGpmQKSxJFpAzrK758YPld7ykvExs8CZxDR/vpRsGq6EbcBw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.3.9-beta","@syncfusion/ej2-popups":"~17.3.9-beta","@syncfusion/ej2-navigations":"~17.3.9-beta","@syncfusion/ej2-splitbuttons":"~17.3.9-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.3.9-beta_1568983500682_0.5311166167962726","host":"s3://npm-registry-packages"}},"17.3.14":{"name":"@syncfusion/ej2-richtexteditor","version":"17.3.14","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.3.14","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3e72a86899c381181ae5e07adf841d34652d67e9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.3.14.tgz","fileCount":326,"integrity":"sha512-wKFfESUEp6UDjmwo5CzAMumgwEaCyG1Ns/R/Zk9vE2/+L+s458k0PZj5OMSObjCdlZiw/akdU95T+XgU8iqbbA==","signatures":[{"sig":"MEQCIAijDQpEPQ1PLKPSK1Z7hHhojp2DhMsTqvpxM3N6b8LVAiAEysqQKoJfdnPPv0eUl6S/n8XICkJIxwMN/oYzEEj9bA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11830414,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlh/OCRA9TVsSAnZWagAAdjUP/iEM1OzG3fvDxqNbmCpn\nZE7DTi5/uj2WpffNOBAksrF/28KNZLY+6HmMtdApGtAz6+aefypG8ymP0dRf\nfJIE0l78Ha41R4dH6waGimSd/oJPDyLWn9PLuw+7NGZds0n2/q83WrhJPmLg\nvf55nRLfEVwOZ2iyC+KzgQfgwM7D+CFFX1/mvjvKf9wQa2MQn0m/rjQoAZoF\nmK6TQfrFBjSe7CsOt2uxJGAJ08N7aoKnWboKGOYx2vx4EDUk2/Ie4YQ8h4VI\nWGM8iMFCTnFVo+vrfE6TmTsgBIrSxNwqfiwPb6MH2cgx1kXS6wFTDPhZ5S7M\ngbpPuVcBB/Fwx0berifUiL2oKHS2pTixKk3ljjPkl4M0ojD9d0/OaHEz0C93\n3gGl0oyeCEumL9SQZ8xfuvoGc3DzsHGm7xLHjvrA3Vi+B90YN2OrTEVzAGgy\nlLme/hRLjNHxx27YUcxo254zzbIzpNe0kG0G8lqwZsErjBPcNDdFOq400Pwu\nQ1hu0XmBhlNPPH52or1fBBTn9G3Ftg+DlbAGmVLnosvQ3SVUBnAsb/H0RaEt\nei1tGXOc+E5NmkNHfWLIl2TUSRFlQq7dIktE2Av7QvWGi495SD5RFA1GYEao\ni2kmKjeXOL9LX/A32xMrGeajeM9obEVSQWX4a/rKHNwbP6Y5yefra91Q/IOQ\nXXHQ\r\n=jd19\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"5655245b1bb804e724bf5daf64ed62acbf5a8fcb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.3.9.tgz","_integrity":"sha512-ZZFXZCJgHZjp0wUKMWiWnbnIUslQ+3oBGbqg1MOm70jadYvzDQmwlWXnc0TxJJq3R79ZBu8PkA0/pyQUWOuTsg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.3.14","@syncfusion/ej2-popups":"~17.3.14","@syncfusion/ej2-navigations":"~17.3.14","@syncfusion/ej2-splitbuttons":"~17.3.14"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.3.14_1570119629906_0.23729381050002818","host":"s3://npm-registry-packages"}},"17.3.16":{"name":"@syncfusion/ej2-richtexteditor","version":"17.3.16","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.3.16","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"70c61d5c910d8964d98c2ebdf125adc5af26bd42","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.3.16.tgz","fileCount":326,"integrity":"sha512-blB7hCO7xpe2I7d6sZfk7ciyIcXekShq2JwSE0g3JwdcpeEtSwsNESnOtkza0Cmm1O/10bUiovYlQ5yvGKJ+aQ==","signatures":[{"sig":"MEYCIQDSqW1kynaIPO1Lehof1zQmXkFSZu3Ldd3+l/I5/bi4TQIhAOZPfXb9UdEt7wloASOclwdFz41hoz56/AaPWF/fA44e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11791999,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdna0ACRA9TVsSAnZWagAAEasP/09sfYtOPDSvYA57+zlW\neY5lznEDUVpYvL9hm6gy44jsfXF9dGEXdIWG3eByc8Gw34HvOKOSBwNF8BxN\nLw0qyYhiaEfzYUHwsd8wVx3mi+o+/IowHPkcf28wKuXQsEXOSEcU8EQnG6Oc\n57kRfq7/LJS1cxwOXX9hjunPE2un+CjODdQAqEHvcJDM8n1kE+VpQH86rznG\nNR0yyyiE5sTugM5vOvoqUduI1eP6LKqhNhZsI/cGA3e+HtvvdVeO0ZwQm0OG\nA8M5Naa8xc6sPBA6+zCCYsihKkMfdrkHwQpF5DTEMcj2Rt1vYi+zjKWnmFaF\npRRnt99gAnLPksIzWQAqZrviW0LgLCy0eKIh0WNkJGeLlG33qd6uIngdTAWM\nNscazEb/EydhRubGrDex6j1hqCEP52wInndO14cp2jzSsVD2LXm0aDJWTVix\nTwZ9OT9YQg4PvRLAUewM/Snqbt6nUFJEZBC5mKhlD3H85Hyngu3RnVm5dhN3\nzM6+BPakxzYoePdNuS1AZsEaSM52MywwwZF3u7MZOE0FL9yDMbn3BUevwMep\nPuYaKQNhl0f05/PowQMyem/83u+rxbXbneVtU5EhYdJfSupWVBJzcbOGJdWZ\nG/hamY56YVupBsTSPxNolmj/fRWDBVPtDGkmdkkELDmCcuZKN7fDNqavK3w3\n94N4\r\n=XvEL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"5619c175636d1ac72ffc433889e49eb1b05680c5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.3.9.tgz","_integrity":"sha512-Mk4xxpkYoZO36YN5+oXrl85SSUPlLqkZbQnaaBdoxH7lwg5hcIOpSEGcBeiTRqD7ykMkgqpYkipoCVudaCmKTw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.3.16","@syncfusion/ej2-popups":"~17.3.16","@syncfusion/ej2-navigations":"~17.3.16","@syncfusion/ej2-splitbuttons":"~17.3.14"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.3.16_1570614527816_0.9047080780134262","host":"s3://npm-registry-packages"}},"17.3.19":{"name":"@syncfusion/ej2-richtexteditor","version":"17.3.19","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.3.19","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"747fd9489e977e4e758e4a1a5778ed5228f26790","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.3.19.tgz","fileCount":326,"integrity":"sha512-4tzRot7g5fN0wANj4a6R8C2VAfeGDhK0FBPoJ7mM/1wbaMsvCWSe+Ch3VaLUpiUO3pIGig6BR3VR7R4DN1UoEw==","signatures":[{"sig":"MEUCIB0eXZAdSDMPMguYSAhQVrQRwyv0VwReDLOwXLAonGzuAiEA5s+jFBNOZDDtOC/Z3gmSNgY5JIyTAi/HOMNTaBgCtWQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11870931,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrvitCRA9TVsSAnZWagAA0QMP/jorOmAKKowX03AW1M6J\nEoYNYFEeVnceawwd8rCQ9QAFNEhxxG1dlDzQUo2yrnIRCcPOJLHNVz6VfzMZ\nhyJjLwHXudAZLHajixdJPcksffndbatXeqACxTJetQQhd4oHptSsT4u/ay4z\nKeF1iR9giQESF7TJkL+slwzjMflnZYSl+WkCXh1uhtLL6VGihV3Ef/xfjR8y\nfDXM8g57vCcb8Vwq/Xqwzmn1CjmC5iTgbkPQ/cG41PrkRn7gkyqTzNljT8A8\npSsFayfOu+kqsmVG3o9egrQ9wPZXvzfWQu3Ma+aFM8YHylXgb4GRlar9e5cY\nvzEt5nbxVO8bkt3X5aQHGxzVptjZ4BuoonCf5Uy04YrTBF0nIo+Z+c/01s7X\nXJXCu7ZerzctexXp514UNQ+t2ykoUyIeqyawH1CHXvEEsFDPyhiiVCztXt7x\nTccBjI7HBRvHDsEjC97qfAQdubqhPJTODx0MpYfDoSp1I0FCyqPfKcJBJi5V\nqS67QCG/6EzaQ+zObehEob0SL3PasKAT4++dE6Ls95pFH+BP1NsLNMjxj6Tg\n2hTlPh/R4JkEbNGzXBt0gnI6iDzQrifBMJMe+I09idR/LfzK7LYSHxpZor0Z\nu3mPkYanxemUfN2X/zyjr1N3pnk/YxiQ/YxxWRx4/1lBfRJJ7XtrAxGSrCQs\nWCF5\r\n=F5OZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"5dd0137ad01a19b68139cd9308099e351a677ca9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.3.16.tgz","_integrity":"sha512-jFKrD3DuUaIxbt7Oz84GNFSmmT3nGfoJ19iKJh1Zl1dRE+qEP+3XoC6+z5duyQM4TsQ1+uLahylxqoMhPFGItg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.19","@syncfusion/ej2-popups":"~17.3.19","@syncfusion/ej2-navigations":"~17.3.19","@syncfusion/ej2-splitbuttons":"~17.3.19"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.3.19_1571748013071_0.9891208648808216","host":"s3://npm-registry-packages"}},"17.3.26":{"name":"@syncfusion/ej2-richtexteditor","version":"17.3.26","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.3.26","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0e786d27a57369340e6bf878672ead8b91c310ec","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.3.26.tgz","fileCount":326,"integrity":"sha512-XeZf8BhI+YYMYYy6Ok1bkkuiSqKrBSdefiZ+5HwJ5TE+yzxOLhYz7ToiffZsxSPh6hqQ40T7j5+TSCdOJM3FSw==","signatures":[{"sig":"MEYCIQDOpgAh2vvgiHJOxiOuazGuw4UyUT9h6ZMq6wWZdVXiQQIhAKqT3QzVx0UuQ2zFiq6Ag/6mbDTCGNjo/ztTPcRorqdg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11870461,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwcIbCRA9TVsSAnZWagAAvbEP/jxklTkuP72ze6cb5yfl\nc+6+GpnyFZ4Lh4bwuhE8KEbz9f5ynAYvqmQVlReDWT89yMJeXLPoQf/mCLrc\njigO289AOyNnyBA7vSOeIY74QduThCUTVtMDNVJFu4Dx2y46Iw+50R6Gh5By\nirbtHVIu+QI7C7CG2EuL4P7Z3So9JYyX3it+TI7t7m+rpgKrNiwqGaLo4YLP\nykPRtZ+v0znP42bQZeg+FKoOJ6kW6Fhfv9xAdwTomAZzhXEmBpspvZ2abhc6\nU8YoLIsldGV1ibGNDsF3bxqbI82MIF+PnmfOhrIAuWmH8lAmtbN4EZseeIG0\n1qdagwMkwTzv1Kc3lWUWOuu2TwXbXS7zk1JRjGa1D2c3AQBGx7sotE0YrABY\n7Co32PJQdReLTM38y2jcmkinEGEn09xtCNddXLFyN910vOcoJMgW8LwFss67\nT9LJwl5xo/ZtYMHqUoxppjEmOQcQ8dYkONaTJ8qomxzV057YDG8MkMWh3b2c\nMLqHs02vuh5DQbUyYaHOX5zetJ0syNBQf2/+q/Owzn5rfuikhi2+TTPzxKFk\ngh3coNj6pnPz4j7TtByezs69ytmg1BusXwxPyVb0EMZKhS0kdVVBU1HMKAQB\nkYN4HnxfNe/rcOJMEAaiSgWBTzcl09onhe29ZMT1+atkrudC0ncH3OfjLjAD\n/ize\r\n=XT1N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"1f9e8bc59f4960ca6009637393b532062c63b40d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.3.19.tgz","_integrity":"sha512-fuducurCUU448MVV5NoC8vggGspk/tPSrVBvJgAn80RHez8ibOn7YVffdlXwjUJfrIhxN4hg+HjH74mRhP7uwg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.26","@syncfusion/ej2-popups":"~17.3.26","@syncfusion/ej2-navigations":"~17.3.26","@syncfusion/ej2-splitbuttons":"~17.3.26"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.3.26_1572979227150_0.12282385465181611","host":"s3://npm-registry-packages"}},"17.3.27":{"name":"@syncfusion/ej2-richtexteditor","version":"17.3.27","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.3.27","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c960b281feefde5ee3c85b6643092dddf96c4eff","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.3.27.tgz","fileCount":326,"integrity":"sha512-NQcosjkfLShwSp/brAPkFB3fAh2qzF9PWbk6Q1yAEOZLs+byKn7Mo1Jr0/z+kSF3Xkxb/FhC8vhlR6bxF0bNCQ==","signatures":[{"sig":"MEUCIQCg4YcIjVbeEY8+GtC1OxzwzXkHx7A6+r+jAAydu+qdBwIgDktky0khtjYEpFPUS05LGDrSwT5RUf9AArrATWeDnqE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11907838,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyqDeCRA9TVsSAnZWagAAchkP/3rhCzv51TeX6iwAZEIE\n5eGk20v27F9qpDwy61RvpYInGlqohW8emWwz535BooC+L0B6pNDd0QEzXj4Y\nQzZTWdfcq7IApPXCYWapm7DxhLpxqFeD9yEWJwlfxA0K3GVM8H+7jnCzTVTg\nPJhdGo3VgC8BEwQR9H9XCCsE+ggb6npLIw7KRRUr/e20ODFaOBM4WrkkdiiK\n2xGu3VpThwFv1KDm34elKAZ+pG0mfTZNcEiaz5JAi6DaMdRZEHBeFTgLbyRN\nXVSWw/Cf/RxZL8zpnJfm7wXR+BHZ3/IaSCmrZ1Azx0ouoUb1B7RPFsTKK6t6\nqJivUTgb6ge6h/iJ2zfVG0C7w+oEkGWbbEoaSFQQZiOI4K37k7wVrBKSjuBE\n3AONCNFFM7z0zJ4eaehcQInUQQUIvxjTO01OpQnlLk/jFsNEBqM4IgnbRCpV\nRN2ni4FndXQdPnmIjK+vnyO9aT5mPheY2Lkhnn/gWhoqQvTUbw9Npn4bkhGS\nbc1vP4L/wh7KlOVHeG7vXpJBP8ANaRftJwFkS0m0QFYUkcymN3MwTnnKci5W\nlbD/B/xmfSOIpyLRrlW6JT7JkS3dgXePW923D9FoYiluxFPS6glBBHHyy2pH\nnWPy2GHN5oMNyTk3hbok0vi9jQZsWQjsNjcEK/+OzXHcuU3eLkyecklhK/JI\n78G5\r\n=EnFP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"8f80da2f77b8f1e069c92ef52a578c61d4b394d8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.3.26.tgz","_integrity":"sha512-Z2skjOduuSMxSzO8xAu1mlnul1XjrbIZvyFnw3rvB+s9SI2NGrBa2qfxKi+AGLyLd8tL6gE2j1p0hqiaf/UNeg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.27","@syncfusion/ej2-inputs":"~17.3.27","@syncfusion/ej2-popups":"~17.3.27","@syncfusion/ej2-buttons":"~17.3.27","@syncfusion/ej2-navigations":"~17.3.27","@syncfusion/ej2-splitbuttons":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.3.27_1573560542187_0.0600124329216245","host":"s3://npm-registry-packages"}},"17.3.28":{"name":"@syncfusion/ej2-richtexteditor","version":"17.3.28","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.3.28","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"97e73b147be09b4c652ae80304b665dd53f40acd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.3.28.tgz","fileCount":326,"integrity":"sha512-JDX7Qu8GDWfTJAG3xWo1DaOR0NgZavI6QRGo1H2snrXiEb3I2DbCaxgtJx4fSpekL4gyAOoONXK4J6wxz4kaLw==","signatures":[{"sig":"MEQCIFFsPN7d4FiEQQHUY8N2rXcCczWXtcyw9w4SV2bGgvG0AiB4UJfsk9gdMenMk2nCcN1pQK/uQfDqhXAUIpXVeBrK3w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11912657,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0+tnCRA9TVsSAnZWagAAHFMP/1XyVC+gmSqfExYlKWYW\nw1WVLrXG+Vc5VYBA9CCKhJdkCl6t50BraRYm+tED3oOyDqgjZSfgrIuUMxJ2\nPYm6abfUVV72ljIhcmkNuAhCYf5sQoOuu1/1PUMRdJ9jNhoKjIw/PihYBoCf\nchx/vItYe/IsFtFgOr5hlHhswbyC/r50JCFZuqfvG2JpZclJgDXj2tggWdqD\no0CEzVNSuLA4uXEQQVdxzdjhtwJNsqdv8naYgF8qzUe+XJZrL0G4J6rGNbEL\nQyMmbh0s60NnXT+o0okL25+Y4phMJSnBGVJVlGG6M8ulR1Y4OO978ufOaPUw\n911/7NlXUfjo6uWlq0lNqTVtMVweQPZcuHBvVsgGoRuSWnzNPnRcHrHJ+49y\n9fGnwIhiFI6wEJFMhWUK/nvxu2fHV6jvnvWw6Vx2BYVnDgDqEU3J+8JUMkxd\nedOQw1iPZLXH7Grm/rIfkngLpPiUvvyAPEoiaSqhr3tokGA0dA3/4vGcH9Hd\n7KqXwZepx3FVvqCGrKRcTlW51mvG5tLZW/m4oojPysiRZiCWjpZFYISQHtbu\n8VaaGlEhO2DGHZt8JNIS/TgKgmfNCokSLXJy67BIXgPl5/a5CVv2pEFSC4wD\nuEKg5HC/sKwkgSma5PwcVF2NfWixNjPlUcu2HNCnqE4GwdL15msx1Jgj66U5\nix6o\r\n=wQdh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"39e50b4a2fea205a9d47c6ac03d5c054220fbc9d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.3.27.tgz","_integrity":"sha512-jPpjARiBZgTTcNEEgCMgU395LEVPim7Rkf69jBvnIkliLshz5xyeWMQntQiTzTNxMOGOCpkYd9fs7Jo727NLFg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.27","@syncfusion/ej2-inputs":"~17.3.28","@syncfusion/ej2-popups":"~17.3.27","@syncfusion/ej2-buttons":"~17.3.27","@syncfusion/ej2-navigations":"~17.3.27","@syncfusion/ej2-splitbuttons":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.3.28_1574169446848_0.939615819291665","host":"s3://npm-registry-packages"}},"17.3.29":{"name":"@syncfusion/ej2-richtexteditor","version":"17.3.29","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.3.29","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"72b7315da30563463da8d1e88b15145f9e1993c0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.3.29.tgz","fileCount":326,"integrity":"sha512-3MK+YgMKhePO0pF4oWh6lIAwUFTfsHLis2ZDgISl6NX1cH+9CY53jtyWVsfZI4hunxBUk65pAPms1Y9dr2BFWg==","signatures":[{"sig":"MEUCIQD//IT24yfK0RxnTx4HhTKlxub6bzLXHJ4+eTjMeY8ZBwIgco0PqlU3nZvUZGWq4YhPmAGxx/6sNcnFmD8brl3xbQk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11933060,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3M0XCRA9TVsSAnZWagAAn8QP/i9FT9Blfkh+xRRVeEJ1\nqSZB5Y21FUcs1Fvhl7hCtgHkBnNOITHPheSMerMiyQoZBg11WHMbCojHYTfJ\nIZQ2OAPLfUBRFd9HUkzdbdydPYWvqLKV8gdam2bx889cJiuLtfeoG58KabUn\nPulU43dOGYSXrpH/ZeiUgQS5YDfBHYlkIpwFtO1gkSJaojyqXy5z5mz7rlLl\nDzP2UHsOB+HVZ5oMf42TOzrw37JtRllBdGjXnDnvuMbIbSikFbo6sPvLk+BD\ny4voc5ZmxuraciSJKLf7Pmx2zbyD6+rOCt0dppPzmAcmcq4tg2q/NXIjvvD9\n01Aoy7dh1JXegvbdVAZ3YwcXZ//WuwQwQh9Gs87LNypEpivRdbFzf1EHZLWN\nwevalGTdEYZqTjBfNpVwTAH8SvZaVWv6EUGkHiwAAzOqPfR9qqNju2Fx+sgM\nK38/CTv3czX5RkUz+dMhPCL1dFAXs54QTx8QLcTEBU8LCXvifR6DzTh9knPP\n7OYlgwvLEeNqz7a7b9sfWLC459K/Bz+EnoHh2MRRsnUjdqHvPNiUTzF/RGar\nxaFearoZajYqKnpZqrMzLBfNRmj8G+1qma+Am7sUm5MfYqhNXjn7NGBfSL2r\nk+YwnhuWdc7q4mjEm0BVbRMBVTX7CoUBtzy96joAZbV9Jftqa8wljXhLZIHC\n2Yu1\r\n=1TDH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"510cf33736c921aeb9ceefb7e04e661c2785b6dc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.3.28.tgz","_integrity":"sha512-UM9EjjgGBCk+RoGLQuUgFOY//W72HvSqJiCVrRmrAVNGU/zKJS80uSNk4VGNkAT1qVZBTRWQsg9u5nmfUHXSXQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.27","@syncfusion/ej2-inputs":"~17.3.29","@syncfusion/ej2-popups":"~17.3.29","@syncfusion/ej2-buttons":"~17.3.27","@syncfusion/ej2-navigations":"~17.3.27","@syncfusion/ej2-splitbuttons":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.3.29_1574751511138_0.8775800408742769","host":"s3://npm-registry-packages"}},"17.4.39":{"name":"@syncfusion/ej2-richtexteditor","version":"17.4.39","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.4.39","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cfafb7ccb92456132b8d6c16a3f886122c7b00b4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.39.tgz","fileCount":326,"integrity":"sha512-PWwB9oisQxlg3t3M+LZyNbtn4r2iXSx5NBvQikNZL6GMn6OdTlktR8tsDrc6uzWvAq6U5qE7C4vMrVrrgaDk2Q==","signatures":[{"sig":"MEUCIAuR2A2r4ZnLUCOtbtdGgjZHNB7f7OUFN/I2hoNP9q0ZAiEAnctSSuDwW4K2/qH0YTvOgsX3bRk+OghycZTHBadyUK8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12389058,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+K1OCRA9TVsSAnZWagAAdXcQAJZrwfu27xDfcGO+/oVq\nXm+RSUnxWHk5lONtXqAR2q7WToc/wuOVQtIBD7PHYvsexvIJzp5HTNx8uULM\nUSaFszT6uv0DnfjtYMZgZ8cK5W9pFYb49nxP3S+PROcgLEwIxbiYwkSedzTI\nlCM1NoABnytd/IaDFfwT3AdHLtfO4K8lqGEt/f4MX8ncLPJCucjDy7KV5wuV\n4O64kcLb839LB+OLHHGm6jGWC44NRurh52oAYxhJ4Azww/DHP2NGrEmKPcMO\nC8tIg6YahG8p1gxx+JB1R802cljLU6+iY1/HsylIZ7biLJ61Z8PQWdYG0vFa\nFzESvCePav6qBNVZD/JQ5Zry7mvnwXw2EXeS4rC+b3bh5+uY6K6PBEbcQP+J\nVZhfmqJBKE8+eJ+Fs8jdYJOpp1tyd85Uc68pp59elfksYFsMcf8RbJiDo3o5\nvh3QswuMjbeYPjJbea6pJqBZlFbLfVvMZt+XB42U7weNbLzqCYtnWCbvVZm2\nGwQiTDC1wG9p+jW/UFevzWzJNZsdljCjimNxLDi6JujtWqK1U0Hplpqu8WSY\ne00Q36rGeNKqoi7IzaGCwg65+R7Bt/2y+pxAiqDRgY6ApfgenQBPocOWZ7oD\nZPYtl39TSBTZntQ2iPZ67FE9aqjkP9Ki/+yg1/kDvCe3qnaCAhxNR3q6ESPB\nVGcY\r\n=oRN2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"60b837d3c09add96672cbadcac0b38651eac0ea8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.38.tgz","_integrity":"sha512-7jbWl31iUv+F9IxEQyHRXeUkG9ok4bGeZ6NCA+/InZSriGheuXEhWkqJtX549kp8nDiYkyeWQmkuls3veHXTHg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.4.39","@syncfusion/ej2-inputs":"~17.4.39","@syncfusion/ej2-popups":"~17.4.39","@syncfusion/ej2-buttons":"~17.4.39","@syncfusion/ej2-navigations":"~17.4.39","@syncfusion/ej2-splitbuttons":"~17.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.4.39_1576578382342_0.12931295723980374","host":"s3://npm-registry-packages"}},"17.4.40":{"name":"@syncfusion/ej2-richtexteditor","version":"17.4.40","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.4.40","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a1878bf214494af62c5b97edef3c8059b241511a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.40.tgz","fileCount":326,"integrity":"sha512-TWZuDml1OFR8ROejQXtjUZ4AlLfJoV3NOvD5VNXKdGIn1kQOuJPeBfTdJf7dBcCiENxFBMMIIOkpt4/iq+P+8w==","signatures":[{"sig":"MEUCIQD3ADetp3+rqufvnPwhGa2I+Ng8m2W/OnToPG1OwLSV4AIgHzPN0m2Szvf0WuN4mTAUlumMO+N18PqBrgtFBxm7rd0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12416040,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAfFfCRA9TVsSAnZWagAAzRgP/iz/h9hQORONwnGkeB7h\nTckg9yNKQKbo4RJ87dwOELCdzM8ime3RMCzzuM3rG1dUCZRFGc8RKqRYWzsL\nKCOPsEGKSbY2DfPPR7/++kzs/DECAUzinfmOYsDiL1f5ygKhgdcQebQ3jzlH\nylpPk8tpkpt7gy6En1YXuY3SeUILZ6F3wml/gNYrdK68kU3lIq0/yTW6g3Vg\nT0enlUnux8fWJbC65BSgGIiFi7RyZYOTELNWNts6kkaMOK+exWSuquaEnMo8\nbxHgVoFJCmikzUKZUpvoyNxlgTMXkm1yBnhEAeGs4LoezgDRHu170pFUtkte\nrTqdhPWywEAC99oknt+iVBEJM5M3NXYqxNFVjKxKbq2OgRIMiDX5INTg5WOm\noN2+hLVAYGJ8KA9fqWDQvl4RE8F+XpnGkKQfDUsF70I66Wxvehry6hWpHv2H\n0Ag1z3WV+/dD3VHkZnUQIJKOz+XxhDmE2sGW0KzFFaMnzeCB0dX+nYLk1phS\nKYNAQooEhY+LuTbvC/TrlnjA+guKI/FxcH2ecPw6ZFiuIQaXgPMNSIoNO7pz\njc6l47wmQ1XNFQjuBz9rolc0xp2GZbvVAhr8mEfcyctz3GB6w3d5jR9ANvis\nXtZhLKnAIJe0QY+Duemi70/VIe2NFPqa/yaU6dnCk0g+EfmKXV3DXNQ2Jc8w\nEHve\r\n=nFHK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"d7bd1e2d8eaf11dbcc40341d264cc0b7e2b6a8d7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.39.tgz","_integrity":"sha512-UUUrNFSKoelyZ1hK0LocXJ5zz9rO/yoRq3Tv+BkP6L7LwDYQT2kLIdIDjh2ZUoYBDrxAZQOhaj5CnBPehnAAcQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.39","@syncfusion/ej2-inputs":"~17.4.39","@syncfusion/ej2-popups":"~17.4.39","@syncfusion/ej2-buttons":"~17.4.39","@syncfusion/ej2-navigations":"~17.4.39","@syncfusion/ej2-splitbuttons":"~17.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.4.40_1577185631077_0.3438466063716208","host":"s3://npm-registry-packages"}},"17.4.43":{"name":"@syncfusion/ej2-richtexteditor","version":"17.4.43","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.4.43","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"44a4a406c7f21e056f1ff1f05fe092441f3cfcef","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.43.tgz","fileCount":326,"integrity":"sha512-Njj56VXAvKD3FXPTImE42khGpSTjQTP8jY8AHvEqPooji8ncgYGXezf6b5OoaonRqNOhO44SwFVVQZQifw8pVg==","signatures":[{"sig":"MEQCICXz3gB6Vg1BdeHCNTgbXEudupNpP+8tPQb63ZiFFR53AiB/owoj70ha/D+0ePz119MKIBsOMagxLVuE4dZ7KwacIw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12446692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHWVoCRA9TVsSAnZWagAAMecP/iTY/9r/qJJ4Ea7VhoXO\nrdCuqOqwSHOh/m86tM+26itE5iV0KMy+PxtNCHvbKVcf43AYuyJJJ24Zbr69\nRLGZeTVdYRhP5Ho244UOZGtHzp5zjkckOCb1DUSWX+uqTjSxkX8FY2cXwrws\n3aEMPvblxOYzFddoJklyWjsRHWpUTzNiekEvNlrzhooV+HGDCjlyy69nIQ/m\nWwuzHsAKJlY5Po7PQZit/qtDuyvJVg2cXvGwVdd0Ns6/H8Y2IAUFWEqHLtii\n7B3XBMD21GE3uTsB36ceQcpSH8kngS4bEcZzTYmnWmabVpoLCLxEyhk9WleE\n8FnDOmv+1vpSd9pBZd2e9v61Wte3DsGyLwqrkLKKMP+UvLKGY0+i9DrRSDDr\nPliwhimv+qnAcMTUbVDJJ29EdOf/Gr4DFxVbJr6D8Une47SQOCMDtuWVh3p/\nFkp3x7eYBXDNdxGpEAtA1aBA32dRmgOzUSkqIlzxvqxfHvGBqBfYuoaBnnuL\nEYeOnqy/D9nObumWqaFgAWQAcZ53V9eCF2z4/AwdvwcIR0qghKle4uqwP23d\nhWevl0TXhU46F31TQ6zTtvp+uwODOWgi8WPgqumz2/GLqibCSfisGNDiIcJM\nQsi3RGBlWP+kJ5w+HzEj3JBISgsQo1RZ7OyAsR6AbimOiAUwJJVB4PrGfYBf\nyOJF\r\n=Kt8o\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"3cd15ecc6752e1cb56510870aacd945cbc117fa6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.40.tgz","_integrity":"sha512-dvDTw/5vmiJEsq5M2/hEMyYdxEac1h+jk+gpZdRjSqAFFDvWwH7uhbFbyR3x5pYBy7prQUZQHPUHpkYwo+L5EQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.43","@syncfusion/ej2-inputs":"~17.4.43","@syncfusion/ej2-popups":"~17.4.43","@syncfusion/ej2-buttons":"~17.4.43","@syncfusion/ej2-navigations":"~17.4.43","@syncfusion/ej2-splitbuttons":"~17.4.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.4.43_1578984808246_0.9680388757975886","host":"s3://npm-registry-packages"}},"17.4.44":{"name":"@syncfusion/ej2-richtexteditor","version":"17.4.44","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.4.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"307641c0595e4bb9c57a35f60a153ebb115ef6cf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.44.tgz","fileCount":326,"integrity":"sha512-Z25UZbTw5jARVwIWBUtQxBkAoF0Vdko8q4FGXFJ6AUsNjla086vCmhV2x08JLATZCe5E1mKWCYoWgNP4epAFzQ==","signatures":[{"sig":"MEQCIGL37HdqZ3DlcDVOmed2jJmIlZNpuKWRyH3qZOIMhu6bAiBm94DRIP94boDBIeoXNd91Gm6ALRTZqPO4MDJn2GL2yg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12451059,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJvCSCRA9TVsSAnZWagAAVAQP/28ZwsaOgxyZJrCL/Np1\njINkSanXFP4DJkgawn7Ttalouc/1oVV8B4OtBKKU8S8HrxtzcX7yzW87aTyP\nVqzCUexzR2dnAlk/fc2KpUfy2MiLLHDd0v7uTte7ADLwVA3EaiZQS5Bw9ZG3\nwAf0LjVKcyznWj59BkUsIRmp6czqHdl2DgquRZpJJ98S8eoc2xqbcnAhiSGN\n630PT+O51QlzTSzagmwd/4n+sHTWcbQn3UUFxmFRQxt8t0/jghb84LyCvg5b\nNWKYWCc7yk9MshJl0sEXvU7jcar6fOZyWg6Ea/8As+scbsAArLZzv8gQSl7q\nbPW53Pa0WtZoYJ53cVJFk0WSqV1CCsmBwVJgY5TJ6RlvKPYrLQElsE7egfr3\nnhkp+IMaW8yTPPG/VGKRoLLSYyv5KTF2K6b4O7J9nBGynZdKSo3CXy0vB3ow\nOvOLQ9me+HGSly4VzXRP+u9F8YgfxhNAHDIwoA2LGs0kF4B9xBcIxbIIXQnR\nUhR2qIDdB9Br0rmueWnz3AOC3zCQaeMYGqqZGW4bgW/y2Wwbb4BU3JFV9CcG\nFhgN/CvxUIrrtTVnaMTZmIA1Pok5j/ZRAxPCx8TTWPUTEQJsJMX55hnluf0H\nHaZ/rnIgDeUnzl1sXg+Jhiy1akZhmLEX8zga1NaA+B+el/l3Rjefylnk8T6a\nW64i\r\n=OsLq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"2092926d668099c63d19dea64523dda2b5444c8c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.43.tgz","_integrity":"sha512-q4eAa52uelRCneBG/vaZxb8Wg6AlAQ0E6NUY4OHkgv5YkPG95JVm8gy045epVEQV6bb90+EJesBbLpjBT73qUA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.43","@syncfusion/ej2-inputs":"~17.4.43","@syncfusion/ej2-popups":"~17.4.43","@syncfusion/ej2-buttons":"~17.4.43","@syncfusion/ej2-navigations":"~17.4.44","@syncfusion/ej2-splitbuttons":"~17.4.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.4.44_1579610258054_0.4623506565540165","host":"s3://npm-registry-packages"}},"17.4.46":{"name":"@syncfusion/ej2-richtexteditor","version":"17.4.46","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.4.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"934f3eb23bc05ce8ec4da2b293216904b1db04a7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.46.tgz","fileCount":326,"integrity":"sha512-Xdn4hYajQFH/mmmcmm5s2VIPf0Thv44YVS1XyYkQzRqel1Dy0zDe8KvcPvDXxMiuZZUwXjDduL8DC2VpIfDMAQ==","signatures":[{"sig":"MEQCIDq9Qo5iok2PYgUH1VNFfYvSe4MszoRs9DZdQjc4YEZ8AiAHG6MVi89CDAG3bdB/tb8A0WGlnrJoW0HDYrRJLl9Ajw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12457534,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMqFmCRA9TVsSAnZWagAAvGIP/iARM8cMrW+11f2YvT1y\n8AfA/uuvC9opdyxHTTcx4i0T7Q7TKnLUtjh+t6jNPnnEiTqQXXsH9wT2qcMq\n4wWSnCM54mbcCW2KRNwQZbDGbGnU6oyqs+VoFqRdILGx+3PZ7O5xOtoCeHM8\nCc6B+Xbisd9nC9K6V3Ywv4Rz4+1hs4yZiOXCVLLoc2Vpaj9eHgXNVReehHgA\nZmx8q0Uvd+iSfRFDbo6pOBeIKbVRcdckgwEzMU7yFzDaMvwuvdn2fRyV9nH2\nAOzMJAXhY/KVBGd5tymuK9q/yCShtGe9G1N1TjxyYQMRXySnP+AL7+owwWih\nf7PpW8vbY+6w0N4VjSlIOrIXoCrFCT7JOQKjaVpo4yFP/OdAF6ia0jU188P5\nUISyNvU98OJkfuYDY6GgwpLvZpCeVffr/KA48PlFWmyY5u24g6Rrsti7b9oS\noXn1+BRN+X3Trdcu6Tq5N0sqe66pxB0QqeSZJPS3Ojobrs31WtjOgrCQO6AB\nc2gLSbT3KjL5RIpph2bW7OOR6buBI0EhoeX/02j91UQQ9199k7c1V3F06NO+\n6rtO0V5owCxP0/6XdYnuogy1rhrH0qt2iQi+SigebOPNZCKLnduwI6h0pjxN\novMBPi48G/bnx4TFYyGuk78wkGoROGQJ88lOrID7bPCv/PNmcvmp8dBOxf17\nn70m\r\n=JDHb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"74459aa5d24deb7494582762227038a4d7380add","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.44.tgz","_integrity":"sha512-oNBMqrBuWvbQNUbjTw4q6l+RPPNYlIRDLkFLeWSQNxFZbgPlM+b4U/3/Mwps0KCl22YS/WLYuk/hgQRFysVzOg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.46","@syncfusion/ej2-inputs":"~17.4.46","@syncfusion/ej2-popups":"~17.4.46","@syncfusion/ej2-buttons":"~17.4.46","@syncfusion/ej2-navigations":"~17.4.46","@syncfusion/ej2-splitbuttons":"~17.4.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.4.46_1580376421775_0.4717919354933675","host":"s3://npm-registry-packages"}},"17.4.47":{"name":"@syncfusion/ej2-richtexteditor","version":"17.4.47","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.4.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cbc029003f80189bcda43458dde884f5b549966e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.47.tgz","fileCount":326,"integrity":"sha512-W44ayKlCoSuzzgA5O0f9DJFMpgFj6aIDgj9x6N5+OmDE9IcCL2x8AapyDat9y4N06j3hMht9GhJ2xutHDYa2+Q==","signatures":[{"sig":"MEUCIQCeMu7d3Mh0DH0gC40poFjjmbbojUQIj3UKq+fXMD9KfQIgX0HdyBoPJ98BPmuXLH+ZvwSpaHnMbreTM0CNLuX6EYk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12466726,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOmktCRA9TVsSAnZWagAA04kP/2BcOnJiPIO632RW3uGT\n0Baa56IrCVskoqMCeQ9GqNMA4IlErnhiDhsjtj/+R6xlNCjnwvu+k5ZKYPnN\nCMAb90e8YpOwKV8IqGnGjNF1VUMUYtJJbJdLrCa44QTZtLS+itqOQCGhVDjd\nLXWVyiEHVvIG4WxT2oI9ZtZZKv+10rTeZMof1LLMcvtpbLBQdI38l/x+nN+j\n2mCkIQPNnMiUBoty5YEM2GyGqTuIlmMS0mJQ8qbt8bQeDMXNIS03ir+ItEks\n7tib2R3Pxr1DWyVHb/NlZRKGdb0JXVD5pflWnaPaWbC2iV4wAjcRMigC2MtY\nVCC79kdg98ktx2FLA07wj9yIQl7FTJt4mk3cQ/RO4K/rbJI2/kf6AdcpeN0/\nDJ4EO1HNQIEoOt/1zS2isyBj1RplkoS5pYKEqSrgxa1srcTZypQETMnIbnTi\nS092dlQybpuk+oOJnBBFLoGetSgMYz4waOeSDvWVpUgXD0UjKM9uKLI/iD+n\nx7GIC8MDGneoOc9CnXOO5nhC2nrrJF2f/zkMPmAypKrFal089H5H/jc1tZWl\nkxSWFCMR1Q9h2KZ5/Yhkg5CA3480qF6FPj4YXWfL9Q5NsUMKw6RZH/KaH909\nHlzX7cjrZRc+4kzxG2uXeBuD+5/dNOaHlhWRbIEtuEOn88gKYtglHB5gCRmw\nke6n\r\n=8sS+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"8fb1933d56e82a1b49b4c92b434f802094de7b71","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.46.tgz","_integrity":"sha512-dqkXDfSMoQBHsWuRqmoBoWeUxdcJMvXMziwMOk2Yyv3r7wGEDPAQ/Q7m3jOOQYojJf+eX1+LNX3AfL2r1qla3A==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.47","@syncfusion/ej2-inputs":"~17.4.47","@syncfusion/ej2-popups":"~17.4.47","@syncfusion/ej2-buttons":"~17.4.47","@syncfusion/ej2-navigations":"~17.4.47","@syncfusion/ej2-splitbuttons":"~17.4.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.4.47_1580886316568_0.4461727123974213","host":"s3://npm-registry-packages"}},"17.4.48":{"name":"@syncfusion/ej2-richtexteditor","version":"17.4.48","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.4.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"22dd9942649a2b668fad3f7519ad25686e263838","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.48.tgz","fileCount":326,"integrity":"sha512-eSlvqBgAGoEovsJR3QSHIRJVdsseh0lP5rX45U+ki1kp8ySrz1CuH6hCfNYNZtyGuXLYgGqafbyEIca1ezjKHA==","signatures":[{"sig":"MEUCIE26TQxgQ+wGU9ZiyKFMTzDJ2OcJYvZdzzlIsWiYYyecAiEA5FzZ/cGbW7PiANEcg2n4YaE8vP1PzGIVYfAlY2IHRC4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12506541,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePAr7CRA9TVsSAnZWagAA0OcP+QGDxPi8kfksAyZiKhOJ\n/bGx3+JJo9GmtjOLokpNEMlOlLy3l07vucRkcgwnN0+rEjGZCGY9BzdchGWC\nmn3fPA4I1w+KDXgo5FD9eSSQ52wFmjthi9VIeVEPnlREHx02Wpx432RN1Exj\nbw32MDh+r7Na9JqA5rJChcKawwKpLJa9el4F1jwvk6iXJQjP1iwM5T2AXrwY\nsUnd9qxW75WhuUJn06+cpgT3eV/iHXpaUHuz/B/k9N2lUvy2WlH43XnXaSzw\nHt8JT0XHv30Qzbvql+x+3zPtYOckJc8pU5ix3SqGTcdeYGJGz2SBGLcE2Uh1\nU/9sqw2BMmcYgwRqNFCdw+pjH8aQ3INlzTb5TA/ts6YbtbB/rbYyYXxQ9I2t\nwXxZdrRm6D42mMDvSiWAmsf2iga5CWxHtqJg3yw/4huEJksyYvQRkOa3eBkf\nDSI1YJ+2IUvw75OVn7/myl2Vx3c/3syv8rQfD4EHVGCHvekcZiTPPG18ecno\nT2ehp7vfDIf8zqW2zDFSoMpbjx9epSbCpeE1UmEaSXZ1WY7O66xwqdZEC/Yi\naMvLXsI1RoWrDr1T95Hi/FO2Jv+i0YnLTY4G1W8g+JWX/KB70BP2TW18d2YK\nmqhmEqdlaXWQ/21DnqOxAMtp02pABep02trn8z4J+qFnGgQ0TYJt3x2UpsgW\npFTw\r\n=Q2o9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"8fb1933d56e82a1b49b4c92b434f802094de7b71","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.48.tgz","_integrity":"sha512-dqkXDfSMoQBHsWuRqmoBoWeUxdcJMvXMziwMOk2Yyv3r7wGEDPAQ/Q7m3jOOQYojJf+eX1+LNX3AfL2r1qla3A==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~17.4.47","@syncfusion/ej2-inputs":"~17.4.47","@syncfusion/ej2-popups":"~17.4.48","@syncfusion/ej2-buttons":"~17.4.47","@syncfusion/ej2-navigations":"~17.4.47","@syncfusion/ej2-splitbuttons":"~17.4.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.4.48_1580993274395_0.06064574123336808","host":"s3://npm-registry-packages"}},"17.4.49":{"name":"@syncfusion/ej2-richtexteditor","version":"17.4.49","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.4.49","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ab8af17e086485222affd6020c7f8d9c6bf80893","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.49.tgz","fileCount":326,"integrity":"sha512-jIer23xHAOGLSAgLaoJt6vqo9G4U7Ke/0i8DEIsec4/XAVws49Dv7h6T79OgV2LWAoUSLFGqgQmqVANQLq9djA==","signatures":[{"sig":"MEUCIEeRuC5LeiZ5vgWhVd/fMkestobVylpiQC7/CwmgwzGPAiEA6qA3fzzSkQNDEb6t+Kb4TnmQsmMUtUQsqC+Sj7iZeuA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12591439,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQojGCRA9TVsSAnZWagAAtLYP/RXj4lIl6/Dlvzm8NtEI\nG1kBZBNhkLKgP3wJS2umpxbCgtlPD0ZmqnXmuC+Aq00R0TK/FMGFzefsP7wt\nXYI6I1KsqIcZnUFkDlSKZp3ynj4iOCsTUi4/dj1QSqgKWrfD40rITrunWpxP\nScCQZN715/0Mpmg5Q9ftKESLtPdsXstdyRg/Nonbyr64Yo273WGGSGjlN4Pb\nPMyTwbzKJuBPQH8do51MlQrJ9BBV3/FJPjSY4c77KGsodZOJp3NJQzHz384l\n505JimUUrd+Yll/cgUMQXhFGIdmBGGv5v04PAScnTcQAiVEOHxZcTMNBLgvM\nwtbjxHCGEV1k3nn/IAz4FAHpYc4Vokjw0DtWNJdoVhUlmTmBjS/yvm3tj/qT\nESaM79lT82+hcRmRmTF1+teyfx3/l4RCi+fjlI9pEPUBr1CntZBN9IFMIoWw\n7WTLSYTRJw356QFE7OaSePjXFHLwefwxwlvOLtjIRd3mwVblCgiPA1gVZTGr\n8aKbslq5ZMr4f38IiPWGLChlUiYm3CUizs3IBWOcXh8Dy2u7BQl0E/597nNA\nX8teRHhCbar8IVQWRJ1T3ehMdCq1/n9q1m7U/7DNypdUYK+o530QXaCBPExk\nIl5qE/W88R+LhnbheS94+nfkr37lkfjkMELBlRq4USOXOpmGC5bbsddVMQR1\nKGTE\r\n=vpvC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"7d93152d231d1a35f1ebea1ca5dc4172c0a0852c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.47.tgz","_integrity":"sha512-bHPGFwm+WkrDF0ZARDYflrMV2p/Xwu32PSs7778I48qrFtvR4seiPAa9430q/J/CA06/bgeQGy3dmbPT3oj3jg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.47","@syncfusion/ej2-inputs":"~17.4.47","@syncfusion/ej2-popups":"~17.4.49","@syncfusion/ej2-buttons":"~17.4.49","@syncfusion/ej2-navigations":"~17.4.49","@syncfusion/ej2-splitbuttons":"~17.4.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.4.49_1581418694215_0.526725513827438","host":"s3://npm-registry-packages"}},"17.4.51":{"name":"@syncfusion/ej2-richtexteditor","version":"17.4.51","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.4.51","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"29cf4070ad9d56cec8250756b652e1664c774cb1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.51.tgz","fileCount":326,"integrity":"sha512-dg1uDSBEH7e56DWhoiPptxJ230UUgF+SPoEM6mhgvuenvlR/rEI8h9MG5YIIL4Dv5r+9UHrBqk26AhBuV2PNxA==","signatures":[{"sig":"MEUCIDMlhjaILliQMaJZzjsdAMfQgaf3Nc4V146G9Dz8SZ2qAiEA7MTisMhv1gajVBfD1Vzc400anPLIR1uJEzfp5luSDmg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12625135,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVS4XCRA9TVsSAnZWagAAPK8P/2QkrlXKk08GcQTZk1YI\nDw32o/T9+++MFIOTYfPZRm2JERuGpmxoZHJRLgcCHofmtbQgcvPeCS3J1Rx0\ngWgV7x708DB9lwB2RF6qGL3aQ5GAwAeUG4/C/T66yRyizJqVSDcm8Q6ZM4AE\nku9kMhP14DlqPbP35TSyJ32pJQUvrXqWFhjBKfuOOCrrvUImI8/O+5Sygs6N\n6svx7EXMj2xwEChdJX2V3R8S5t74fEdsJugsYljOeBsW3Z1oSu5IS7L4BmvD\nxUEbrI8kGT4NAycF3YvZ1vq3nC9QeO5vBH+iFzHjs6xiX4XEx3EHZ6SkY7vV\n0k1EFDlxiApis/d/6rXY3Epl9AFWHwEHP/x22frh+otT5IZq5Ghk+qB786AR\nnYZlyTexYAeAyWUYGNN3cvivBtx3hS4HGMw6BQokOFUoRLuM1PE+evRlmvzc\nCAxh6QobL0lGx/kIoE4vmVKeq16Zx8jVxPtrDEeTd3UbCC0HRYfkybyYoUXz\nqMXh05vqSwySXRiq1jJJ3WBDr/h2hjJJkd7TTaxxzyG2cD52S0JCTpSc0ae+\n3WNNv3VSiG3REF5TC3bCzj63Yg8HhjZwwgge5avVx6H4MVE069kiATHkKzuR\nV90361BJ3qRW7QMITix3qCIKry0r16J3k0Dc2wMutrD2IPzvKZPEUpdkmgN1\nj3xO\r\n=bWD1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"5d261fbac910e76800961a54199f0147a96c1fd3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.49.tgz","_integrity":"sha512-1J1U867NCqiMGLuvGRskNucCQdQ0fNuDRddjqM7sWAlpscfGSRoOXhNts3ghumSiLBqT8dcRWo2axJk8XAtGfA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.51","@syncfusion/ej2-inputs":"~17.4.51","@syncfusion/ej2-popups":"~17.4.51","@syncfusion/ej2-buttons":"~17.4.51","@syncfusion/ej2-navigations":"~17.4.51","@syncfusion/ej2-splitbuttons":"~17.4.51"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.4.51_1582640662576_0.13838251633233467","host":"s3://npm-registry-packages"}},"17.4.55":{"name":"@syncfusion/ej2-richtexteditor","version":"17.4.55","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.4.55","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"35c4e695b9e2ff43e94f5d3f6587db5cb73ca641","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.55.tgz","fileCount":326,"integrity":"sha512-riHmcDQKaj1j16fcNblFRn1N8PWOQ3k7SoHwzY+wvTOD4iAZ4RgSpiVnvaKaOFRtatLnMNVGUfdJrOH6sM83/w==","signatures":[{"sig":"MEUCIGTF8ilnHyWpPCUKZ4IlSBctWzTM1EGIwlONVrvw3VDnAiEApOO71t5xJBihPXxF979xjzHphNa8bPARpvRkwruYa5w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12636236,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZ3FjCRA9TVsSAnZWagAAw0sP/AhqPXhZgtZ37Jz7mZyo\n4X7o28NOS7LJ6lJCtvgozkOLePC21Nt6l22cH70hi+gPlt+naZxWNvPaTZEY\ncl1rmLRljREftYN2kWp8yIPklYmtUuHQpvB6VUDXKs5iWODIOuCLiXfOjQ3A\nGecb+VocrEFgi8lMWzWlUNm0lkDfFKzw4/bh4PTSd8uqQdUo2PfhHEqmk2UV\nF+uUW3K8HJ0StbpuGGccAsmlsAwEaX5ba2WEFYIk6f0z+x9MKoVq1138qMUz\n1i9hEJkSiYp1oXS7iAEUmwpDqVciIHS3I1SM7qBEzfMXSvIHMfDsre322qXz\nALU0dQ18AL5V4M9p0MYHcgpX49MsvCqSUr20olPQA0gkQRF7nHJ6RTw+TpMv\nqHQRqISgZmy2LoEvVxzDY+cHaJuUWkaUVzoFzQHXpTfDEdgoSBzIct8gaLUx\nqMXVpb3mbc6zk3P4FTtS3AyfkOZnMqd9NYu8b7p+4LNxS48q3tzGV8WHFZWY\nvlQOWJ5ZTXB0rlf4pSiAlqxq2ytkzXQlqIh4V1cx1+9eymX8daiGWcEYyc4W\nfSfnxd38mkhZlCjAJ0yX+HBDlXz7VUB+96vGokOok5DnBgjLvenk1pN/zvvo\n+1usYPE12+2pOQjZS8+oTqehjGu/snC2kRhsPFK8n98kXlSXSHIUYaJBYklr\nUJk8\r\n=LZ2y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.4.0.39_Vol4-NRTWNW62BGSKDLSIGDGGEFYIRTQX2TTJMY6FIKLRNKGPJREHHWIA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"2b87aed8e321c52b6f6412246e5a27087dd3ef27","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.51.tgz","_integrity":"sha512-dg13sUTGQxQzVsxBNnBeMcLifKVYCuXy5B0HrCYdr6tKjnmN5JgpzPxmlGz1GowgApAzzRJ1pEIcp02V4mMDug==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.51","@syncfusion/ej2-inputs":"~17.4.55","@syncfusion/ej2-popups":"~17.4.51","@syncfusion/ej2-buttons":"~17.4.51","@syncfusion/ej2-navigations":"~17.4.55","@syncfusion/ej2-splitbuttons":"~17.4.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.4.55_1583837538630_0.55399793641141","host":"s3://npm-registry-packages"}},"18.1.36-beta":{"name":"@syncfusion/ej2-richtexteditor","version":"18.1.36-beta","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.1.36-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f95bc3e755a57c9409ea3ee80c0432475ca74cd3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.36-beta.tgz","fileCount":328,"integrity":"sha512-vhfORTgSGv8ng2OyyBsbTwCCOxB5+olNBlobUas+BMW4yYZDcQ52Uluqk5tggzgZEfT0c8AKy3tVqfgtzJdnwQ==","signatures":[{"sig":"MEYCIQCsxdsNWaXdbbDlfYqCUtGg9tMcU6RohSrUXQXRNSJYUAIhANXW22NAYheHTl3HTQpq7UsKhN5o9dRzOB4W+Av1QxP/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12669756,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeczhbCRA9TVsSAnZWagAAjowP/3zsy0GUw7r7Ts3Q86ja\nR+BqPzpLXvL8FP9TXV/xS7wHzC+3sBJ4YKvoXxvHIVfVjnb4SWQsEDzDsJV8\nhtRUXGsGl/yjQA0U79eDoh/cChm+mLA0ncNoTb2ifa2f2KdrRZCbQiHjJ52v\nyeM1HPlflSkKZFvYEoq4dCKfyBvBRpLddjd+T8GgacH2GckkxqC34fOfwQg/\nwMdIrcLXQEW8yvNOxhxYLPD/niRCkcTyp8ataUka4ZN1b1gZkX/J4JgDgVFx\ncMdI1OQkr0ZK3MvozklOMkWm4BIFl2hc+svt5pcAsMKul5zMRY9qkDEQlydr\nPsc8Vyv4dvkG0DfEKlBS/ZJA1EDw/z8UdLMPfsxN0k3nT+FA6XPSF9sMlAnI\nWPAWopa+pIbCKVgqLCQ/U8gxSzVBdj31MUc3Q4KLHMezjEN5RD2ytpxWoY0C\n1DJi1AzCoGeQGY7bSQth2vaWgJKCsLm3eioelgWo1jJnaioYzYimE3dTPqL+\nnH0UCS2DDXBldaxDdUpNlkDNTno7UrjxBpJA1m7B8qNiY02+t8Xm/aZVoMsM\n72pPOcd+Edbc2hZQjJ9BorWWshghxJ7d2sTJ5WG60zCDVckUU+Hb28zDzQK1\nE2Wnx545jQbttzCsN54JOYWK+M9+QiSUlaDA19lAdvYqX+305LMzBRtzh+R0\nGl48\r\n=3L28\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"86d71a53adea240fd4aa0832bc4161b1fbb25fb4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.38.tgz","_integrity":"sha512-qlzqG7c2p9kaeC9ijDqNV3h7JShn1f34TnccgdBhn0evfpmVG6+baTxxPm3XOz7DCSwtZYAER78UxUHylhNcXg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.36-beta","@syncfusion/ej2-inputs":"~18.1.36-beta","@syncfusion/ej2-popups":"~18.1.36-beta","@syncfusion/ej2-buttons":"~18.1.36-beta","@syncfusion/ej2-navigations":"~18.1.36-beta","@syncfusion/ej2-splitbuttons":"~18.1.36-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.1.36-beta_1584609371100_0.5336727248659727","host":"s3://npm-registry-packages"}},"18.1.42":{"name":"@syncfusion/ej2-richtexteditor","version":"18.1.42","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.1.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"312e866f70b5f9631aacb547c190858f7492cf76","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.42.tgz","fileCount":328,"integrity":"sha512-XIUvIl3FzGj7gFzsCrKkJE2TX1h6AIAIaGDDs0e48IcKG0BWpQJMgTUsA+0Te3ZNcaDL/XELL4ivWB92g3dRDQ==","signatures":[{"sig":"MEQCIGtfqrJg64gldqahzq/s875jimPRzl/2CkuYFZz3qGslAiAS4hUXZ2qMQ9Ws5tK/caOAhMl0hQN/28/z0iJxEJuRug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12719920,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehHHFCRA9TVsSAnZWagAA3T4P/iYHRnpVpYSqGRrHFXhj\nbdsmmWZd9XnPB7y1hXmYMVbefZjT/mQ6FKp+H6gToG9S1wBoSp7WH68en6j7\nWkubJLfYUnO7dYXBg4vgaM8ImZodhtDb8c5S7dzInUlw+WPM7YSg8ujlJGiA\nYWg2GpGlsCzA1y7ar5XvXQOx6t88Pm33ABuac8cjNk6WwYhCnNqsfjdQr3Sl\nME+95q+WeC7CWP/N2JK9iArx6SThm15Kkajl7fUFx1U7JEj8ihAULRgkWkWd\nT1ZPq75c1bteazwQMOaNCeUW1bnbqGd9MPsgvlUsWtFA2rR77x+XurdTBAAz\n7Mb+TtNmzpS2TCE45qM0ie5jye7qdBWAaDoUQHKJ0wpBGoXsEZV7cE5XO8V6\nTo02+8USBhxO664nflbUMTXc8a9a1+59q08Dmi2T48UEEkIlIp+lilXYylSB\n+/YOiCVP516sVJ3Y2pp1NVCxPjS9kSVUVXCmZPAfHhNVjrHhHy1RFexAAIbR\nGKpcggxw7ezT3q83B4RYmXzL+Ac9m0XSJ3etYuShCOgOTQcTawF3YT9tQLKQ\nADntbJsCThNAjfyY1XRGqTBlN53cwbbw9O7kPCCbuTHXQPRyn8XviE0Ibnb5\nyk0cJu8WxNj657dYhLU9L8AqgFna0ilY4cEQyIzHWTybOQvt5Vb/LQCEc8Yg\nR5gq\r\n=0Jex\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"b8059ce8c9a5904b36fa9e1c3ecd13e9f8819544","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.36.tgz","_integrity":"sha512-FAEohe5QBkwvsmcnLaXowwIRXiKuCOXIR10Bi1/t3IctsJGpTGkvwHASXDGrBJC2o/xmQ0QhgtfAjWZGjrZg6g==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.42","@syncfusion/ej2-inputs":"~18.1.42","@syncfusion/ej2-popups":"~18.1.42","@syncfusion/ej2-buttons":"~18.1.42","@syncfusion/ej2-navigations":"~18.1.42","@syncfusion/ej2-splitbuttons":"~18.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.1.42_1585738180984_0.10247378860055956","host":"s3://npm-registry-packages"}},"18.1.43":{"name":"@syncfusion/ej2-richtexteditor","version":"18.1.43","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.1.43","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0c81dba94579f89d77c7d46f75b5429cd777f836","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.43.tgz","fileCount":326,"integrity":"sha512-4cavlusNpuVp01F1gnnv4ueMR+k7oYFNPTBof+h56Xq9xDzXSzZFK7N6djFT+ugj++YdusQYP5gew0jMMtYT8g==","signatures":[{"sig":"MEYCIQCS86v0Migi4Cg316cOxy63h+usb2zpGmI4K2gKOxzrCQIhAI70Cj43sDrqXZD9umj9AavLpb6V6rrDSbTk25sPqTf8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12619284,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejG7sCRA9TVsSAnZWagAAfxQQAI9Fu8AOoGKEgHedY64N\nNgDSY867x0P01WSphlvPKmxUVOrW7lj1XNu+V9wpar/6oo9BhwMAt8DmDgA7\nycHTOtIzZwzY8eE7KlB++CEvti4yrXx8w5QCKW8d8RDJdjipVcUH6+l/W5ii\nl0W26xezOsUlR/cDLwfbEqcucBP248p/+/4gFDglJTb0PVaNp1IeIZdUtM+S\nq4N15+WJscLbUAz/UAoUv8vKpJGU5fdxiLib+g8o9wRsPYb5GI8ssup46zka\nZv4RzuIKupYMEOtjSp+jHGxF3lBjYGy+qJuTVlfpzxU/j9SGkNxMPW12Ln1s\nzGuZ2k6NfhOCIqpfCYEPON6eoBiZHDgw0nn8/igKF0dGDabauS6G3Rq0E51j\n1hf3QjmIkSMOEXWYoHz0BeFzlR8kug/aikgC5Q2B08e4VD73nxLh8qPTZaZa\nCXNjugazOf3Og1IQT9uEIfUaFeHL4p0EHW69nQIvZgmYJLH2G/dVwNlI3QO6\ndpfZ5KyH88VJpahC8iitJtsqf08onKeTXOY3fwPNdKeqJtCpTTE2GlaQyyC7\nZFJJqfbv9XYthutrw6AJbkvLdtLcSqcI2ivBaPVgC4R65xOwJojmqeJv3BoF\nXpZ/w0nGR7dnA3vvzlAbQKtHIXlOoUHc5yuV09yXtHVTHMU1BzvGmqH7DQoC\ny2Tk\r\n=3VI4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"2b87aed8e321c52b6f6412246e5a27087dd3ef27","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.4.51.tgz","_integrity":"sha512-dg13sUTGQxQzVsxBNnBeMcLifKVYCuXy5B0HrCYdr6tKjnmN5JgpzPxmlGz1GowgApAzzRJ1pEIcp02V4mMDug==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.42","@syncfusion/ej2-inputs":"~18.1.43","@syncfusion/ej2-popups":"~18.1.43","@syncfusion/ej2-buttons":"~18.1.43","@syncfusion/ej2-navigations":"~18.1.43","@syncfusion/ej2-splitbuttons":"~18.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.1.43_1586261739904_0.7420180262936691","host":"s3://npm-registry-packages"}},"18.1.44":{"name":"@syncfusion/ej2-richtexteditor","version":"18.1.44","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.1.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"dc38f95fb022d09968db350df99183df687d5817","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.44.tgz","fileCount":328,"integrity":"sha512-VoXCjGihvyT+ePnWpwdabAJjyqQ+eZxggEuEneKs+yHYGCVmno5SlEfjZcBdBR/Q23ahkfrgVQ9Cja2DXt4Mgg==","signatures":[{"sig":"MEUCIHQCKDnjNslGdxhphgtaJ7mDda29D/+0mclp2FS0IzpfAiEAqXu4MuF5VZ283c9TwVx8gilCHRZl+loehMarVN1YfWY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12766732,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJelaF5CRA9TVsSAnZWagAAYCYQAJKYoVQgzQ4n6Kw7AYb6\n8DKdCBt6qhqcxRsK/rbWnsNyalGj8Bt7/xO2/ZIGWNtEmqc8COyslMBkUeiu\npKobbB6Y1GVutv6HL9uvhIVGu5q2/by0GuLGOBnAgTuKlbNiZT3hUwUiYkOS\naQ4v5CxwxePFm9qjVN7v2BewajmMBHia+i9no4GNHpuX3itEZw+7biJtc3mA\nKUBE2cyzDXbBpjTOO8LkdO8DxiCmv4wdVJ1+ZNBYoQc9HDGIVpsEGxUTeZ7c\nipWJIDrSk38VaYM7og/oTozZeS95MZvWfIWYO/YNhTNbXAcEtXsWdEQRD+JD\nFmyZLi53Ok3AcJjyrmXFeJmOMngocdrYKOSiFQ+jfGNdqGxIuKacDMu6lKL1\nUTOvB1kRyakCOUOG+LYM9FZQTu0mcNXddzQe1vaN863Qk07yoIGCSvic69XE\nkDEL9heNlHID8/kCeuX1jMBqKpyh66Dqgw8Ixb8YgLagtFvgA1K7RGo58gWY\n7KOttNXoGNH4BY9tZbcXR+0CcCu9pcy1PHBUo+uW19efyN6NtbcHy3p/YdCo\nJcraRG41z6W5B2jesABv259HuQN5XGQUenJIiX0t0hHyykUWmDUDORzCpHDh\n3dTvkHNf6rs8BjKKRZ50HJDuMqbMQQ6+WnCGlbcmxp+tZ7UwGY6T38XW7PDC\nVVmT\r\n=F61p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"73ab24474a3d675624372e83dcb5fdbe55d7fac8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.43.tgz","_integrity":"sha512-CGv3+TklIO8H+KBIG6C9VEsfU9Fm09Mp+jlKir5BRZT3DM4kFXRSVOnhzMAaqkT4WmQV6jBBL7A2O+/GIjKpbA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.44","@syncfusion/ej2-inputs":"~18.1.44","@syncfusion/ej2-popups":"~18.1.44","@syncfusion/ej2-buttons":"~18.1.43","@syncfusion/ej2-navigations":"~18.1.43","@syncfusion/ej2-splitbuttons":"~18.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.1.44_1586864504416_0.7719758612874701","host":"s3://npm-registry-packages"}},"18.1.45":{"name":"@syncfusion/ej2-richtexteditor","version":"18.1.45","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.1.45","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"67bed274b3725fa8bde69fc9e6f48f3e1555c961","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.45.tgz","fileCount":328,"integrity":"sha512-hwY13khfX0gA/fFVxpS3ZGqlUTDKVLQ39Mi4MaZWcMzPSSzB9yYvXtoTU1t9pyKI+PD1ScZsOm11wk4FMljcTA==","signatures":[{"sig":"MEYCIQCrRT0omU3FJinKqwxrbLaJ+cDFKowigiiWJlk4J/dIeQIhAMcBrNWg1Od/IeASzcocJ1XOukl42y0IyuQjnx9FrSbV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12798348,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenskyCRA9TVsSAnZWagAA29QP/2y6hsy6tpWJdM2xWHn5\nRyL1pEiHnMIeQYqcMCDRaltcHnwZKsPdUeu2r47F3jEBoRbWlvxVwb7eCc+a\nqKv6fu44TMhneKOmxAO0AvIkIyMjRhBMTUVRdbLhhDkr1i8/wNs7ta+0QFoh\nu0rEpRyTk2M00JFCT5IlT47bgjX0VbOOu1sMdjrsAkmNBI54axKarLGGo0dC\n7AQz/0v7RD20XdHg82hP/P68fCRuThkoOS0bMe2ftqm5RYuTUxDe8mUFkCOh\nSD669couBNoJxUra1pK4me28JQefO0jr7WGLqP493uscWzi7gCQH9VOgvRDA\nlf05YFJu+lhl2h5QNpbHmY4fbXf7ezN3IABOluylT4D6WxHnZlPLkHP95B6h\n3inal5ncVzxPdHGBKQdYROSsh6cvmfDZMKEwhHQc7dRgdqE4A3avsvlD/GmM\nXoOU1MozUw+bxpx41aVVU9S53f4ZYpCivxMvE481gRzcamKU2HYN9NmgVhB1\nuVvPy8tV830QOJtJ+CP5tF2zs/Xj76PEkHhAVv+mlSWHGlYFymg6vzIsGtrA\n27oBocUa+fhaxKsF+jHIWNcgvZ/Iso2KJZOjZu/2UW2ObNtuMj+NMLRqW+ms\nT/KsA6DNbCeYiP8GQ2/Swzc03ts3xQciJgTj3yQn1fz0bPAz9ekf80Zv1QiR\nWELc\r\n=Bjdr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"061b621f4d9f76190dac4db8a5a8635b7320f0bb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.44.tgz","_integrity":"sha512-e/mjbF0TYVk9E4VKH5A4KJBLYM+1uIO19l9RnvXtRVMORpwk89c7xWz4zINN34OKRdJvC9bbnAUxlepNRyd4tQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.44","@syncfusion/ej2-inputs":"~18.1.45","@syncfusion/ej2-popups":"~18.1.45","@syncfusion/ej2-buttons":"~18.1.43","@syncfusion/ej2-navigations":"~18.1.45","@syncfusion/ej2-splitbuttons":"~18.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.1.45_1587464498337_0.5631113406529475","host":"s3://npm-registry-packages"}},"18.1.48":{"name":"@syncfusion/ej2-richtexteditor","version":"18.1.48","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.1.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b6237775e765b3bb2e4da299b251e60a991b8ebb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.48.tgz","fileCount":328,"integrity":"sha512-StO9joOdGkXq8zHav8XHorSIqqgw09TVkhySIzuzuIfW9+qErk6l4ftkkl4q7qJw44OcN831RSBST3vsyWksjA==","signatures":[{"sig":"MEQCIDdJduVHEKe2prHxwPstTZD4hdVsPs3GhbjSXLlIXN2hAiBbl20xutqtUQL/8xFqqNTf8XgVunnm5gi67wr9f7rNzg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12816926,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesU1aCRA9TVsSAnZWagAAXUgP/j5EQX7Flfq83fAKDeQb\nrhinHjZ/kAC3eNtQxbhF/98Wr9k0IlKtmd5OU7tYpqbMgnDRKdJt6lZIJhuA\n0EWhy45Gq0Jm3RO9XYuz/iqMKtWDZGPo4T003nzguIq2lJp7O1VH7HpEGSwI\nyIvW4tukoM+skUf5EFEd4QV+wuUSVtTs+eFY6A/y0Z18qI2gALwjhABKAN7F\nJm1+HwXCxa83qtZIH9pf4KQTgSDk2l9yso6UkuPAjkqhrrxR7xIfS+HIH6HC\nfy39suJB7y2WNhVIbCoB4pzPTrj8/zzve+ca1E2Vlkq8fC1v4N2lnP68LOap\nqRG9SK+sn6JOe7fFAl4eLt/88vNpQwITIPrmJA9ZgBrB0oMbmTnGfpcYW1MS\n4/BgOmLK9fS/FV5rcGjlnUHRRFRRNx7rnBJQwOojWYG2pBob+aWioe067Pd3\nmgbqIKVLvtOhO4HNdewhrkJM++qL+qOCeWRd72C9FnZALKHodLZnXYukNGmy\nETofoGbggGm5QBuYNUmtJXy6BzC7d5YhOYFg72/7OOuyq9tbbJrjDfs9iBpm\n6snSiqjo8xjDBS141gKKYY/heXrWo9S7eyaIZ5xhP7IhG32/lOSwwzjrlDiI\nO7aVKC+Fvfco+JpVKz67dQxNjbQb2DAl63Hk7HeZ+mzYPiFWnNqTp4bJ7I9a\nIZ6x\r\n=UC49\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"68f533215c3156e68217c2c8183262835318ac77","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.45.tgz","_integrity":"sha512-g8nxKORVToa3AfeA6RLNsymP9lp2cqnfsg8WJIXni8Lw18sgCtOp45luSgVGyJ3pcB4RkWk4pU77hW33GT0auA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.44","@syncfusion/ej2-inputs":"~18.1.45","@syncfusion/ej2-popups":"~18.1.46","@syncfusion/ej2-buttons":"~18.1.48","@syncfusion/ej2-navigations":"~18.1.46","@syncfusion/ej2-splitbuttons":"~18.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.1.48_1588677977618_0.8177775431184793","host":"s3://npm-registry-packages"}},"18.1.52":{"name":"@syncfusion/ej2-richtexteditor","version":"18.1.52","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.1.52","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"123d886b28c6481de2f6ad5a9fb0135aa98c81cb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.52.tgz","fileCount":328,"integrity":"sha512-KA40fBtwkXziuDmR0DVNGkW6szonOsRFreBTs4u9GugIav+yubUQmi3Z7zCTkZd3gJlqPHO5SnASPiDrzpET3Q==","signatures":[{"sig":"MEUCIQDbxanWUQb6q/JA/roVN0m00TRhh6XgX86SBv9iOKguiAIgE6lCyDoasAvhR59RiL5LvxYShvA/RDHO+6X0LPvN33I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12883125,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu6+FCRA9TVsSAnZWagAAQJQP/3JTExXJSwjLZU5BdVRZ\nyipoxpwXo1y3uT3UkzFw+nNrxZjKg9Dw+dOXUzPZmfB/BUCV23lY2VpGKJ/x\nQH43bwT6t1c6iQ1B39JvFE3pGsEtBA9F/mlVfmjpUE1bmCgPxPfmLjBS4ARR\n0Wt9oA80kh6Rt33mY1rKlcxO5tDUkpuJ2tzddAE5JcXdn4RHbYEG7ofZ4jfL\nJ0uJcvbOWAVkChiE0cIzdOsFzf1NT4YIQuK4jxnFTWXzD+DmacZVgzPe4t3J\nzc5tarDKjJbgdNeq1oDpZi3qjwYPvvmCV+eVBDsYKK2PILIoY4zvXHTsMwOC\nqifOu8p/rQA6bzVnPyKeLy6ED9fGUvZ+uJ/oljFrE4OazTwrPFyPLV+cXqdp\ncJepkTQnNETC8LVq2YAwjjJR1VccPB+/hqx5LsgRLGFKo9SoOhuAJ6MLSIb+\nvemC11K0X5XqjJt4xD0VDcaw6eBZho9Fv+VumUqsQ5BR85gaDlvJ4ugGe7fK\nYiRqgDar+HR9lrF2SVouxbeYJEaa5aBGPC1tgR5adN4pkBSfzhMGUUW03HRG\n/GN2nmigT4E8YJ1aasyz10ldsHP8GKPSypNuA271aaF0EhZkPELQ9++6On4L\nSIhcBLgTOSAONwLcGA5j/yTAMRV5hpf9eJcF2+cj3tzmvj9E4IK5A7X92ryl\n2akp\r\n=j8CX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"ca7cfe20dd9339d97014b42bd2331caf255837fd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.48.tgz","_integrity":"sha512-Cqd50niPCJRxYSYB9BJ+iJXBygaEpeEheQdizubxBBB8o3IR0eln3fYQDckf1P9kLjkob5gySxeRoaXnEtdeig==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.52","@syncfusion/ej2-inputs":"~18.1.52","@syncfusion/ej2-popups":"~18.1.52","@syncfusion/ej2-buttons":"~18.1.52","@syncfusion/ej2-navigations":"~18.1.52","@syncfusion/ej2-splitbuttons":"~18.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.1.52_1589358469151_0.4396404774953466","host":"s3://npm-registry-packages"}},"18.1.53":{"name":"@syncfusion/ej2-richtexteditor","version":"18.1.53","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.1.53","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c349abe19d4b1ec24f935cf086ed6575f6e8ae19","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.53.tgz","fileCount":328,"integrity":"sha512-KN0OAtGTuZMzHa/NA2Jxsr/tfGomRPxlmHI7QjAeB/uzM3jgTSmFQKoOndgUmlUBHcnlWi9ImrqLofTnM4OOsQ==","signatures":[{"sig":"MEQCIEu3qTwaFtEkkxrIucGzpRlCnRRv2g4a47e6svavnWLWAiAsmCiQOiUA80Kg9A+sdQrXJD61uaIXrJCCKn/d4s8UXw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12882950,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJew4ZsCRA9TVsSAnZWagAA1f8QAKS2GUFGSF/EhwYW7P9X\nzbewx4ihVBw4o9llWYQ1KKsYQ4nFDQBqL+ODLz10YeFGf/SMYCT57P6JEOw5\nHBIIxAAQa1BNcBVoCO+09y1pDakOwPlDOWRAFwe1zGi6DRc/+eU7BskXtKbE\nnpttn3+/VIxtJbAunpYuXMFCRsPwZd3UKx3zLe2A4LcsmYG7VraPz9zigGgg\nYf0ZkKSxFsF/C5T/OcTRcZTIBrCz3Vdi3KLYwMlB52B39o8QXkKTgCPS8Mc6\nF/e2fNb1muHnr7lmC9tm0g8LP4JD4U7qCLpku5Q6TgOzJrx9vFeL4qLhTy+I\nVuzjMpKfhxl+XH2UP5ozcjX7kymZ9lQSstFag7DBQvMxqa48VYu7fLvgTpAE\nV7QdSkwbatHfTyTrp1AoIz20Gg0iY110bDcTFT+XHQMDsSPkYjmcFW4yT199\n9A9I2Li0lWuDHtDDmAEokTkuVWV1j9hdfDXOJB0UFAgSkDkfursvWEBmX+lv\n8Sl/vrenwD3eKiVJ+BkcmTyzr+ukLRQJS2Cb8ruOY6Sf8AHerJKrKyDMF4T/\nKpu4L/EG+EAiL1HZELI+MFEi/4WtZOvlTr39TOr5TnLSxrwHnrcioYV5bg+i\nR3X2HW75XjeAg/lGYxiUw90YtPPAaQ+o0DWOeV9kIeJMSI1Ne3IfRLzzL9pn\nzkZB\r\n=txqZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"c6db949a28f7fb0b7eabe9a560c1f24c11a3e179","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.52.tgz","_integrity":"sha512-JYfMNNcPuGAZ24yJDAnwQNBZoLXdfYkTA7Ex9Q7cSykv+OWHDQWmcNANWKaLeZSQQ0Ddzer5LoVWTKeeE/+PKg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.53","@syncfusion/ej2-inputs":"~18.1.53","@syncfusion/ej2-popups":"~18.1.53","@syncfusion/ej2-buttons":"~18.1.52","@syncfusion/ej2-navigations":"~18.1.52","@syncfusion/ej2-splitbuttons":"~18.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.1.53_1589872236275_0.42749536685804346","host":"s3://npm-registry-packages"}},"18.1.54":{"name":"@syncfusion/ej2-richtexteditor","version":"18.1.54","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.1.54","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b32055f03930aebfd5e93ad939b3c36e068f0a3a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.54.tgz","fileCount":328,"integrity":"sha512-mMFsAC2afhxTibDhkAKKErfS+fy7HjceALi5uHQUtDP+Ud0LUHwPFKLTIYAaQQ73D8DuB6AMKwZSeOxLcv0pAQ==","signatures":[{"sig":"MEQCIEIfWwy2qGui8PCGSJNS64a0uUZb3xG60Ws39XyH8CfiAiAtAtiTt3D3bE/vDy3q78gxelOB40rin9u8XAmG7V9lHA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12901765,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezO7SCRA9TVsSAnZWagAAqsAP/30aCoWCKhzeM/2i8TfY\nkuHMvriSIDpZjXbZl03TT7OIoywxj8FWpa1nLwPZqGyDEyXxXTrlWzN3MEt9\nhb28UcLBDjOjfxNZwf/k2CJ6YMh/gczHSj49dWwpDNoldYOURKpwfYRCbjYr\nXwQh11VJA8sCRsJuMYZQSiBWM+spHzKzlfYwqfDJQjcTwvCBH6UENYFf6Odi\nLm+kjZ0L0CV1n+CB6r6nfLTNyNLTDo+2iIlIntT9TymOXe8R8I8TVONl6fuE\np8Da+OWe/OYWqAn1AxFxirJ68/NBqwMYBH1RMCqoc5T9umG0jlagYEPWetRE\nZbGf013xLP1FvnmMPYYYnWMFM1A+sfRJAQLRG+d8mgBuZIwp3mIYJaJplBw2\ngYULpCL2yGGjUmr3WI6xo4BevNk0u/+yG7MIiNKDgNBIT0fFaGZlWkhjlj7m\nB5/UDIv5F7EMXjiNaTxKHDXG9mWtgU3ytCaW+rT+DT2lEefI7gJ8LnmUgbE+\ni+Ztrbk22UZu97b2rjNw+2guuzOTxkU9DRsyTJwEeiwEoA58DSeBsgAjsvY4\nLjqtPC2F8QDoRYUiJvrwH5c35wU2plX3pfSkzB1bxnHmgV6fm3LLliNDX8SW\n1D2VJyOdKiKR6DEmTxcFWUQsEt54IU7KsaWkoL2hfWjPaMM9klU1jtQftcZ7\n2z0X\r\n=lpr7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"363670c64a5b69134dc9c193de59af9518102914","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.53.tgz","_integrity":"sha512-LE6En2wVfyLOh3HTHA+nUaNV11qNZ+bjwYTtGlpJfgeOLUOq3ZrrC2nd4obBcTu9Jnnv9LmPRMIl4QvFRQWAjA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.53","@syncfusion/ej2-inputs":"~18.1.54","@syncfusion/ej2-popups":"~18.1.53","@syncfusion/ej2-buttons":"~18.1.52","@syncfusion/ej2-navigations":"~18.1.54","@syncfusion/ej2-splitbuttons":"~18.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.1.54_1590488785692_0.3786546553137473","host":"s3://npm-registry-packages"}},"18.1.57":{"name":"@syncfusion/ej2-richtexteditor","version":"18.1.57","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.1.57","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"24ad8ac3c1ca00ad981c593782b7ad90cc400736","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.57.tgz","fileCount":328,"integrity":"sha512-g/XsLzC6EHZ5YS03p3W8W7RaXqa9824C9XZeNtf72O8ETkeBVsBs3J8ODL3r2VO5MfBeG79JrFYA1jcQTdZoyQ==","signatures":[{"sig":"MEYCIQCJh6myV6lPOMi/1FwGt66YDIQ7Y+cG4AOD6gXYBIsVGAIhAKvjIidOiondImQPCfAiJNHTDLw6H0SMWSsGD0HPeHMc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12940201,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6KQNCRA9TVsSAnZWagAAy3gP/1UmgQc+BBakOg4+8I3j\nC7KXyBA7dN4bAVAotY8M0kaM4vFo2MBvbzpdFAT/PGNyIroYGh3wE0tJkLbX\nm0oOnJJuxzJP5O/awArAvyA/3r2r1bs+Y2YOYDEStTh92y83K57AVe5LTgdc\nbO8rvkg6rKkVw0esMw2Dn2XzG8idhI1tjpDzKCxCPOZwTCjqIVG7aEd3B4hI\nM5J39c0azf1/lD0lMQSQD1OVyrUEDZMrRS66tsryQTI2mFv+Wy9Oqeu8cXHV\nPeJZmb1wwPs5Y0QyVQDCeMDAe3uypVxNCjKQF/wQC3gCxSC5OcsWH2FOysrT\nBW+JXajZGzuuzi6pAZV8ONrGUzlVEdArLh7A3bD5BFpLLRb1mhaMKna9i+bP\nmjikMmgYU1pJEXORG52OmgPN6lPFLh8A0XCxsePI/FsO9O/Gd9YQvAImwT4E\n5Vul0dBxxIEXtzRFdBoP78IWrPfnJ17N0/n6rIHRwRfmosbbKJ02i+nFtpFA\np+f/tKIGKKn+A5337aSAbdzugOyxirSKRYatWANdMUNB87ttYuKNhaN3CheG\nyFzEYLXmaSK0hB3T6gTxGYxfDgBx4QOsSHNWxMlMCYbL6tnt0RsfhX20OC0h\n9P+l763mTKngabsPLaAtsWCkgCAXvXH9GvK8F/xGAZYtVyhEGaeQWJyaKDuX\nBrWl\r\n=4ezC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"35e0368fdac95881763ffc34182e9c3782748b63","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.1.54.tgz","_integrity":"sha512-FZXoISu3PotyiihW+r1RSCX6cl2T1D5l/F12iZH9IfhmO86Y7ZrcauRxvpCCG6d+dAMn6sl+gkGX2F63IwyZQg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.57","@syncfusion/ej2-inputs":"~18.1.56","@syncfusion/ej2-popups":"~18.1.57","@syncfusion/ej2-buttons":"~18.1.56","@syncfusion/ej2-navigations":"~18.1.57","@syncfusion/ej2-splitbuttons":"~18.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.1.57_1592304652694_0.671307870373058","host":"s3://npm-registry-packages"}},"18.2.44":{"name":"@syncfusion/ej2-richtexteditor","version":"18.2.44","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.2.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"83bc2431a8f6fa67c54457bcbfd31abbc8d3a67e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.2.44.tgz","fileCount":328,"integrity":"sha512-/buuGLEZW2HMhQPzW9xWnrsKRurZ60w7xuz+eR6DQO4S/kq0AcZW7M2mKaZJw7AKsMclf36TbQ6M3kfmXKHK5Q==","signatures":[{"sig":"MEYCIQDMCshYrbpLRhn+a9r/0bRPMXpuua2yykNeJ3emKFiv5AIhAM+jkeer86JNHD6GcyjjAPBtxpyrfTdGfkkj1T0qoQUB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12988614,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfA8X1CRA9TVsSAnZWagAAvOwQAI1CpGDStIL62U+GKTbu\nci25umnGwA5wrVOxLtuuvYzwrYOOuznfZwI8fzMSIGCUYm4916ArJmEypN4s\n8VyRqZ6zBM39bZjC/k3cwRpELberPNs377MktaA36ysAJDCv3iUuJqmyEMit\n/FyVeSki4AEN7nhspYsIlHwdf1DfaFyf+aXcDsOKIbmQ8bRtTQShGyme1xES\n+HknIqeWXFjAwjBvc+GwqsrCrQt10SbjlZwwYL+DAemjaBzlQSQ4M++w/bKj\nfW/5dDDrCt+41VYU+W7wIN0PtWQoRIW2MMxEejBYSl4ZlsIMj5w3evGcScs+\nlbngdYguJ+Zv6PU8/BNiLm5RUjb1uaLBcmGULK3GCcKrM6y/sPkdBfNvj+Jn\nfJdh7gfebDpM6WS0Y36WITwBtpqkdaosb81Ax7wl1c46aq2icjUuJSECOuGt\nwkWBuB+uQdZqZzHp5JeNKESWCrDQXXMnc35By3ojKQx87NBbDoRgw40XSMRO\nnSHjN0Q5qNCHTaJzU7wpMq8tKLrq2jsgoSP3y81AMuHK/NaBl/jr2xMQvlkh\nS9e2osU3FZg7UO+EWlvRhwzxMKHJ0NS6bHPYbiSmXA+SX6BCZK7rkC7GLI98\nUjaVZIoWq7MCMNh2D0j1rTZpTe8wUDDL7ds/Bm4uSl4ASpV3TB7UIqEo6DxI\norAk\r\n=fOCu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"d7db696d1d8ba9c4fcbc5cf0bd323767f2028c3a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.38.tgz","_integrity":"sha512-rEMds+TUUL0ouV9aGruvzv/RETcSi7/dVkkmoo1XLMrVV15Pk3Ys1RX3zt4B/aLwmf+KteP5Eqx5464zHBRRYw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.44","@syncfusion/ej2-inputs":"~18.2.44","@syncfusion/ej2-popups":"~18.2.44","@syncfusion/ej2-buttons":"~18.2.44","@syncfusion/ej2-navigations":"~18.2.44","@syncfusion/ej2-splitbuttons":"~18.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.2.44_1594082804862_0.27787797203287723","host":"s3://npm-registry-packages"}},"18.2.45":{"name":"@syncfusion/ej2-richtexteditor","version":"18.2.45","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.2.45","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bc39a4a45e768e337712a4ae4901e5a20cc4d072","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.2.45.tgz","fileCount":328,"integrity":"sha512-PiY7ymedWlp6FpYD+SWaG+kgOwR+ucNC11in2uPGAPo2wuj6xU+RBOD+Sje9RWpkHct2e1Ooe6iFtQWvqkMtug==","signatures":[{"sig":"MEYCIQCIqi31J6y3N04p26pu504nnMzkbjfvYJgB8QCdcJit0wIhAK1KczjbdhEn7VdhhWm+hf+VuKwKuCSPfp4+myhfxtrt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13034607,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDUlXCRA9TVsSAnZWagAAVHQP/iY4lGGWbgkIEPAfVks3\nY1KtkDYLesdm5Ow1xptmka5Bxnk+vQhfaAlUVi3XxSYe3wsDETjGuDMY/iDf\nP6REFJhscD50bcwk0/Z+2Um+NLGzfwNyAl8/PypSiiV8Z3lU6y9yRH32BbSv\nUiI189mfnIx2CaS4Rzo4l92qZYfryTVN765CmFhyJIWJRG0QGjrqdwL+iQKO\nfP9grdkOcfe7d/11+4Iemtd/w5UXdmZgkSxXZmNTVMnbLAsYpJOXrT70MLzc\nBRUaOcycCWeEVBpzkiHAfudvSVkxTC7f61MglepxtHJ/h2qEyT1TMn9AhJeh\nRolw5Wg5WFB5PsGGtPUfosPlbQLg2vitYNR3SxT0z13/bOXkcJaW3LJ9LpbU\nwPQNtyhFooUQV8N649raqRDp6I8EHoeYs5tTg9GUTzT8EoiT6nK4/4hVzOTH\n2/02QOieYlS8vRLkKhh45kiZQfyfcICeXKHM96ss/SomrcLo0qdztZeXdAaS\nd2j06pj+R1J3gydYaIKVH5JEZUJCF5af/15kf0mfWApWN+kGUIZsQibBzPju\nZZBDSE4Gexh1BLezLWlU/nBdu+KvdOslwPH6Z3vaxy5mzF1LRfn/LH1OlO49\nMtRJZBmmggRTVLsgc/vx32b/tYr4/TgT7hZtf4odlmkliPNx3XAI0eTFqyBz\nT+lU\r\n=KvQE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"cf6c09e271f502d704d3e1f576119f172853cd9a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.2.44.tgz","_integrity":"sha512-dYZbRQWYzTPDLYKXIOD+zjXBp+IkzITJ7z+toVKGTunzeXmAfkJZP/VB3v0JS+zP2y5zAknBgRzxiuhG/gmSdQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.44","@syncfusion/ej2-inputs":"~18.2.45","@syncfusion/ej2-popups":"~18.2.44","@syncfusion/ej2-buttons":"~18.2.44","@syncfusion/ej2-navigations":"~18.2.44","@syncfusion/ej2-splitbuttons":"~18.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.2.45_1594706262936_0.6100479667341916","host":"s3://npm-registry-packages"}},"18.2.46":{"name":"@syncfusion/ej2-richtexteditor","version":"18.2.46","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.2.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"56a9ee3a25294b42011531daab2ee66c1a9d445f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.2.46.tgz","fileCount":328,"integrity":"sha512-EZ5kWMcI8Ae1LyQs42s0zi0qqEVoi+jzqObSBMKCSqAOZnHz2BJD4W+lK04fnGrS6Vc2/oF2Xpp1PtxatkMYqw==","signatures":[{"sig":"MEUCIQD6VMicoyGgrC7RpOIO4hyYMSbothMfIWeKFajwhDdTegIgNQRF2juQ17wCYeeDhSHhV8JzXxceUeYi1hMycipiNMU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13055646,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFqFLCRA9TVsSAnZWagAAqqcP/iSvpPfPA+q7xnj3kv+z\nnRhOBzrylo7PelZcfYoU21tnDN7+ZBCL/4h4hBBDRVe2OS3Fd1ljrnFuIWy4\noBNp1etpid7rnKcA/ni0omx1P34PC0FnVPE+pJoebP/v9SrHY2gQCevIXXHd\nx72kaVgdH9ZGsOW9IAL2MixNRUu3kzhq/olr63C09KfZ6wJzseRYCq7026n4\nUgXJ9gkSWQXfwJhm4XP/hgbpdeaCwaPQJ6XqXXDa73wFwBeym1IwBcRcPUXN\n6BcDopTYBmMHbqPEcbN/lj2DXTBqTOkF/nbv8Ck5/4Nc97ylXhp2zsg7pluA\n0f7SxhsK2zrLaf3Y4zV1zyBHavQZm1RJLBKoZvKP1qHHWixnX8ukh46VXQpa\n3moiPc+2/P6nOXWPzUJDYfXrVTKISQzgzK5Bc35P1qUwLP3BY2LyI10yKnl7\ngTanXNtJJ5q8mRuN1BVr25w3ITlJ/DBsPlgkftQcZpRpyrrBrDE8085Ghs0N\nnSJFJUxnGG0w/oaKmhFDH/Nfz9s38rbkAKJVCQT75H9KlH+GBerxmCF7uGMp\nPP0Bm1CIAnDEEG4DVfTldtSAYzUwnmp1ZLHbjnDp6psO3CAcHUO2qN7eCaBq\nnPrJvRPTkxKthoDzvduu0V3fPL50Zm8N/oMqVjdqT8HMTT3Lij454nx17cYD\nICBa\r\n=4oWD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"87ee257ef69f16d89401265d295e0eb565b2c76d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.2.45.tgz","_integrity":"sha512-wxGUzHUH039/owrcrzDpqy45WLJ79ICVT8oLWhkz7woId9X9QWgpDYnNmW5ibOMnHq5Q93bXxb3Do1xFP3G23A==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.44","@syncfusion/ej2-inputs":"~18.2.45","@syncfusion/ej2-popups":"~18.2.46","@syncfusion/ej2-buttons":"~18.2.44","@syncfusion/ej2-navigations":"~18.2.46","@syncfusion/ej2-splitbuttons":"~18.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.2.46_1595318602686_0.8476736581642312","host":"s3://npm-registry-packages"}},"18.2.48":{"name":"@syncfusion/ej2-richtexteditor","version":"18.2.48","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.2.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a6c0fdf17af674f2109a7909f51e8a990c975165","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.2.48.tgz","fileCount":328,"integrity":"sha512-ZcvzE+RaB7S/9BB5nssqswFwAEZ1a1UJwroBjNNNs4QrQPI8liQbKMeVEpC3H9MZuCTarXFQJi2MchmAbwY4Uw==","signatures":[{"sig":"MEUCIQCwmXX3oZIM0c70r/BUsjrop/IFIudD/DphbPCKTB8SjgIgZcTEc6VUpPrixufOj7cbunVbNte3/qLJGSc7u1VNiik=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13088616,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKQHHCRA9TVsSAnZWagAA6/4QAKCf/mh91A1KaucnXo3D\nnfg+mqMgDboRHK3PIQin1xTlR60538FPjMlAHR6zs0nHiIDMY7WcEnn7iZsE\nZ8gqvqAISMm2Qd0l0mxDKqxK30ORXfzp+iDbqCUqEHsUKmK1FxEI7+KsvYdn\n3zFF/WRsyaJJ/I/jXk/onwKP7OSGYm77ZZNyoyZn1LcSDJt4fIita44ikeee\nJXGoXCRNTGz5TTPoo1vAuE8Gfc57D8HrvGT5CJNbAghthm6EtnBFsaTmh3bh\nQSI3L9XbQlKwiFnz12UODAwKu84loP2j/70HXKOIoaLR0VpZsNoLZLIjf0lJ\nYUDQc27UriHMMvhESiZQoVH+k7SMs52+1sj9kUmPP2p6PFvxF/9ny9BcKE6f\nnfP6DTU78/fdBpbPNH1BZwG2GR48aN4wdJQUxJ6sB1x54oCMj97CSeZWo7jz\nFaqnRQR9Y9KWxtDt7gCI42Rg9M4O2Uc2xcr0y3L6S0mRntnTImhA6QvKbKzj\nDQ/GKR6JA4iBa0+vJpwTPrdJYyFVwllmPn/8UML7Gf55ZHHghIhQ/XPEb/0v\nDqXqV3s6hTr8CEdI0PR1FERFUXlj7e+e5FloM4pIwfE4l7BmcR65RkKB+iia\nGrIrQ0wfracB4WWmfCUYEYFh5BlvIFcV69bSZkaD3zrdJiiF64qs3Gxcm/+t\nqYU9\r\n=Y48Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"5039163b5dc09027c0fea6e7e92a62b29c7547ab","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.2.46.tgz","_integrity":"sha512-cH7ECTh3M+frhjycg7TMSKgtfRJ9W26upmq6OMZdk80WPu7+BsLHcBx0L/H9LhThF5eIFLiOx6VfgGxJYsy7Zw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.47","@syncfusion/ej2-inputs":"~18.2.48","@syncfusion/ej2-popups":"~18.2.46","@syncfusion/ej2-buttons":"~18.2.44","@syncfusion/ej2-navigations":"~18.2.47","@syncfusion/ej2-splitbuttons":"~18.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.2.48_1596522951419_0.6762689385334237","host":"s3://npm-registry-packages"}},"18.2.54":{"name":"@syncfusion/ej2-richtexteditor","version":"18.2.54","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.2.54","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b4a2a81c27e8070a1c11957e3a7d9e3cd9bec1c9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.2.54.tgz","fileCount":328,"integrity":"sha512-FRPrdEQCOaLiBnnz6rKKTK3CD/jptmV4mMnnH+o/T7ZpXfE2JlZT3i5JBZuwOh7q0NGORQSlhQm3lXf4/wbVOg==","signatures":[{"sig":"MEYCIQDMonpTBAdFPpp4v8F7X+4BLRM9Ly4v818yw15nX7Z4YgIhAIJyxQx9rI2pEkFxFbUbwDBSEpshN47pZSGu/dK7Jwmt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13102733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfO8lRCRA9TVsSAnZWagAAsNsP+wdlnEYTvzu8R7WZMMa5\nwM1u9CkBiEBuzrHaCHweQ8VsNpGdDaIl0j55loKvKDEVjdkUDoFFgqfYA2ob\nmAfgB7r9DJcwuWU+KxiIMjClmslqFCoRp0uxEQwOa//zfGlAU/zqkg2Gh8A+\nZptT8Wa4iNEX1OROlglXhTW5R98cd1ICY6cssqoHc+j/lLlXYv3XpIodBTiC\nXEhj4eFuid7YRIo9P3682eSDv4SmOG5aKTH9nyLVXyyUxOxjSSdqnDqbfYFS\nGhT76b1fkwerlIgXuIUUEYKB3jlTy7gG7ypdd46z3jK56TjCoe9g8jJqK4rI\nkdHbrCex0AR+zbVEPOvBy1dQns4ERSwUi99G1y+xrioiuJisV+lQdM/yqxUc\nHaPkuX3+V56D1yvr7Asdu3D583+OJu18nfw6OHC/Xpqu3V+G6n2DyPWrxfOl\nOsMcpdllnhjBVyimmEMV01PdoL1b0XsGG1pgF0ggq2CUiUKdDb+Ef3sDz/J3\nwls1/vCLf5KEHUR2J8cygIv9xY4h/j/vJ+9B+Ek3DSdJ0qwD9donu3U7dGUl\nv9T6wcEL75dlfhB1PDPozK4pJ3Vd+koiTVdnp357qIzqnwkI2P7hNWfa2ghz\nzgg0BtwU53yhiNkpu4TZnzHPGRdgNw2sKLASn7OmCd7hyd3a88yvaLBFu1Bm\nr2n4\r\n=9JPT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"3833a67e25dc803acb7bd74875f7268e29f3a95d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.2.48.tgz","_integrity":"sha512-fXJUBlqqHiQF0inc9pWyyKkfWcVVw9hEdO9zzESpyz+9I+PG0VUzvRGYuErRuddNXRa92232O5+3eL9Xv0fqvw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.54","@syncfusion/ej2-inputs":"~18.2.54","@syncfusion/ej2-popups":"~18.2.54","@syncfusion/ej2-buttons":"~18.2.54","@syncfusion/ej2-navigations":"~18.2.54","@syncfusion/ej2-splitbuttons":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.2.54_1597753680982_0.2596000600965016","host":"s3://npm-registry-packages"}},"18.2.55":{"name":"@syncfusion/ej2-richtexteditor","version":"18.2.55","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.2.55","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1ef3227e0b52bcc3ad4d41a36b7b245dfde78bd2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.2.55.tgz","fileCount":328,"integrity":"sha512-zQZIKLIqF8WRP/QdUiSKFL46Wsr+JjAIr5syWXx8wJ+v1SXHtBg6s5O3WE/M40WT307PnwyE5OTLcpiYRyYHOg==","signatures":[{"sig":"MEQCIHGAP52+fhVQTFmUciM+/T0yOiy20TSZq6NaLOV24D/vAiBnHgpWWz2DOHdt9Eqo078ykHxrBRfToogukIVLbnvV8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13118311,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRSGPCRA9TVsSAnZWagAAJZsP/0vGofI7EmGVvA5xY0W0\n/MofwOYOlXEX0hhaTCMziNZDlg8bo9IF4rf3tvV6eodsogIdMzLZ4nFRkDR1\nlUwfiWpC4sCV54dphdU5qDm/1t9INbx0nXW8qJE9WWj+ohiA4Wk/pTcwiWlA\npTXEsZFUuxeozKrMx5OI3p7w0KQoIcMjGFE5PaOHWqdKDAWSzv2PWfj23gps\nDjwIs2lSrOP0LO7cqpuLj4kXXcwvVD4WpFFjNIN4MryOxdXeUxMmwEv+cHP4\n32coagjQ6PXeSRMipERJQ4Eojzr1KLd57lUnJe7DIQyVUYa20YRAkqxERptL\n30YXYxV7z5yZ0t+2RxxkCeq3ZS+/U88MfmpxSOX+Sa6bhHyFAq8dyGlOZVbG\nyzyf80S/yYvoPy9YneohVWidmOiExc3QA+7J4Qz0L0OhEZ+Zhzo9ENmjvG7l\nbKUkN9FHuUU6fjg7OZw8T2rgrm55W3H39nrYHAvenoiKbMpHSetRGHEBL9Zd\nKDJybVVZcvUwqBGEL4GSgx+A/KqPQM5SLi2aQh79LqOyGGEyPhZREeddVJjK\nX49vExaA4BPH23eBgq9PMWCFBZD65uP4qJQujASIMc+tAgLqhKfH0OlBZyKN\n0GMTYWWawf72fRG3UWBMbf/nGUfy8E+vlZDqMLUOiJ6fZ9my8fKAB+VHqP2/\nAw7d\r\n=v1JQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"61c829594bfd847b066b65cdfe2a753d2fee4c22","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.2.54.tgz","_integrity":"sha512-Ojx8fTn+UuIk+NvhSqGNbZuRjsZhA1nFXhB0WlT45rpBpbNB6oIYLQFN9g1qCiIR/vyvCbiYEfA0r2wtvHLj9A==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.55","@syncfusion/ej2-inputs":"~18.2.54","@syncfusion/ej2-popups":"~18.2.54","@syncfusion/ej2-buttons":"~18.2.54","@syncfusion/ej2-navigations":"~18.2.55","@syncfusion/ej2-splitbuttons":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.2.55_1598366095388_0.33970407686206205","host":"s3://npm-registry-packages"}},"18.2.56":{"name":"@syncfusion/ej2-richtexteditor","version":"18.2.56","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.2.56","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"67d3fc2e25b25a2f22674464d514cd024ffc2acf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.2.56.tgz","fileCount":328,"integrity":"sha512-EPfus3gYg+apAM6jACvi1FSdqfxYyNoFIdv556uWxzLlMQzbTkmisR3V0s6R660MpOGKAPltnbiGqOX6UGfSLA==","signatures":[{"sig":"MEYCIQCe7Yt+BjQgkKePNMxTSgBpKou8p5mUMqQfZhxJMGjyrwIhAN1VPkytXBo6p1TzNPsrRsNV2nzKFtnbLHuMj+pgdV9E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13123902,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTjSYCRA9TVsSAnZWagAA6pYP/i+AmUH9cQAqd3a5fyBP\nHN66ZCVCle8ybpmLSBsjI8M1vEIgMtrJrm0LHZ1mZ0WciyNDR3jZWmmSAtuk\n5YVznlKIBHaqwOKeE3H3tPbpsp5n00L8povdmXwtoSspgywdgJat4gSiKLop\nrGqs1y3Jx8J9yxrJQG5kkXCetxhAYL1+C/sMyQ+MJeCodlUx4AVqQ6xtMHXI\n8YyoMNrgAINuWuZ1dd8TJ1DOLM5DRuTD8ywrg0oqOmGCjjqtqvbeTNMXRU3Y\nTUqXB2oy+/y6tAsFlkIokfmEcSsJZVtuZ3Nm7JCCECof/IpIdoyT+w7R1Ya6\n2LBz4iaGaXn7cTh3XLzgLfWm5ymsWQ3SCYMPEo/kdCkcmX71nCNgkgbuAcfM\ncBjfZYPmYXtw1vOXUPBtDxyZ1PHBq+N8bHhzmUIfmuMHI1VvJcI5URdYLb+C\n7ZcklVff8/3tqOywZKNGpjHEZp3ulNMeJn7cD8MlRZ5hMVUXUluoGESfofiL\nMVESMAEcDzFdWZkIrDK4HU50Q9WAOK3TL2FYXcn/h2mt93O9JCpRcbwDdEN8\nBjPjomkNX3M/jDaojH4TX/PRXJb3kArLbheuTXNq4N7KYhsM/AzZqFigG1q5\nXXXKbhFOxmz3XCSB+xif1H3sMem/DJdqBJf9ChTnf9x8tWlL90FJ5/JEFJ+L\n+UQj\r\n=l6mb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"ff5f3367f20c1d75069b22e101417149bc742202","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.2.55.tgz","_integrity":"sha512-RQfEsNd0Bhy8ApdPonhEjQrOIf+BSYNY1/YFJb/s3ERQY3Ft4/+hEN100xeY1G2F64QdDhx8nmxejoA/8kVfRw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.55","@syncfusion/ej2-inputs":"~18.2.56","@syncfusion/ej2-popups":"~18.2.54","@syncfusion/ej2-buttons":"~18.2.54","@syncfusion/ej2-navigations":"~18.2.55","@syncfusion/ej2-splitbuttons":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.2.56_1598960792051_0.25534852071355685","host":"s3://npm-registry-packages"}},"18.3.35":{"name":"@syncfusion/ej2-richtexteditor","version":"18.3.35","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.3.35","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2b1a412441ecfe22084390a7059af0418ff5b136","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.35.tgz","fileCount":328,"integrity":"sha512-L8DGCu3DZPNuIQs1+qyTSZS9C8+CJgxBoUe5oU9aswkmHjrll0JyuN5cFgWaBvRfuOA6B81xmUsCdjSV9bMUcA==","signatures":[{"sig":"MEYCIQDyr6zgjIFzzv5SL/yI4anTr54N0EJN8qzlPLjIAIxtXQIhAPW7E31P/T56q6zpdCIyqm34lfJdEZhnwuqR+oeIBicT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13128674,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdaVQCRA9TVsSAnZWagAAe/kP/3VT2/5EmjRmNaklcVXk\nyZVQPAAkqgCbBI5Tk2DcJ3RzoTdM2DvHxA5Pc1JENZcnH3cFNEEMkshQ3U/f\nhdeR2vx92N6RmvMgUUvFzjlBQIXUiwVQ7/dVrbYqXG1MtXRjjPGy9efACYrs\n3NRrAd/cqNrgivzVXmAX4aRWLUb4FSH2T5z7w4ejYSh9b5RDv7eGq2HW12kd\n6kXcql2w8PofgaZ+NwEZDjm4noWZRzrXIQwI8WnFaEs60cZdLYiHSz4HAfH4\nj0sIMzsnhzqJ7eks5uHQakbnTDW7A8mi738CeK3frtWWNO02yB0qJeZPZK8E\n7s9oLtX0Ja/wHK1OAY0gV4/I3YWvYrizzo/gharUbCwGSlmIhieM5/+QhQcN\nkBdqQaWQ7EAOTp8MIXaixWvA1elE/UFrx6chqTOYrPvY4zk1cQXblWJqFML8\n5NAV8rhqEdc4s3jtacC53/3Bnr4J6tBxV2QxWgbsg2xNtlmFzfqyNt5jwRxv\ns/Hy8H3r20d38DOF7CnVTWfbdU//84m7KcAeVveggoynFj3V8rSg2w4bJeaa\nqkHRZvbzj4CTWe0jlg85lx6jezDliNTrk8HMiAt9cMQpp7VsXJOPicU40zUW\nTN24P0XwuwdKLISYg/U++88bDksVhPtkwY7py+eJWr8mYUmGoA7wvWc7nAy5\nhZDH\r\n=0uoR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"914b6506ac0359bb135a7be4b0818c7941611379","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.1.38.tgz","_integrity":"sha512-dZdDJbn5ehLeQa+5Hf5NUX+kNcfkK8nirvktaPq4AkM+cM+ZR7cJid0fGloMqTs9uNnJCis8PBahQajxUNeU6Q==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.35","@syncfusion/ej2-inputs":"~18.3.35","@syncfusion/ej2-popups":"~18.3.35","@syncfusion/ej2-buttons":"~18.3.35","@syncfusion/ej2-navigations":"~18.3.35","@syncfusion/ej2-splitbuttons":"~18.3.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.3.35_1601545552288_0.48171494464687403","host":"s3://npm-registry-packages"}},"18.3.40":{"name":"@syncfusion/ej2-richtexteditor","version":"18.3.40","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.3.40","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"87fe4db416fae740b982f1a456ca5dfaa118c86f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.40.tgz","fileCount":328,"integrity":"sha512-kGftqvmfH8fBrq1q/Ue6gGE7JfGvKfLVfAisAXvuPwv8nileIUHVlepC17hGbcxSDN9zB6SAXBMLkRwcpSXsFg==","signatures":[{"sig":"MEYCIQDFh5lXJmA6L7ex1cf+7AG8bMKwv0F2G3aZPDmuJN1w/wIhAPct2jF3/KhL969CosibegsXNYPK8JSl5Y0jOEJJ0M7n","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13154038,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhbLCCRA9TVsSAnZWagAAhCcQAI4+7vDKwibAcbaPa2zx\nBVS8bTwJvSoXJxHFO4lc67yocFIMtg+FbMkiB0WdJvkwKYRT0jLP6Ou32Uqd\nziQ1ZsTalI3aEJf5A0EwYGg3ZMLqPKg3qjsWD6h7e4xfH7L7Prxj/rsTdP3e\nJv99oHM+99DdWJ0SeIsciWIMfujkYZ8I8+U+e47IC8yyZDd/UMryMS8p+ecr\nEf/wmWRf3zqZikdaT0+MnKKT38dwvcm1+w6Uac5Ptcnq5ByJE+rXan4zWHej\nSSIx9NefAzkbEM4cNl8FE6Tqnj8DRn6T/IsqErA4KScAJbgxHR6wnFmSRnWQ\nM5B4DVC2zTSTMLSXj3aeDcm4JoFHz6CBSDzrVymMcVydc2cCHBrebAPEl7GJ\nHEU5woDAXood5BtXCsl7qgcgERNl1TGBGpXJKY+ehWUPK5RQosnCPXz5zn+f\n0eMkrnJab9L+yjD6ZUGsyGp1KjTyy3jifUymtvCmikdybrPN0e8yO3bNDmZC\n54xEzjsemcefAqnO+CG7cMxECyYrFpubYtd2kLt2I1SUIo6/55Ev7QgSMkun\n7wFStgptLGVIT9Kz6f7Ivgp5OpkWa2wmjl3ej8ntPc8hGTRyLvCGU3azONPD\nlfF2YaDSaoaqnG9SQk8QobfpobabbfuDCU6VVLUDcWwIh9uApojFHqecp8za\nv5Vo\r\n=IDL7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"5c52b9e018d048f7111e88a87b94c564218de3e3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.35.tgz","_integrity":"sha512-Tp+F2f8nueweLl2WTcWeMq5aCYtLopfbpUJf15LYeWkLNPXk89CdAJRv/2wnJT3KWv0u3XGBY4h8N6Mb3Pe0WQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.40","@syncfusion/ej2-inputs":"~18.3.35","@syncfusion/ej2-popups":"~18.3.35","@syncfusion/ej2-buttons":"~18.3.40","@syncfusion/ej2-navigations":"~18.3.40","@syncfusion/ej2-splitbuttons":"~18.3.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.3.40_1602597569818_0.8210676221730793","host":"s3://npm-registry-packages"}},"18.3.42":{"name":"@syncfusion/ej2-richtexteditor","version":"18.3.42","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.3.42","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"182ba3a0e8d605c88631fa270a281bc436083d19","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.42.tgz","fileCount":328,"integrity":"sha512-xPb7ZibzQj++YpHoHddbeHdsXsjEUqssU/UNiACw4pAd0F/uvnDTHhkS6UmqvOvlXhM7ZAVenGeXc3WDjgiwBA==","signatures":[{"sig":"MEQCHz29KAdZY0pcNRsK4sYxl0xMz3XDhMIJ7AzP1QE2PuwCIQD0WpPG1aLxJZSoExSUkvsJhRL4dNTq4AO12X42tEeqeg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13154038,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjsptCRA9TVsSAnZWagAA/2MQAJAutO2vkL9089EROgzq\n+WNxzYN1IH/36yNwpEM44vOUlAok0YLoRh5U8jkvB072tnERMj3CDpFGCN25\nxATgZPHgyp7wv3rSDHVoC+PDH0hIIGxHsAJGS3kEB972kwMvRGF+RHjT57IR\n9sZigTTq42LItY+dWhIGmsKWrOZD+BGdM09exmCPNVvQZ8FRt/5Sq6B55bh/\n7Qt1HPnIexn8+TEW5mWS1mE1Jwhr/Dhgt9lQn5aExGFtOMEXFU2uniRmLh6G\nDbft9qvVt56wrfKWD9ONSNRNuzy6niG2r+SGxqxqmNdJ6xB7laxP5m5ue7LP\nWEcTV6kpHAZAKDUTl4GMb7tOucG5ehOiIUT5glOh/JdUW4xhbqCmcMWOaxCm\nE5E2cr5mTRj7VVclnCYsZ84EWdiUjeAfph/qks8FuHq6eUFRKrC/BY4fG/L3\nF696fYOyxyeyLse9BvjQUul7+Mw5iiLKgby0Cu1dZRybBPKHU3AvZOF9l1ZQ\njtWbPCxGhmBgPfCgMxJWsEFLXVmx325EQQ6Uf7TsDM/Kz37o0ZxB+BBugNaE\nkQYIhxCMyozcTvb18VTBza7zF1kWhHU6Z5QkRQRfeJofLNUVKrltiH6x7db1\n+UOrYrV1AjdWb/GVNz4rIUkevSzG06MUzhUXG9+syhBB4sLgE8H1R8ZC7xqi\n5RIj\r\n=9K2l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"5c52b9e018d048f7111e88a87b94c564218de3e3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.35.tgz","_integrity":"sha512-Tp+F2f8nueweLl2WTcWeMq5aCYtLopfbpUJf15LYeWkLNPXk89CdAJRv/2wnJT3KWv0u3XGBY4h8N6Mb3Pe0WQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.40","@syncfusion/ej2-inputs":"~18.3.42","@syncfusion/ej2-popups":"~18.3.35","@syncfusion/ej2-buttons":"~18.3.40","@syncfusion/ej2-navigations":"~18.3.42","@syncfusion/ej2-splitbuttons":"~18.3.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.3.42_1603193453225_0.31570620669448557","host":"s3://npm-registry-packages"}},"18.3.44":{"name":"@syncfusion/ej2-richtexteditor","version":"18.3.44","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.3.44","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b7147d2729f82cb14f1463210e84e8225dcb9f92","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.44.tgz","fileCount":328,"integrity":"sha512-n27de3niIOnXAI+Pt76kieskJFOVPPkNiWeQOW8C09rTDlVRBcxUFkhM5v1t5G2QmW8VTqLWOgKi3nXOGm1aOw==","signatures":[{"sig":"MEYCIQCfR85kUuTxSF6PQSWCxgJ3ZhmunTcfIZjr6jXr5a2vSwIhALS7OcLB66nwco1GvXpZX6YyGoGEpzVged5s1vKZUVpV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13156814,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfl/uMCRA9TVsSAnZWagAAHjoP/2NX1AhNWrN1GyySD74j\nGxckfob2Kmhp998BonpIxZyS10Sf25Ahiy+mIgod3lnKLJWGGn9cTLypLKlf\n/uE63B6nd3lEYIAEgR3xupgrr2XKDKSPtnz4R3dGbk+NEi5ocWDwc8qor4dd\nvmqlTs4HwOWiY+KlCF2NzwZpSeG/utLMY0qWcFvIAKQqToZBfl4RYLFe/Gve\nbMIeSV+q3VU/KVb9mN5yL9TQ1+7NDWuYD5uQn+i9+XBkfOkUQ11jubKHBcFj\ni9oCAxZ8ovu7JexgM5laMFYVPO7RUOf2qhlYjDwt2eagHUQDL8BQFFrBlTwL\nsIcMEO6++MRczWGnFvi/4EoIw+ck01o/tcWuFzSIXqThldn57R1wjUCIbhia\npyYS2H9fbaiYno4RT/7fruLJ4sSogM1L6oShsK2BFjBtUIwFCc+tCKmzxgMv\n9Ut04SH7phA0s+myaKOrvm7e6G1MReg0NdIfUqMBd4QZINtJLPU4zgB7ksbh\nYFdT6W1RyXIwmQ2DYQg/OEH13YBvowg+DQykGSDHpJ4bsZvMae4T5pmPsP0a\nKrqzzNy3Agd00dh+zR4TPOIDYo3RL8x7HgPVvVewXxsEou1Tkjv49Li5seDH\n+RCwO6UTBzmHyKl3qdUE6DKOeALkDO1UamkgHWUHLEmuAKurHBTRPb7INwYl\nk+yL\r\n=xet9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"9a652279fb446b05781e8ce591e7fbdc1a61c7ac","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.42.tgz","_integrity":"sha512-ODW6ToIgeAvKUlKMtlHHselYv9OCqglr6mnWLty1ie++eEkN0JRGzP9SZa6Hv7CCZwHq9DiVcGAKO/vl3vKJWw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.44","@syncfusion/ej2-inputs":"~18.3.44","@syncfusion/ej2-popups":"~18.3.35","@syncfusion/ej2-buttons":"~18.3.40","@syncfusion/ej2-navigations":"~18.3.44","@syncfusion/ej2-splitbuttons":"~18.3.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.3.44_1603795851630_0.12547150072903013","host":"s3://npm-registry-packages"}},"18.3.47":{"name":"@syncfusion/ej2-richtexteditor","version":"18.3.47","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.3.47","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b4a74b77408350fdc55c82a2a90fd5e2bafa2f62","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.47.tgz","fileCount":328,"integrity":"sha512-IdHRhjYnPIXSv3T5wq4Iz7OFWLQZvnYcj2AZJucclR4BHC1HENIlmU3wii88CjK8xjaKz4AYaydrigaVaZfKww==","signatures":[{"sig":"MEYCIQDebTNiudsBneYINaK0F//vvlWPn0xTJL5qwdsI+5P8SAIhAK5SGwYYQMjXnDcbxMTeqa3XExA6EdeMaG2/B0RwqSDg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13156839,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo7WPCRA9TVsSAnZWagAAz3sQAIPkZNpInlZlndKsjBlR\nWowwUQRqzpUo3U1ceyXJN19V77y30QRyz+y4aOQ05hsyAZG2xWksDhUFVO87\nc1xxrNB5Z7lkObYdEQC7OwQBsTkgOURXK6HY8bX0eGoAE07zZmIBabUkyGtd\nYZrS2sfkW93H0vQW3dpafLpDJcsVnfuEiqvAE856HF9KEZ9OURcFXTcGmcpp\n+JeAZ71dhgLQCMLTZMthiZ3V7AjoMbJizWSV8ZO/XkqBDxFkr3CrUcC3vqdm\nBkEtTEsvt0WixRPHFyIvBoWAu9XIGgFlrOOuT0XT7D0KaJqPnhnEnMWT4cP3\nBHCZSdP4mkMU+hAxGRXN3t/V6lO+YBYk5qFcENucJFY/oGpoOs35a1uITGlL\n8ucSOTfr/IWkt2ogV76IvxLbDISVru4YVwvX+ADbithtyPeG9Ohu54E24/6F\n5K4VB9NcBgIdp2b2EPUxJYm/F2+vXDd2OtsKeNIemiGyY5aSjiSC8l5LLaus\nlkPuWfe3wtKiz5mHM6xpLjriWNzUiZoSYFnC49e98+dOKCtMOwbbDOlMDYCn\nenbxHRmUOwotLDcYYt1o5f7fUYDBYZwo+a/j3+PS9xE1P8J+sV+F3obHDphM\n8ltfxJpa13TOdMmsCpX4U2d4PzGEubXF93FuEwTaLe4q52FSy8YMK0oguRxt\n5ihM\r\n=LK6y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"a9fa9a4f0076dc8ed98bca57d924d6e47eecfac1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.44.tgz","_integrity":"sha512-9bnhGjth+zdDW/Du0duNiUrvk8kTyEHhp3HdBX/J7nO0f29Abq3DfA505/kiS05iBYk+rBuS1d0yE9M9OFJlXQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.47","@syncfusion/ej2-inputs":"~18.3.47","@syncfusion/ej2-popups":"~18.3.47","@syncfusion/ej2-buttons":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.47","@syncfusion/ej2-splitbuttons":"~18.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.3.47_1604564367402_0.33530085314950875","host":"s3://npm-registry-packages"}},"18.3.48":{"name":"@syncfusion/ej2-richtexteditor","version":"18.3.48","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.3.48","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c9056c06d1ef2c4336fcf4909066c4264b5fd3c8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.48.tgz","fileCount":328,"integrity":"sha512-6xo7JWkWf1rA+KJ4qrY26nmQCA/7k1NoqXOyOCaRuaXbFv9FcU9aO1tWd2m3GoNuMPSQKK2YQJnoIRxVLpOQDg==","signatures":[{"sig":"MEUCIG+tThDZsGrk2EHunZUzyAwNcIH3heJWp+kJd5a9BrDqAiEAwk8pQ1YBHUbm7/MX+XqLefryC1U13W3dSbJ+luPePWs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13161080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfq4/BCRA9TVsSAnZWagAA+ZQP/RrRj6hMFqGPbs4Pg3TI\ncervQkKpIx6nm5SaEMjOTozCMo7BYR8MPIHP5LNa7P9IUC2AZtzVwwOp5vLG\nTOBqIcXQ1UjS+SU8iPxOclQpLewueIBfiybaN/RckiogNRCMsNrb6NVvL6xr\ntXJDaY0v0x55iuc7pfBPbWTo0Bf8QpATiRUDzOgyFz8eku6K+X37TkgJ2Cvf\nG7wRunHstB06gzvKEgbkzX8E92rp9jC/U8HpFPfIE2falPS1D3Cm9xnRu1DY\n3QRi7ufODA3RFfFqFpR0uemd8l1KVNwHebT7rS1VlcGpwBvCQ7vh0bMR3qrL\nFqlS4waz1Ile0pNC+XtL35Y1XuPngEAOjQFeiFBA3FxHAgSO9ILnfCjBP2Br\n7ny84pPf+KhoMiGv4XU3T4zudSOcMqiLyt4Rfpypr44guYuP0POZ67byK0H5\no7Wxf/B+yK2Fx80DdCcKEK+Mpj6DiCZ58jpRdCzZP78jeal5CcNi9QgpPbgT\nUJ7FCG4an2vd2ZIpoltpCeqLlS01lEIm8JVilXKd/W68GKbXmCNnD0Gv8RGp\njhEbyPz56qKYnobncGf/0i/Y1kOQNwJ3gQDDcMTe0zS5PkG5UZElNsYBkJ6O\npnVaEKnpoINmqnJR3Zvfasq9PxcWJz7k/VlT8BhNXFjoK6Y9HIsP5iszSBfu\nMSjg\r\n=xWRt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"655c22fce2761d4442ae38ea44bcc67720788147","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.47.tgz","_integrity":"sha512-NTSPoXqqiXvcjaQuMNDA3qgeEZbmcChRYOWiERyLr+zrbLxIx5f+1wNHygzWKCK1te1yy+nFR4dhba5IfJsudA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.48","@syncfusion/ej2-inputs":"~18.3.48","@syncfusion/ej2-popups":"~18.3.47","@syncfusion/ej2-buttons":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.47","@syncfusion/ej2-splitbuttons":"~18.3.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.3.48_1605078976496_0.7299080321294045","host":"s3://npm-registry-packages"}},"18.3.50":{"name":"@syncfusion/ej2-richtexteditor","version":"18.3.50","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.3.50","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"326304c3b1cd4ad4ebceed8bede1aaf56919beb9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.50.tgz","fileCount":328,"integrity":"sha512-wOjIGt/FlRErWfvbrhPm1q2USPrFn/dTkGT+brdQgxwJqnt3b7Kv7O+AzPJfYb+lvFdJLI1sr0BEArwwLEhBHw==","signatures":[{"sig":"MEUCIEqRQjGVt6h/5X1JtjXEa71kj7kiITVVIzR2gppnOhkLAiEAzy1qa+Mo0HW25MHCh43gI1xkgvWi8lB2zC0UBMUuFls=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13164160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfs8eYCRA9TVsSAnZWagAAlLMP/3ojVymMR7ct46CyznrV\nQWsHz9ReCtqFYD0FozbcdB8jtZ/uSBMEnItB9vRSe+oCCSfqH+q4T+vuI0aL\n+Im0ydgk/MHHyOIbnb3tIo/U1cIucgiWfsspk8wOJt7YUnHPQbmBD2/O/E6u\n6Yj/LxwGP28cw82l5XFgfppM3QNpzxuMijEP1j/wzTf1v54JG9+ag2i1i/HL\nV4TYH4tIElhfDOdazajlkerxB+fa2atTV4UO2xtVOk3LLvnPFzoBUEDHO8gD\nK6iP1Hjyo3SDYbCGkZF3FpC4dx81gQEmc2hz3kAoQRKuk5DwEEBYG/giQRGR\nCpsXKfbiIZFxbRZ03Fl1cCwuZ3iwLvjOMxrGCz0jXcBg9c8wnxPiGoO9GVoq\nKqPV/NOP2rXOUB2q2Wk0/kQHj90FLsMiCoaZjjSNAelst6xKZqAiz5/QlSc+\nl88MxQDPfPuElBI0zncvjuptZSFv9y5tN2+2co01DWAJXUBR/FHgFv8BPWEd\nSekyhFkdntBnBLQWfYyqPaHPkQszbQxcjNYre9ZmOWYMo4HhDINACjdX5W71\nrlSTlv3MToryABtThnRGAUz1rbwFuyEBscbqr0z5ITni2KLJfS3/igOlxP2Z\niBDeqrxZc/BlGoMdluGIQdjIXqjNsyJoxnBQTE4wrhYuFwGkA3NSBtBqYeC8\n9dkZ\r\n=rYhU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"582d352bd53b7f090eb25f5c76d12a99085e6527","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.48.tgz","_integrity":"sha512-bEXK52RWyvCHE7Qsi2vTqVZGviGLLNU4SASV8nwe3PGL//qgs0NSR/0DJ4bMN2Oex059ZtY0u4m+UhGf/w4XLA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.49","@syncfusion/ej2-inputs":"~18.3.48","@syncfusion/ej2-popups":"~18.3.50","@syncfusion/ej2-buttons":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.50","@syncfusion/ej2-splitbuttons":"~18.3.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.3.50_1605617559732_0.3985995732421692","host":"s3://npm-registry-packages"}},"17.2.52-1205479":{"name":"@syncfusion/ej2-richtexteditor","version":"17.2.52-1205479","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.2.52-1205479","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7db5790d47468fe6544d77b5910d6d3700b1dea4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.52-1205479.tgz","fileCount":324,"integrity":"sha512-w55iI7Oo2/aTETSqFL/8x+ikry7r+yJmhTMTJ7Jd43v6TfgybTk5GjHkzTJW89ROw3SElFS8jLRvkcT7cxJDUA==","signatures":[{"sig":"MEYCIQC5RdhBSxvG47LXXpuABkI/Lmny1x6JOWPCQDxuyGVjIgIhANzmFIbApFOIcn7geWfDoBIINDByyEJnC0vs8h+PPYvR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11399978,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfu7GfCRA9TVsSAnZWagAA3z0P/3/Ah8Dtf2iEH2KF0Beo\n0VWA/+XcUk2sC1lYTcA6/rGuG1OplOBj/mYhmGgB+JVma+Leia02X2K7ltO9\nSNCH58DqYwDADzz5EgPozJInvPzIVywap4CBCoSjwW1Ej7813a2bbW2GwgFN\nkUdg0XmP3BNQ5wiF67Tb/XEGKYged/fw6Zo0dTzxecZrMU5UdHsyoUT75+9v\nQQ4ONGMh6RocKKoFJX6BF8JIZTckCwrxAFfOlOhkfKQFuTn/zWAeZapTQuBq\nLzfvdgbQTDOV2qOgVUO3VPSUJvI2jrX/7KxWMRsHIPZZn//pknMfkMmL2pks\nfoODnLzl70VCi+75lSPzqCe4rqE0PjK6/UGobkJN1L4aMOLCOslyTX8Zknli\ndDji3IMUOQPzpXCQyAu4X64TPhrlCYrFqKa2crUm18ilmOllVOEPT2gJiMNi\nA7uPfVKSvwqhaIpeH9oMSY+wsTpVJPQX+Gb4zn2lUN7jnAVx3eZp8Wmgopph\nLwBOSFaKA8ciVLwBAIbEqbE2XUXpZ5p1N7YgNZiRh44qQFCj/vByLhJ5jGPE\ntt+R5LRdN0uzvXQeAf5mYfTKKJXVZYDsDsijW37up5En9WORaGDerZ78Wfd0\nc4ZEeUvnscNhKxcNWzG1h3cY65LSM4rx+6TsKSH+FsGX7ltsDqRzqq2GhxbC\nElgn\r\n=406r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@~17.2.51","_spec":"@syncfusion/ej2-richtexteditor@~17.2.51","_where":"D:\\today\\cusom pub;ish\\node_modules\\@syncfusion\\ej2","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"ddc6c4c823c54cc9129d94b8537c8a40db0adebd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.52.tgz","_integrity":"sha512-C7A+WiU3LSLR5HuIqAHu/EhH8KEAqHnfx4RZK315queBsRcr3hNqj3DoJwJty4/GmFtYERVJ7y8Jgpr+Oi74gw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@~17.2.51","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"~17.2.51","registry":true,"saveSpec":null,"fetchSpec":"~17.2.51","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","_requiredBy":["/@syncfusion/ej2","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~17.2.52-1205479","@syncfusion/ej2-popups":"~17.2.52-1205479","@syncfusion/ej2-navigations":"~17.2.52-1205479","@syncfusion/ej2-splitbuttons":"~17.2.52-1205479"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.2.52-1205479_1606136223298_0.013016640391491752","host":"s3://npm-registry-packages"}},"18.3.52":{"name":"@syncfusion/ej2-richtexteditor","version":"18.3.52","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.3.52","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bcb7c93c8b34f3723f65d1fcffa8a88de8b1d8c6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.52.tgz","fileCount":328,"integrity":"sha512-ys1ZvjrbKUHDXq722E4bVlbTxvgK4DfqT+EErt1+6UV/OQ6TkmefHsRaS3QIOYkWWdJx151e2Sf29GL/3ELZgQ==","signatures":[{"sig":"MEQCIBEHznqm9rajP38uDKpD2KAwztEUWhPWIYSPll1AQ/h1AiB6KTznafw/JU+DrG/p+l8wIxJI0os2MNVBYJl+bP+9xg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13185888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxkKiCRA9TVsSAnZWagAAivAP/iVtIk7Dt+Oa5j4m6ps3\nhrSGx0kYYtl7wifnl/75UNZ8YdsvghkcH+cL5ztlnyfOApNFvpuUaj0kBK9n\noseXRNkHkMgeV6qJ8lcQmEhXDiclIsSTqfsVol7PCF0uWSHnpgVETU0zdiqG\n0zO4YHQgaKkhLdhLnOd5a3+oFrEvd3i/g5bNb7XMrtKvTLkEpP+CPM4TDyeO\n29YVI2ix5eD/6g5l/AcrSAXg0tQxOqNGSf4AhvrhO3mZWEHAMSZL0W2nj3JO\nTQ0BAyBYemsOFX1vd6Z2hybxLa8awR6gOXEXDk8lmX0q1ZXWWn5M4RC4FKMV\nObJg4ynjunrKOTVELAm9Fb1xBD5LKjs2HW1cvLaew3a8lKmii3O1Dvx3i+NZ\nTnCfF+AjOT1FaK/ZpSrkBoREGpt/uXbhVRK6Oa9y2QJWNrS1isXHS1Wc55oI\n6sEG/kjv/zaOGfYHzhcCbh1a2Nd4TX3gl+DffrEOGbcsrXA57F1MJqggogZe\ngoLh3Nzq+/IUc4CMZeULzr4r90q6Bz12RFxofhYSsrG36p7dkgIiienw97dC\ni7MWqzHlY9XDtBLcJt0n6xnb/O2VvMznARlb4Ug7OJu0LJKbxMuT5XkL42V/\nNpCl+D7vguySm9igda+yYxxYaZWDah7n/couz5RvRzAM0grlnbo+tjSNcm6e\nDl7O\r\n=aLv1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"bd9731b6ce43c1f51e5d50b7e0460bbab0d56bec","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.50.tgz","_integrity":"sha512-Goc5j4lFE8JnqD5PPPc5Kp+zR1Hf4NBhY9n196BB10Mg/RouLdgge0ab2S5MqJI+64osuzJcCskgvLAOiIKZ8w==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.52","@syncfusion/ej2-inputs":"~18.3.52","@syncfusion/ej2-popups":"~18.3.52","@syncfusion/ej2-buttons":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.51","@syncfusion/ej2-splitbuttons":"~18.3.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.3.52_1606828705793_0.05913129708835374","host":"s3://npm-registry-packages"}},"18.4.30":{"name":"@syncfusion/ej2-richtexteditor","version":"18.4.30","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.4.30","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1d59e84976817c28e251c0ccc2a14d6042d1662e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.30.tgz","fileCount":330,"integrity":"sha512-OLV4wSFI95EIOLVdzbo0LbsmxTYioN5w39AWfKJQwtASD7F3fWVAOmIfFQg/Bz2k0uz94zV9RS92PXiLh6jTYQ==","signatures":[{"sig":"MEUCIQDtrYa6vcp2E/NBR1pPRGneiYm5hZTbVlfPEdzwl2q5BAIgIK1okAe60ze0KtBGGzqoAWgarZNfrmwgpe/qpXzEXcE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13437478,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2wivCRA9TVsSAnZWagAA/cEQAJntvNsKOLDLGWZQWdop\noQKvm+Jb5VLiHUokcVZDi/W6oM46PxcrxSD/AO4LzMgz60U0Tk8aNCVpwzv3\nbpjdcdI/kAlx7cKClj+HkF8HhwcOaSp2FTaUisfZe49W0KrYGY0/6vzzG2Yr\nMMtwdDCKvJljimVunNxSqJb8R7204P/IuOIGdHoeUgTi4g0hYFAC18Tdjsvl\noiBeb8goyzt+urG7bAN0Ku/rYzUuRWB8+dq3IYqy7YtCMf1qiS3U3C8n0wKu\nZ0iv4RIJyPjKZSFgyX6RIsb8I1bfPvwmXltrBm502hqthihGzjQTK0IoIuw+\nPC01biHpGo0m4dXYc/L25NihI3u20///Z73QUKFtOYMNn1Yr4SYrYUFVqdPC\n92eWt53MOAUDF/HXCUcJCEE/I2hEAhZM0HrdO9Fn7lkhTaEk9d9umlAasP7G\n+gYz1TpMQsdS6Jq2prZWdnEjVG7hnZGXBNGgL8gp8cKjEg4Wnlzpc5yb4TBZ\nvPi2QvrFtBooJ/KcvsGG2r6jwZ6EReQ66dy9E48GjPslIyo+zLY5dhfYy+/i\nQF5QJnXVWmWUFJQ8iZHLcakw0M7so2tr9ZHF9aNROAt1gKPceelf4PEWtY3N\nSZLeRM/f18pyOHbXNtjcr1B5KS5vz2n2mj/4yEDH5N41izFpcEXj60DM0iVn\nMAmj\r\n=vlDS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"3af22cb804134d2c9a52a4f312b89182b8b3fffb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.35.tgz","_integrity":"sha512-n7/PB8olJFGzTR6iNbmPASLOF83iwNJhdgM2aeQrI/snBVyql6a4QfWa57ULE4cFvZYgJzRY9MyMavcEMfKULw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.30","@syncfusion/ej2-inputs":"~18.4.30","@syncfusion/ej2-popups":"~18.4.30","@syncfusion/ej2-buttons":"~18.4.30","@syncfusion/ej2-filemanager":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.30","@syncfusion/ej2-splitbuttons":"~18.4.30"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.4.30_1608190126924_0.5222536640521065","host":"s3://npm-registry-packages"}},"18.4.32":{"name":"@syncfusion/ej2-richtexteditor","version":"18.4.32","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.4.32","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9f293e3469a387fd08daac131d750069fd09bdd6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.32.tgz","fileCount":330,"integrity":"sha512-+473Gu/9bSPOmHMQuERr82NrNsWCJhOBL+3apDi2h5XvnkHQ0Y/l3sBsG1BF7F0WzQP09O2/khOnD2m2nYIYxw==","signatures":[{"sig":"MEQCIBnHxIE/7FwB55I7nUGIFfU4XLtFQfu2RiGwCDNGhVYQAiAgPPTs4V/JwrA59OI/vtyUBOYPcwkRpeQO0OfPrX+W/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13440189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf6xcPCRA9TVsSAnZWagAASskP/j6Bp4SeO1v9iji45qg1\nGHj+aZKfVQkAWIII50lZoXMLU7jh0LElEb7qUQ3GN1JgTzKh/9FTeDH9PHZj\nGuR5wrtFEICi6jnxu0Gm8iqS2UYcbamTf3WpV1Voi2gI9qtfhQiKShq7/BU4\newdkSBxGhDgNZFPJtTC69vw2EzsIarOC0UiJSsMNXbDKQpESqfcXHozmgeNJ\n/ejwuPtBVELgwM7hUm6ckXRuaNWPxPBuFuccapN9RZnkVxEfWQJitFO/NQFE\nYhjG9Y/oBiaeqzIh83Y8q+BnsLNBiKZtOxNMDMUHZ8YRQOI62K+vhOt6vdA7\nS+zOF9qbNYxDMy+TGV/PIsYWT+6wOse/+Jwq9/sYnQrmIWaaWAmnhPI83NY5\ni0iPMENzxEiwOEsYYxY4KxjCV5rsZSMVNUl2l29ow5/AjE/EPOs2WCGFdOwh\n/AEq0A+ajy1JHBTvNHInQy/YE3Wy1TGZdUfRSbCie/CkkuV71xZ14PzvA5O6\ntnVqyCXyFFXLjWQlmuj8Jq2+nWlCFnQMQ4F1uzp3H+AkW418t89dMUqU8OKU\n7L1GvZnoU2qbEa2/kEWPCNdqpLPJlyxOPSIhE07L6gruF6/NFNjcYUHRR43u\nXTWttL5QVUqbo3DQKRBVMYpvHtJOx9rPR+c0suIQJoCD1gZIqP0rGL9Myi/H\nAzUd\r\n=R1ZV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"ae6fc92a18c638b7dcdfe82f5aedca2ce0568cf0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.30.tgz","_integrity":"sha512-v0kJwMRb8aqI4RDNuBsMbq/aiZC5rAxfYb8RWHVa4AizCZGOPUHHzT7dkXsNqx+5ZFWm3GwtLhnPGKGLZDOtAw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.31","@syncfusion/ej2-inputs":"~18.4.32","@syncfusion/ej2-popups":"~18.4.30","@syncfusion/ej2-buttons":"~18.4.30","@syncfusion/ej2-filemanager":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.31","@syncfusion/ej2-splitbuttons":"~18.4.31"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.4.32_1609242382984_0.19509002824981692","host":"s3://npm-registry-packages"}},"18.4.33":{"name":"@syncfusion/ej2-richtexteditor","version":"18.4.33","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.4.33","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4e8869f814b3242b8bd2f1703e94e75344065b15","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.33.tgz","fileCount":330,"integrity":"sha512-cLsOcyrXhOGkxFQOgUkTa91fBZhgGfhxqDI6g/5r4+f8Ag2+MLCPoZkuRAxzD40tOwUJUcE7YfevJhSHlGdnWQ==","signatures":[{"sig":"MEUCIQCKp6FyXSO/qndpb1/Vt4dTKC9G8cs+L2VXdZ4ssTp3SwIgHAbXyjFFHm0ViuiP+OJiVbZArtfeYdOjtw9JuSiJiUE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13460609,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9BnCCRA9TVsSAnZWagAA17kQAIgbJZTOSgtFe04/Cofn\nHy/QgYLU9d/UORfUWa4JbeD/q8AaAnuI5OqglId/X28NIeAFYh7z9hxGx8JR\n2gL/C0cn5ZQdoSVBjHAz/AZ3M+DiVoI0kXzoFOxmbUGywOeSEzWb162FIZsY\n5UI8BKkvYNVJsHC+ANKrULMEwIN0ghNRekbKLntdxy+KAXZcRnV+q6e6dI9D\nAfIixZoUU8n9OSCHBvA909ZM7GsFkh6OTbstMbq2Bv51aZt65p9iEX6dnRwm\nhYoQrlQR2kf/N1qMfsG3/9Wwf3SPSfx7fVnZbNPpn2hSGayHEmRb5cjfrlD+\nB6XzO3RKH6B11ggX5lW5yA0j3uhQmFvlqgKjgPs2qIBvgYOAwKIGB/L9MdIC\nKVfXM6YBmhA4ZTV/qjd2AWCip4FjJ4RphZNotcpbAJlOqjPvEkQJLZm/wLtE\ng9OtS6ePe/xzL19ROFXVi493VFNYBSiVtNPXPyyWF5Zu422thDIvT/yz9LTe\n7rSC7MR5n+6KDda0sMzfC9zwxqGelx7vSoTeft+ngaC9KnKDwSQH6asNRLjx\nWon6dXi8Aqf1TCyApvhL2yj57QTLpmBBoVDTai02Ak8SBpMQOURYFSqpgqSz\nq+BNdKK7c1s/B1Z9hhRscMXCerq4Ff0SNiVzrJXOJUbo2jF5zXlI04BPfA59\nQ9ki\r\n=eVFW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"be9ca222d54f0c5e1f4755f2880a4b51ea8338bd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.30.tgz","_integrity":"sha512-5un6A5Jx+eTdBy14vLwr2ZTpUCsYL51x1Zs5kfWyqLypHlyJesk9ZtorM8uu7A5SxX6Hh4Yuj0tz+VE9eNqXGQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.31","@syncfusion/ej2-inputs":"~18.4.33","@syncfusion/ej2-popups":"~18.4.30","@syncfusion/ej2-buttons":"~18.4.33","@syncfusion/ej2-filemanager":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.33","@syncfusion/ej2-splitbuttons":"~18.4.31"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.4.33_1609832898114_0.002118946733193683","host":"s3://npm-registry-packages"}},"18.4.34":{"name":"@syncfusion/ej2-richtexteditor","version":"18.4.34","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.4.34","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6b5744378598612008299cf5e1c1fefe5216cd3a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.34.tgz","fileCount":330,"integrity":"sha512-NsNzw62gKTiVhyJQn5URJtMA5kOSO5D8h0JCoRVuGdVx50gwemQc2CFK3ecUEx5FDmFxOtOkVbfmmoiqCbTtWA==","signatures":[{"sig":"MEUCIQCEqYjbPz8xB+5bPZ3NXMePpUPGTqiW+95Q/C+ZYO0QAgIgYGVNRYMYrU/QrTCZJzUlCpoNwFrmucotNu1iNB64sZM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13481727,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/ozxCRA9TVsSAnZWagAAKm4P/RgZaLIdox+WBQO+9IJ5\n6pyInF+1JOxPoQH4ypWtLLWvSGt/BktLtTcL0Bt2e/UCdcns1LTfD/tX1v1g\nHxsHejbUuCiNve/iPmUhuctxzVM46fJtUDdXRE/sbVOzkLgYKg1AexD+p1HF\nLIr2EnLzgAJnWoMgOcPlJKXorus6GFShXPQPJpynr+gVwQ9zhmZvIRThwk9X\nJt0xT92PVsaH5NlhNjEEkUrxKkW0dFR1GnwKz4qk8XvnCPed8zsCP392Hpwv\nZLg62bqV9gJ+m/3UDQ0VLp5vj1RGYLg3ZWXnmemaVl6eoI00hMPrq/Skitj3\neJbyjCoZcon/wATaV4DrAuH++H9tm36MWo7vory3F81WVtOJ5pwNLbcOBPkm\n8sctg6b6+iJi5qwPHolJBl39xLe7YOCGDE5CPgdLMfOFepbdTcydgIQUuosL\nykf+y4dXiMXZcL3OUsYOYnYECuyhe2Vmqexw/deLA40IYrPCsoLJ6lqn4KJe\nkg/meTH/WKvnSVfbhVLKIYk4gtoXmx1/IHi3mGreshKcAHWA74Na/6hfhmjB\ntbb56vgaBfJkSJfBOjhOXyRCw5Bt1um8anEl4mzHuIFr2gmTTyMjPOVfE0tZ\nsjhNMNy6Q15OJJjgLqSinL8BdnTgjJkEpNZaJsdzTnERdRybiUV4YP/80LYD\nlRDn\r\n=LtSY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","config":{"ghooks":{"pre-push":"gulp pre-push","commit-msg":"gulp commit-msg","pre-commit":"gulp pre-commit"}},"es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","scripts":{"test":"gulp ci-test","compile":"gulp ci-compile","ci-publish":"gulp ci-publish"},"typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","description":"Essential JS 2 RichTextEditor component","directories":{},"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~18.4.34","@syncfusion/ej2-inputs":"~18.4.33","@syncfusion/ej2-popups":"~18.4.34","@syncfusion/ej2-buttons":"~18.4.33","@syncfusion/ej2-filemanager":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.34","@syncfusion/ej2-splitbuttons":"~18.4.31"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27","@syncfusion/ej2-build":"*"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.4.34_1610517744380_0.8589629696182657","host":"s3://npm-registry-packages"}},"17.2.55-1205479":{"name":"@syncfusion/ej2-richtexteditor","version":"17.2.55-1205479","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@17.2.55-1205479","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cf8b664d220008122a4f00b79463c3d1b999427c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.55-1205479.tgz","fileCount":324,"integrity":"sha512-Mf7G4D9mUR2M94Ne5buAsndFqPbfSh4t0IDQRq0pNrhFxLS1KtB+bgsTjvAXeQ9bECj59SnJ5lZ+JdPKYohsng==","signatures":[{"sig":"MEQCIGQs7wRG4e0pflbNnyeDCHzSQGJjQmw2ER++OLDxyq3rAiADnkBfTTxpd9ofZ9/tn4o3gDcEC+d18jVpORd1EESTSw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11399871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAWD4CRA9TVsSAnZWagAAFgMP/24Efboc28BXJk59io/m\nLxcTcnAsFYRk7ovonlCFg+8tUjJW36sUaTjqlvXAPZR0OrSL0hSiBSlAXmhT\nODuk+nUauOn6LzN7xWg76m3OSjxmBq60WZNRpNIZ0TNjr/aMC2m8xsNOhLxZ\n/gV1LkdkcySza8nY4zMXcp1m2ICKxF08wcghYIjx9lVw0+waoeYDY5Y7Avv1\nWbShkyH8KBCvs2PbcDlP4ZBCNWl4cE/gu69ytXf9+vA2bikxWRtLOHACzUAh\nzt8QlhR9tPQ0iRht2dIduCq//wWiEssKTdvZ4O5aDTTaL5EmUGd0h+qPCk+1\nYytz1muA/dechD+H0hjwjP00ff6X1UD1403dk7kmEpmEgk66b9fBICY/28ab\nYcuTTXDEH84ruScNFF+EOEVZCmxzRv6tYb09VjchEAOvigUepSmFIHalpMEg\n1ZarVW2R3vnPCU6V0G5D53lPSbW/VlVRen2ysZ9WXXXozbpCidqHZuMYWT1F\n8KzCJozOHhvur8i5yCjp1Fxw6lXQBWkjZI52kr6hDExwE9wrtDvFMfP+xygH\nXlCfRk/IDnajMKylOV4j+fX9caFC7UBMy8zzJkJRLs9JLfgc8aopBkPqpyCe\nAJifgP4TrKGeX80CxrPI0CumSAOFlc/3rLvGq+i7US8MixH3dkfMh8kWLSqw\nJRFQ\r\n=K8/p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@17.2.55-1205479","_spec":"@syncfusion/ej2-richtexteditor@17.2.55-1205479","_where":"D:\\January 2021\\package manual publish beta\\projects","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"7db5790d47468fe6544d77b5910d6d3700b1dea4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-17.2.55-1205479.tgz","_integrity":"sha512-w55iI7Oo2/aTETSqFL/8x+ikry7r+yJmhTMTJ7Jd43v6TfgybTk5GjHkzTJW89ROw3SElFS8jLRvkcT7cxJDUA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@17.2.55-1205479","name":"@syncfusion/ej2-richtexteditor","type":"version","scope":"@syncfusion","rawSpec":"17.2.55-1205479","registry":true,"saveSpec":null,"fetchSpec":"17.2.55-1205479","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","_requiredBy":["/","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~17.2.55-1205479","@syncfusion/ej2-popups":"~17.2.55-1205479","@syncfusion/ej2-navigations":"~17.2.55-1205479","@syncfusion/ej2-splitbuttons":"~17.2.55-1205479"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_17.2.55-1205479_1610703096253_0.5378026021294096","host":"s3://npm-registry-packages"}},"18.4.35":{"name":"@syncfusion/ej2-richtexteditor","version":"18.4.35","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.4.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1899ee1d1344d602e7486346221738268ac71622","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.35.tgz","fileCount":330,"integrity":"sha512-adrdOp1mSDrvuESSkN1+pGspiicVysuKGTUxBof7AypdHJdWH0Remdi4zM1aP6BmxAvzXg7FKuSeUA6pYFWmoA==","signatures":[{"sig":"MEUCIGmyeMgmmxOrioN47YuybhLo01yUpa0ySzd+bp+jGX4UAiEA+CiNKmj51LFn+iNLmq3Jka4Jvx4gN9nq7gcKzUQ5fKg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13470431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBrcTCRA9TVsSAnZWagAAIFEQAJ+v9xa5YHv93W7eT7UG\niupDIGXl2+ZaeVKlat2ByBHltyOeCx3ruG9QQaN43FSefN2m42rBMY3x9r7w\nyUehdCgs4WwsC4AHep+fXD1gjt+RHD+bvSDsrYQHirN8GoVd7V2dLK6Vwakh\nVWMjrH0Cs1B1cwc2Kb1Rfubolelz+jWzdh640n9ReFRtCje4sR/HXQaMQYWC\nZAYi6hA/VZMeN1t9+DazLJGqbiZjFWcYv5j+7K0Ks5thW+j1RTF5fILtbSNr\nmeDB1aMFIT6in9G11AbDUu1gYaGBXPjdbpuPr3rAsCz0YN0QJWYn4Efdngx8\nxm6ECvI6LhaSMyltWQSONA3UmlGrcPq+GI5aIiezeVDqMGiDtI8FdF1eR8TM\njwX2ZHZRQQpiiYgXkQPb+ZjnUbBNmfT8WRkQsFy/ct15T1jVtOWRO3y1lEej\ngzGigO2vksQ2gzv5s3rQuTne1Wdq07nHzAlefgAFC31klmB5HH8GYK/OTmAc\nt24s1R7nfJNKZT7UQ2EaSv/1ITad34/p42pZ/uQEHKXyOpCc9YSt0ZuJM3qD\nD4XYoPDumJJb2gRhGSYNK0UxlNl9fpk52RpinpG2vfxuN70kKPGTEc1DN8c0\nE14XZecwGzpuMcBzZuSqQXiSqOAGo0e4/mI+LlW1SS2pnzN/y+7u6AYfzz49\nG9N6\r\n=t81B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"38c91c577ef4235a121bb7856838c1d940514e7f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.34.tgz","_integrity":"sha512-/4tldNvmC0liQfKFBT1kvPUucsJmpM6CCzPxY/JROOIpeejer7248lcdE8c+pq6J6NJu7SoleTPbLidFA0qxdg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.34","@syncfusion/ej2-inputs":"~18.4.33","@syncfusion/ej2-popups":"~18.4.34","@syncfusion/ej2-buttons":"~18.4.33","@syncfusion/ej2-filemanager":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.35","@syncfusion/ej2-splitbuttons":"~18.4.31"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.4.35_1611052818853_0.2745553035543491","host":"s3://npm-registry-packages"}},"18.4.39":{"name":"@syncfusion/ej2-richtexteditor","version":"18.4.39","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.4.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cb0bb1686a7c28752ecd143e59134a2a713ed4c4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.39.tgz","fileCount":330,"integrity":"sha512-8F8fTX2mo0wTu1SGAS0Q4Uvzro6DpOac3r69m3lNUkn5cIqHhpJn1jMkJBJZufilSwXrkh91NomiAMkZYnQvFg==","signatures":[{"sig":"MEUCIQDZjutAwvZ8hbEQQNaZ73noNNd8vJdIib3zuBcLc5y7KQIgKH61XgBBC+dDL7dRaqVWC29RcGS95czzQgjAwBwj2n8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13475737,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEkeGCRA9TVsSAnZWagAAlvsQAJY93s4/jMgI5Kv3ovVd\n6wcyFPOkRotQ2sV0XhrnP11hBk3Wq6zorcBHwJbBqaB+Yeu+j5vRpvIYIfm/\nnkEoeWxKAxlPGZBXRGBKVTNgnsNGyGvyZ14UajyvgYTN0tBazqq2q4K/0Pim\nCP67hQAGqLsDeuAXFlsH0JzuF/nmdbdxH8LTec5lZD7wbUYo5Vl1MPGpIOXP\nUAjqxwFAuxre4Snt36o9m9qKG1SUjnYj5WzzHK4Zgj2ftHGbhPUbPGVHwq2q\n1vMqmCjNif3Mg35EYnBnqwdyEWKdt4Ccv9gqnIbSOYxAWKDnLKlSjMfA/HyF\nTfGO/MnkRMdIyGS8tntne/zTsknIv3Vext1R6e7xxdCWT1VZbLz+MijNZLMp\nRNJXP5AhksmXvvaI2jq0G4AnHUhuHuWiiw9I1zhjHfJ9zc6qcwvz59OdBymW\nAIgtxZ/A5QiRkD0DHk/f8TRQW/tKqZijkoZSWhsqxXxWOTZIV5MCtBlX6Khr\nwtdlDCyzT19q5F3KMkSY13VwoTkvcvFXxFffgF1xNp7YYlmTQEYGRO6W1MsZ\n/tFhyi5PNUzEnize2On5PiznunXr08/zUTHjdIiIuKhVilF+hyopGcGLX6QQ\nSWQTE6wuOjmgcWyOMh0c+r1rEvsC7KTaWGqyItbB1nfFgoBchUxVG/te/MAy\nh0QO\r\n=wxjZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"244bfa2fd016011ef8274d4e15d7b61dc0d88f3f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.35.tgz","_integrity":"sha512-Ev4LVR3i6IQZCUb5W+F/aUKeunp7wSr07fOs1EP1zCjfkk4DV4LAjLFV+wflwWY8psIQlcJ4adem42dIWNNO5g==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.39","@syncfusion/ej2-inputs":"~18.4.39","@syncfusion/ej2-popups":"~18.4.39","@syncfusion/ej2-buttons":"~18.4.39","@syncfusion/ej2-filemanager":"~18.4.39","@syncfusion/ej2-navigations":"~18.4.39","@syncfusion/ej2-splitbuttons":"~18.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.4.39_1611810694160_0.21388607547254668","host":"s3://npm-registry-packages"}},"18.4.42":{"name":"@syncfusion/ej2-richtexteditor","version":"18.4.42","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.4.42","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7f88d9ffb6e23879438235428223a11f35d221c4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.42.tgz","fileCount":330,"integrity":"sha512-zPKPZY8OCEy7L2f/aOBQMwjtgwIZNqHeqO2J27nlLZLlnkenmPFsV57PjgnePzMnIq7rmUgUXjA3uNJx2WLiNw==","signatures":[{"sig":"MEQCIEReaI9WCly3nkhqDitzN9UyE7L/PbeOD9EnUU6kAnCyAiB/f1xACQYNl5l5n460xoPteXseKfRZh5Dh9dllaHA1RQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13481164,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgInGwCRA9TVsSAnZWagAAubcP/14g9Oe2cO9LcMmqz8AL\nlNNfv6s54HHkmfB40mYTh6ty7w7QAbYnGG2/eRxdukaVggEZqM+PMYAnx84u\nGkaxlfNjx8MC9OuLTpn5PucrAXcpEn6Z9wmKeynnoWnROeJjlg00i+gT1geu\nILoJ7baCvyO1s82hCOqEGVITCamfbIoyk6umyEgkPT4HKMovP9/68Hl7XNxa\nx1Z150+4levW5cikiQKPeUepA2AMjX0k38ZbQImPJSuH+ywg4ISLBj2j988w\nH/paLc2qtyoNaciX1XiiIQLg4yWBoVha/8Os/yEeG8Q7qySYLSq3QqE1s4C8\nHQT4+LyodKUR7BsdeCYLW7Nio8c9gRgyTDF3EfSQiOTSHMx7/f2wqznKjH53\nN5cA3Oas8bbB58X8B3gfE7gxtmFCgky6JE6wWBiPvrEE0lfyeGJpLYlzTQ0A\nIklVTkEqXF9bNG8Ds06SVcAWAS7PYLR/IN1fl90sAW2ds35uK46qJRUG9nrY\npoRVHvlf2Un/W/aS4SzdAVRHMkAUxU/l/HeddZ0LbIf3mPkN+PGwhVkRNI5C\n+qKs1ISWXsJBwBTwzVYfsqP7aQnf649UQfkhtEwLLMranbcZn9l0jv70Vyy9\nLF6oQw+wa2NkGzwZrN4t7RHrOYEDyAsw2a8KIxOJFN8ZOZ1HI44xlAsaSFXn\n+bj7\r\n=3PAM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"e1873daf7b0bb36340b1a545b2c05aab37501994","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.39.tgz","_integrity":"sha512-zQHQfwpxLkp6Ywsv7i9qBAUoy9KTFpzuJcGacCbyRkc1rG5jJMWPlKQRJPl/x+OwsMLB/oa7g33B4fYwC09KlA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.42","@syncfusion/ej2-inputs":"~18.4.41","@syncfusion/ej2-popups":"~18.4.41","@syncfusion/ej2-buttons":"~18.4.41","@syncfusion/ej2-filemanager":"~18.4.41","@syncfusion/ej2-navigations":"~18.4.42","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.4.42_1612870063739_0.8819498470911538","host":"s3://npm-registry-packages"}},"18.4.44":{"name":"@syncfusion/ej2-richtexteditor","version":"18.4.44","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.4.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"dba937ce9ae344865f442acad2a613acb0575443","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.44.tgz","fileCount":330,"integrity":"sha512-7rXlqKlbX9iikeM1WdTTNINvR6KbXW5vnVj9qGjgEEcKboIggGogzz/OgbIbl75yQP75nuvnCse+41ePO98Vjg==","signatures":[{"sig":"MEUCIQDbVJhytXEYW+Zmo0Zkasq1gaRKeuHb+15GLW3UPRuC7QIgEP/PgrBTA4TG0xLglt22LEWT1zxcubS7QZItMrdUez8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13493816,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNMgxCRA9TVsSAnZWagAATeEP+wXfm41cyo/EX9T07omZ\nAotei0BYmDstP4BxQuEjXCo/rKnCGV12YxnQ5h6Ao8jSoTu679O0STKpHGEz\n1j1VFMwKA3beS38kcP3A0Iqobe+jcM9CC2p0ni3+wLDYf+9+mHch21O9zvda\nu/I7XueiAwHlLn2bKSVpqdAv+bJLpLssBd4s2IUnL9AD1TmyLE787RoWiBr6\nGVL8gSniv3aeff2O3/qSiw1rxo2Lc0mrfwWRMQv09kZ3/+m3xRkplk4lFI4i\nfTJuTwTjW/uSMGq3k89dMs3jdKWN2vDust2jjqGVxef+moZRv3SsBZIVfmZo\nzsRpFJX9H6H+GoGVNPqcRErRVyvj7da5cXrHu1gr4CqJKJQ+W/HCJ6ROGRl1\nuGChySEDSA97J69yXG2CxJxIFvLuKmFJpl+0JOm/43Uv5lRW8youkOYZNrfP\nBunz+HMFyCk3zhVI7AXT8YFjTGioWH39rHyPq807IwQYa4lnp42WBVDQ98jp\nOQTNb+oInxHNVtcwB3anTE6OiVnw2iaa8tTCICP3AD9/PDBHc46CZg+Gj4Ju\nL0pOPRb5ohZWjHEo99Vqoq7gaESXLS5oJrBMYwGtECZTQkH//nk3SuV3Ie4d\nW73th7IUv6QTZ5akaOmNu64f9cHyJROhRwHLa/DB3Z1Mmot/BIEpT6WjGyUf\n1R25\r\n=pC8a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"72fce1293de29e0f653b990fecf3e5e4d17682f4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.42.tgz","_integrity":"sha512-IYAgrB7iVE9kqFNSvP2WRp8TqXukjv33qud3+k5nDNWeU5rx6pUyAMytKmMDNYsBAeovejX7hoEVNIC8icd2ew==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.44","@syncfusion/ej2-inputs":"~18.4.44","@syncfusion/ej2-popups":"~18.4.44","@syncfusion/ej2-buttons":"~18.4.44","@syncfusion/ej2-filemanager":"~18.4.41","@syncfusion/ej2-navigations":"~18.4.44","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.4.44_1614071857010_0.29083375116839316","host":"s3://npm-registry-packages"}},"18.4.46":{"name":"@syncfusion/ej2-richtexteditor","version":"18.4.46","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.4.46","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"47dd29eb1f8f07c80477337d71f638c46c85c80b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.46.tgz","fileCount":330,"integrity":"sha512-SMJ6BZoEtcHZ+SnEHXwHI0qH+WB91tHuNudBcDJW6ufXsl0rKwvQwL+rwTx8CPvKIlhlLhvn8QtBjEEUD8NReA==","signatures":[{"sig":"MEQCIHEFa1khq5xCjoozLHixBUykI+DCo0lthXm31/9UmO9HAiAMX+St0Oiden5rHRG+NcbTdvYiJPhrlGKFeYgVqtj94g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13502652,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPgeiCRA9TVsSAnZWagAAMx0P/0Kd2dpBzk/OhsYuRHO1\n45nK8m8ZSJ1T0WWrWIVbUIJgjkoiExDALDRWBjDa910RVvWD9PnP2fax8jN4\nbtphT1LikNY7rmDL+qUX2lORZkTR13r5SojPGVnCgR5nZNy1md7gl+H4nIUS\ninUp/LyTBH021gd2MzdxKEc2RJL5J58nXA2K86fPUU6Afrzqk4D70VBEpO1S\npC6CycPw8bHMBLYeJADurHkzqjlxPHYu+nk5UYb/0SZ/eImzPUuNksricsne\nQYYkdMhWVvDx2DMJJuvdBeM/ZGbhhOyJTCuOruYwNXIMVuVmqtSKpVLMZnmP\nnSyacmmnBa/AVUWS7CqYZxBU9U052y4dOE9XUgFxv+tsAB1pDfKXn0KWlmt0\nBDsOKFD7KbuvRijfR/OqKgxGmd8uheBPpfLVLsmTNEtR2UIcQ6kTuSp+GbRB\n76nKee1eXpfZRPnKQLco6JfD9Thv9I3+en43dwS9Q35A8ZKeW8OdeIXRQGa8\nBalv3AbeaD1pW4ixw1mGqcqDM3iNSydW7YC9M2oSDS5/Fwi8AHeEVPGOXYYJ\nUFxCexHYrU2UHzsrUc3rDYFFEmJ7Ci6GYw/1TfH62L8rDJC4UxYbCUdm6WdJ\ng01ojNIu5vU5RFY5Q88NbViPWHhaIs1j3QrWGmNhPoHphRC4nzbVq8M8WXTX\n8w6S\r\n=XWgd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"55ecd5d0889ca042a7cfe4dfc5ba434454be4754","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.44.tgz","_integrity":"sha512-8ZtqvyXrEFxkndGXNRXYQo7DDoteOQi1vVwoYnYIQ1A8x7GiK88/8gq4ckoi3SCYcwKY5ffLzOhGsJhd1OczYA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.44","@syncfusion/ej2-inputs":"~18.4.44","@syncfusion/ej2-popups":"~18.4.44","@syncfusion/ej2-buttons":"~18.4.46","@syncfusion/ej2-filemanager":"~18.4.41","@syncfusion/ej2-navigations":"~18.4.44","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.4.46_1614677921363_0.4754107006264312","host":"s3://npm-registry-packages"}},"18.4.47":{"name":"@syncfusion/ej2-richtexteditor","version":"18.4.47","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.4.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bde322df068a7185fccf9ae148393752db8154e2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.47.tgz","fileCount":330,"integrity":"sha512-ndu/zpfqGhoV8G+xw8lQRGdGFeeTVIEblws/dmkWrWqjtZgvF8yW8R69lVsIb0ZJEidkiOQcNrAlGUV9q5vj8A==","signatures":[{"sig":"MEUCIQDgU61j11O8FjygEzQD0diIDzpDQMtmxSd8SdjKbXBpgwIgXpdOJBLPhym1hEk6rsdmlm+NSlhCIEkuuJFI0O6gR/w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13504071,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgR3DBCRA9TVsSAnZWagAAU9sP/3z8jCf8YB3fvoHZBBJZ\n2rPV1v8kijPvi3f82rX/cbHNYQ4cW3nJEijwgQAJVJSA0FVEpBlbQfmp8+vy\nsMVNQ7otJRkoamRHb8h/MX/xXg7tScNCfj3gkBCzOjCkPhsyurinXW7u+TTO\n4J4GQa/L6IiGpWp7toiIvvVsr1BOUnc0xHWTHm3N+reZE8MkY4+CTZR8B4co\nGN6NO1SbyhxX5k93UTJqde3oviPassfhniN1d1Zvd5KXxLZ8tJeh9B1xTMk5\ntn9mKWMg/fAfkfcZWuQtuQ9Rb9VIWq8bN+DfXfAJk/Qetvzu+MgvOi6EV2KF\n+uRIHQbpZfPkYz7bd5hvaoQEMepi75UswVYTzCSWI8YEc896AeT/9+M+vP08\nBbOP4oomSJhbM8OBiHuAu0/0qyJJQXmLSTflVyifahFljpV63Ms2OW+LRb4T\nJLTja8xMh0rIfi0rA5vmeaVnnG1ygn4zgCkJIAY5GJtS4TcjZXsyQpA17jPB\nuRDJDKYzn4UZm3oeAZvupsblV5gedx58xIzIBdqpYr2M6VRSdcCJoYTXYNAq\nj2EgwOP/95tMHouzSZayJEI2/OaaHYi2klFXd5C09fS7z419CbQWfEgU0uPM\nALWCNgG2I7AQ4UjuDz4+BKAPhAGQAi3dxXD1D6+8BCdmhS3O5FCxqDUCACEy\n5S8I\r\n=n4IZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"b9fb0f8f3e31d86133bcc861d1e3670af30bce54","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.46.tgz","_integrity":"sha512-Zg1bCjwVjze7J1hGJA0OSo9/NnA0P1bcRwFu6qTdp1tdVPTSF80Veh3AxS+ot83oAlicgvBQWBCLYiCQJhUJkQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.44","@syncfusion/ej2-inputs":"~18.4.47","@syncfusion/ej2-popups":"~18.4.44","@syncfusion/ej2-buttons":"~18.4.46","@syncfusion/ej2-filemanager":"~18.4.41","@syncfusion/ej2-navigations":"~18.4.47","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.4.47_1615294657040_0.2615222493396643","host":"s3://npm-registry-packages"}},"18.4.48":{"name":"@syncfusion/ej2-richtexteditor","version":"18.4.48","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.4.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7ceb767336199ff5fb66482febefb683a88bfbe7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.48.tgz","fileCount":330,"integrity":"sha512-Qe3szTak2A+nSECmynqrmrvyoykfiYpb59iG3Ld8Pq0iH+SKF2AKbQFx3Zi9yS5bKdEXsHS2dUlvMQJrwph6pA==","signatures":[{"sig":"MEYCIQCHzLLdpMJHvAa454t6AObd1S/OgZo0x0UzZHnM9KkwoAIhAKnYFQ7sftQ4Rutg4FfEjjW3Bpi4gFUUbzQX4i8QeEuW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13532063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUH4dCRA9TVsSAnZWagAAISMP/RQ0/lCLZVeuw5LIlrAB\ngqU1FLxBY0KT+NiNXQH0+wlbpYHb9jrr+SEXesie7oq6CqmvySHYW6fuEqxC\nTk5Lj/bFU75gcxNbxdHAk2Xp5PgKRtu9GScxv7zcBHrgyt0GpVGdGc+riL33\nZ8/zsxPtVWsMkTt0uQuwxP+B6/gnMnuTyTqBH7KV+nrzh9IiW7nJ2cBL0LKK\n6aRcTvs9wok/NKhb78mr37/H1nfJ8+fsCWky0Wc+ubMIuFCgFeOo1/JVEcer\nPBvUqc/geJMlHDICmXqNmb2zDeQaPQ0nQW5AhnKbXIubuj0OyLBLnovl7PtQ\ngcoclItbCBfmMPmf5w178P/K0UFbStkpgrcUR9j0YT79BsjzZMIYuaJbx+jP\nIVx1qdIq5LcM9cXA1/YhLlQsJBTScXWQO2UJg3iGEiyTf6/2vHNDoBi91kKP\nLmNu/YVMEBByGhDLRnH89SLlGbsIcDy1/QiSNntSi/hAA1S3UPBPr0rlKgl9\nfdKJzVBwa7N1igYB3oRSOThLOMYYTxixkdX4VYG53ivB7gclq3ZtJuoNCkjg\ngTQMJqy7Ct2SY9uZixm/l4v0dObc/h+L8zfLggDN4yeDyPeoTbLhopHPIRUp\nGsaJAKpLp+8TkU7ucWqBaITW7fMLmVV6FQ7Mh1XF7L9cWEnEksxkSlHQTum5\nH0TZ\r\n=mcoe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"428c1d7d629c413454c4d3c591879e73046edfdc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.47.tgz","_integrity":"sha512-SS1CIzlZqgKFzP9ocSg3O7P92U00MHfnADIkjuhF+yK6YgophygVvgVy39kW4A296LxX2Ko5U/VVJPruUaDUtA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.44","@syncfusion/ej2-inputs":"~18.4.47","@syncfusion/ej2-popups":"~18.4.44","@syncfusion/ej2-buttons":"~18.4.46","@syncfusion/ej2-filemanager":"~18.4.41","@syncfusion/ej2-navigations":"~18.4.47","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.4.48_1615887901320_0.4885586663973416","host":"s3://npm-registry-packages"}},"18.4.49":{"name":"@syncfusion/ej2-richtexteditor","version":"18.4.49","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.4.49","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cb89581fe685f3c4bb9f02852b8f562e34c12271","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.49.tgz","fileCount":330,"integrity":"sha512-6y0Zb/GU8/cP6GjV5sYUvDQtmoUoPTlH4pQj/sgcztv8l8K6n1Qkku40zJ3xQsHwIZVzatgY6EF8NOAdNTIwlA==","signatures":[{"sig":"MEUCIENOpz2xzBi3NvBAVuffFLJIMvvX6XIotnAfs/xpVaHtAiEAkPwv9nLHmz0CrO57i+r2ULfR5r04CGwe5a1QivLtvFk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13540711,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWa1FCRA9TVsSAnZWagAASYIQAIvpsKEsX91IpB9xSwO+\nY0W1HkD43r4pDYoIMrvg1s+uDGb+/N0oAuCakLe8iow38FNx4QygCTDQRMfU\nIQyWQDppurL3hfIcnYQ/X5kB7p0NZqJyk5P1GS2w1my2sLEYaInkhlMMyDoz\n/HaG3uxrEyDbE0muflEQtZXtFe+E85of+ADnzw0sVAdJw/ecus9R+ifQEN0z\n1iooIIPMjL1IhqxLfuuph2SXG6TXGH8DjOCPlFb8BbhsOUVyM+//aNbcdIxN\n3FoMT4cl8nsM0/bAuxBOvz5miXXWznngzfwYujvmOJJ23J436vFSkf4+3D8t\nDYiDESEZJqyBgyQvJ2gZKsBtYXGrm748A2sfN86yEvA4WC5be8qD107FlWk1\nj6UnBm7So5nWBBuevTSFqTxKSlSqqS81EPi4G94eBPYfUr4FY5mtnR40RWdl\nlbawRBtUZma9ZMiN9sv6lgx64faFlgBFT/DRpt6D0AqajotbanmZs+cV7qCE\nXxjWNeV27qs49Ru6B/A6vAl79S5bdXHFTXbBuaRd5/pefjqAbKT/SQB3w+u0\npRUmffOMbnbf1yRJuJX2gVGbwg7GRv39PNcFy2d/zBXDsTVARR/OKfOiAaFt\nfTONhrrNqdocUVD3f2QfaN81s74FYmgyWNdVOo2N2B8xJqEcFSyz/PA0+MpB\nbxDA\r\n=dxYX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"7f8e4f18effea09a9e3cda2fd705d6f629d3fe2c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.48.tgz","_integrity":"sha512-82YwvMT6IhkX8DTnOgUL0T4i2jDPCSGl+nndWZ5SqMBVRn/U7MwrVsVLvgv7v/am5x+qcck/KaT0eA01KnFvbw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.44","@syncfusion/ej2-inputs":"~18.4.47","@syncfusion/ej2-popups":"~18.4.44","@syncfusion/ej2-buttons":"~18.4.46","@syncfusion/ej2-filemanager":"~18.4.41","@syncfusion/ej2-navigations":"~18.4.47","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.4.49_1616489796876_0.3180326374824596","host":"s3://npm-registry-packages"}},"19.1.54":{"name":"@syncfusion/ej2-richtexteditor","version":"19.1.54","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.1.54","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"006b2e9d99dccef73e1848ed9123c22ba03e579f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.54.tgz","fileCount":330,"integrity":"sha512-MfXSTsapKRt1deyDaTItvIz14ZMe2wC2D3EOq9U460/XXwm9BGkHjX9hVeAgPMAnkwzB3rlqrAdQL8kvp2MZWg==","signatures":[{"sig":"MEYCIQCxuAXEtLqhIO3a9dU8HJWde68WMTp6MxoUck9H9p+4cQIhAMAtjtEWiRDBPZBUyVNWXen6y3D/VcS8b0rYntkCHdLe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14250140,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYzsCCRA9TVsSAnZWagAAqRkP/1e9qEuLxeDHQH35THVd\nZUQfVH1mu0YJDvQaev8demciaWJng2q66jK5wsaw9nLgOHGAAy9ux1NsuGF0\n70Hitg14d0j6lDQHq8hfs6pu9zitiOLH2MjJvrlvskZ9L3AKDlIrLZAiFO9c\nMYBswdidhlBhbu3YYpFXOnJ3hxtYfGXT37xFR1xzHb9COd8o/8IsM0Ajtm22\nZTnuAwlZDN50wt8jEUmRQs4uFy/AXZ3tJpHsmNLj386N3PeJqz9qHvForQ/C\nzUIKKWngO9HVdwAiQkC/9B1uRCzpK1j0SULG+ChQq6T58TjlvA8b0vlzICHV\neDjcTbC+FPBD1woxOGHlgZTn7vLCOKKK6+C2y3OYGaXfJzojmj0JmBQKi0h/\ncccLw5dihTe4oIXAJVlD1Ne63js+LAwv2WuKF48paG60OE+8uELSq6FfFodQ\nH14zFtTzB8Gbdivx7QP2SO/B5eebfamnjIkk7Z/I1YShUSeJ5q15SEzjue91\nBwOeamEu5FzvTyunWT/r5rYImnQ+SNmlATj7IM7tkoMTsw0Zcp/eGnZhdUkA\ndpH4kNb1rEMJA+/6b6x4KEC2Wh7CzIoBVadplH/AsqmyFMQ7RCNI5MeQXhU0\nl+BknyLzzxvzEhf9B2QywN/RL6jyFZ4VEJV9uQ88JO49D+SW3GumUnT/pQ5f\n+Jtj\r\n=Gnzk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"1255116d8b2b29e04e8db38fa966e7645d6387d3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.35.tgz","_integrity":"sha512-e3f2uTSv9F80pYGtgQ7jqgumI4N3qSPyepSFe5t5FysPw+sYbnmNn3VhSiGFwQLajr7SAg4FC8UwarTetJu4tA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.54","@syncfusion/ej2-inputs":"~19.1.54","@syncfusion/ej2-popups":"~19.1.54","@syncfusion/ej2-buttons":"~19.1.54","@syncfusion/ej2-filemanager":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.54","@syncfusion/ej2-splitbuttons":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.1.54_1617115906198_0.35452865342534867","host":"s3://npm-registry-packages"}},"19.1.55":{"name":"@syncfusion/ej2-richtexteditor","version":"19.1.55","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.1.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b05abf7b3482536bb1844103ce99bee025375a1f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.55.tgz","fileCount":330,"integrity":"sha512-rvtQ3QqDy6RSjzlB0xlToQ6h1W7/qpc4WSKRgTKPPUc3cFgL8n/slbUQz5APZ3pCPJjXBdxQml+I5+3JbjjwAg==","signatures":[{"sig":"MEQCIQD7wbQPbc23PvZWqY62PxzJZLDUcybq3sAhV2l5oxUGdAIffR1yxwcSIlyG3Cw6e9Che3b7+4J+MskjAavVCEYHvA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14245246,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbAECCRA9TVsSAnZWagAAtOQP/jUJhq67Gke8eoKZDycp\n14WsVbKbwaZ6c4Mkr15CKOH2z8Ta7DKBf8jsO9FoO6N238X8FkaVrKUfRRms\nd5D/4CAdFt0ngZlkgYVIxcoBx9KguDUvCjwENqBZphoUZ2ylRtCi2v59sXLy\njqPSK0skU6I1ygbkBWuaMxm6o52Rqxia1J8haqA76/IceVkqhADdulZmlm+x\nf+qjSNZMhLK/PDeCbUxnu/Br4JOZeF7t8n3t/Mtz7VVB4zVWkjMo8EXOQgsH\nfqXzA5qZso+swPnFcyQjwfkADEKTHcvIvGQZYH4oSVWTbVJz3SEZWgsrV1wW\nYkG9iqS1dmxFkdGQbecLj76Pp4P4dRJqukyq57dzyrqHaA3oYIjl/5PNTddo\ncbLJjUViGyPWgqoSOqD13W1/7sTyN0iguBHS5HLl7S/e5NjmOmVEMr5xdVmV\nlOlxa1IS7vMZwIYHuGjhPihDM4Jb8aAv5QBoHDOOnozeMVNduXa0tU9JcZxs\nRD892w1yGgcjrWQ9dsJLaIOtTK+g4P6hHGPSb+LnDBG8fj1+SQOAwjU3sQyH\nN/QiU3WuvxEkRrpsjolKlEygmF5lt84gZ3LtBWb89vFNIyDcAoKSkZZhgoW2\nfGNNBfWaLKUNA/IPOMXMl+cWg+hPAxF/qrkox8UeQGDcvcdrrfLBxxtHWLH+\nxqNt\r\n=MWxK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"02e6d74fa6d664b5e3d034d3571e5a33f6747b64","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.54.tgz","_integrity":"sha512-purq5lrJzQpm/n3AftLQvo1gfRtF0OwotZtZ90eZfgsRN9AYtuCqDESPIyYdTqVh39okahREd7QxHKxTOmRE9A==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.54","@syncfusion/ej2-inputs":"~19.1.54","@syncfusion/ej2-popups":"~19.1.54","@syncfusion/ej2-buttons":"~19.1.54","@syncfusion/ej2-filemanager":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.54","@syncfusion/ej2-splitbuttons":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.1.55_1617690881757_0.23087959736317987","host":"s3://npm-registry-packages"}},"19.1.56":{"name":"@syncfusion/ej2-richtexteditor","version":"19.1.56","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.1.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b53afd44952dcbbfba844f4537e5238f460ca701","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.56.tgz","fileCount":330,"integrity":"sha512-SIHG+TbIS0URud4YvHvryhh6DR2sMvMaoNUlNqwPKAyiHAhY+lghhLIJoarlZiLFWF8BSy80D908s4UBRNtI9w==","signatures":[{"sig":"MEYCIQCxyZ3i7muFxpfY4XN7ZeuBc5rRiKrjUkr4qYdLLs/ovQIhAIYKgGGl8tzcGbF9AyVUAA6eLJwkn7/0NcaHTzntGgT3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14264968,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdWJoCRA9TVsSAnZWagAAm90P/1x0KA6DN8jQNPaJiXUQ\nMEWeEkS87MGkAfYALnc6OXnckc7oS6aWu9cWvlxaYI+V8Kfi1m1vXtKmadg4\nBTZ+vOU3v1t7yLlN4tHob3AdziyZEPPmQkKKW+iaudSqxEZQAYEWUy17g73A\n2w1LPLcUDpQ2ELnP+aGZ1fQseeG8pHTxqE6N3dHsq6j878Cl1piqo4/58xna\nF31gbcADMu3ql21su28HOgBPxogbnq3g0zYboiQSFkjJzruzm3WfenhU9vuA\ngSEvbSWbMtBHgIUDHdNJSOktkZ3TMjPnJHe/Y9aKmn6DVwGLOzHXQfUcRtSf\nqXt8WgTuZrN4QFWlexJnRi4VNgzqvRUTfyETqKTF6HjGusHTEXHtRgJJ+bvw\ngc/Kx70N6gBFdyPkzqeHwKAMMSr1Yu0iPJHXHjrbESPk2sbrXUZk1TID9yTq\n/I0kZ3kGSdpPoq2SpL9ETQfNwmTJ+WNZ5zZ+LSqyJDJ1thYxI42sPrIJCoa2\nwBmv43N6XlPOeYCiqnnilq8MclHlTg6vIB67A+6Q+wEYfr3dZ7bHYI+qJj0f\nSZxnMRPke+H8WU2U6bSisQfxlvZ3dZgZEJEo/wCFii0Ultu/9TidoCyjnJe7\n1RvIcxkOW1cfFThRYcYm+7Cm4Cc5UQpATEYYp6SL4Gqn5jGxkl+L2LMQkfxm\n5nyE\r\n=r7ep\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"db1d8f3885238ab87d541e8a2ecc1174b783d4b8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.55.tgz","_integrity":"sha512-sJgtRMxbZSh6kEj+4cfSXyi/Qdy9cnXHAWU5Yn8erIpeQ43pMpNXg9hCIPbb73ui/dFOk9pQ5ClOcmbsDVqOPA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.56","@syncfusion/ej2-inputs":"~19.1.54","@syncfusion/ej2-popups":"~19.1.56","@syncfusion/ej2-buttons":"~19.1.54","@syncfusion/ej2-filemanager":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.54","@syncfusion/ej2-splitbuttons":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.1.56_1618305639842_0.23561942164025584","host":"s3://npm-registry-packages"}},"19.1.57":{"name":"@syncfusion/ej2-richtexteditor","version":"19.1.57","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.1.57","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1b6529b6e6ba3e4780f35a0a20473e427ebca7b3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.57.tgz","fileCount":330,"integrity":"sha512-CSZH9pLySwiLi6C0h+Id4EyHLJJ9NWVCvBl9cJ3PUkf7NrpmIqu05nbHQ1tW/ruq/SZE1VAw3qAFbCOh924+RA==","signatures":[{"sig":"MEYCIQCqhB3T0owZSqL5YBkMciIzkdkG3zF9BCm1hcHiX4D7ogIhANgfMw8lUUqqr7oFAc9QqOgQCrmXVaP/m3JOaA7Fw9M+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14264695,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfqAyCRA9TVsSAnZWagAALZcP/iEVVUVYxW7GzLLZFN7e\ntW73givL5M/MQMsA5G54YTOnqiQfGDnsOhWZ8ujyA4XrpKWm/GY7UfljvavV\nd1+lj3SI+DeehvT2Q3ZolawYxoaMhNNShT/vws4gwY9vCmlDuAPxzrIR0Ug9\nKLkvurYeDIujhx4SffuXqsYpQBoyCirGluf4jiigfI/VssG1UVFLssMyRANr\nM/UTvgkHUGyBh2mYVZY5XN/wYkFVKXidY8QnWXSudrolfup0M9rXCFpvsZ69\nqeTSCDEgmedQHphvt1j2x8PhRKndtvHcdKP7qj+hQrJQSvRiq2YvZnczkkTG\nlzJEPWs49TC2n3vl9OgHD29qz6hapmHwRR0tLjFkuiIIyQOAZPtroiJUgif1\nyZX/3Eozfr9dbkVX99CLeysxzFj403QyATIMNnAKrcUBHGdSk47/P3Q7cScC\ntV0uXyVxaLrsjhTtkQtXOdDcVWZTVtnoJfi4OXrSG6Af3JIOjiVMpeacSgxn\ndC78FG3ehnzauw1mvLX186Oa4UldkZsYseB7nf7qq5DHK632hFgF65qw02Q0\n0GlnjiJ3xLRTvZAWfcQSegogs+3DUBZEVcKga3cmriJK5piq4pvmgQYW/e8k\nthMr31kYmHU9Fj7OXvGN7WX4BB47IkbkWHt+Eao39umoNTk9ZBrW4bVIeCs6\noVDS\r\n=3OPb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"c1e853b85f21061ccd0e4a372a8017ccbe697df8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.56.tgz","_integrity":"sha512-8VysGIek/Zb2hQ6x53yJTUkiDrDLcUIS+m1nY5dEqC5xU5n9LobZ30JsKOAUkcGymxw0lRyCV2J5ch+7wuX64A==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.57","@syncfusion/ej2-inputs":"~19.1.57","@syncfusion/ej2-popups":"~19.1.57","@syncfusion/ej2-buttons":"~19.1.54","@syncfusion/ej2-filemanager":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.57","@syncfusion/ej2-splitbuttons":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.1.57_1618911281994_0.84025021860227","host":"s3://npm-registry-packages"}},"19.1.59":{"name":"@syncfusion/ej2-richtexteditor","version":"19.1.59","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.1.59","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ab0c778c840a707489b90b375f77bd70b2999260","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.59.tgz","fileCount":330,"integrity":"sha512-QMrCXFegm3B+ek9TN8+pLiXKSdWmhijMB6HB1rQwi5J0L4W5EZ2S0tlsiK2H//PUihoS+2gKS9SosP/nuq/d2g==","signatures":[{"sig":"MEYCIQDqL8CTz7yIHIAxP7THp026lV+kNCQCyIRY5bMihjZLbQIhAKytUynriTGCED77UaQSQvQZ2lQoxxfqHCxRiLAF8Fzw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14266313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkRNhCRA9TVsSAnZWagAAPoEP/ifSaH7TC5oBtOIqJQ+M\no2gU2M+rS+/+Y8alXD0kvl5ijPlc1mqNn2oPPBRzhbTyFndTk+d3NiQLd/KA\nwxhZxO8aiNjw41fGdp3mH0wXz0SKI6rcwk8+kyULV2S+37HHCnBO54bRUntv\n88me4yb7csm4gin0PJLELhOSmbVOvz6dJpb+ilV3c/DWyLF65AVFR2e6ooJl\nXHmGRYe3o0/bdQScH1mArwXa3Xj3RhNxaIGJVAdbGR86sW0pgbQH6T5ZlCcX\nwKqW0qesR1mFj2xGGBNTXrg1JMqGHeSHtR6a8mq/LeztzAzrubLv4LfiLlLd\nROnWT3FE65YojHnjAYwiCsUh6SuXwwIO4CsU46nU1ikMPSwsmhDWhZGzyGDS\nM8in/i4DwQOyaXwT1qhUAHTOEQ03noGErgMEO9LogZFYhgj5iaRqwHzpx+Q+\n9gRqqOUGJxz0diAVzbR6HY2Sln1R6+GkYTibJUwcwisas1I7mglDiHffEYX9\nKNvgyZeDa40plI+cFHC6Q7mBtSlo/4SWu3hbvPA58e4j4lN/2DTDu6CLVNDs\nTI8BRkG5KlYtxL/1kO5L8WROumSxopoPz54SINrHixe8zsQOQnAhSXLxEHb0\ndUY+RT56hJiDHys7SGC/OrPd1NbUiXsULjfDvO2zcArGz3K17RUv3EMXSkm2\nVntQ\r\n=8tlB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"f5786151a9f4f646aee5ed6c846cbfb950669b0b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.57.tgz","_integrity":"sha512-mJoY8hU08J6sIWDqTJdlWICmogc8MAASu5H9CKfhf6qTCfVmBpYk6egPGPN8prU0erffQ9fgcPNnubF+q4nT8Q==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.57","@syncfusion/ej2-inputs":"~19.1.59","@syncfusion/ej2-popups":"~19.1.59","@syncfusion/ej2-buttons":"~19.1.54","@syncfusion/ej2-filemanager":"~19.1.58","@syncfusion/ej2-navigations":"~19.1.59","@syncfusion/ej2-splitbuttons":"~19.1.59"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.1.59_1620120417152_0.9595807447056071","host":"s3://npm-registry-packages"}},"19.1.63":{"name":"@syncfusion/ej2-richtexteditor","version":"19.1.63","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.1.63","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c90568e34d7f7a07b72cfc01e9d3dfc9f3f737da","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.63.tgz","fileCount":330,"integrity":"sha512-D+/6mMESjVfBo+BMoW2NcQb5LZAsJd6zxAb4Ek+h5X4EqI85bdJAUDYzXcxK/ktLzLdFbw7f4NnTxQIO/zhIMA==","signatures":[{"sig":"MEUCICzr+yGI6EN/vqwrsb8Hhnpc5/daQoPVBa5XNIaKFQizAiEA2QIIXTYlcS9Ec09iv5+Mm7bT3fRs1HclRCUnZMYJ4Tk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14337800,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnMA0CRA9TVsSAnZWagAA5xAP/29NKZdFy4pasfD4mFnG\nliRjRxOlxy5lOsgUfpODG0+THNMqxKA7UvutE3ZUovFMAuOiKx7z1bvWnsnK\nd7/Kmf4z3xWDnkaCujcVjs9BWt6uUO7riuNiawtkdnK5Sma8KwGnNI4NSUq2\nOIi7rCv/tdn7YFj+5XOmFVCbJj+lE5a6x5NQtg2Sx/AXfOhS5BU06zdzZPIO\nMwgAOSvTAabicsFltVrL9BEoTvv00Y0DB7yr18T6FPbTI+t3aMPk5l9siqJz\njHceOnWP84KfgCy2X+vZtgsdfa3edJ+WSgZGR5Oq3hadbNKMOmMSiLygLFig\nDzEfgXklze803zi383rMviZOPZc9e9fuqkW6VfY9h/uQNFbgkJMOJgjk/pHg\nMFaFA4+5dSE8OW225BmFHzVaWCIwQnaQy5k5bJTl4fXrO+sxkDjggP2IEHYW\nMh2B870L92T09qa33g2e3p3n3TvDGLutvVdme2JU7KviDp+V7+FxmxTRUzsb\nxk+xLGpddqBbBnR5rWC3KiHb4E7IObHEfMnSZkaHpZJY6lgh+SkrIx3piPm0\nZtrOyj/fDivm1W/zFmhg9b/J4rtoAPDWgqoXE0W9tDC8rGQZXzJRo8A3ljq9\n+zPNjv35nOiWLnyHLQD772DxpNvxq/0BrkXnTo93Dt4+U/UmIjCObz6IWFep\nW5v5\r\n=7l4f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"42a022e784c7954aa22af79906caadcbf763a5c5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.59.tgz","_integrity":"sha512-kL2NCptMTcuFUHIuYTYEhBGiJ6tpl6QLPCRz+Rfdh3WAy/TKRyIwcknQbJxlZ2ePyq2XkBHOelO2FfhGCYigCQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.63","@syncfusion/ej2-inputs":"~19.1.63","@syncfusion/ej2-popups":"~19.1.63","@syncfusion/ej2-buttons":"~19.1.63","@syncfusion/ej2-filemanager":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.63","@syncfusion/ej2-splitbuttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.1.63_1620885555742_0.344049694497238","host":"s3://npm-registry-packages"}},"19.1.64":{"name":"@syncfusion/ej2-richtexteditor","version":"19.1.64","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.1.64","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"35314cc02ceff3a768e0f1db40597ffc5cfff6ee","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.64.tgz","fileCount":330,"integrity":"sha512-w14qnUP5m0BsPE45J1LsYyUKc4kCMN1ZnsAf+hJkwpoGi5TO4IWnu01m4R4fC3zaxZc4+dzwVe5PDhQ5XBLpug==","signatures":[{"sig":"MEQCIHm8gjtqnEcilk9dljRuo1T5p6UT71XENRP3RaZvVB2BAiBSod4/nqoKMBQTXxXR6jfPJ+MkVUSizBS1OKz9wclsyw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14356516,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpOJYCRA9TVsSAnZWagAAmZgQAIXeyIFnFXmehdRjk1xn\nhViE8v4CLMpQATvsm9RS1PqRrpw1x9azvhf58BXTOuwHaoaLaddk2VkJOEJ/\nFayYvQfkpr0BVu6oxfTTsBoY/J3vDckv20SoTGqwytdktCw98N4fKnsLb1DQ\neUQGZqoXYw78EUmHLWEUr02hSp7o2+UdBoI/gEQPOzqi0trVg0sBdqQaIQmI\nUFMzdM3EVbN1W7BQG+N/CDS0tBns7WQLwm677ScvEDHh8uTGilrZQeRR+E2h\n8hIjOzAI4a0MPzg9vL2UQE1OBoUXcnsaQJflMUizfs4hAS1VksiNXi0hUWCx\nUj2GDYm/CEpf1He4A1KnARk/2mUsP8lHL8vWvQYLYx6SE4pzFXaqlUOTIxF+\nSrpEflPCrTrnf/RHttDm0/Sv4Q6mUCKZhJlGzZLs7W/2jW3R2fpaDzhFB1Eu\nSY4/DABPlRQ8JLlBPRhnfZI6XL7ef7UBoEiGCkfDeAzhY3bbjIyPRiD6pCU3\na7CycRVcHEtPe5gdWrUt3RzOsDEXz9x714lFFn54Z/MfsUPCPiUoLgdsE6Su\nz5EdOF75zcC6kHsoH1Cwov+SX2+nCNqQBAkkFuHvpHh3HFbaoAWS5N0dWi+B\nyAA0mFtVuoSSCLetKtqu7TSPweGxKicH0NAc08OK4zgmW5CjryR+m3tL1tcH\nm5/t\r\n=nOFl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"12e73e7ddf7ea8c51221713c18d0f27c09d8fd6d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.63.tgz","_integrity":"sha512-xomlZ6RziF9/Tw4K2uv6wpRXhsmd23IW8zaSsJQMRQ+PihqaQvXbqgWlXWZ4DkNl/DI/dNyGeza+5SyjBwyw+w==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.64","@syncfusion/ej2-inputs":"~19.1.63","@syncfusion/ej2-popups":"~19.1.64","@syncfusion/ej2-buttons":"~19.1.63","@syncfusion/ej2-filemanager":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.63","@syncfusion/ej2-splitbuttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.1.64_1621418584036_0.428552943724402","host":"s3://npm-registry-packages"}},"19.1.65":{"name":"@syncfusion/ej2-richtexteditor","version":"19.1.65","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.1.65","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c51d57a7692812991c8c59e601fb581736e11208","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.65.tgz","fileCount":330,"integrity":"sha512-pjrugKkjNW5EMMuhq0H6jjzuDofrfciLYnmYjc0mmLdrXWNKsayB+C7dSV805m3lxJUzZ22phQoGZHjJbzvDaA==","signatures":[{"sig":"MEYCIQDNC0sr+eNT8aGybavTx1ArwkPJwqld3HcI8oeX33zY9AIhAOdgp+9RwKtGuwtUZhQEvgZrTQJ05RqZ4UhupMl18O2C","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14374969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrJ9eCRA9TVsSAnZWagAAE9sP/2Md55rUPHg9DbBW7l7P\n4phtdKPPx7p67b/lFbZNGTmmMWAjzFcPFHTeBg8E8VaXQLSNHj662JDw9dO+\n2IJ0qt4PswkHFIWRWfd9dvvhV31nlDPVzD+hwwvb+ozM3cwU2/oWv4rK66b8\nlPd2C0k+Xx3iQ+Q+0usa9K4CFSQouUAW4I3uLa3F4TUCh/0St2B83zs21/rW\n+cxezxzMtR3OQ5maplDITN11CDZEWjG8/KK6wEMvLEp23RYqred7cqd1mC/n\nmVFI8KK+sWFscKhOgwCSM755e+biReQcXegWW9icU9GMFiRZsbniP2OndDZy\nd+Jkpkn6RD4sbgdfr2L35ZV3H2L9ih1K1UyrJAY05tPlYDz73O48ja+/vQGI\n3rlXXEcaNpDmmE7FBRESormhEQtBcTcT4eErrDr2vo7mJBgKRmzkfNcT+r8I\nqE9iBC/S5SyyYPN5Dc+Q5WvNr9Ccq+FBTpd9b0B+A4C5+yaQ+a8uLRMLBgby\nrWAlDIe1YRlPz5SDB1GKls5Q9TCzf2spd3uno/DCgkSrsbChfVXWOBx0NU7z\nmMD3238/NVESuVToSjw0RYiXmUrTfVy0omFyKlnStCy3rbmuofhJj5O+7LBy\n2MQOBcflWkEl3XrdGZjQCSUFccJaoqKOzw13lvdetqBt4GH7xnx85Uq33Urm\nFOc2\r\n=yVDi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"3ae2fc950921cea63ed4f97834f610bd9cc3d59e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.64.tgz","_integrity":"sha512-fTayqFK0CumFXeBx3THtvlckgDZ0cJfmHvWGu9wP5eqOC4hqZK8a27sKnRTMaUpM0OjQ1dnBEoO+EjfyNKWETg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.64","@syncfusion/ej2-inputs":"~19.1.63","@syncfusion/ej2-popups":"~19.1.64","@syncfusion/ej2-buttons":"~19.1.63","@syncfusion/ej2-filemanager":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.63","@syncfusion/ej2-splitbuttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.1.65_1621925725574_0.08468935405328426","host":"s3://npm-registry-packages"}},"19.1.66":{"name":"@syncfusion/ej2-richtexteditor","version":"19.1.66","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.1.66","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4fc006fe24a9cd8f24171bd1c97cba89053a00e6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.66.tgz","fileCount":330,"integrity":"sha512-AP+UcmD8P0FO2z/kdP5Lkgnbc23OhpJkrbOfqMeb3EH6J2q5PODAQfcdkzQSfnyXO5SRu8D5SKfWjfFR/A+t3w==","signatures":[{"sig":"MEYCIQDdBMk9s86p2yZxUf8Is3PSM0gVHF3P3gJ6z8Czt8pafwIhAPksc8kjQTgnG19dBpzce2EhvibPE3YhdmEK72uw5O5l","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14381610,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtc3UCRA9TVsSAnZWagAAmSIP/2YPBa1xj076Xc9MbXJM\nOgJZEqZSnHMt0uytVYNY4UAhnX/BEQPFNO6XUqhLdbLMysXvHZzgEmZBlglD\nnVh5nGJzg9obrG1TA14Exam4zwKAiu16Umm8PR2UlS5cDBUwaIrDzwseOz5n\nDFrl+GiYG3P1FFRyzljx0z/PXTHudKTqVDTW5lTQy7HaLgYlGih8JYX8rjXV\nos28urSfVuBC/ag26dXOuBR8b0cNxNK7eMTiefNLkEBhtCr1Hcqcnvhn++0U\nHu6Fhd3wfs8GEZzAyB6wu2YntR3toy1SZEJC3YpIhhj9mjGXax0JrZpYLjoB\nTgI9zUn+Z3pwnBDKMRMltvHlV0xujNp53iXdG5S9naIdvYNfK5XhB6WyM23y\nUR8PhOUOMi7vYglo8Ea7FWNlyoQVGEkbsuqFjxUuROqT4+AxDUOAtx5KK8ys\nvOk9v87Daos8//i7PdH3v0LWScJHLhsE01q5c7OBPOTId+JZngz/wyalqKuH\nwYKZbUyTuLVryL/iUSaQsxOPBwoJwjRI1LGvaLuC7LzBchm1Yn3rI2p+xFNJ\ngE/tmJICeD1gR9ivPdkauN2KCHvWKR+rUBgPdRz3ip8igN5UozexMUyR352m\nawZ2wMulJ3AQIO4L/sK55XvE49uyfgvgUnlPQm1qy4gtIxGTHzfkLA2S+FKc\nmpbg\r\n=WLYS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"1a748c2f8314fec0c63c9c114c72bf0c8d11966b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.65.tgz","_integrity":"sha512-ze1BwU5NUVUTZJMzEs5PmhVpQD8pwMnhhUyq8LjgjQCVgmYzf7QR579GGyxsiJ9qwLDykp92FNT/4UTxMeUnTw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.64","@syncfusion/ej2-inputs":"~19.1.66","@syncfusion/ej2-popups":"~19.1.66","@syncfusion/ej2-buttons":"~19.1.63","@syncfusion/ej2-filemanager":"~19.1.66","@syncfusion/ej2-navigations":"~19.1.66","@syncfusion/ej2-splitbuttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.1.66_1622527443967_0.4820477637589833","host":"s3://npm-registry-packages"}},"19.1.67":{"name":"@syncfusion/ej2-richtexteditor","version":"19.1.67","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.1.67","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"de3ae8f5048971c0fe3bff7667fad8385519b6be","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.67.tgz","fileCount":330,"integrity":"sha512-9mOfbytrzF77VNVosnSqiyGQWIOsxp6AS4hGCEwqv0rYKfHMwXZyQ58vn+E0XkVZc+Ryj+3slvBsw73I5x9v8A==","signatures":[{"sig":"MEQCIAc1bigb2cz3lRXhkGnJfOvgwlMmUB2Q52EWGRwuEoGcAiAZuP2v7IdXpMVUIHAOS1b6MAqGdAd0nt72etFNV+PP6g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14389472,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgvzTJCRA9TVsSAnZWagAAcC8QAIuPeBYOAtIOK2b4fj6V\nSJTEH8oj9xNGwsmEF+yoY1ersymYLJ8vfANoboDc8YcbjWCIuXgeNMvjQiYY\nQoi+XjjRte1KVz8K0fwts000sfvmGtUtwIDEpUXaD9wEk1o9Ul+8QcnU2p4a\nRZIAI621mJQvpDAffmRNb+A1lxVhw+9wYTHbs2VuHhCaQ3TFebHl4T2tNiB/\nRrXwAgX46DNmLF5pXWr4wP5XQBNiPIAzPhVA16xvpCGBnttOM43QMHJAQvkV\nV5vMHb2+kVI9VdaVNKP7ihebefNigfHiDDwrhuBM5/9scrJw2zBPS36/ulB9\nKuwsS9W0XfP/jrNmCsm1PpUaDYbUz1GTXINgUWbEeqvBjedps7JUFdidpkqg\nDADDzIg85IQcOGqiZwixBQnTh57ZHcmEL4Vd0N2fcr0GeHx/Fm9vceTXY2Pr\nlejY08RSrXL0B/EYo85HiBAWh4yU36ZW6n0jZtgg5qgcJXxykseJG1FejV3r\n26zjHvu4L4Iguth/qAC72ikLghMr6czZ0UYtT97hwwg+ZLzpRcLliwAwgPPm\n9GOZWb6QNOcFKj54sZN4/OStEIfQnBCKtBBXsoyM5cmgdeErkTKoQV5PM4P4\noNnSEIY30OeUcnwEXDhWx6y7o5EHUq5/FvznW2ilbTqG/wTTtwFuZDXWg7cS\nferU\r\n=tTn1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"0dc9f65f9fa7476d2cf48daec8e4807a3362717b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.66.tgz","_integrity":"sha512-YtwArk4hW2Wvjxf8JjZm8wo02qjuQ8i5t5eJMfTEWiQqMXdQvSuhfshrygBgjS0RB4FhZ3CyvP7C6Fd2sDmyJA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.64","@syncfusion/ej2-inputs":"~19.1.67","@syncfusion/ej2-popups":"~19.1.67","@syncfusion/ej2-buttons":"~19.1.63","@syncfusion/ej2-filemanager":"~19.1.66","@syncfusion/ej2-navigations":"~19.1.67","@syncfusion/ej2-splitbuttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.1.67_1623143625212_0.5966841622038415","host":"s3://npm-registry-packages"}},"19.1.69":{"name":"@syncfusion/ej2-richtexteditor","version":"19.1.69","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.1.69","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3f8614fa6726993474a9cc84834aa20780e47425","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.69.tgz","fileCount":330,"integrity":"sha512-aDYBSW+koFgA+BPqrH9agcWZRdrFt2SsmlewC3KsLJNYO2Io7K8LYJdbMT5KGUhM+a56N9XSqfY/GF8j1sGTQg==","signatures":[{"sig":"MEYCIQCRXqaXPvQkwMLainihsH93h3VykY0G2TZ/p3Nve/RJPgIhALCLFCebgzH7U1uNUzJ8nJN7imvQPADy2wYnTucEbop4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13791835,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyFOlCRA9TVsSAnZWagAAoO4P/j4NBlMO1UCau7Hl3jCb\nqIrc+VOkIqgueOz7vopE7JaJwvkExZ/ob3VV3twjTc/BZCN9hY3Y2DYDTode\nYP96S9MfGuR58QR13psezl8TebSBq5pRbLQwJIU2rN2QwmJJlohlapYlqUt6\nGJfAHleLy6jhDU0fUlBpkvmCwt8F0xzqy0n8MhpwIyPMCrABMruCezrJLFtl\nOb/YFACr5WCa8+Mgiqq465BsR5sT0/UztF78EVH9+eYYLidybH9wv7ffKWiy\nveXxbasqPq3N7hd/OSAs/gcj6iGflxON/767siLeUKEUPnlrRB0611fqJmUd\nZtb5PcjBCHtgYVjKv4TM9+jRn6AtaQus7fQV5+A624Mc3I2enSQ/QAgvk10p\nYABSHT8w/FlQh9zR4ihq/XWW9ZTHNDMMy4fK5eAld94lRwfY5UE6QuBN7vXf\n6AkUtijEH+yqmcOIlE4j06QeM3TL08t9pZZ7tbRzrYlZCfodSIu1jTo/Lr4E\nCTVCD72huyRE3EHmpcuEDPEa/osU1GIN9evH+aarXKzkHVGmuVkv1KsuBrkH\n0npr5Oqy09qVbYGI1VsQKopnAo0vHzRkJxDbvaQzjBiB3BSsoxXS+Ia6J7Kc\nyIOfMzMKvaFBW5C2DoBPtAGcyowvMPo6ILPuMRrxJWONE5n4fw8SPS978itC\nOwhp\r\n=QNmn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"22fc15141beb85dc86c51cb978457c599949e27b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.1.67.tgz","_integrity":"sha512-0xL1Fu35bnJFMyqqL3xh4/RncKJi0a7AzhJxYsDGy3La+et0Km+wWMLor1owaoRbW0VpvRYYxpCNM/yl2/J+bA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.64","@syncfusion/ej2-inputs":"~19.1.67","@syncfusion/ej2-popups":"~19.1.67","@syncfusion/ej2-buttons":"~19.1.63","@syncfusion/ej2-filemanager":"~19.1.66","@syncfusion/ej2-navigations":"~19.1.69","@syncfusion/ej2-splitbuttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.1.69_1623741349401_0.05273127875465522","host":"s3://npm-registry-packages"}},"19.2.44":{"name":"@syncfusion/ej2-richtexteditor","version":"19.2.44","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.2.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0bac027954abb0024698aa4a31bd1f7ee69a2efc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.44.tgz","fileCount":344,"integrity":"sha512-CHV2SkyKYzPq40drAuFOcmLBfAxHyYqzzQjlgRj+9tMeTSd2DKWnK3Y44xhQwQsoreDH2Va8PqO/dDLcXCpnrw==","signatures":[{"sig":"MEUCIQCXNhlTy2IunTygeVtaIlQ1MfK+1CERhopf+IUqewEltwIgL5IChJ3A1AAFlKPkRxi0EzPw4bkxB1Zgiufbq990ifE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15805569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2/05CRA9TVsSAnZWagAA+dAP/1IxvSm09iZtk3fOkidj\nz9spfTypm2evFXI4+gtlLqcE+N9Qr1IL/F7ZxL8XzmOAUX57j2A/zW6r14tO\nvNEpXjOR8QopHoqaBj9DdWY2iImfc7kjQ4sbO0bkO+VXzckFZelE6JxOEPOB\nRepqbzPi85B3dQwl8lityfj9Iip6+ASj/eQy10S9hnemPGV2fDDc7N7+Vyfx\nZHYWnymwe6A3DN/c0oIf4oQnzc2l0ATeoC05PuC7NpPaxFAKeawTsIwlpMJU\nt6eGdg4oXREG9SuOAOFsqYIxqVjqXNryVYmJeHwE47/8KB4iQNLBPiJfFGm1\nLlD3BoEZartySM7eIrjUzWCB6HOvtkRDssRnvimfowEfdJhKKzRpGynMZb7E\nHcHCmFbhVECFyMdZObaLNDsHzb2twP1Mg/+pzL++1w5NSZqJ3/uBQPJ+4ckh\nSQ7x0YeQRhQNnpMcnUYT/uhJBeu+fQM1BngQp5ubo9eKqDp/KXcIWIH+wACV\nk8uIzNOQ8sQfLK0tLKsoU/z/MKLZe36PEDcV3yuYCyzKzWDbJO1HWIYA0/Zi\ndfWHk9rqJK3ZZsnmU9lTZTOFY5DnooM0q3wYGT9hQylpsqM5FAKlhg/rOEix\neqT4qCsdV6tYUD/HEdI1/SWMsMGwX6FO+bhwqVL1Oim36cGqGFfsUSnXrAqR\nm8w3\r\n=/QK6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"10f9faafc2d89e15d20d766db5928eae13462f09","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.35.tgz","_integrity":"sha512-XvndbZBK/Q50SHk4zfZ/9qBpoHMwpDj3CK0UnvDU1CGPZFCvf4j79rZyvSR+XqXDzKHMiHZddqGeBDoBva6plg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.44","@syncfusion/ej2-inputs":"~19.2.44","@syncfusion/ej2-popups":"~19.2.44","@syncfusion/ej2-buttons":"~19.2.44","@syncfusion/ej2-filemanager":"~19.2.44","@syncfusion/ej2-navigations":"~19.2.44","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.2.44_1625029944950_0.009754100904922236","host":"s3://npm-registry-packages"}},"19.2.46":{"name":"@syncfusion/ej2-richtexteditor","version":"19.2.46","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.2.46","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"64b3f7b1a546ba378e2d34419a09b66da4b778bf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.46.tgz","fileCount":344,"integrity":"sha512-+BwMmPG5KssD8PX43dUhPLgoAbx6SaXVc5UXCMdJTZzCWQ2xn+o1ywMnZrKPtI0BehETbZOqOv3JZkxqu+9uaA==","signatures":[{"sig":"MEUCIQDrBr9hlPIGIU97S/3cBW8uAl3ntDTncxEySX2Rye/00AIgMHoqqZnnTU53qjE1441B+G2VAeoTAqyTmRSmVcr2p8Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16185371,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5BG3CRA9TVsSAnZWagAA8LYP/1gcEJh5+MR2Y+rmmbyN\n8DrNqUg93oCta34HO/3TQLfQ4plgu3XFVuFUg19bV3UKpiEXFxuuV6hQDX4f\nXl9eVpJCbbhU2I5gBGA90WFtdoiNdtKDWBiu3+OKPYVDM4EkL6TNjQijAUMU\nmxg+maOc2QDXmLFyYEHB6jYCnCv0GS166tfrJDKRjs/C4TgrxTKWCZiJ66Du\n/k/qJeq8tg3lJewd6lz/f+lb/GRJFgEy+qnKieMioL10kotsvkngrH3KQV1o\nOyyxR3DJRpSRSAWlMH4tVSUV8sYgKxZqc1qSydJMWCurltXCCaiIbSWeDDOD\n4PoXhiOHzpccc6TvAQvwXBHcGgtCQLdh0Ssp1nx5SEiUfUclTQycPw7SEAcf\nFS1Jxk2Qc7ASTpYe0pa91xlIFeCb3w17e12wMQ+ra2OKNMYNz7nrgWp2PhgS\nhsWylX/H8o5KKOZ2CzNd1gRapGVvggPidcjGb4rm9Pyz03i2gqBC47FveaTc\nbQNut1GpUaJ/XWpnj8qdDg+Kr9eH9vpLsa87KTsqfBIjeSaoBEWkgrdBax7P\nUpzzESc0U/Ded1xQzZIFAckVMl43A4zT03/mW96M5l0/b5Ujwt0uOuiMaZRR\nyNT+DtcUwxAkXltCBkav7cKGXy98GVXGHfCMzTJX5BuWpLeAvbvGc3No8VQ1\nDiDT\r\n=a/yX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"92c24deb49f531f548b46685d97c1eea38a190d1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.3.35.tgz","_integrity":"sha512-Zu+53kfvVBij2qGz5L8w0OvdodtPmQgorzWaDf8ha8GLcA8CIrJEl6oTWgPBJmjtX1Pr+AmuN/G94ESpyuvykg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.44","@syncfusion/ej2-inputs":"~19.2.46","@syncfusion/ej2-popups":"~19.2.46","@syncfusion/ej2-buttons":"~19.2.46","@syncfusion/ej2-filemanager":"~19.2.44","@syncfusion/ej2-navigations":"~19.2.46","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.2.46_1625559479185_0.2628019162339603","host":"s3://npm-registry-packages"}},"19.2.47":{"name":"@syncfusion/ej2-richtexteditor","version":"19.2.47","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.2.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"460c93e4ff4e1d9fcba44c91ec3c24d81374575a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.47.tgz","fileCount":344,"integrity":"sha512-iL2b0CvQ9mrIePB+z3quo8F647gyOGgaLMXgaFVzwk6ePatM+gsK/XL/w9Z1dixJKFrzkXEInGkDs1Nfu+hKqA==","signatures":[{"sig":"MEUCIQCZpcGKWLWVVwKXdV6Xv80w5iamJppEYuADF6nDLxnc5QIgWVQO/IhTZT1Ej7Lie1gO2WdSFzFLCmt5irhE3fvJyFM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16240266,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7Uq0CRA9TVsSAnZWagAAVpYP/2ethuDUbDi861OH+Mxk\nvmE1QcrRrENCwSEuOHw6ClD/GBjHz2wbwvXbMO9mchvNzhqUSh1Vxx1Omti1\nxib3/KQNInEDvYKp15BWLixU8CAwfFj2dmlD1T/RJc6Gbds7vJqARtoHkcLa\nQgqrpJk/2BNsoafCkVf61T6nUE2KiG0uIp19tCQ669SIfTKWPPNaEBT/ZHQ4\nHhBIR6NlDeUdXO/j4GOQrmRJ3CQJOczW/A4WqnUZPUJBsjcM5/Cvle5OCEkw\nBw3hWJzsA5REgocD5E/MhC5KvJL1+dQWqHjmbc4cX8F+geeV09ElO7SFL6wV\nybVR1guIqjwse2SnRL68qesMFXVB054uZ1Ptt8VeU0b7M086HimWWqMb5fby\nKn9dRp5iwcs5ePpngcXnAWzSqmf8tANvCv9ZJGVvD3x24ER+KqxPUhqMViNY\niOtYivhPEnLxN0A6cwH/x/G3lSA/8cEe993g2fWlqxmlRpxccaOMHBd1ONmO\nZ6MnmfRw+w77JVndoGSJGcEZSyc+K2/Q2h4Oi4VXGY9AzoHsvNKLGTFtS0Gw\ncNdXKWQ6UAsQLnh7Sbr0LJj4oE4ZErB7pjN4XWxorOHlMh8OMr5g2PJKSbW6\nf1ahmbyTHAWX/0x2gEKV4OrQ13DpAdxYSp6N6DC0FwYYnAe+ucTYOk68H4eF\nNBmM\r\n=K0kC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"dda3cb034416d3f776e4e5022de243ffa82e7b56","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.46.tgz","_integrity":"sha512-lr3yQ74phXxgdzfM0wdh78ecGKbN8UWeClilBUAW87QwsXesbYbrerde2ds/RN1DVzBlhj5Tqxto8weBCrDWpQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.47","@syncfusion/ej2-inputs":"~19.2.46","@syncfusion/ej2-popups":"~19.2.46","@syncfusion/ej2-buttons":"~19.2.47","@syncfusion/ej2-filemanager":"~19.2.44","@syncfusion/ej2-navigations":"~19.2.46","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.2.47_1626163891757_0.2585003924626017","host":"s3://npm-registry-packages"}},"19.2.48":{"name":"@syncfusion/ej2-richtexteditor","version":"19.2.48","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.2.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7e86b7bef3fc53976ecbd5b648c495fabb08526f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.48.tgz","fileCount":344,"integrity":"sha512-ginCoB32KBuzmti9lh6e4niLYJzPB6BmWsrkKN9SFtcGVZi6AvCmY5CfOAl7H9OEtUQWOVlsEa+1aIdSTA10rg==","signatures":[{"sig":"MEUCIF8MdbaxIPoMsYOaaVJ7QguwRch2ZUXW3STCyEu76uyGAiEAlp2Yl/oYt6Cr8fmnL6lLbS1aZPO2yTMYumbXtBTdyh0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16245886,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9nZICRA9TVsSAnZWagAAkNAP/0mVVNr0MFhsMFJywKvO\ne6AWEWQaYR6nHaQ8zZZUFzwzvmQetyoOkfN3zhJmRd56/KyC5FD8aqdCz5Nw\nGpUC4m88j/efZgI/m+bCOfY/tNs2WthftExs1UH6MEynSO1400Re68LC440W\nEOdDtFEsslPRITBCt+NK/oOVN7REzCS6xxYMro3Q2DiwYeLdgZp12YPBZClq\n3C9+nCzkO2lrzoSzoZtvl2MGWovZf5HO5kizguzgCfUnbagXuGkw/7yRRNsd\nYIx+Xe1q+FD44cua5bPMxSvAqZdAJlHquVorSpMeMXWEtnQsVzijCt/DLpJo\nf6aXIVIgJBCoKAOlmYwLQNCte2cEa21Wfo54HJtbuhWjV/HJG6XhQepIGgfL\nGvirRK5xk1VrlPjPyt6WXOl+fC3S4GoJhlSPLC3d7BmlQJiEkvSNKjV97tbk\n8nG5pnhRFFvA02yYlJffJ4nuxBDoiEpLXgJU+mgJcO5MOVsQ+wrq9wwQbtOg\nysSOuF6DY2SDhluld0H4rySxhUvs0fEDlWExw2skW+ZZwT8/o0txMObxYF57\nqzP3eaDud4GB/C2tYeNDQ8pT9Fz4pN/EkuymsDwxPjfjxUizxi5DtP/EipSU\nHOK9vTxZTkCnLWzJS31qy0Yl6vvacunjB/Lss7zPqZhlsQ3y8XzAPdEyVPFc\ntdOh\r\n=Zudb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"ac7b73b1dccf9ea2ccc0142b176f51a3136bb878","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.47.tgz","_integrity":"sha512-WaqawqSHfkXDkiSBzanvw9/y1rSkXZtlpEALuFvnz27uxacSS7amMHuSafgg1O8opDlNvsqTiBuupZj07btBHw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.48","@syncfusion/ej2-inputs":"~19.2.48","@syncfusion/ej2-popups":"~19.2.48","@syncfusion/ej2-buttons":"~19.2.47","@syncfusion/ej2-filemanager":"~19.2.48","@syncfusion/ej2-navigations":"~19.2.48","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.2.48_1626764872300_0.9611166886794738","host":"s3://npm-registry-packages"}},"19.2.49":{"name":"@syncfusion/ej2-richtexteditor","version":"19.2.49","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.2.49","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b330d7ee910385e833a4a1a66a68ba7bb003170b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.49.tgz","fileCount":344,"integrity":"sha512-ZAGO1PnMgxyu5/i9EugZ5zWN9CDrpOFfr1X2ot1FeVR0dU8uColpsq79Ng78pgHliI8U0rfjNbvc2dnWfI8LSA==","signatures":[{"sig":"MEUCIQDMuXrSPZtlWB6MkA1TkNfVzeKJ6UVYGkSmZ1iTmRZBZgIgA3uJOfyxUjtQ+RXknaBNYVLyPpYWqmd/LmKwqsO0K7s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16246083,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg/7OTCRA9TVsSAnZWagAAz3YP/2HiOQUjdkJxw8A28om5\nJoHPD1lXzu4kUUh5PsGH4HXZdDD+w+1Kb1ckIA5UemDGXCIf6oUtDDGHO/b6\nA+EXZJfSt2J6We2cgu49aoe9+S3NgXPgMWdkNPcKJ1vYbl5FbgYShAcViyqZ\n62VQ10tzPtAIJ8vNZ94BisH5kOwdU5Cc/CH3b6cPOt+WRAgs5oHGSuzZkjjJ\nKi5/TQtOHbWJ3gdeMlqHX2c7JsThvGjJw80/nFN4zN7swzE7ehcGYc1OatyQ\njZutRi6RXYQh5z474eQez5d9BV8N8eR84MVlwOPDqh7dyhXvIbB+/bUzttoW\n+bm2XBJXg/f/gQDuXRuLyQPMjnlcjRX4AuKAfCCqLPHfckvGRY7u/85UEl7r\ntxUeNViqoIMgz6yOaZ7pAhs41JbfZuYFu2qpciCQ57dMW8D63fUBn76peA1z\nuW9HMqT8P6Z0L479lhtWcwZLe9LAkHiv8MRYGiXCMRMmvZIT2TiFQyBN3kc2\nydAnv3qv3NPB+L/yd11HS/SDxRelUUWIqiy5IqC7U8BTGgPXfcLG7iXojoqJ\nCrKrFo5/bFjWH9/1hpKW8OQLWgP4fQuKZAWxNjKz2EUrt9g4yx7tK0pmAh1M\nXIVrAgW6vwX3hAalAB3PNW2Kl/epnj5jdCL2nMcolmFuJLfZO+2UmocQcoT5\nfX27\r\n=cycv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"ed86aa660afac066f2b3aa0e1c7f81f921f11955","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.48.tgz","_integrity":"sha512-oAQWklDqBq3wOMK/9+tyJ+LGKkpsuAAqMgAvlwlRjCoVLd0Ly6nj1WvcB16KtSrc3FEeY0UtkWebThQwewF9cw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.49","@syncfusion/ej2-inputs":"~19.2.48","@syncfusion/ej2-popups":"~19.2.48","@syncfusion/ej2-buttons":"~19.2.47","@syncfusion/ej2-filemanager":"~19.2.48","@syncfusion/ej2-navigations":"~19.2.48","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.2.49_1627370387421_0.22673889170086348","host":"s3://npm-registry-packages"}},"19.2.51":{"name":"@syncfusion/ej2-richtexteditor","version":"19.2.51","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.2.51","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bd39dba7d30d18754c5b4ea7d15da3b8ae3457b3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.51.tgz","fileCount":344,"integrity":"sha512-7QyqwSiyx9PjrYvLh75r+M2nRa+sQ4CDqR+d4Hb1n6Vh13275m3P9Mab7BgC5u3NLcts/eCzutLAcV1H/7bzmQ==","signatures":[{"sig":"MEUCIQDHpLhB5bGiTBflHE0LcatSrPfsaUUcoF6/c04q3SFOXAIgTfbQjqOhtT6jHFZrofwH3jl3dLuyhi0mdIyKsvA2fzc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16266990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCQYVCRA9TVsSAnZWagAAKjcQAIU7lW5eOfKaTNAWF66u\nWcg9+IQJ0nHZ7pzAFT3WXbOTyNL26CaijaZE1YJDg0sD0YAsvxpeGVSG2YZZ\n039m10eLYeZdOlv4sZKxn/eYa7mTC8SeVfNK/AeTrgDV0F9ylEeWjrmljeFu\nV2dw02KpPCbznapY4cE+e6tMj+as7lak75En77qZdXbLkEBBsuZU3Hopb3C+\n5Rqodzx8Qw6Ls+NFJ6vWemp4p2TaJuN45+nlaBZ75umg+wE/RDk0zYzHE9co\nmyGVANebtRp0N8aykdCnYQ5ijZqlYSTIcFiZwHZuuIqD9LlT7PZGY3YCm4sG\nVhkXG5jdkzTzCG7jcdU6M5dH6Y3z7qFDzJVPvt0rSwOGJywmpzUAOkyiRq0F\nbXFpzdIljfxo8tGYskiyFB0Sat0tYtu6llOz5KjWlB3tXwzRb8mS1Z0FKGXi\nm4NW7m2oDfigQWRM2l2tP8Lab8DIU49g1lxczijx8rMZ5g4pc+qlGAZ0nCoZ\nbJeS6IKZt1v40fyCmMD1cFlFHwhV4UnVLVm8gXbjkjVr6iO6CUPF1o2QS4Bg\npxLzgTVePtcQuXJYBf4+rxua6D9GK1DBjOZR7jPVAoarykXJQmGFW6ok5YCg\n626IrlWO8QHcheSaGZiyTRXDf08Rv99M2+qPPwZRHtiZd9rMFTYY1PSChLoN\nICvs\r\n=f4lJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"526758be55ab613ca4d994382cf1bf29fe960929","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.49.tgz","_integrity":"sha512-CVBOdEFMHCgh/A/NGK3n2OugTFbwhqs+4ZyP5qdpDnvYXoT13bdb8c6l2xfDmtSN8hxvZ+jcMkgqlw00VwYVUQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.51","@syncfusion/ej2-inputs":"~19.2.48","@syncfusion/ej2-popups":"~19.2.48","@syncfusion/ej2-buttons":"~19.2.47","@syncfusion/ej2-filemanager":"~19.2.48","@syncfusion/ej2-navigations":"~19.2.51","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.2.51_1627981333233_0.4907566768769487","host":"s3://npm-registry-packages"}},"19.2.55":{"name":"@syncfusion/ej2-richtexteditor","version":"19.2.55","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.2.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2e3430bfdae73dfd8589a2e4a6369ed617796dcd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.55.tgz","fileCount":344,"integrity":"sha512-rFYXMA8brUCEVOB9mXqlJrRc5uKe6XFFm4QLwLPb084LGRgz66iX0F7nKpsYYmVaDKey6i8CcBpLRihOCP1NBg==","signatures":[{"sig":"MEQCIHmWRKR9lXub02ufu9BvfyYFxnyQWt6leo9xLjQbP3BnAiAoe4UN3iIsCamEIXyMcn1751zFdb7582Qx0z86+ggonA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16419469,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhE2FUCRA9TVsSAnZWagAA1mcQAKEnl50cNQhnC/IEZhzJ\nirFg1+csj1SC53ecWuJk3Rraxe7GUFzUEpZjNvcQm/U9VFs3wiJr2kVfuvBL\nhK/Ngcm3naw50e+s4VqB92bzfL5z0DxgdK98EAFyakdtlaLBWMslcllTjFVI\n7bridhC2SKwLez0qARz4Tv3vul1Dk4Uo7C7UO0ypVf3oaDXbz03HPdLDPTVp\nDWTjitIpmuKOyfbwg0YdczFs5XLGfgOGB1g71k/aNDR2/jyjy59nItSmyiTG\nxMXpta9iMKu/WIsU9N1bRT9FkuNXOfkYvVbS4c8St9syG5afYF/6j8XvpsPI\nIt1C11YJQT6tpn8dJcKBfqXiabkTbFcn1z4s86KNDqjt99boF2y2XXnNm2id\n8BFs38ftoADjXTXYwfZZ0/gw0y7mKGHwwThWWvMokOC6WXoeEXoyOzZ7NC6N\n7anC7ZNeJqO56PFrqjlSL3PZbo2qNM/oFU3k3hEB6rAZSw3+P72mhHWdK2vO\nULHDm3Y3I7ocZ+2fHrrlYNP32Q5O7m+GPF2YM6Y7c2m27wt2V1mup9l0CVmB\nvNE6dlzSsGa1uQ+PiThhLZYBdI7+zIg9yjWGzQRPtDZigipeA2gAWnk07/Wu\nm+RvdKlAqeIaw502URN/jVq2HLhVXtNfV2ZQWJ8qxewqJsWIozdaQ4xlJIdB\nUsPi\r\n=7Tuw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"80cd8d76c329807bf5336fcf36c8d2dcd4507791","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.51.tgz","_integrity":"sha512-jPq/EEFKK94EmnLgBnMTGAMVSX/+8wJeFzGB4ADfEHWuu5qBVL4b9fxKQmcn87SqDmeeyZDZQ8zhEAQTTMakgQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.55","@syncfusion/ej2-inputs":"~19.2.55","@syncfusion/ej2-popups":"~19.2.55","@syncfusion/ej2-buttons":"~19.2.55","@syncfusion/ej2-filemanager":"~19.2.55","@syncfusion/ej2-navigations":"~19.2.55","@syncfusion/ej2-splitbuttons":"~19.2.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.2.55_1628660051935_0.39660835935711436","host":"s3://npm-registry-packages"}},"19.2.56":{"name":"@syncfusion/ej2-richtexteditor","version":"19.2.56","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.2.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c6403d57caad2443c4f97b9376cebedba6f12575","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.56.tgz","fileCount":344,"integrity":"sha512-XYTvP0w+xcgISfwlgHvqCRD5GfzD1/3RriRohUheQanbSW7QbvmHAMBDhr6LVsSid7rKDip9pNINZw9lLh0TCQ==","signatures":[{"sig":"MEUCIEw0/gDdTaVOMcLfgJJVOYIBfEAe8T2J2gimXe9Iq2rHAiEAqxvXT1lpOz6knLRxXyLfi7/oosG1udNclcimx2mr+9o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16427300,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhG4KXCRA9TVsSAnZWagAAcpgP/ify+H8g/tpwzXn8WAoH\nHJ1DU2pjVp76mvjktU+cCtP2KtMtUueuhQyVXZQYGwgruzYeoO16ipaHirBW\n6YG5cLCLhGbbYN22nOGaaSDl9FImZyq6iJ10+e51XkfLJB3cXHrWqy1D89Vs\nD8kwBuOwdcsG3jSb6vBDDuHESCTFrvnZVvy452gK33bW+apT8MiGJEFQmP4+\nR6qhbJBYgJb4rCA3H7c7ONQwOwC5mzX9Hgr7FUAfkDtkkzrItsalgCRE3264\n39Rrvfgq+p2i2lGKz7e//ro0H1L0EAihiOqVIlHFNBOIjp0ORVl1EJX6SE/7\n9D4+VJwp+URySGcNmNO4uJrN6WT7EXgZpWUePLpbT5M5kHg4aHoTpBUf3HF6\ng1VrcsbJzBfAfwPlqMSLPucEotAkw1COxCHqXdbSRosCqT8l54mipGqUV5Zw\nQjMTjt6KysXanQvLRIg2pcD0lWRfA1GVrjjX7XF+QmumwXTYrUdmKJdN3UCk\n6u1WkMcNcRuuz+5E6y2bs8uMrmzXz2wUFKJ5anWL2EvV1OMKDBV0fywdMtzO\nG7b/J0TCtF3mZrBjp8EwUE0p/beblK5sYoHnSzVeVaQ14UbWy4uQA5/EiXKy\nH/7a0Jc4AqLMLxuzxIyP5joLdWT0lWhss66+iemd06G5UxpQfA+Hs2SJb/Ms\nF41e\r\n=fG41\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"0b622e12f6a795c03596183ec46c724caba80244","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.55.tgz","_integrity":"sha512-9Ag6SyBmDO8Tf7j1njw6eeY1VZdgsiqtd950Pxu9doySmThrdEW+JkXYdYTS6M1CC4F3LHLpcfArjNNm8rMGLg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.55","@syncfusion/ej2-inputs":"~19.2.55","@syncfusion/ej2-popups":"~19.2.56","@syncfusion/ej2-buttons":"~19.2.55","@syncfusion/ej2-filemanager":"~19.2.56","@syncfusion/ej2-navigations":"~19.2.56","@syncfusion/ej2-splitbuttons":"~19.2.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.2.56_1629192855519_0.03346972811208526","host":"s3://npm-registry-packages"}},"19.2.57":{"name":"@syncfusion/ej2-richtexteditor","version":"19.2.57","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.2.57","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3a32425dee852eccbf7b6b809eb7af5328d79471","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.57.tgz","fileCount":344,"integrity":"sha512-o3BKwHHWpK0ORMztLQukAoNpD8KpQxEVYDA1hlHXN03tkJVXJsxSCRwdygbrj26zJPF77mrW7xwUjOWDDDnJkQ==","signatures":[{"sig":"MEQCIHScnlAXbLC2srFjBv7FtWD2nAixTz1U2GZh2FUZtBrMAiBltpAr4h0JqVGQ7YglAy+NEUPAPZW+rSetJbch7ulH6g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16435317,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJLhECRA9TVsSAnZWagAAcV4P/AivcwK+iNPcaDD0lA5E\nnp+kDVooJm4GZwJZ3PPE4Qx5HvEl3Y5L2JRXIwNTuqBb9B9M7SsZQS2F19y8\ntPOUhBaKtyjbwIzlRP1JM/lZpHJe2C6Gpcg+8DywloVUz6tpUR6YdbFhDuaF\nia33NCqyxvTLb4xi3uaIeE7I+fWLELEoW/cZqDsKzMjJ4HYNQgh5y6kn164I\nxw5jV8FkrYAOWEkIe3U+J05aQyIzy02LOdzqOp17GV5tYT0wlWW1GmHF6uaT\n43n2B3rtgHUIwk5SoQ6uvH6JE6ZLIe/cVX/0D7thgZcB49wmuWRT2WWZfivu\nWu9JMTb7rtz98BJeTeUx8VzL3tackkS03anjvqGiuQEv1xFL31WylAPvSPIJ\nLLL3X3xh89MCFr/tsyq1s4VWwkURjfr0FZDCkC0iG8XTWejLcYUTQoTyHRZB\nDVU7+3sVE2Lb1WznjEABQ5f8ByFSFpgVc6A7bDLUhgUq0m3iriEOhDnK4b3k\nwW1ky/nR/ZzzEdFuG7bnn8B328UNyEKVKY5qFYRoo1StzIsIXyqZXVKbRzYg\n25G4wuza3f7D5VH0vzhaLfvFmorNxQ3GlCARXg+hxoiWUs/vLN4UsupvGQAr\nkVOwLhBO1Y2Ao4itDjWggzLIu3g4BpRCabi+e8zqGQL/Gzgvwl1MQRP36t3O\n3/Ye\r\n=IOQl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"1366d0bf1c1a692290dbcec2daff61fbdb64ee0a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.56.tgz","_integrity":"sha512-+Skv+q7ge+Yj5iVAPly+Qn7cuw3Fywk51jVWRQSmu1mC3+ms2F6VsZ/IKYG7Pe9wdYkTK3CANPMXwTPlqgcuhw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.55","@syncfusion/ej2-inputs":"~19.2.55","@syncfusion/ej2-popups":"~19.2.56","@syncfusion/ej2-buttons":"~19.2.55","@syncfusion/ej2-filemanager":"~19.2.56","@syncfusion/ej2-navigations":"~19.2.56","@syncfusion/ej2-splitbuttons":"~19.2.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.2.57_1629796420565_0.03791045571602081","host":"s3://npm-registry-packages"}},"19.2.59":{"name":"@syncfusion/ej2-richtexteditor","version":"19.2.59","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.2.59","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2e788098b808730943d17cdd6ddcdabbf8480edf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.59.tgz","fileCount":344,"integrity":"sha512-Q0ocSs9f1L1IkiZjGE7TYOJxx24U3cvVeBiU4Sie7kF4SXHptDr0Qy5r5FJAJYXVtOciFnXoxU2N4466TuL+Ew==","signatures":[{"sig":"MEYCIQCrZ49T41PJfXE6cwUsDlTophu7gDy2d0q/WGL8/WLjIgIhAMx6mj1Ti3EVJ+Itt+OCFKq8R41W63qLCF39JFdGpUcC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16457678,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLfCWCRA9TVsSAnZWagAA6L4P/jZzaNUtUeJeCqqB6bU5\ndFNAlRb96gnEvmqOrkVx+DvTK48A6D7FAKaKqEi/6OsIPCc8eroViJLI1asU\nALfyKSDUFKtVZTippVsTEONV5uO7vO2GN5xJE3nzBH46l4vKJt6mybp1R5n9\nS/RnvuTMq2J3zo3q/9Tpylwo0J/Lii2hWIpJOHBXV8a81c5v0nVnuVWPuXc+\nP/RSXcwwtVdqXh+dMK+cgYrq4zHJmpJ9a3Aq+zLpwTyGo5Xfz1dt3je3pdfG\nn0xLxQWk9FFqj2L6iCtlN6WbPrKPdBGDuVw7/8nl5mRsuY10zwN21toj5Vn2\nWC+1gyj/cgu6DudH8PMDaE+9poEfPTNFNcbbVUMmLf5bzF0ITDZXs7OdoSt6\niJBGYi7FPFVHpLfbdQ+OaKCUToVbeHgKI4YJuBqa1zMAiDoSJdwwDvO8xzff\nPvip0Kc09JMRgjguWpuAFViQ8F8PWtd4CzLLkhBUXMngydkZiKUqA/Ju3uUQ\nyfbW5Uy9y7arVEgb9vYlUiD+hWpM0L+Yib8NzTQjj9XeYbG0J79Mxcs5uZF9\nvjjZwXUXaQ48mE5g80jGzJrK7erONe6SWuZVG35HZ1ce+GNPm2vF8aA79AZZ\nkkUrCGq4KY1TcI0DiYP+CLI/s/nAx3Z4KIRXd/TcRGlnK3N2GnVBZvZrdRaX\nDCPH\r\n=nRGO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"b00a0655120674ced9c80fa6a482a80613fabd54","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.57.tgz","_integrity":"sha512-yWXoVXhwRJ9ZN9gL3iqZPB3WJGRGCXZDfVtoyzNyL6wnP96nEiCV/Q9Iog9okuO+AEh3lYa3kCXJ68VQ3Tchbg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.57","@syncfusion/ej2-inputs":"~19.2.59","@syncfusion/ej2-popups":"~19.2.59","@syncfusion/ej2-buttons":"~19.2.55","@syncfusion/ej2-filemanager":"~19.2.56","@syncfusion/ej2-navigations":"~19.2.59","@syncfusion/ej2-splitbuttons":"~19.2.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.2.59_1630400662426_0.6718057027006197","host":"s3://npm-registry-packages"}},"19.2.60":{"name":"@syncfusion/ej2-richtexteditor","version":"19.2.60","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.2.60","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a147de4f51318bb1ff7f16f4e165f763a0a30926","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.60.tgz","fileCount":344,"integrity":"sha512-8QrfQJ71ORDwEDynj197KGcB6/Znr0M307gREaNd6jvojsrfzxKJUD58Q1T6s7dXx4IRf6bc8jPf1ELKtWm5zA==","signatures":[{"sig":"MEUCIQD2FeWfSxioRi3wFnaUIQ/PpC7lCHC4LaYdUfq6TyncxAIgU4HZTqtqp5j7g+Jw2NNWEo5zYcCoU8+b7PIMBgjUwCw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16464824,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhN0e9CRA9TVsSAnZWagAAFfMP/Ar/kDfR9pIBmX53vIt9\nMzNWBt9clx1ZJ1C/tB+g7BSwZnAqqJdKKhkN7raiBwItoUKmbc521tg6XKJH\nDcJST+QVw/ZyuBCruvRpSvQhHjryD7QCoIKrmtinEgO/MqoUCOxNi4Kj+gY5\niPO8qpO8De8N5syWWFB/Ur71eUlv0PU7UCQ9xt5O+26vH6YlbpMvuBHysdVy\nYxtje8Q5JkB5hO1xa6j3b+QxKBKu3tMsTSE0bb9udAgpTaifVmu0abBfMfy9\nPp8Q35o1kYw+qk7QvK9mh2kop03npswN1TNX7FaBsJyDf9yx19fbdStFCDqb\nbSrREY4eYv+49zCnkKtkScYPtiBJyLN7I4z0aBWTU+LWP6PaAQTv+SxxQNcl\nLpJQbNLaBa1Se8RGyF9bC19MfIPh/6NZu35oASBOrrsmknvps8gku0qzObbd\nRDFacbhYoDD2gW59Ig2Wlav7zy9oF51S7767JjhsZbkQAGYQmZtXqQwocbCz\nBcs3Ixm32QAQoV6hdYaMnRnCqkb1MWLfHyuqnkwouRzqDZvZ/rcCbye6FuAb\nEMa9JEGmeDFKxCturC9XfSJwIfrtVimK315qJOD7ng6gSkzrLC5r/qR5PJNC\nb6b/JfRQWScRFwEksJAwjH5EEh2SMrbYWWVVYYVD5oUNdYEDPTAoJNYr5R5e\nicx0\r\n=9j4z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"b4076b6f6e4de390118c9af508ed40e9f5e01017","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.59.tgz","_integrity":"sha512-biPyK8eoRv5TPgBv6ulvg1jRBj4IGh+3ARUjhIfh0bZFzKXkN5VAJiJaRGnYPzhwAlfBC6quqwX3hdG1LVrmUg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.60","@syncfusion/ej2-inputs":"~19.2.60","@syncfusion/ej2-popups":"~19.2.60","@syncfusion/ej2-buttons":"~19.2.60","@syncfusion/ej2-filemanager":"~19.2.60","@syncfusion/ej2-navigations":"~19.2.60","@syncfusion/ej2-splitbuttons":"~19.2.60"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.2.60_1631012796863_0.7031669550533917","host":"s3://npm-registry-packages"}},"19.2.62":{"name":"@syncfusion/ej2-richtexteditor","version":"19.2.62","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.2.62","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f048c8645f0b2f6334b16ea3729019ee9ac0f900","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.62.tgz","fileCount":344,"integrity":"sha512-c19gezd79o0Dm0q0ZNmbc7nzrPlQkuX1JPFr/za4yCdoFvaCQN0DlXoGQHSdk6SlXWwaThsWNPIxSFXfZCyD9g==","signatures":[{"sig":"MEQCIFqFXbRBFJ/mWkiNJiIPS/CU73Xilku8OK0AQi5vdRzuAiAo6Jbt7mtAOUP8itOR5QzYEK+/vmWMtLcv6ZmhFqUAIQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16478967,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQIhNCRA9TVsSAnZWagAAzBQP/jpbzBp7PjIbyrz6vve+\nGCSwheBdXO0Qv8emRSUYLJha5GbFhxpPnbEwUwzSUybSnwDD32IZ9mQQZdha\n8JAIbjvriw8cVoJz6Sd5V2WgXX44P2q/od+CY/MBOf38STr/VwbFWso0zMBZ\nC43fkannRixBH58KsblvWZMu6S0sb8g8JX0BiknQdGPw/cgLn4WfDZp+Q1PN\nqz9nYhp2angHIZnzUNiFpiOc9imE2TMPAEVj1edUDwjHtsxaBqGxU81luO+7\n6UdAV0lY6WMtQu2sg+xwgXE1C0MpVcSNbqGxuY/2UV5zPoE1tEte0cCd6UM4\nntqY7yr9EQTZeR9dgsFhuN6HXsS80GqognERFXEIGNgpNwSvzZDuvRA/Xh+K\nNQ2Y1EyiLtQT8x4gEdg6ydivGCA8xArOw6sKssb21iOvC0q7/6WUdAORRiQC\nJqLf+kUBITbUGdGG71/x1tCNkDk+zjpxMvzglOrX0QceFERCUA9vphHRmkec\nc4lD7US8eZQu5IQ1EKcHO+Soa4Gp1pJ74giYzwiGxc7LaHu8iv60A+T5/Kze\nPu4CJnKEGf3K7bJvYZYnU/Hnhk6Dsfsc1giTolJvx+mee6ZzLyGccDNdQeeS\nKua4JPpBvw8QCEdPaHqgwnzj2GRif9HjFmhE2D5/M8N6yyPbXGdhiOsxelPG\nQ8FK\r\n=BEgd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"77bab0073392eda5bd837b906b8105ad62ca27dc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.2.60.tgz","_integrity":"sha512-mfzXT+sCy0s4d0tagucFGRhIna11LwRVZrQyH/L6XPbLchfJSIu7CO4NI08nP7flZ4zbsOJ+cbM4svICSFswYQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.60","@syncfusion/ej2-inputs":"~19.2.60","@syncfusion/ej2-popups":"~19.2.62","@syncfusion/ej2-buttons":"~19.2.60","@syncfusion/ej2-filemanager":"~19.2.60","@syncfusion/ej2-navigations":"~19.2.62","@syncfusion/ej2-splitbuttons":"~19.2.62"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.2.62_1631619149013_0.5893832574481459","host":"s3://npm-registry-packages"}},"19.3.43":{"name":"@syncfusion/ej2-richtexteditor","version":"19.3.43","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.3.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4b5fe2ad22246820c483167fb3057b74b63c3e54","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.43.tgz","fileCount":358,"integrity":"sha512-bu4Sg8HZZI2GYS0tHgIXZdOPzLYeiDJy9mf2eDhVUBKBpmFvu77OhJdL6XmuZLFIYzU+rYBzupBa9LMUh+X4rA==","signatures":[{"sig":"MEYCIQCRFREdTem4JKh0560nUaIf8DN5eVfpaWonN5y7OXq6aQIhAJ/rdr+JKgi+T1KfhE0VepNGGg7xPF9/r9038yNiphCv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17565384},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"826e64146698b4573f40bc66de6a6b253b2e3272","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.56.3.tgz","_integrity":"sha512-A4SCmlOjvTVUxWapX9kGMVSNNLBAtftqknMvjF8zGq6hZL43VGLW2UpoMJqfWIw84dVOhEsuMuyl0Jpvt+8k4Q==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-inputs":"~19.3.43","@syncfusion/ej2-popups":"~19.3.43","@syncfusion/ej2-buttons":"~19.3.43","@syncfusion/ej2-filemanager":"~19.3.43","@syncfusion/ej2-navigations":"~19.3.43","@syncfusion/ej2-splitbuttons":"~19.3.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.3.43_1632978096632_0.8862286088606928","host":"s3://npm-registry-packages"}},"19.3.44":{"name":"@syncfusion/ej2-richtexteditor","version":"19.3.44","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.3.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"032693dded85a4fcf4ab285770bdf86498378ccb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.44.tgz","fileCount":358,"integrity":"sha512-8Nh6QUniZ+TIxH6hsim2tbM32yqnfnpf+iACpwnQ5+P8VSx3IqohOGS5Fb12AKfdoJeF/ceATL/pAmVJhNcLkQ==","signatures":[{"sig":"MEYCIQDStbDXI0sZBV59b0V677PuqhkggHLNFm3/xiDbUpgNXQIhAPcHd+aN/s3fVQSnA6UP3BknzVmaAsd7zaC1ILSMccQV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17562231},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"7af8fd210fead9dadfa17af44afee219a9e2ee12","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.56.3.tgz","_integrity":"sha512-aTBjuB/Kk6Q8GWzwS9Ow0YmLCQxQBDR/mD+gr1QvB7Zcj7EH5lqOusNl1FBQCYpzcyL+qtGB41PD41qnrJ4N6g==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-inputs":"~19.3.44","@syncfusion/ej2-popups":"~19.3.43","@syncfusion/ej2-buttons":"~19.3.44","@syncfusion/ej2-filemanager":"~19.3.44","@syncfusion/ej2-navigations":"~19.3.44","@syncfusion/ej2-splitbuttons":"~19.3.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.3.44_1633429207387_0.9392226283531062","host":"s3://npm-registry-packages"}},"19.3.45":{"name":"@syncfusion/ej2-richtexteditor","version":"19.3.45","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.3.45","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d9fe9c47d6e1323f8803a6720f0425a165fc3585","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.45.tgz","fileCount":358,"integrity":"sha512-uNXV9KrwKrShQ1AxezHtSGW3rImtjH6+vbOaw36u+I6nUuSk7FiRQc75lZitQPPl3/vZCYuZZbO27pW8ak3+gQ==","signatures":[{"sig":"MEQCIGXnxXDA12QzPmfYfv48AkYe7KHhAxhC7Y4tA5gu6QNbAiBsSqNUNIBzSnc3A9J2t09S3X1w+nEpAnltMP8lBKjBtA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17610078},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"218778c3b2355883fe8ad397415b3f36c0adf2cd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.44.tgz","_integrity":"sha512-OM0g1JsLUI8JVxTl6qlbBHe4bMMADz2FqSGk0RNOqH9RnHPwVYDT8c6OoLyKO3q2SsF+IitoBXx7l1tHSIVEGQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.10.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-inputs":"~19.3.44","@syncfusion/ej2-popups":"~19.3.43","@syncfusion/ej2-buttons":"~19.3.44","@syncfusion/ej2-filemanager":"~19.3.44","@syncfusion/ej2-navigations":"~19.3.45","@syncfusion/ej2-splitbuttons":"~19.3.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.3.45_1634036385846_0.6676587083268972","host":"s3://npm-registry-packages"}},"19.3.46":{"name":"@syncfusion/ej2-richtexteditor","version":"19.3.46","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.3.46","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"76d649ec2b1cde4ca86e83a83a9cb3e4886e008e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.46.tgz","fileCount":358,"integrity":"sha512-u0Tmlg+CdPh/2BEtqcfrpMIaHyAHl0AjqZQhV/9v4U8Ifzg0TXTqYA+c/3XOEb6XEJ9/dgE1HoNjozrnzi0yPQ==","signatures":[{"sig":"MEYCIQDSUwg75sqdnhJKLhNsNihW4ddv4JE5fOYrmEB3f7H2UgIhAJxvQNJndLKMTFgv3mZzl9r8wnJSN3NWx9a2+pGHgHgh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17610078},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"218778c3b2355883fe8ad397415b3f36c0adf2cd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.44.tgz","_integrity":"sha512-OM0g1JsLUI8JVxTl6qlbBHe4bMMADz2FqSGk0RNOqH9RnHPwVYDT8c6OoLyKO3q2SsF+IitoBXx7l1tHSIVEGQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-inputs":"~19.3.44","@syncfusion/ej2-popups":"~19.3.43","@syncfusion/ej2-buttons":"~19.3.44","@syncfusion/ej2-filemanager":"~19.3.44","@syncfusion/ej2-navigations":"~19.3.46","@syncfusion/ej2-splitbuttons":"~19.3.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.3.46_1634638715589_0.028967218723556787","host":"s3://npm-registry-packages"}},"18.2.44-4568":{"name":"@syncfusion/ej2-richtexteditor","version":"18.2.44-4568","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.2.44-4568","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"702485d345e702bc2a2e26f77f4d8b1763fe84c3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.2.44-4568.tgz","fileCount":325,"integrity":"sha512-LRBd+h234zb38Hw0Jm3wsDE+09oQ5+RvXvIVkqeXbm9qZLxjK7UQa4VQ+BcsMt6PatssCYh0bDWVhAET4J+tSg==","signatures":[{"sig":"MEYCIQDCVEOEbfrXn7LmSpjiRwjbIUDzR347RfFyp42AhMaDswIhAPEDwgQRjRdXgLPBGDMhqWM2fO1jSSikD8RTL3Z+evXb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11035502},"main":"./dist/ej2-richtexteditor.umd.min.js","config":{"ghooks":{"pre-push":"gulp pre-push","commit-msg":"gulp commit-msg","pre-commit":"gulp pre-commit"}},"es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","scripts":{"test":"gulp ci-test","compile":"gulp ci-compile","ci-publish":"gulp ci-publish"},"_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","description":"Essential JS 2 RichTextEditor component","directories":{},"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"18.2.44","@syncfusion/ej2-inputs":"18.2.44","@syncfusion/ej2-popups":"18.2.44","@syncfusion/ej2-buttons":"18.2.44","@syncfusion/ej2-navigations":"18.2.44","@syncfusion/ej2-splitbuttons":"18.2.44"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27","@syncfusion/ej2-build":"18.4.30"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.2.44-4568_1634881019472_0.09646438660492107","host":"s3://npm-registry-packages"}},"19.3.47":{"name":"@syncfusion/ej2-richtexteditor","version":"19.3.47","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.3.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ee5689d30519b1c98efed241c92d74b5bfe3fc4f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.47.tgz","fileCount":358,"integrity":"sha512-yqdHakkkuUpc/bPbB7HSv/NrKhSSivPlJJKY9BSJuR+LI63WV/fDV/ee7xp1o5w3sHh7/mhK87aPPPhC5Bo3uw==","signatures":[{"sig":"MEQCIGZCjpok5lrpbXazhbSOEPpWk0uknxTnQGFIPaIRYeELAiBZPtGK5BREAibH1mB2Tx0xAXZ73yDpswX2CmaPRxgVCw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17635730},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"ce6564f5c1887ff8ddd139f2fbbf40ccbacb99fe","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.46.tgz","_integrity":"sha512-KQjXb4GwcPJNBiezc3uprAR1P3Z0O2zn0ponoX5Y6KdSgN06/h83YeBbgoOVjQTVtK2ni97KMliyopHBJ8IsFQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.47","@syncfusion/ej2-inputs":"~19.3.47","@syncfusion/ej2-popups":"~19.3.47","@syncfusion/ej2-buttons":"~19.3.44","@syncfusion/ej2-filemanager":"~19.3.44","@syncfusion/ej2-navigations":"~19.3.46","@syncfusion/ej2-splitbuttons":"~19.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.3.47_1635243578881_0.40681747348706176","host":"s3://npm-registry-packages"}},"19.3.47-6125":{"name":"@syncfusion/ej2-richtexteditor","version":"19.3.47-6125","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.3.47-6125","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"42347faee4f681ea62967cca1fd77dfa14dfeb1d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.47-6125.tgz","fileCount":354,"integrity":"sha512-ILfPKqhB6jJHb4zlzpoQO/KYNHeCRvRA19EsSctvV/VYlrU3j2Jr1JVt3njTtdRUkFXWFbXcI15JRGyXKFBuIw==","signatures":[{"sig":"MEYCIQDucsR68nCFLygjU5yJ2heBXwW/jrcXbM1R7hnq10ywVwIhALKaqRHadrL/xFx0OBmO1mCcVu3p3gjsoROb5hc6/0tJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15252022},"main":"./dist/ej2-richtexteditor.umd.min.js","config":{"ghooks":{"pre-push":"gulp pre-push","commit-msg":"gulp commit-msg","pre-commit":"gulp pre-commit"}},"es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","scripts":{"test":"gulp ci-test","compile":"gulp ci-compile","es-lint":"eslint -c .eslintrc.json --ext .ts ./src/**","ci-publish":"gulp ci-publish","es-lint-config":"npx tslint-to-eslint-config --config .eslintrc.json --tslint ./tslint.json"},"typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","description":"Essential JS 2 RichTextEditor component","directories":{},"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~19.3.47","@syncfusion/ej2-inputs":"~19.3.47","@syncfusion/ej2-popups":"~19.3.47","@syncfusion/ej2-buttons":"~19.3.44","@syncfusion/ej2-filemanager":"~19.3.44","@syncfusion/ej2-navigations":"~19.3.46","@syncfusion/ej2-splitbuttons":"~19.3.47"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/chai":"^3.4.28","@types/node":"10.14.0","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27","@syncfusion/ej2-build":"*"},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.3.47-6125_1636639041894_0.2991158640170002","host":"s3://npm-registry-packages"}},"19.3.53":{"name":"@syncfusion/ej2-richtexteditor","version":"19.3.53","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.3.53","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"447d1fc51abe9b0a5e48de86c82d4684547d4953","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.53.tgz","fileCount":358,"integrity":"sha512-UVvLj4G51P7XvpA8TKUTIRzrC+ondTTSx44z6yC7meiFI8UQVEF5rOMRA+bQF/fSmIoX1SoxEsWhLF3RGWlwTQ==","signatures":[{"sig":"MEYCIQCYARovPMn4O08E/59CTROzIVEpsaQI1ObIht9ufYJq0gIhAOxZ/1fc/bVHq6FkE8eJJPRZR4FPeL3o4uWocwOP9SkH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17650449},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"09553933f0e8a9ac2736013e839d1cc49f1c0a29","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.47.tgz","_integrity":"sha512-/BK1Sra/cZEcdzxtW5HlFA0s3mWVWhVccB6Pi1jHChg5TR/EVyb1j1xfhCLxTLPrhMmDnmu5O+aD+iNnYalEdQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.53","@syncfusion/ej2-inputs":"~19.3.53","@syncfusion/ej2-popups":"~19.3.53","@syncfusion/ej2-buttons":"~19.3.53","@syncfusion/ej2-filemanager":"~19.3.53","@syncfusion/ej2-navigations":"~19.3.53","@syncfusion/ej2-splitbuttons":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.3.53_1636695994095_0.20750118493351155","host":"s3://npm-registry-packages"}},"19.3.55":{"name":"@syncfusion/ej2-richtexteditor","version":"19.3.55","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.3.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4236be87b66ce414eeb8665cd58080447a6b219d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.55.tgz","fileCount":358,"integrity":"sha512-pu4oTZR6/tz4OsejOuXv3A+NF5FYvIl9ap/aoA8YTLEQGKr+c7sF+nk+saNrKPbjY+rt/kIstBnQlkCupHhzqw==","signatures":[{"sig":"MEQCIGwmTtL44Y6oohq20Cxw0RAqEx7Lu0sAle6MLawSO+baAiBoUl0vtS+mi5QxFoGCvUG7htSFSmFYJ7oNY34MH2yDTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17662484,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnOIWCRA9TVsSAnZWagAAb9YQAJBN+XzJYS3LR0EfvgV8\nLTtUNNsZeCsDHzPsVlPevlOk68Y2H1BzIC54FQYEZ0xFce18vnbkuAxaN0IX\ngMIurS6GK7CXmIlK8p3Jyb1MklbnjxDSdzH371JrfCYjMWGs+4wVlVhPwazx\nFYyTDX89CadzQl/jaGLNdK54MVwwUoo9gVoAMLP0NvYod4dejKH35TiBht47\ngLPzmgna+uq5GEpT4quHFhbjEMIany1TGErXUwkF6819ZU1yZdjEhZkAhvW0\nzChYITpgeO8PlTGTN/ZNE2kN+5aQqC2XgTLtjAqcowUaegWGf46VhYw3Flr1\n5j+15RYnp03e1fGFQG9iNvK+aeSN0lnQD85Yr6qtaN/nzS+sPOQigFpx/bj7\nkdlJL9JwInOnN+6hQyhF1tjjPZSfiZQBE4+DjNH+ExEvId39YMKMD4ljcw3G\nC+WwlUaVSRWSnA3zTm5So3wui+rz2lSmRanihC8+wH6MiMBqpDTgkx9fBjq2\nc3aPCx7HAbJT5M/FTsmkPqr9ck71stz+jS7+XKBxnx+cJjEpBcCaMVlv7pfR\n/sx2kbAeRMU/Ou/d/pD3SHJ5ohRIhYpk3qKmI8impnYuQqu2p+19Q47R56KC\nRCUcQd2yR+iTT8npJ19cUBd/lqvswjxa3zr7hwiojCRwLrVfVUZYlsJJcE+O\n0Lhx\r\n=lFCS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"ebf91ca62866526e3e847bbcb454f3d193c0bab2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.53.tgz","_integrity":"sha512-/w+XuY76VuYlFVyWhywJW+qPNC4qAsf4ICsEMJiaYSD0uMlEDlQdAEw56vCbKF+gMnWRUp0uBwCcRZYKPkFifQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.54","@syncfusion/ej2-inputs":"~19.3.53","@syncfusion/ej2-popups":"~19.3.53","@syncfusion/ej2-buttons":"~19.3.53","@syncfusion/ej2-filemanager":"~19.3.55","@syncfusion/ej2-navigations":"~19.3.54","@syncfusion/ej2-splitbuttons":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.3.55_1637671446636_0.3089352250846549","host":"s3://npm-registry-packages"}},"19.3.53-6125":{"name":"@syncfusion/ej2-richtexteditor","version":"19.3.53-6125","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.3.53-6125","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f9e0b779dbea9ad9429b4b15768626f80f52b38f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.53-6125.tgz","fileCount":353,"integrity":"sha512-9wdr122x2Xb0bQMmv6hfIc60bFSjMSziXmF7dlraxH7a1Jv8Q0Z5MpZPagbpqnAeUj9yDAjvqep9II9yexfObQ==","signatures":[{"sig":"MEUCIBf0eClWFvE+9HAipGHjHjEZn9QeUcB7ljOKxJw7h+OQAiEAxY0YlpGtjOnsIVuJXicjHzpoT9b31uoTlVhEIaqUl1A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15280360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnkm7CRA9TVsSAnZWagAAtZEP/2y91fy7aD6BJe0BA0Nl\nzAl7NyT3JgW5tEWKxTARSrHTd6dTggJ+XzXmZNsJQlCM05rfOtK043OV8wcN\nJhYBxnNXVa8QgsAw8AneyxzQHPkU7VvfU/osKmGw3zoKB2EK4/F76J5L0bHN\nWRMfYch+SCLJhdAhO0p8Dj/VJyhw6CfCmY5SHVctrN5MnzYOR8GTNgX87NXF\nvzQjPLXwXNghn/SX8z/bCoHsEwfstjSXV/O9hXIcy4LhMaCagzUWdqzGWFBO\nHD6mzCtcrpeSjcCLJMH/b6cqPKC5TWljriIHB7ZxRXrUfGynxn/aYTNTiblp\nsX0GYXbGeoxpZWDGo1yMZs+nbrElVZMuK5nWevE64H2JXMQPN5CF1NqER3LU\nbkQaxvj0YCbEiBc+29oEeyfbktoQoi+xHWTxVWHsUzEmJbm5pcVg8r2jGTRv\nIKhz0U6CuIGdmyj/jewkvc/BX34a1HNaxrh03VkNjZ2ltSaVM4mEOeljinb8\n2DK5pJmWn06ftVSnzAL8NGuOJGBf1+Ivg6t4aespPzgdyfuw8A30Omp2SPJq\nlPAtfVgPy+RRvwq/WiurNMlZkYQ0zVSRAy6GcgAozOLEIdjHIgi/XUbzbycI\nQL2J94Xkf/o6Sc4wQVoTLHmRKgtdEYvIlh+9A1TYDD/4M+jcAnj49mmS2J6f\n2UFx\r\n=90BF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"09553933f0e8a9ac2736013e839d1cc49f1c0a29","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.47.tgz","_integrity":"sha512-/BK1Sra/cZEcdzxtW5HlFA0s3mWVWhVccB6Pi1jHChg5TR/EVyb1j1xfhCLxTLPrhMmDnmu5O+aD+iNnYalEdQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~19.3.53","@syncfusion/ej2-inputs":"~19.3.53","@syncfusion/ej2-popups":"~19.3.53","@syncfusion/ej2-buttons":"~19.3.53","@syncfusion/ej2-filemanager":"~19.3.53","@syncfusion/ej2-navigations":"~19.3.53","@syncfusion/ej2-splitbuttons":"~19.3.53"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.3.53-6125_1637763515812_0.8042807122930271","host":"s3://npm-registry-packages"}},"19.3.57":{"name":"@syncfusion/ej2-richtexteditor","version":"19.3.57","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.3.57","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"11504ac6e901e906986abf61f919d518eec30501","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.57.tgz","fileCount":358,"integrity":"sha512-ihi1RE9jErs8QZGNzr38hHdOMxQTmPXH9nFzwkWHxH9KbYYKsZfFiZwId8mjU5ZXiVVac4NvZStjpwVkOeLiCA==","signatures":[{"sig":"MEYCIQCzZrUjEtJwTg9impnFd9Tp7Wpfl+ihUdpA4XzvF2sVsAIhAJM1mH7tHJKFhwq40acPsldjTtyuT7/jt1k2Hf72pq2w","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17702428,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhrzuLCRA9TVsSAnZWagAAWtgP/iwTFq64r+fLq+hs/wr4\nAG/1tLXjXCB6mfKRerR43xqhUkyd0948ySUwWKYZdFmnbiYwZT37JCnEdIV1\nT1utWhdOyq5Gt1OQeRdctK7mWx547GECzVzmatbt0VBWNrctJqX499nJuaax\nlpq7XdA2fKGw5DGuZuqU48jh9hckt7AZBcNIUQvGndCg65Hh8nY/D8UnNv+0\n9hG3rEQomcl+70lX/Byb7lPiIL2n+NHvs22Xm58aULioxxa6ukr3yfB2f2VW\nvEJSVHwzuBaYTyNHgLEO5tBl67EnUzmS8eWHqef51WwCfxuXA8LQXn8WX4zD\nYN8rFYhtqkNvqmX4LfVHznZMBEwA5xckl+hgr4lopjQwgdjF8IxvzklTkoDt\nBZrGuJioYehgk5qTk+moF2k6Fers9zMyHJgJtWgr24ecWqftAYsEX1YqlauX\ne6q0mP19R0wvE2RlBQB/KEUPkOjyZRrwrIiDawy+4m7L5ZG5nse0NWvThbkt\nkXOyW/lycY3Z82kXEv9QpqbWcsMq3xjQwkjsjv8z5E9vg7Bt4ymV8w6oqjM0\nWF56Q1izrYhRCoIwvzamQQGG0YeGJtUn3SmyU5snE8mB0LsO1RzETiWNAQlN\nuji5ic5kULPh383MFwV8dedmgWieIoSj476b1afsHvoqgi2DxAHLANFFNgkK\nfgOt\r\n=mvvU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"a67a4621ca30dd75181f6d3bf53341c29b0d0e0c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.3.55.tgz","_integrity":"sha512-D/DsRzXeFfRt5Dpl70MOKjgCZWbAvgLyeukh+TFdyGjtKeX3+QOcYK+UqdvSmOnjU1K006D1qL8HAWJJ+qko8w==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.56","@syncfusion/ej2-inputs":"~19.3.57","@syncfusion/ej2-popups":"~19.3.57","@syncfusion/ej2-buttons":"~19.3.53","@syncfusion/ej2-filemanager":"~19.3.55","@syncfusion/ej2-navigations":"~19.3.57","@syncfusion/ej2-splitbuttons":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.3.57_1638873995725_0.943967522347247","host":"s3://npm-registry-packages"}},"19.4.38":{"name":"@syncfusion/ej2-richtexteditor","version":"19.4.38","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.4.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"933e7dd2f3df540113e4c9bdb3a1d648d92554fd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.38.tgz","fileCount":362,"integrity":"sha512-MCFRT5qTh/ni0p11Q23IQG8MUAn/GYXe8xt3IISREW633QfbFxfNGiYIevGyVfkS0xxKqZhYYX7GP/qphuaoNw==","signatures":[{"sig":"MEUCIQC/4d0kFJ84OO05ldLmi/jK+//eal4HE8IGSq54Lyq3cwIgKhDUFDOiXnrN0PEKfzJPquZ1h1dPUiYHEccGV0o/Jww=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17744213,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhvCVFCRA9TVsSAnZWagAAxCUQAIJYe3d1TMl6a8NArkfi\nwfd5MQs2+59vaegBunPdrG3qg8MkDpoWcW4tvXtHBgLNCxD4Q2CCsJ45t+tY\nRVYkuW+bcRBLT8cT2rDDVN3y+OEKMtszlNMktcTIvOEtAUJj7lhF1iG4LWiX\nWP1R6+pQwbUgY00mQXCGP+w3JB1CK3CcxMDptbI7qSn+R3qtJGQ6UVt4cx+o\nVPPWLzoFU4w2hT6iHiNXzjh31MmaOMIZWv7964yyS9ql4RN1WhsPIrYqr1CG\nc1kk4RHmsYKARhvY3t0NeZP4miXol0A5zgsc/hk1ldyqslMHW/OOfCubAKVs\ngCybl7xhIDZpBXbZqh4Wuwz2qbldulQ1sktt7+R2I1jc8eauGK0fhNcwo0KX\nS+MPHKS1O6At6i9s2XOVKqJEUgQxFVwRsYieEcFVe8cjWuAkQMXKGsgJAPdU\nYqdiPGbEm8xGk7ETFjGxDCZzsQEzTDEXsuMbE1V2u4wL3nGBIaj21nGQyLzg\nYfhX1tJ7nWmOlv/GSIaQZPObGoR6tfoqpCKn7KibLzf41hJ1J2xilRn+7u6s\nbp+kfkuJN9t5UuZnn7wnjSZJJsKklS9S/tdzAdNsHu0WTCqIDV3fD10KO3Ce\nbT1k/dK4EDmAO6hGrXZ5ZP75enBM/rc3fi1sQLUU7RRHGy6iE44NFqnMWiI8\nsEvE\r\n=AP7w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"f37bd7060f4824a57ea76890150294d3815cb56c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.6.6.tgz","_integrity":"sha512-uncQep0ZOydM3T6cla1v6NPW+D3IJjBR0JtvsXnb+C9jvkuTDrBNbWxxSxihsJyky8cS6rWZ16Jy6wJ/p/iGKw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.38","@syncfusion/ej2-inputs":"~19.4.38","@syncfusion/ej2-popups":"~19.4.38","@syncfusion/ej2-buttons":"~19.4.38","@syncfusion/ej2-filemanager":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.38","@syncfusion/ej2-splitbuttons":"~19.4.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.4.38_1639720260756_0.07271615167760759","host":"s3://npm-registry-packages"}},"19.4.40":{"name":"@syncfusion/ej2-richtexteditor","version":"19.4.40","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.4.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b0e74322601e09e6768870e89199182583e263ea","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.40.tgz","fileCount":362,"integrity":"sha512-AhY4C/1qT1TiD8N/oH/uzYDZMDOll7+9uV+WvX9VyV4/NRYT02M2vjKZE6ERqaGvbJzgu9fnO+KiiF+/HlFbpg==","signatures":[{"sig":"MEUCIF9M7Lfqydr/+sbQgsYukABE5FxB04mfsrDp3YSZEWIYAiEAhVi82OnrSQMo57Nwtzek0zObszu9VNMH+BNjrEhP0Jo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17753628,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyyEHCRA9TVsSAnZWagAAsscP/RtGPaoIK/S7yE6GFruV\nR7Zcze09rybJfxX/R8sA6dS18lBCgdvLcvSZQP12RaCJzAuBtOoOM7MQ4oxv\nYB/RZ9lJrYtSCOXc1rVuNFG8H2qUTCXtvATGWN6EaWjjg5w0lueUBX7nxnRp\nUeLW4kwlGj4tPCICvfMBGdPGnXpJeY5+ilyoYIxyq7kNXveyg/uc8vbvQVT4\nzMUxPAGdMIOSlzCzLEa4JLkVkqba7H+8+zdMr07J8RS9Bb1blhsYWBKi0Kd9\nsYUpB70jMPwHmhl9dm6C7vPwBrDCbYmruVkC7/NufKuO/UpFG1AEcHFwAliI\nldmYXFiIvEqXW7ykDW0DI9ljGkoYhbk8vzk2CYDaLxM7QLjXkijmCWPgIiZ/\nRLfSHwPIiXUpVDhYk7aNQZkyaL4r6UAf2lFC0Ds4pk+wIAvwNXrnyGSfbyiK\nbGtvsimy9GQ/8S6AHZDj3u4EWF0KIQwi8L8Zm+KOeQVcfhYlS7yC+WLGdL4Z\ns1q38XuqouWQPfBBrWFckDCZqS/pJrJ/w4j9+UkXSnSX3CHFAKBX/bMqcoLx\nw+bkrRzldaelhZ805mtU/Wxy3gVO8Q//Ya5F36P+jiEhkrLd+21MUIAf2jxI\nOKGsDUTlUi0qS4XlvjlowdX7AvR1jO9KN48VIil95PytRiAafGhhg8btNjVG\nfbFl\r\n=6M+P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"626f34d5f0affb5b5fbd7f5f0435b6abe546d7bd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.38.tgz","_integrity":"sha512-6lQRXzKBKx2rTh/eLeuOvRrNIGH+pQWuxYXfpi1Hsp2ufATyr9PRjEWAM412RFF5QJD2Ujy36dYqDh31SwcuLQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.38","@syncfusion/ej2-inputs":"~19.4.38","@syncfusion/ej2-popups":"~19.4.38","@syncfusion/ej2-buttons":"~19.4.38","@syncfusion/ej2-filemanager":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.40","@syncfusion/ej2-splitbuttons":"~19.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.4.40_1640702214834_0.8206842624649895","host":"s3://npm-registry-packages"}},"19.4.47":{"name":"@syncfusion/ej2-richtexteditor","version":"19.4.47","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.4.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f4e4fcbf4d0074bec9680cc3b04a2c2c61f252a2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.47.tgz","fileCount":362,"integrity":"sha512-1lX3UmB4RL5aZTZA7EVtjo4iBamDI/NXPWLTvCunw4z88JWLb41Cs4KCS1jh3RXChdf5tFUsF0keBsrmhDt8XA==","signatures":[{"sig":"MEUCIC7NAr9GEuZVbcrRqA7+bfGcgN7bjztxcer0tYklXi1xAiEA/vIkVjIQUxnuJFCPPO+jzZmO7D5IERUZ7Jrd6rOxRs0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17768623,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh7+syCRA9TVsSAnZWagAAGU8P/id3HOB8QF/QXxzDtNMl\n6MP+wGHYfDCH1c4aReuu7Pi99zLZFofCP0ExjQBv3LoucJw4OxO7loJyTNHA\neNq8qFw5ygwHdOSe6EbYKbCJkUX14kn162jcASYWpeahObNEdlJczgQtxaWO\n0TwWXUMGilJWYKpbAeY5WLF/1cV3jb49E3kx0mhQ95SVL8sKRFaozGc/vS1K\nS4IBNHz285vOc19dfMKTyajPhLTLhBgEC4Sf+yLyDm3qWaKlSbGE0wwdgUYS\nBujtxyypQRV8UoBLEZudIbjslvxAR9lw6uvKLat0URn4QkGWHoJrjf2TCyhS\nOTWOnXALUdhgX0irnL/+0V8UJnhsY8Jp3J1nKsO0xww7S+1PtIyIYlNWRp4T\nmQJRX85V7z4Q/spLzTIzmDeaLDMKqW6iLyzclHRd8mUKrBIrkqMqRdlH8j0d\nhGeHtdrz+BEYTu/HawI3jhupj1pGTUGPnf2bz5Te0RlL+xFL4hOz00KVNTrn\n7nbT7+kksrirWETUlcbltPBEetu547WgW++rXaYZCU+Xe0aKAhC+k+2uDGRE\nY2Ao1u7S/7JSbQjPy0IEGkKzF1mFlWo6TPXv680ERP4X2WycMY0K0S82OsRV\nDCfP/MiNOsbvvGxhIjNovykPfrRNpfJpie/HB7ZAuJKlcSICICGSkCnJ2ot7\nLfhV\r\n=4yTk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"6a824e374410a7eda59dc02e5886f29637159629","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.40.tgz","_integrity":"sha512-NXliovnItdi7jrn+x5uT0dk6n171w7mBNe3K8VkThnEoJ80R6o419mz36rq9IyB2jZJoDBlSO7WrU8Lel+5lWA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.42","@syncfusion/ej2-inputs":"~19.4.47","@syncfusion/ej2-popups":"~19.4.47","@syncfusion/ej2-buttons":"~19.4.42","@syncfusion/ej2-filemanager":"~19.4.47","@syncfusion/ej2-navigations":"~19.4.47","@syncfusion/ej2-splitbuttons":"~19.4.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.4.47_1643113265983_0.09950715961568202","host":"s3://npm-registry-packages"}},"19.4.48":{"name":"@syncfusion/ej2-richtexteditor","version":"19.4.48","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.4.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"85555a24475814eb5193d105545405a4fd432f61","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.48.tgz","fileCount":362,"integrity":"sha512-ApCjbUIDVUNCW8JdFn/C4D7pFWijVo25mMKnh43770xEuQ3Jq88ffSiT6GyqA551P127TzXnEXKLlme9wkuwzg==","signatures":[{"sig":"MEUCIFOBtcSlU35YW4ZsPsbBgu5jcbwiGV+2rlDp3dqELTL3AiEA1CZDvII7G9gmtIcu+91j7JEd2qLESFyxY3LAcrJhQU0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17768648,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh97csCRA9TVsSAnZWagAAviEP/2OlAnSv/gkhEEpniaDR\nqvF2B6nMLlpOhMkdlftIz82CPXwLy1rW2Sly9fnACIs3vZtNYhxGgPDOQACl\nxBPLWF50VFOZqgMq3HuM7k+MZs+rMZDgnEEeD6CgwJ5X9hsMWcrNwregtJZz\nBw7FC87MBEU2SxvYhaECA7WypcbPQdBKhQFHJDwJYlFrv+DHIV01M8tW4iRk\nXVFbT/R9WQyFebgKy/pNU2fdkJZtJWCJXESmeGBjX3J2Gh+JsESbkFPfYqYd\nudGURDjRGpOpbnHtSUrOvd8OhZio9eLE/dGWq8RE93pfGrV83vxBpc3/gjKS\nu67EVmc4tGTDKELXbUB9bPY3GxXdEluKoKRpPBugICXHmZDCcPTb4z/YRB+M\naAVrsrtT5zOaNf6t6tAVDcqk9S1L9mS9Zb0MWklrjomk3OcG0v0t0LN5ke5T\nN3FBcCJWNbXLZ47xiQs4hEeKcYNXdWXY3wR11/K3o8AUoIvWZ36NPscCh0F7\nmiIryD6vmDEmbMEH0m5Yo6RQsFNJXbgMBsOsNEp/rWHS6Tbpw3mmlAcGoA7v\nqlSzodN+WQcha2nXmVZT3hfSVa3SJhLBW/brWNn5B7hDivq2ZDRWRRAjFAwW\nAvEa0Wo9WaRVy2ZLLR+DfcdG8GvmpOgaxz5K/jEBhRw3nBmucFCrK5b5p8+Z\nREF6\r\n=IgQn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"852f8dfe39b8c7c165871e683a87f5d4425aae5e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.47.tgz","_integrity":"sha512-UdMD8BtRya7fywqWMoRBQGJsAmkrmqRxuVvA/aDi6KoTJ2pmK5vEaPin/recIzlBQ0RfvsiNgPmlzUnvyuenOg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.48","@syncfusion/ej2-inputs":"~19.4.48","@syncfusion/ej2-popups":"~19.4.48","@syncfusion/ej2-buttons":"~19.4.48","@syncfusion/ej2-filemanager":"~19.4.48","@syncfusion/ej2-navigations":"~19.4.48","@syncfusion/ej2-splitbuttons":"~19.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.4.48_1643624235885_0.1650629360842637","host":"s3://npm-registry-packages"}},"19.4.50":{"name":"@syncfusion/ej2-richtexteditor","version":"19.4.50","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.4.50","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"256bea5e8ae59dcefeb5d829932bc87bd2ac95d2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.50.tgz","fileCount":362,"integrity":"sha512-OUSqKl/WdOCgU54PUePVV2twmOWMFOXzbfySegBXnqa4siWMwjTxeVLZAXStEZFGYDPE40ZURsSTeUhR5dwPLg==","signatures":[{"sig":"MEQCIA8Iiquiw8Cawvfw9vz2qDoV7BGM5CapX5HaP1HUKcVWAiBedBdbuI89W9B86QpQlB6X7egDko6uy9Kd5zkZb6tLkg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17775426,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAkLJCRA9TVsSAnZWagAAS7cP+gOJuNn2VvnU3iJu+hMM\nLCX3cnp5JrwI9x9yGmLR9ybp/Xn/gukfVfoncy3+Su6+bHdR8IPnKAR0wAPy\nI43YAst2QtutGjE9YU1UQKeaBGzftrNoxa1ny7xT/3OQsuMA5a/CNcTvikwm\npuuk64ftGG2AIS0CdwJvOXcrLo52n3/T3zA8PU0uVPNSFfSAm17JdML0QjmQ\n0YZFRH2uPVixU1pyyZcXXDWgX42jxDxzRgK5PNY/kjQ5B0sD8b7p9w7E+W0p\ntIaFLR3rTr3xabGIBNlbSU5H+MmqrLEn9wPN+IgPORGnxVTDWw9mrnNop9gl\npkrcHdvAYIcjaLkAGyajt0nNBy/rSdW23Fv8BsAYv+Wh3od4tDXC0MTQhH/a\nLxcIfHGFPG4FxMVfEyUtBZKnv2HqbzWAfoo1dHIuW7A+NBHDnjrfPN71EM3Y\nyue56Q4NGQwxo8mp/QxVc4GzaPpWwQkWhCu/I4Lo/yXyjgPsBp7yEqNAUnqY\nwUkhW7BcvHmqoQykXlojNuI6xlr+ZgQmsIFm/NWJ6l/IdQIS9S1CSfZo0Yo7\nfkP//zCrdDtkhFTKZc2xOubdHXUc4wQEjOQ3QnneQ0Rk/w05Vk2L4cN0I/1y\n86eSB7/En2f6s50LiulGiHx8jPBxEMgqqUsksEBYmxe8YJ/qDZeK3u5sL74n\nq5Ip\r\n=Yk8G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"bcbe604657f0ddbca36bee320dd63465c8c861ff","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.48.tgz","_integrity":"sha512-QieTgmAYkkOwu3ZFdLGHs+y4zOaWVeX0ega0Y+aKDujLdgrOd6roe6wdZrAnFGypJmN1kw1ZzpXOl7Z58J95Rg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.48","@syncfusion/ej2-inputs":"~19.4.48","@syncfusion/ej2-popups":"~19.4.50","@syncfusion/ej2-buttons":"~19.4.50","@syncfusion/ej2-filemanager":"~19.4.50","@syncfusion/ej2-navigations":"~19.4.50","@syncfusion/ej2-splitbuttons":"~19.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.4.50_1644315337476_0.10256677290907557","host":"s3://npm-registry-packages"}},"19.4.52":{"name":"@syncfusion/ej2-richtexteditor","version":"19.4.52","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.4.52","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ab0cbbd6d5fd6f423ac3b93e78fe2b96beb112ae","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.52.tgz","fileCount":362,"integrity":"sha512-DHV7G0QevARgASMcfBxG9gybX99DC23smt+sqjzm7jilQ/ry69R6h8VOZglC7rscl2qXIRIJQZtQHquyfX1Ifg==","signatures":[{"sig":"MEQCICdOE3hg6ZEh5Y7XCE5acJgGk+7harbBMUGFjZz57IgAAiAs0mPSHjxcbYuBgtclh+MyrxYlkJBwzOwEzr/GutR46g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17775800,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC7HNCRA9TVsSAnZWagAAXbcP/A9wkyZOCxuVM+mCIktO\n4TwpP2V3HcMNRu8AxXauUQEiMMV9hT2zULqxc/E2M2o6nrCRotL/mKode2en\nkHpFl5OoXQ893TIXiufhICkS3l2uQ+UnCt82LXgx7vAnXIjjbrJNbnRy8UAu\nA5gCuBNyke9FS0MhJC+PjVWAV5L/lY9jKe7D4+Fojut2h1xhJ0CKSv/mU9Kd\n9g/v19xBwsUbMTRiIJG1/lQEMLuKv0D4FbV5r8FmB3l1Q0YIsiDcMF/mCXaz\nq1Sr1/+IKSJsyqQM/TAxGSBFbv26LFaQw4v+JyS8h0/v1glvosAW3FsDDY68\nCLxyRYRcq3wb+3Gru5bdVmM+44/izpqvZ/JbYmmm505MzyvYS/AStQjp3rkT\nGk3IV7pmY+nATJwkiwBc8auhG9p6Xw8Jruxr7An7w34jwwww9W2xjBa9gQKM\neqOPo/Uu4VkKMFmjZ/863SZ4PsYii/nPSHzsx4kwwHMkJuJ7iZ5mQUkqs2kG\nc7qeeSTtbn/pR4QxwCODBSAaL1sF8bNmREdkBrPz31yirkAZjOF/fHj8xYo/\nsXZDN9TeI58IPzksH8WTI77scccAGpR6gb7qNMDEYa+g46eFunmuWnTCysuj\n92Bk/RK7rphGR8XmLlsAeIMgJv2ZsK8lhhCLuoCquf8sJ9Rsb4LLrCWDf0ta\nZK4t\r\n=NsxS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"a6c82c29e63820e3c8c1f930e93cd1c9c0eb6ec6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.50.tgz","_integrity":"sha512-Dftmdla20Jks8BOKPNXpXnuFgKKJrFpTZ96N1tBqOdY2ztRJkCX/xRzH7piEaw8FSRpPX+ouLKRUistuRodm2w==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.52","@syncfusion/ej2-buttons":"~19.4.52","@syncfusion/ej2-filemanager":"~19.4.52","@syncfusion/ej2-navigations":"~19.4.52","@syncfusion/ej2-splitbuttons":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.4.52_1644933581258_0.7680568631020293","host":"s3://npm-registry-packages"}},"19.4.53":{"name":"@syncfusion/ej2-richtexteditor","version":"19.4.53","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.4.53","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0f1af3bec751043f804f0a24c84818c07483d331","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.53.tgz","fileCount":362,"integrity":"sha512-c9s508IjAr9k48TxBqdgDpt1mslTY19KHWqwwe6dvsxCHmICHLZ4Vp2kKl2CZ1foJ8SLN2LoN6A3D8Ck1gsapA==","signatures":[{"sig":"MEUCIHh0XM1yMy4tuZXMhQQvtih6J+gAy0/9jqEMwVcbconCAiEA+bVv91jqZi/PHQwpv5neApNaz+/ZLBq9cvRpnBYXtBQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17775970,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFMAzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpOuQ/+JwY2gQH0/5OeQ2ChnTZrn1XY5KLCAC9TOEy5vE1mMhFIWx8J\r\nuv2E3VLHpTOMb9KZEvD2b3f2YbQ6AQkz1sbGMD0L2KpMcVbaT8zE3J+jRSJs\r\nBzTZBgLJRRJE39m2hJG3ZhG0UF77jQHHj8T/Ro0UtOhcb5X7X2GcsLko7HoP\r\n0KsLnvexzAv4V+lIXzptnSLti5OfdcqE5l48oyjxKeH4Z6jmA18+4Tm0gIlb\r\nq1XredkiRlldmJ7uLp6VL4llTsBCKdkzDNoJAhlEROzUMtP4y1WturIbjssw\r\n/kRHv3KqnVUhXzv3daY7u/C4QQOZUYxnUN4HFbDbTgvG4aLN6FGJYQlzJquW\r\nK5a+FoId4rhqM54gvi2YYgrLQwWLF02/704IspoOWUdajurdK11ItSmRKt4T\r\niCEljLO/hd/LuL05RS68iMVjaWv4qFBDShz1+NT/Y9JzpsRdRyWmuyhh815B\r\nk4tejN63C/xFKwZQNbFtKPT1kEMYRHKZ5eZAevAr1wYIDOr9yheVCZg1SqUO\r\ncySTscKl2X8+YHpnIUIqQqzFC4GZc0Ufag4qIdTfaW+4dAuJADtQFxMMkh9Q\r\n30khvQJEEU1WBrGTVWYxLBb1UifNIIQboKn4jTMvc0u1xtDYyd99D/kqMl3F\r\nj3GUjrfxK4wEtP8mFPqEpPvgIrLIzyuO3K0=\r\n=cdxX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"b744ad1962f30a8e005044b4f638a796151b8ccb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.52.tgz","_integrity":"sha512-xjpEWIVKc57xj8kkwLnXXg6eNcUO79Fr5P15M6qjMemiEQnHthEX6Rcu0kvO9qjQTPaKyqsJXAXJOOhmAQu0zg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.53","@syncfusion/ej2-buttons":"~19.4.53","@syncfusion/ej2-filemanager":"~19.4.52","@syncfusion/ej2-navigations":"~19.4.53","@syncfusion/ej2-splitbuttons":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.4.53_1645527091118_0.8978425896111384","host":"s3://npm-registry-packages"}},"19.4.54":{"name":"@syncfusion/ej2-richtexteditor","version":"19.4.54","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.4.54","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"61bd443113162daad8f6815bd87a301192557942","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.54.tgz","fileCount":362,"integrity":"sha512-qVCYAh7vPIUhpweTVP6I15h3WpEykYpgbCNT7o0sS1NcNNN9qHbigoGi/GnUnCU2FX6vgQzv1pcsI5Xr0XWA4A==","signatures":[{"sig":"MEUCIQCNtnyY7NJWBuOOqSHWg4Q/UKd2MdnuZqjTMAo8rG8BngIgc0rZp3MhVzoEQtv/bPj8fxtDHODnhmzforRmo67a7Vk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17807188,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHg2TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5og/+OsbPxxg/lanjqeCy9ca4PPY7EZhO4+BRounTVnTf4ZtrI7ol\r\nsNzJQhE1yjccEI/xGFy3vuZKb1wIGOh5fEVRxHDw2Tk2FQ640vAckl84ztcy\r\nTUCGk4xjeMwVw45vSGjcI9SAn4QTgVdk3YAmT1vrLeN9SvnnS/wF7KzX3eAW\r\nilxdO8Zx+FyvmMZiJ+uJ14eHr4QRPSRTLMYBmxrF82nDlHvNxYB9EPNX+Q+B\r\n9os0cHjQ/cu1HFaRG5+poIzIkSpocbyHJ7o7MiTTPzYzyBmlw8fJUr9m0yNO\r\ni19+AxoKHYbfF62TPzRCe5H5Sbj2AtIV+HwfvCnfZnjna0YNP+0ICh2Ulyr8\r\na+lKUmYN3ER+oraqkdU6SgsyiV8q2kxeUNIiKIHvWJJ04DbP78yhAPk59zkZ\r\n6XcRfrDXOdnHp5uOP888e/MpZjxOOlQ5B9twHpRmNYc2TMZVGNbJWV+omq8I\r\nduNYi2IWzzbyG3F4zgiaQmaMVMPQKyPbiNuXlOqmUfe1vSodfZYH4d7WPpt4\r\nKqTFe3rL6YpcVyVPNlpCmqVW5LfwXa9ZBzMx9QJLAa56Rja0cnSfWDJL3120\r\nnUa5Iyb5RwC1L0xelrtDUWo8vpnoQexT6BMXNM/hbhcAMhEvQ6x/QgAzdXf3\r\nzoa+V+woEqSSIZwhYIh78Pc0KzhD1QVuC/w=\r\n=h7cx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"f7a93f74a7396e02d0f4694f12c06a20e088ae84","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.53.tgz","_integrity":"sha512-wTMXB43eT3dngxxLXS+5BzGvEwh5tZOHKUd+5lLXgD0eWrFWAljm79JdfitOb89dyPBUGVHvbEcYbentqdKbgg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.53","@syncfusion/ej2-buttons":"~19.4.53","@syncfusion/ej2-filemanager":"~19.4.52","@syncfusion/ej2-navigations":"~19.4.53","@syncfusion/ej2-splitbuttons":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.4.54_1646136722836_0.8406909881477578","host":"s3://npm-registry-packages"}},"19.4.55":{"name":"@syncfusion/ej2-richtexteditor","version":"19.4.55","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.4.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c454be5e7a7cb78a792b2820acb27becd77e81c2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.55.tgz","fileCount":362,"integrity":"sha512-UAWN7eVl9i2owgHxhCr82/n2NO4nHHsulvrHoQQs+5cpkicyURDiwU1CyBsjvQyPt+D308t2LvR45qZuDmu1sw==","signatures":[{"sig":"MEYCIQDN01/mBzXOK5wiSpb3N6esqtZAUAjtBPbwG3JaJYQlHgIhALReVeEfjxt7mVsNnb2700IlMz5xcwmeXD6mfiSNT2E4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17831789,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJyMeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr/YQ//SjiAZStr4ICvq13CspekGZNoJ7Kb4j5JO9RcPLsuw6Koj6cP\r\nFwDdfA5fgfYojdrpLyEUXCccuX/uU5HEvpv9BgIpcQa+bi0rw6SMsNraqGzx\r\ndklfFT6iN5WYmw5ecRmVo8SfYCGA37QrfE95XKjej+1cJoiUWyatvGgrBcHA\r\nize0/zK90PN2fonSeYF9w9sIHMtI9ToiZaV07qMV21GDbTuJZ3pvyrtyTOZF\r\nFECEwAn5URuF5fFoWnotdrrAZlBRd85eM2CE/+MMaIRuQYO+1XZTaKscLvxW\r\ngR6CwAS0lHu60ad2KsA3omffb3Zul+m7zfOV6as29v0VRMSfBdRuJIdvF4OE\r\nSbl2D3OgjMadvKaxeBdsREmDt17isGrujPh8zw5nHbSYup1nAYNnxX4eZste\r\nc/ThV/3HGOVy5tl4jgiY1jA6E43QgsYeyW+LXhydvUNplVaLfYcJfPMrFE+R\r\nmRXIhxpTvCtv2e4pPPosC+JCzkdwgRinltGXpbPJdxVshDdWqIdbz+IvJ1Lc\r\n16rxu2+qTNVILGm9XZYe0nfL3h8Ii7HGWt+vrclwGYPsOiRUGg8qVORpmFVq\r\nj6iC/JczQJQnsxn8Mz8Ij37K2xt/i8IfpvHklvDwVUhnuE+5fqw1y54ha9gi\r\nZZbt5mzdD7Jmir5T7VZ0rP3lbxGy/PInN2Q=\r\n=rcm9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"ddaef5ddb9d9ec7598dfc300179180bd1fcbe491","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.54.tgz","_integrity":"sha512-E70Pq8AxDcCeqVsy3fVzowvlB2+hDCyW3MUz4uUZclwpVisLIjWm9otu8fNK3bhw6HBUkAqGSx3BxRAFMzlfUQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.53","@syncfusion/ej2-buttons":"~19.4.55","@syncfusion/ej2-filemanager":"~19.4.52","@syncfusion/ej2-navigations":"~19.4.55","@syncfusion/ej2-splitbuttons":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.4.55_1646732061883_0.9201783009935363","host":"s3://npm-registry-packages"}},"19.4.56":{"name":"@syncfusion/ej2-richtexteditor","version":"19.4.56","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@19.4.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5df8b99fe0495dd13313d0aae8448af9cf0a85c1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.56.tgz","fileCount":362,"integrity":"sha512-lKGoAT6Dkdo/LN++84aO8n4F/4MN1xV3NqNAbAI2R13Y8YAPlodVtoRiSAXUjX0p2pGmEu/atR94K3E0/MLbQQ==","signatures":[{"sig":"MEYCIQDru6CniDXcRj3tzU23rnqo1kmdj2zcW3jLxwbU6o6BAgIhAMhn54wCXnCZbgUloBcGhX00F9Cg0HKXJcYlEr2FKCoV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17830966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMKbYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmraqA/+IlkGP2mQ4T+X5O7TJ+sSg9LE7dnIy4sgplPeiACXxoFp6nR0\r\nsJkn0KNt+HC1vxdzJWD8P5Vj9nkM6B9Y6w3Zlxt5dfuDsa2Xjp4r4ToRqyKq\r\nyHOONz6g6EpA7PoSIcTURy82fSn78aMTDQbtX1O2cVhEDWjaLLqo/cGCUmdP\r\nihlSPPsUs2V0lfOxZTZuN9BdBxD25dmXE1cAH3qsrrAQUXOubnlkArDP4xH0\r\n3ZrrerFAEqdqy1Vb8KtNqi+I/oNvjLUghgH+qKpViFcOdbuA9WZNwWeO82D3\r\nEfMM7s7hkZQh7dIYwVb4XmeQhLb/fn9sDIJAe14p9DJ2usX5ao4mDL3AngzA\r\nDD7QOTx/5vbKUoMAxMF6T1LpRq7hSjfjoUCDf5nXA85gXf8xHquPcQeHmdYs\r\nYYDTlNS5XV8in5mPSaxOjo/t/W7r6Raw6NQg6AmgtXgcLAf7HojO5owapp7J\r\nlp6KjUI6fKp6UttixvPBhUmdg2jtpyX8PgDkC/iqfijmYebPJRys+DQAK8d6\r\nSunX1BKmwgYCcw4CfnfY7n+iUwoUh5xcmB1m78WozzrSTgg7S1peczZ2pSk2\r\nKnDf6zJTcsWdaIHobPCUT4xuG4dnsUedVQiavcRu+dnrEH3we5Lrv7Xe1ib/\r\ncgVbOS0f6Fm+l1jPPGT7+am0nARjO9v9OiA=\r\n=SeEU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"c71b371a808166cf0c76c804df45bc6723eb4027","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.4.55.tgz","_integrity":"sha512-yCzpe6Glr/5vD9wGZWamZZlXj6Pij6DBLAW2/7gKcFRevy5MG22PPORfDb0WrRRYYYj+kIV2Ea/7nU5HSpmtXw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.53","@syncfusion/ej2-buttons":"~19.4.55","@syncfusion/ej2-filemanager":"~19.4.56","@syncfusion/ej2-navigations":"~19.4.56","@syncfusion/ej2-splitbuttons":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_19.4.56_1647355608012_0.4513967886975345","host":"s3://npm-registry-packages"}},"20.1.47":{"name":"@syncfusion/ej2-richtexteditor","version":"20.1.47","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.1.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a46b9273af8e9650060a7778b37017699b53a739","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.47.tgz","fileCount":372,"integrity":"sha512-ma+E+R0NGzuTRzq3c+ODujbIMj5NkaeSfKdNUepF03sz9oc+RdkTquYJyyxUjIT8ztXxqrH+lxpenoCOpSrMKQ==","signatures":[{"sig":"MEUCICsZQVup8KeHmKtoms8+tMsa+jDWbpeEOEoQqSoX+6MzAiEAoOWqVfazafmIHKoebJzjfB2gxvMlIufUcn4l0G4bNxk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18554222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSqf4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqyxA/+InAkvZysBOLnn0SJVgZwv4DP+X5djm8JYAFesAla93N+iHdd\r\n9/OliP+y7zGt5Aksnlk1dOaRj08kmvOw6OS0eGi6Zlmdl5GD5o9BZz2lnSDd\r\ndsGwAhH4lksq4Io+V962i01ccXGNENaQgfOO+x10A43qsWansYBBwWsapUME\r\nsYQW56ejQ4EtOofo8VtlmhWLBaLhXZZh0kqaukqplAzrecHJPfvPkVvIEEKd\r\nkCMVkXlBJdOQllqc7vbuG3O32dqva0CD1pIELMZA7NQ+v2+Pq4Hh4I33Qvaj\r\nj7Zib0qREPK0i2pHBghRZr0mRS7Hn2H063b9fNDOs/LKPVAiLuJQRBR5XaiD\r\n5epHZQvexly+Bzv58Exqq/pgLLe10en/cfsdUTUQzpy0OpBY1ARmkwi7Gjse\r\nJHHvFrfUrH74ohTqRu0kbMHwOflj6xwnNgQ80mvdTu9eroEcwQOkaVYgAhFP\r\nx2ml3eftHfxYsWN4mvUgeziVf0eIINoE13B6YNGvFPncw7od84nvWO5bCprA\r\nnrKONQM2aIoMDNbZ2FsA8O3cFtkA6nJLO7pbt1m/DoTXoBjvZBi68OOXG95q\r\nVAgJzlb7o7yf62LmsjSv6oWgFmgJ6hk/5K6x6CNe/lonzt+wjyePDZETWBg1\r\nGyIaMCOkFjmv6/Vy9bcq4RxPjQKHYDK3Gm8=\r\n=zKzt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"a9cbd4740f94fbe66b3fb49af4d63dc8fed5af77","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.7.5.tgz","_integrity":"sha512-qd8dxBBoB6NySpSez7cBo1QjzbpAmvbM3hS4N1NqHbVvaRjJWs8hnvOeCwDAqcS8U4KltG8Np81Ztg0Zsnn+zQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.47","@syncfusion/ej2-inputs":"~20.1.47","@syncfusion/ej2-popups":"~20.1.47","@syncfusion/ej2-buttons":"~20.1.47","@syncfusion/ej2-filemanager":"~20.1.47","@syncfusion/ej2-navigations":"~20.1.47","@syncfusion/ej2-splitbuttons":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.1.47_1649059832366_0.39269146814029776","host":"s3://npm-registry-packages"}},"20.1.48":{"name":"@syncfusion/ej2-richtexteditor","version":"20.1.48","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.1.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"02eb24e3faa9687631695b2a9450ddfdde0a3d7c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.48.tgz","fileCount":372,"integrity":"sha512-wrx+gZflrrtzlFVXnXYwyJSDrXpd6f/Ko5NzBzKdAKeN42lHfDN04Lxzd7TwfQ3MWmwpIzmisvzMNPGoHANRzg==","signatures":[{"sig":"MEUCIGjwiVVsBqOjZj46D5NRnvfO/XEGC5aZhBmPa+qiV0Y9AiEA2UHScDn3sKyDise3iY5iL263GGZkwBK6f0fyoEuCblE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18567711,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVV5dACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmovEhAAlIGknrOc0s84mhes9YiHKS63gvXdz3f4Jd2xO90j99gqvoks\r\nwhpjAEhVxbC2ewNwfduLjHf6CxBvRFP4VyDahCYa9UFio013i1YVmorwLRB3\r\negpd5wo2m72XzjoCFmsFwHP+FrxSX9hNXF4hPNxaIhm/h+p6FsUklNoji8yG\r\njKu1HI7nnjQN1CvK03LokWaslj5rL0/UbIksl86jtJXQOxVHkb0hv/SNypky\r\n3XYBSoaDMSmJzXOhQagSsH4rkV7nbPjhB4iS2CxFuZx2giwnVEICFKmaDxtX\r\nwQ2tHjozuZ3uJN+bWAdw6G0pt1z7kmzaM1jhQhSqOX/I94oK04LzglptIMgp\r\ndQLVjebEC9GUum9LV2bFNi+YyKHFofw8A0cx9Gggrh3DbK0zj25CcihXpP8+\r\n+xmkAI9jnC1NGdvsaVn8usGAal/yVLA7MCwSEW6QUNvxjMVjImfKW8h/qy2L\r\n7A7FA7u/9bbTUuqKWPKInSOeKPCEKV0miIsIWGDmhNIY+R9OXFNQ3dTsWYEO\r\nxZ3AGq5ajfRYMN4C7S3QoOFEZNsOZMe3mJH/j1hKL0t/qL8yB7RKQiKfOIUJ\r\nGXFU8J5uWfPq5mLnPVcx+DItUHFHXSZcKmXAPdasMt6Ei8dTTlh33bY41cwJ\r\nnkXkkaaqX0bbZXyEEY4XUUqfkhhct8Ksgbk=\r\n=A5ri\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"7d854e478b53c30642348539aa9a389c4df071f9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.47.tgz","_integrity":"sha512-+JqSmzz8uh/Xuf7mVptZllX9DZbzfOt9enpA9JftvQiFGKQVDeZwRW2J9qrdtumUBBMmbasVPWkvpMMoLy7w2g==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.48","@syncfusion/ej2-inputs":"~20.1.48","@syncfusion/ej2-popups":"~20.1.47","@syncfusion/ej2-buttons":"~20.1.47","@syncfusion/ej2-filemanager":"~20.1.47","@syncfusion/ej2-navigations":"~20.1.48","@syncfusion/ej2-splitbuttons":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.1.48_1649761885112_0.4543433522120033","host":"s3://npm-registry-packages"}},"20.1.50":{"name":"@syncfusion/ej2-richtexteditor","version":"20.1.50","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.1.50","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e7c559a40e9e62769a8fecaedb82e547c6f15af8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.50.tgz","fileCount":372,"integrity":"sha512-aDWI/7D32Ua4PaSo3Qg80Hg07Z5snMUzzhjnMZUbIz8jBhO66fr8OjJbGukDY50W61CQCrInw7X5oqY9G5PoiA==","signatures":[{"sig":"MEUCIQCzDVBNWJURRQmhEw/LZ8NuIq5VwFqPqr15WexZDMdgWAIgHXayff/AbYnZnJApPUJt1E5SpflGPfObTnFlMhstX5c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18569123,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXpWCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpHHw/+MIqH59g+xHI9stuPd579rJoLnP55EI36+2D5aUeyVVFqiyMr\r\nKdIOln7QhCkA9Ua15rG3cHGfgeeMsurYXPwh0J6GLTosioAwdM46IH/AdWlV\r\nmA/7LBNkTqOMBg23qhDTQ3dJO7okdkZfRRYxnzq7xDt0frU5myxvUqjMbLxS\r\n2mJhoPKlK+D6zi52Hn6vfbSxqlKUB/RxoDDyEt5poQt15HrZCN5LzoCccVAS\r\nQNniZ843uKwLvzwj5DYZvwzZMwr5IOdMwRXUN29EdECZV7I/gx7PGnM6/Qh8\r\n2nmBjhPYzbAIXZsqLXV71TMwj1QjapD6mnRO/K1Kj51yob+5H2IFQu85WxLw\r\nQVtAKxiXVRCw4qOQSe0tFQjkqQ4t2m94Dwx+fhY6H5WY/7ZCkz6Hf7LFTUKT\r\nRfcZBni/vdzH+m1YHoCLglO5YhAWQwPcf35AREXb5GpK/0njBIgnFAoMU+sr\r\nJrMz2IRE1YZYji6CQdPdNFsSO9QdqmrPejmzz+xHOWjbBA+r1+Mk6ro3z+4b\r\n3XFixMd1KhqtHnyqON5fGlqvXnszRMHFyyUN0qDCvqpO0GG6sJonMbRINws0\r\nvrHelJTeWybZmcisKapskeCNHAMamWTIbQXOqIfe95oOeKtdnbm/90tbdUKc\r\nRQDcK8+H55h6UUglkXEaoaDkdf30R8QJ5hY=\r\n=qi1r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"9df70c72dadf0c9da35e41354dabce572c01c3b4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.48.tgz","_integrity":"sha512-LxIO6UQrh12NTuAQWP/mn2FO/1lBC9eJHW2Ffd3sRr7IofhWvAb/xMoHBC0g4JvOtwT+XLbi4dYHGUkT0/rvOw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.50","@syncfusion/ej2-inputs":"~20.1.48","@syncfusion/ej2-popups":"~20.1.47","@syncfusion/ej2-buttons":"~20.1.50","@syncfusion/ej2-filemanager":"~20.1.47","@syncfusion/ej2-navigations":"~20.1.48","@syncfusion/ej2-splitbuttons":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.1.50_1650365826691_0.977511707290589","host":"s3://npm-registry-packages"}},"20.1.51":{"name":"@syncfusion/ej2-richtexteditor","version":"20.1.51","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.1.51","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"629029b17fd1d5da46428f53582c460b9b82442e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.51.tgz","fileCount":372,"integrity":"sha512-JI54Pl6m2ck+IAn1w3xcBJ1IGptpxO7Lo7wMCLYmpP1g3eifQZXpSOrTmBj5fVWITwquxZxd0dh+ovrd9yD6MA==","signatures":[{"sig":"MEUCIQDa9LL6RVGVNfj/e+AYRrTmEpFvvvW5LteTFZc/JXIHqQIgefTCTEqR6+sjiYD8eyhVUg0PN880bsGBONOKYc54TJo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18578335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZ/P9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoOqA/+NNX1XWG6T/yiwOci6yzHu4GkIP/bx9wBSCZDiqO/E5xhZnfx\r\n7vddCV877SxucZN79eTTiZOcj3iTqCMdkapeD8tJHPnCGshNFA2kvEjP5sLY\r\nr0px9z7n9WNZneEHrSyI4PiA2Q+l2KFapKycPcrvgMtOo123hnq9nn+SeF6h\r\nluS4/pcnFePT2H3l1mZk0CGHJgvb5hFY9fLxNtzXu1dYghTiPfcTe8G675cE\r\na+ml/Gf517xnbUeRnvd4maz8faDv2vTkZky0urlrpgycE+6efSSwbh0+NTIP\r\njnf+VeW9JRCbrHR2B0fSihbJyhXWHfldkR3grWqFUsqCbwV0CG0eP/RSvxY/\r\nC+7NSjbVsZ9ijdilLfFN4/RKjkkIdE8+vtYB731kWbHpoJYoanAZLRlLe42J\r\nbmEOrWq4O/VofdsrKFPoDwzwBFql91vvW4a8Xhr6n+GWKsmLUKR5oAbTO89C\r\nmBASQh/V3MW0z1kVr8Vv14sIYhYX58CYS83y3t9kiJQGQjioczPJNaIlA5st\r\nPOWjJkBW6hzTPdXRBJ+2Zfl0pjNvt5DizxdZTpPToW7ESYmvHp8zk0eveFCJ\r\nc39woKzEdqO6ejjHDwrCrC86+UAMSusXHvM24a2iVtH++vNwDd2nnEFmIOom\r\nayBewdmwOLTeHiPiyHfz5FaKdrw7CbBPNwQ=\r\n=xeiT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"17718651142faa753d87d51a230d39c2a8e02db5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.50.tgz","_integrity":"sha512-gkz4PlU7B1CB+wMuzLpWYTa/n3NaAlzqGYfk2gxHEx+26SxT8sIbVVqGHSjvT9wKHU4TSczQhqTCg3+aiS8RHA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.50","@syncfusion/ej2-inputs":"~20.1.48","@syncfusion/ej2-popups":"~20.1.47","@syncfusion/ej2-buttons":"~20.1.50","@syncfusion/ej2-filemanager":"~20.1.47","@syncfusion/ej2-navigations":"~20.1.51","@syncfusion/ej2-splitbuttons":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.1.51_1650979836748_0.7012259680955006","host":"s3://npm-registry-packages"}},"20.1.52":{"name":"@syncfusion/ej2-richtexteditor","version":"20.1.52","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.1.52","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d72b2d90da63d14f325bc9b56f37d594a4c4b3cf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.52.tgz","fileCount":372,"integrity":"sha512-0LPmDC9EXZEwE/dY58EQwz08v9voQQet00JAuun4sW58Tta+13zXSVsl0bLBl3mr66hyrqyG0aa9dbHZvr/jwg==","signatures":[{"sig":"MEUCIHKScA4ICAglLNKueFjMTzgouY1YO78B/2HrNYY5ZeYxAiEApRUJdrvRBkLrAi1NNMG2OZiWuyawc4hUSkFexnpSZoo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18583584,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicixsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2Cw/+J4XOhOXzd3QSkUNFObF6i0h1DuJCAz64l+ZXi+FRSikUoSpX\r\nKgNZhczg4jMpFKOLEcvbD8FAb8d3r0eIGC8Gp7TCwv35VN/N3JGVluwZ5qMq\r\n76E7LuSd3TZoLSibhxhbNXouNIlgyRWUMrtL9FRfYYd5CG8KGBhEaZdcDe3W\r\n5dsL+cZV7OiTD34j1ZMcIJr+/0n84K7ZGE9XrogMf7mDGlygd45wwW35p2aV\r\nnBwe01Y8emV3jamiKXBxDzl4w+2wtGXnzEGHS7JDVdqB1hP+m/aYuXBREM7V\r\nrhOGnOw+8iE75ZUqIP2BIp5e4wq5zx3EdzED0ibs+vmcRjCOmZlWeTrYjQpV\r\nMY+RI7v0FM7cP+CV1yg1VVeC2nk5Uao7red68vfempBxJnIDRJ1MoRY2WNhT\r\nU9kF2ZjoJe3c8gk2HjvWhxsBZcPwiBeViZyGOMHnuZCtuMbgOFIM+wXeiX3A\r\nd3i6+ELaxdCa+G1+SHT3qPUFZEzRQ4+sWdetWxnwo/p59HvqsjlCfi/qhKVH\r\nOHD18Imrwnx2A6RmmW0wvKf8JkZcFddwaiiMxQD53rPkGusc3TNNCdZVYYH+\r\nGEJpUKLmJ9KAvxtqhxtyP0mSESKbP07oNvGJl/JnPy4A0of6rFw3vElt4QQ0\r\nc34ncVCJ22hQY9o6CEh1Gy+fVc3j16i55WY=\r\n=y1Mc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"750c5f70b543df06b6138fef3e932de46991d2c2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.51.tgz","_integrity":"sha512-bcIISkRgLWZVdsUIfFPqPrFMSGKxvgZmaNVU5xbKp0kVkMKtUJAouugs0PG1pnqX5AE7JihxTWbXzbBfKqPOqQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.50","@syncfusion/ej2-inputs":"~20.1.48","@syncfusion/ej2-popups":"~20.1.47","@syncfusion/ej2-buttons":"~20.1.52","@syncfusion/ej2-filemanager":"~20.1.52","@syncfusion/ej2-navigations":"~20.1.51","@syncfusion/ej2-splitbuttons":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.1.52_1651649643942_0.4365468908436483","host":"s3://npm-registry-packages"}},"20.1.55":{"name":"@syncfusion/ej2-richtexteditor","version":"20.1.55","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.1.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3c99b192b61b29a0d5a133fb5981e6fb12ca065a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.55.tgz","fileCount":372,"integrity":"sha512-Bea0pkM7DsGVXvhklcU5uFZvKktXCCdWAkFrT4M7Jw4xLaUNeCd+CdP4nNcqRFpJVdd7bT7gELy7Bm3X46cPGA==","signatures":[{"sig":"MEUCIDMea1eKT+5QEzh0FfwVHlV2pGmXIC88hGG2s1JkJNmMAiEAwKZkXb2EbSbgCW4UJBBqRVFzhRPblykrE6ecjzsQVy4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18584641,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifQLdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrCvg/+IgTo3jG9WYnMZNb/qskYNMetljio/1R/ae/ao38EGO7iJ5jw\r\nn1KrFRrOvxawuZ6SL8iT7LXQWdwueolIdKWpRQyqdkpAQBuq2pcwBB8FVPD4\r\npreoNz7URynAV2FqmbzhW60pRd7DgJRRS4aRwQHyM/gebT6++xzL/7qqXEcB\r\nRz5xru1F2XvBbiqJKKY5qyS5Atxvfwojz6sY2ZpupBOYCFiycEgJYv9ZqzSy\r\nR7j7plpIe8999JeW3P2wdkZNqS+WpeR/ABkugYJrBlynEf4dpfuSxu72RSMg\r\naBN/tSMtRLsJzQZcN3knAQECOKqzdHknWo8w/XvUAu7RfxLwJSG1/aCYEm0z\r\nlRpRoexqOt/dxq0If7B315GwVbwn6EWbUOnZXy1MIv9PfYV1I3a69Z0lMZR8\r\nCCW48yULHzMRoOH5ZF7Bs4CgJ2i5EFSdyVx8u+0m9UhPOitxuKPzIt+7ahJp\r\nUmAbq33o2b4HY09J2JvmTryTvliQj7PibeognxRVTOnJERbwGu+DsftHxc50\r\nJStNGjqBiJzmQcESXD2R7Zd46aMeW/shc7t9aNyPIoUXayLDA71N3caPgbp8\r\n5Rb6R6CPSGyLHR+Xt6CIOlHpHE5Q+AedWFGSi4UdUe4luqloGISaUgw3zoA2\r\nPktTHVlXOpLxF0aT3FhzDwiV2iWaui9CzYw=\r\n=eQ3t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"7c14ec83053987edf6e41f7968ad52aab5812e9f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.52.tgz","_integrity":"sha512-nOAMnG7anB1iGGM7QEUNtVJWJZsgXvSJgbgRJSAsy/vcqq1wlR5zJCUTEfffxQLTwKOvU+N0dGrIx7egVFSmWg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.55","@syncfusion/ej2-inputs":"~20.1.55","@syncfusion/ej2-popups":"~20.1.55","@syncfusion/ej2-buttons":"~20.1.55","@syncfusion/ej2-filemanager":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.55","@syncfusion/ej2-splitbuttons":"~20.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.1.55_1652359901412_0.0007281822992140086","host":"s3://npm-registry-packages"}},"20.1.56":{"name":"@syncfusion/ej2-richtexteditor","version":"20.1.56","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.1.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a0d995f969a6f3462e32d81a3b756e42308fc98d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.56.tgz","fileCount":372,"integrity":"sha512-MVFsNDrX1O6jTplxOIHu03NYxgAOpxAihLds5gkR6fLgjMC/lghaCF9w3dczRYxfLjxPrIIWazmLM51dpfsjKw==","signatures":[{"sig":"MEUCIQD87v7J6MS8sKTluFFLoM7TOryGV5qgAS7I80Al9XkengIgaCk4E0nyKhjo+0nci2sPGFb2LsKh5Uqui4kR3Zj472Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18732035,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJig38xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrg4A//bicYiPfgnXOF6R9hxIzmii4LYbqWq5EAoyi4Ua8xMfWVmMiZ\r\nsznp7QOsbzVGnYUDCgJPfXH8whhkBivx5mSaMvIsnANx7tNwk0N0+/d/PFvk\r\nEid3ZxHZd4NaLEITsOX9gJtrIiWbKGKa9stn1mbNtVRemcNABmgV6AmmIzdx\r\no8iFlo6XbC/Yso/gjNtz9dZAQJUJ63+So+qIaQpjDug5pVnY8VnXXCWZB08x\r\nstVIcnmsAAmq1YXF5VoxHxT1vo0qGVT5THbCfs49FqbowD31Bol6209I6g/4\r\n1+3nEmHDlcQ/tpxRXnyxcLqyvQQFkb3YkqVzm/XT7+xMb6twRr9FgqVbKxdK\r\nzMw47EwIrVyqmK4fz5M711hINNF+MBxixlYQnd3NjGC+tWodwJ6KA2GRZjtI\r\nbbfPlID9+J0GbvEDYWD+woiv6L09Mb7AcPDGkzd6FY565mNN218O765SSS9j\r\n7oAvXRXzoJU620MpEYVOYS2VtrhexsYo25A6QBnMBgizU9G1gF41SH3lp14P\r\nUdec8A8RsWaVdyKsjaNN2Me2poDbH9UwXTYjKRgwQmFIrHVp9ZL+OB8K4R3q\r\nozLoxg/K/T0/05k5SuXHY0hozSqrJRKxtwV8Lo57+fDI0/srp4X2FkxuiIlc\r\n3dBkrVzu2XuxYcBWkm7EzTb9TocnW7iz0JQ=\r\n=Phnh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"250a94b80e644648ab21dda7654ac57331425f4d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.55.tgz","_integrity":"sha512-62Rvxj/EQwsiPPPAy15EYFm6lX3GcnRVlhtzmuePAa0UZWJQza9JKYpyJJDouMKozDsa/ekG+reDFrCeswoJLw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.56","@syncfusion/ej2-inputs":"~20.1.55","@syncfusion/ej2-popups":"~20.1.55","@syncfusion/ej2-buttons":"~20.1.55","@syncfusion/ej2-filemanager":"~20.1.56","@syncfusion/ej2-navigations":"~20.1.56","@syncfusion/ej2-splitbuttons":"~20.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.1.56_1652784945380_0.2727024139566232","host":"s3://npm-registry-packages"}},"20.1.57":{"name":"@syncfusion/ej2-richtexteditor","version":"20.1.57","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.1.57","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"24fa4a4beaa2305d96cfba2be27ca0fd3346bc8b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.57.tgz","fileCount":372,"integrity":"sha512-OqBUJmNgnZgMjMg1tL6r16ANgFccf6Yn2AEYY1ZPirfEzoEltE0z9KAdPpBGWrtDcDrMgoatKJgv6FOmCo29eA==","signatures":[{"sig":"MEYCIQD8Z6IHj5gycZZcwn/f120su+u3ToZYorCaY6N5jlVkBAIhAN7LVQDyr+rkebAFtHGXgmJQOT1G6HVure0Wo0EGjk8T","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18732988,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijL/4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZDQ//aLRNzoL9XzipJqogY9yGb0GAHlECYddyIh2cNdbXDqVPoHke\r\nqDDFBOxu82TegqDQib/ykUDLtmnhPkdsJD5WsJ4zabSzvSTo5OaoeRwbA3IV\r\nwijhY3tMB5+oZxEAiTbuo+DCP13sfbkKJyB7XybBJKcxSJpo6nZKqIZMfJg0\r\nQOORE23OgEqJFi8HdsZEHB4ARKGjrqFh1ywroz5+cqEEVEsNReUHdlVkV3Uh\r\ntKxF9OozF1dyxO97Is5STo5aC9RmSEArJnftQmsgvIQL/8vvwWDoDDskX4do\r\n38WPHNRarjtbIdFZM6axYMFNxxkGJ+U0Y9x45oLpb90LXw9YP0qS5W5+Dhem\r\n8Xw1jyd9nazWgvwzKSQ66DlYa0UEXSoi1C/SNeIupXhdFEzlIi12sljako7H\r\nTynSB4YSpoc+JfT6GYLKTHyie2j/xjzMzFeZ98L4r0mmt9N/6VbC0+8MU3gM\r\neur6MqOqgLS4xQlzGW3gw+/a60E9X/A9QmOYqMZXWovxL0DYjWxLT+op75Gr\r\n5fN9yR82EkP0RvJ+BuNJdzcwFVVw3vQB6Id8yGyHJ5ahwWJnItoGA5jMQBkv\r\nlAQc2WPX6UYqO0PZ6GfLWIOiq5zGfmqDYpfqCB8UJ01Dul+7bduldKlH523L\r\nUrx3qv2YbKPVfsKu1ePmBqRERrtEhpZGe/4=\r\n=KvaD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"32c4413a7a28432c050fbab856829a4529d9ad74","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.56.tgz","_integrity":"sha512-K9udvx7XUSGPoZazdkTsEx9MdmT7BmM+0AwY6uejJFroduUynyhd6DLubcv53iYrQa1cf4Auu6tkHY6fSyUtgA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.56","@syncfusion/ej2-inputs":"~20.1.55","@syncfusion/ej2-popups":"~20.1.57","@syncfusion/ej2-buttons":"~20.1.55","@syncfusion/ej2-filemanager":"~20.1.57","@syncfusion/ej2-navigations":"~20.1.57","@syncfusion/ej2-splitbuttons":"~20.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.1.57_1653391352341_0.9013272107506265","host":"s3://npm-registry-packages"}},"20.1.58":{"name":"@syncfusion/ej2-richtexteditor","version":"20.1.58","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.1.58","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4f8866f731408d36e1b97fbbe599973139cfd439","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.58.tgz","fileCount":372,"integrity":"sha512-DZB4hzdG6k1853okW192NTh6/Foz1BVHTPVKAMcqwNY3amq8vkRS0m3a70zBuC1H6tkG2v+u8VBYusL0gs9u4w==","signatures":[{"sig":"MEYCIQCm+0phhXqneULX8i0mnreTimk8g2pOn16I0AOhV+OJiQIhAKEHoVnMtvyA2Deda0L52elJ+KpPGdP56NU6hzFTakzX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18822361,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiliFdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHKRAAmznzqJNOXWxasc5rPYk2fyG1ha5hWUX1i+MMRFK/VLuWkNQ2\r\n9+bsSMAXwiEkEWPCx8pusxEgyuB24n+M4U77jYg5BSf/xddMOPcGHQqXCvfM\r\nkkXb+z2Mn7IXLemmmsimRXOof/cXSWRKXeQdtDIluFyOUzobd1bsVvPzLtGI\r\nVHBVIDIPSNQPJjXI9oQEN9IzuVlCvZl8odWZIPf7aFiptxT6H/bAVzCNmW0Z\r\nKWnfgFKkn0babJsl+aqS/7OmzUApLIUZ0djOjnaw4kA9RV/iqQZrXSb4E6HD\r\nHMBGdMkFQpIUvMXvyJ4RtSHZ3Dc9AIZ+52ZhVvds7sNLGTk4ojcG4svM+Rlv\r\nYOhiJgXcJSw0rP4wCjIZGMD/UoZ0Y9DYMKZd7upVjBG7HshZ0pBb/jJnzAZe\r\n9x4Pmu2munVFQwkRbZwcWDWkenuKmH42Vh6oK7DF5l+vlJ4UGQSm9+O7D0v2\r\n4FiZ1UfqEq3U0DZhfa0QVCtkM2vDv5PKks6+Q1/ad82z9gqZVh3LY++2ewP/\r\nub8QS2D1cJKZcfQiZXiv/tUr65EcSF2kVr3VrRzygNrsZAfVoFhIgzqyBy9j\r\nnB5Jrt4VT4IMLZkz8dHpYBPrw8h12myO4MPBVaPKx1ZIBBEJVPyhn5hyuI3q\r\nmp+DxDpzksgA8jlhYrpYAKhRGHBrH1/35bw=\r\n=7Z2i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"cebf8bcc4da40e76f00f258bbcb1e50ab2dc0d03","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.57.tgz","_integrity":"sha512-LjSfZ0mNXFBjRl/Q2pYJ1j8DWpzc8y64MLCMA6oSTIFRwmngZRRXOHXBLyifrkOX2371CSCsVPSxBuUV3pU60w==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.57","@syncfusion/ej2-inputs":"~20.1.58","@syncfusion/ej2-popups":"~20.1.58","@syncfusion/ej2-buttons":"~20.1.55","@syncfusion/ej2-filemanager":"~20.1.58","@syncfusion/ej2-navigations":"~20.1.58","@syncfusion/ej2-splitbuttons":"~20.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.1.58_1654006108718_0.3756195660754289","host":"s3://npm-registry-packages"}},"20.1.59":{"name":"@syncfusion/ej2-richtexteditor","version":"20.1.59","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.1.59","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8ee1eee340acb40d2ea82ccd7882d67a9e66c8b9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.59.tgz","fileCount":372,"integrity":"sha512-fslM82CNWOhh8ysuMrlDd6zjTsAYohCh0+4/M8r63bx/i/A0YYmD9iMkOctdSuSTNJ0ajpuszETKgoea5/gD8g==","signatures":[{"sig":"MEUCIFfW3iIgsfowghGqOmI5w90keN69zc7cePMqxOzGMsC1AiEAj2eNzXH1MXSl0lhaxfeKPjqKCL88EFVhBkbJ/uOYyxw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18822887,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinzVOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHlg/8CpBUi5uBAgQDWggZQm9JaWDZM895YlJPpST9yM3h/+xpvHIq\r\nGFFHYqvY0vO/hPW4jUqRwQvwCaInZyJALP4rR6CfsZPbgqyhCI7ChIaWPu12\r\naB4/cKXO5iAf6Z7Qt9lA4K1eflGbm41pmDB3uTF9f+goOUekDp1O5VwSuVXT\r\n3qghix6l9MHqySZr+ZZnD1XaAxDVuXCJef5MBpvGcg9W+yR69Q/PhL49ZYyI\r\nbZ10xS98745N7+wPqQ/MXkZ0Q72lCLI26TtH5B3lPKlN6U81ztAgEQ+HC8Af\r\nQ8RVEX6So+D67VFIbi0xQuuzIaK/BZDIVofS8afGpo4t3HGdqvwMBHEhW4xs\r\no6jSZ1dVPi+kVDaHU2vHPel/NeVVD07GqbFkSyqpdCHqDBbhHaGUoUcMBiI4\r\nAFfg/XhKDVrNHgG24fBi511Fg4CvAXqH2yLYPOvcswb5xdrT0gLg5O+tlLT2\r\nT7EVacwdaiEnyabhPWZPw5/+kJ2VW0Bd8hDnES72jDncqYna2LJMsTgFTFB2\r\n7CgpKDuy/KNYeMucNtYDSDJDVSaHkScbZb9CLH/zI0MfFZ/EWDja9emezQ5G\r\njqxKcA17ixnD0g3qOHPsNYzW290V4X6QxyDiyVWmrptzPKPFrYYxsWmVX4gh\r\n1JR7e6b5ltFUeI1wrY5HZ4Nh/WChijgsJtw=\r\n=N593\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"f3ebd6ff60aea3ee6079960ba07c001bd2bf12a4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.58.tgz","_integrity":"sha512-qxEXYEGIaR0st9tRaWcOOpDp4IexL/rHxDx6XL/BnRjTE56hfHyn12zKW9i8FcCA2wFfDGRA8NUWcfqplZGtpg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.57","@syncfusion/ej2-inputs":"~20.1.59","@syncfusion/ej2-popups":"~20.1.58","@syncfusion/ej2-buttons":"~20.1.55","@syncfusion/ej2-filemanager":"~20.1.59","@syncfusion/ej2-navigations":"~20.1.58","@syncfusion/ej2-splitbuttons":"~20.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.1.59_1654601037853_0.045623574056248506","host":"s3://npm-registry-packages"}},"20.1.60":{"name":"@syncfusion/ej2-richtexteditor","version":"20.1.60","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.1.60","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bfe610d1afc50d4e495d9148cbf7f603114e1994","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.60.tgz","fileCount":372,"integrity":"sha512-dZ+7tpLNf9zwS2xg0whQ7rBLykx+E34amWjH1dQonU/JxPXeIZVTxRpkTZEJgXx0G1hKrrFCPn89X7UniEP+EQ==","signatures":[{"sig":"MEQCICTPifXa27wITO7jhrDCuI+5RwyvbEukBB25V36e8Yx+AiAxef8UsyJ6ihOkgBU0dDDjJTftrfQkRFPO77Ajmfl5Eg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18831939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqH01ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpHpQ//e/A3lUlyQAedJthWeHjYMwAHbMl/JP5213Vv2FaTFcKHr61o\r\nEKHg/xWo/fnwATnBepMBaQWaXyIanicwm+Ql2IeURBwP3xpn5qz7GnlHJ4ny\r\nZJ4C0Zz4NSBQChzHuYZ4A2s2SD8ucnzMUdCjGfjd/99XHA5WGMBrOyKNDDk2\r\nGbW6ongWqilwrhk9szBTXUQCQvYWRQA7Cala/GozoNFbt0Ib3T+owYkcdYNf\r\nDxypr9yMd/FCjp5Oljxkbeoa3y1FIgNXf9D8fply0NCVkeVNPUJovKudDwCv\r\nBSVSXUwZ9TNQsgHUYS2fkw1FxUO3HjmIJeSd8hRTi5AyLoR/Ywgl++WG73dY\r\nTzxDrF/G4B7XdHQeSISb4U02Xbopkz9h9nztLziHrt2APwnsXEg5k3sZZ5tH\r\n+aGu4NTp8sxW87mS8Hki5aMerHyp4qcOVIYXW2Cd9hxhwOSPN6HABlN2UrYp\r\nlLPKwaf4s+MxTUt02ps/3e9cxKXQWhZLPMlle3pAhrodUsWEM2YvwOuTAhNz\r\nW5cc1w3G2IY9wBCbHO5SGGenATzIhKgckpRRnT6PZBuBoqFxHYxLmOVl8quH\r\nGu2Xd8gB8CeCk2ah5Cim3XPm7HO1wPsfEcbbwIhphCuHyTcEpsiDMKIlQd2M\r\nf/3hqZ89FVmdnNa6VbsS2K+5qH3Qz7OxV/g=\r\n=bDah\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"7b77b788311525699b0cf6710a46229c87d43b4f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.59.tgz","_integrity":"sha512-O3QS2MUDxyND2e4A9Dl8mIlNzLQXd5eC5w1F6tRfYmRCNfW3cWqa1LUDaNT5pQVpzuMky/5MuX18aY1Gx1Mp6g==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.60","@syncfusion/ej2-inputs":"~20.1.59","@syncfusion/ej2-popups":"~20.1.58","@syncfusion/ej2-buttons":"~20.1.55","@syncfusion/ej2-filemanager":"~20.1.60","@syncfusion/ej2-navigations":"~20.1.60","@syncfusion/ej2-splitbuttons":"~20.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.1.60_1655209269621_0.974876983580125","host":"s3://npm-registry-packages"}},"20.1.61":{"name":"@syncfusion/ej2-richtexteditor","version":"20.1.61","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.1.61","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5551e68a4f516a68dab97b8aac4fcdf0d5dbe79b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.61.tgz","fileCount":372,"integrity":"sha512-ySV8YrUcOjJAxCZPI/QN7VKSefKZfy2TZ8K+U3xPyzX2dlm+ykqvf+PbtxgL/L1paXlRmOvH9rL/qbMTX0LePA==","signatures":[{"sig":"MEUCIQCHtZ9XVtsc2PJzW+e0TeBkSkYfq+a28UzSuMJHPodoLwIgNtuC2ypB5ST9aa39RdssdfVrQWvt3wxQhPhz5Wv4N1E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18832894,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisd0iACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoAlg//c1URTuqquLq+1I7yN0tdJoChd5blRh8KdIQMHBgR/wYBFhfT\r\nMUW0l9MCTF2WgM6pAJXLOHaUbRV8BBJcCh82ARyAiyUeVHWbLU3vtFaBFZJ0\r\n33xJUdJtZZ0SFWSUX+OTN9W0N6QSWHlLyKJwu9sj4j+jYVPJ4XFQIA4M7Emf\r\ne97YRQqwn86Xt3ozkUezpVBN4k1tV4WJT9oKPeYvSGeub5Jt883TPHc63QDt\r\npYZjwxI9zrHsIryLGiD8hsZPqb2nYsbLHnIu46/baqHhngmyDP40kbVDySxm\r\nqYB21rkULt9j7DWuZjQLEl0KxGfY9vrudUBRYY+XAGFvdvzsoMFJ9geGAFRi\r\nF+X/Hdns4zXRYgGjZNKBHy+mc3MClHGST1D9LH0/faCYN61O8oQEJkRNoopV\r\ndkFu2sKCDcGOF9rDsnZT+ufDv5TqDXQ7/uCJZHkZhyaEJf9x1Lt5Gv54PhQ4\r\nzLZbEdQOVJgoZaVvmrRNi6M29OwD5gOBg5lnTHlbG1QqFFYmW92OdaC7IHtD\r\nXtvYwTifLrcBn5I7hb9VJNCFc30LuLOMpGeZf/dpI2XAoReuPCG5FFE7usuS\r\nH5fNRh/iLSwOLzly+2uh0nUU45cXBNPSa2pLWbx5/HJCpqsCv2jtTVlsKXsd\r\nT+DPKAxgrpPXAPbnecu3J3rBMu06VRmVe3E=\r\n=4VSY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"18cd298a5a31b9b14c20b4675f295b69f073276e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.60.tgz","_integrity":"sha512-vo/z1JgdwTsY70ibCni+fPtTYFoJid2Sph79hXONUxGlUJJb7IHvXAU8avHBhl0o3tEf9ZEveaham1mJTkrr2w==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.1.61","@syncfusion/ej2-inputs":"~20.1.61","@syncfusion/ej2-popups":"~20.1.58","@syncfusion/ej2-buttons":"~20.1.61","@syncfusion/ej2-filemanager":"~20.1.60","@syncfusion/ej2-navigations":"~20.1.61","@syncfusion/ej2-splitbuttons":"~20.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.1.61_1655823650554_0.7831682166391296","host":"s3://npm-registry-packages"}},"20.2.36":{"name":"@syncfusion/ej2-richtexteditor","version":"20.2.36","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.2.36","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d0f511cac9afcda3de7c5b09e2a551f27d3e86a7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.36.tgz","fileCount":378,"integrity":"sha512-JMch0mC0zIahY3FAFzNXqtz3Pv+YoIrdUZySlkJpb8YD2QRmREJjhWpKx/QeUsTYTEpvYl9oBn3TS4AuDUsi9w==","signatures":[{"sig":"MEUCIEjb4Q2Qs0NUVfeUFHB9958OVSYCYw6Al0peQ5WFlNzgAiEA92XDqFy76rUpGx4yJJ920/DbKCbwbnTRTITCwa614i4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19036941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivWIeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTvw/+N2dNq15ZnH+enLOWwhmYiAzdQYZVhIfLr3I6zNoNyU2jumHu\r\nZ4n8d7UL6tWIXjaJi+kygbQ6TA2dTeCXUZEg2XiAszRspVPbri/+QECKevG9\r\ni+XuwrBDhEwrlQdmxnuyE7rbqwjM3usc3qvUnVHrTEQ7I26Ov2AfYTgnTsw/\r\nhr1u6uj06hMxrFASPyKAOa7DfVVjrlM/TaQeogJnMstpYioHsYzqBkXLA+yN\r\nXIJyFpTJYtN2eLrqDZIChtHeCb7IckyR9NOdSIdwuLhFvNuQwltRfCa9sjzr\r\njp53Y+IQ8P8L7g+1Jx6SSBodF9AEvveoLr9NGj1mUnR6W7HvQmTsmaE4Z/88\r\nqauJSXx3BGrnywCFsTZUfWlIHMvC+CHmdGnjglaUT9HnQKxi+8LWtEHtcAzQ\r\nVnEZ69zB8rKoAihCSkPoXjJGqhEzD1Xm1eJlRwgZ5q3h9oW1deR0UR+n35iR\r\nuVBTTWwulFrWI0BtxfC2NRZH2N/SKtYkYI6ey8oxezbXvTccHx+leQO0xw1B\r\nu5tU6Ndg9Sa9HCvgsUrqlAQZhNsw3hOuF8Fe1Kb2XnrIsvLMRbknF7mHyaoT\r\nEW4lZCPRbVea5GgwpHtph1hniZgwjdMQzpqL4gIMeIi+LKQes04s3rmgkGSq\r\nBtCjmgw1TOp7ucJSkWhyJscnlEY/qs+qr8o=\r\n=6h33\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"2368624db68c024864a84641dc195e8bb602dedd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.10.1.tgz","_integrity":"sha512-nRcvTjn8CJx6Jc+BsAL5C8zGWA/jIfS4UA+7uCE0CGxNvW74otn0hU1phz61DYDvsmWP/oVREomhY7do8ADZqg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.36","@syncfusion/ej2-inputs":"~20.2.36","@syncfusion/ej2-popups":"~20.2.36","@syncfusion/ej2-buttons":"~20.2.36","@syncfusion/ej2-filemanager":"~20.2.36","@syncfusion/ej2-navigations":"~20.2.36","@syncfusion/ej2-splitbuttons":"~20.2.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.2.36_1656578590009_0.7933876228473324","host":"s3://npm-registry-packages"}},"20.2.38":{"name":"@syncfusion/ej2-richtexteditor","version":"20.2.38","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.2.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"dd8e22521ca0a1f3c213827637ade01f55169268","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.38.tgz","fileCount":378,"integrity":"sha512-Rk5dShnkMPCRyb3WL7HJYAdniVUebwTmP8V4uzwdVC9peM4IhFQOjAHZBw/6jz0EDFyXRs8nVz8y0uXj+/EDlA==","signatures":[{"sig":"MEYCIQD+HCq/afYcRt/qwO5tiBCvnTKp6lO3jYYZxp16JoCRnAIhAMgvHZ3dtEMAWFnAJuAhy5j2nl9KsuufJaL1xtGPB6Xa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19106319,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiza3UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPrg/+LPmwfkC2+5Gt/HOwPKQIUaCFGQssXgj3cJE8d9IFa3NtrRTl\r\n5lzVsj0CMHxItn1N8nzdgz61M+F88Ov5p4/ajLCFN41AXDTnSt0zZhl06wo3\r\nk1rh2MSxQOqaVHBMIHdZTqH2SqoL4vhckjiVINimnCXdCwm2WIhmVTZalqXq\r\nSe9EEJ7mD0P+pn96GqtujAbh0KbEYnSQ55WcesffMBH3R5NcgGmKC8A17bxs\r\nENRmgg2oXQnZuiPDjbvGe9V9zbMAzk7lH4nUThJYBulMjXdJgsDxjpLQ/Iqc\r\nIN7o/9SY5r182xysSpPXWjYUlLmFxU6nam0q/+/PlCaeof3Xd1BKT4Orkvmf\r\n23H/Ni1Ye39YyZtUnCZg6z5ehpU1TuZFAALiAhOB3tF3NOAUg5A6VmM5coP9\r\nj2nmN0x0IUjBaZO6rsdkOdL36Q/VxBTDVIZV9B/re6232tAi3asY+1ho1cFD\r\nuCF9HlWx3CgpNA156wVTMsgprt7gIlBke7FmJV96g4PolrTCo7oxAwjKS71x\r\ncWaffGWsYx/ckwxafpMcBBMJFjuZbUMSUkgIxvPp742oMM/CA5LSr7DsF2dY\r\nmEPCGXfyhFVv8PYptWS5sfKIKLWUPnql7ne55Y21ZMt3kXD1TmwEQ8md6nRB\r\n5VcTqUyYsg/MUtxj+/nP95patvxlv9KGrqs=\r\n=4NDt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"71f185c480d459c1ab2e7d402d00a1faa27b6415","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.36.tgz","_integrity":"sha512-C8xFE0QDv7mvp6MUMDvckFoZ9m7Sd0jr6HhC124W+91UuAiWCIQhyEEE32UHNP5cxCDoQ9nQU7xmzf9rKdt9PA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.38","@syncfusion/ej2-inputs":"~20.2.38","@syncfusion/ej2-popups":"~20.2.38","@syncfusion/ej2-buttons":"~20.2.38","@syncfusion/ej2-filemanager":"~20.2.38","@syncfusion/ej2-navigations":"~20.2.38","@syncfusion/ej2-splitbuttons":"~20.2.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.2.38_1657646548055_0.5272286874867422","host":"s3://npm-registry-packages"}},"20.2.39":{"name":"@syncfusion/ej2-richtexteditor","version":"20.2.39","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.2.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"47334ed78c680fd189937f09ebd666f18e73b9c3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.39.tgz","fileCount":378,"integrity":"sha512-kIqPLi3eTWtYZOm+4IVQy0Gd6V2Hm4Q8hirGyiFl3/iCJiEqnYL8Bb0Pzx2PbHuRtKai6uE4b1Ho4HIVzcn6kw==","signatures":[{"sig":"MEUCIHYy3v279K2tcCnDYwI+Tz+FFoJW54MUdjFCCYQMNNgKAiEApJV/wL0m2tzbN9qURh1iBxc+w4fTP7eHH3EFpabtpNY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19120717,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1sThACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmohow//VeTzJnj9aCjNliQkEO9CSJdGvPGv9L2zxe0T6tHWXrXJ0JYb\r\n6bsa46yS5DTLh8cxxFPXDF57Vki6BR4Y25yKsvjv8AnUN9PEE1lrakcnJ8+q\r\nJWFgi4VPMxeJbZosax+SY0r5BK70lND2vX2fm5QDAN99a64bBepRZ4RwlF6J\r\nvw+IreWDSC5fnzIYacaiL/RVRHR2UaAe08cRUPrhUixirgF7qCzT6uGGX16F\r\nUqZBekRMFCEKdiwAbTTBDbuXYQd8Q6AK10wm+khmAMrZkn0+TvzYeYvDbl5A\r\n0asnur/fqwc1VnL1ZLjnrY7McJ+sFh+Hn0mfvJ/fCrKuYl+m9m0c6gBA3k1h\r\nvu0LS1m9rYhmAYVu1M4TiI8a8Psir5nDBbdMaFqIsxIdeP1fWSydOlghVStc\r\nYgD1K8ReIvXSPm8BBsfzRZwRSZ41yPKlmxzl/kN0v2d9FKXwuxnBVfixMdqe\r\nrjOmrdHNBe+IMPHbBab2LMnNn9plgBLFv8qd9VgihSwGfwl4jCf4dPgUVrjs\r\nFsfDTM0BS1ayrBz+vETs0OX9St95CtXNhkOCRpEE4K4+krb2qVY/5Z6B1/sW\r\nU/OFQbeWYGuug+ubJlYjDuSutfpzdplGBFFtFtOc+qXml+0pD/QAMq6LJXYQ\r\ncdrUhbDDY4CqPsBONqQetq4XqPOX1H45820=\r\n=HsR8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"332d081f0e815d62053ba5a2d14d14f9a0813411","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.38.tgz","_integrity":"sha512-R8AtoHAIPqpoh/7JpkRUms9eRZPs7tWWTid2D9gZXd/JieNhPPEcoRKYjavpVRx/Cj4O7umyzzXHIekW+8h3Xw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.38","@syncfusion/ej2-inputs":"~20.2.38","@syncfusion/ej2-popups":"~20.2.39","@syncfusion/ej2-buttons":"~20.2.38","@syncfusion/ej2-filemanager":"~20.2.39","@syncfusion/ej2-navigations":"~20.2.39","@syncfusion/ej2-splitbuttons":"~20.2.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.2.39_1658242273353_0.13901593553504243","host":"s3://npm-registry-packages"}},"20.2.40":{"name":"@syncfusion/ej2-richtexteditor","version":"20.2.40","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.2.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1a70623ef3e1673b147ab65521740cbe5dede96f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.40.tgz","fileCount":378,"integrity":"sha512-XSBQ0Hol2wOhNlAsJJUb5J9rTAu1qNxJnDdccIRQjd3r9S9bH7IXf/U75xCQhXS6Bxr8z/Iw5uaC6y42YhGQQw==","signatures":[{"sig":"MEQCIGeEtPqtawsEfH/TLC0aKEGrOXixl/S/6NMMqfEJlMl2AiAePHXuTSGTx16JJ6DbK9fPd4i+PWiWY1lsY98a1Rp/DA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19133707,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi39R0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobTg//dodr55TMiUUcs3awqujDbWK2br8DfgLyHaBxuGRaVfiaDsz9\r\nnj772v8/FaYkyAhqB/rQRwgsqwVOx7CB2Mi9eed/SfFw1Bs1Gma3k7WrQv1T\r\nBvkzX0p2L+2yuuHLADsTTWpvpN8w9d8aTzgXGFHwct8keKI/7hbbnOO/ANrm\r\nWI5WFS+Z+6yARPSm8zuk8Zn9/BWcagg63BvR4gKKlzDJA9Tw2Tp3SLZIam5u\r\nG5G2UWlRJEsm3zG5rlMKtTRHimJBIVohRJWKaxwN8mzEVEXOZompEGt4QmRe\r\n6gpXX4H/3qlgnQ2KBNycW65dVvaaYX9BG3kIthLFdY8T3bD/oKG0AXxSQh79\r\nL4HooND0CsmxoFjFYsLgMSCWVI9dQc6s98WBsAcRXztw4LN8+OnPtbzHOOCr\r\nVwtPm1te3liwo+d3nHLcgng8wL6LiOUApgleX4qYL0rVLj3zgA5Asymnn1wn\r\n4vA4ztNf3bZDl/Yt5N+1J7UqP1YnCITioQ63/iDxpUvoNYP1HuRRjGUkgw6t\r\nZV+EtOc4HQe2vdxngaXQNHBZbJPlSHZ2/ourOD6cN6x4uL/Rs1qr/wIjrkpH\r\n6u1P5+g2Eu13x8ehtuM78j5S4HpEyFqfJ6l28bJYis++mmsLpx+Oz3yf1XGY\r\nbrr3mGBC9wMUjymEG66YRUBF5UcO10gXGHQ=\r\n=LuRe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"1f0a6edaf8a4f4200b391fe333a9a11116b23191","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.39.tgz","_integrity":"sha512-yO/wGqPBdhD7xAMyXiLpzmmE9xiT18tgPaMOCsiUGj4wuJcWEF+2RVc66t2fLy2osg70SdEof4R6wByno2tN+w==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.39","@syncfusion/ej2-inputs":"~20.2.38","@syncfusion/ej2-popups":"~20.2.40","@syncfusion/ej2-buttons":"~20.2.38","@syncfusion/ej2-filemanager":"~20.2.39","@syncfusion/ej2-navigations":"~20.2.39","@syncfusion/ej2-splitbuttons":"~20.2.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.2.40_1658836084503_0.80724407456807","host":"s3://npm-registry-packages"}},"20.2.43":{"name":"@syncfusion/ej2-richtexteditor","version":"20.2.43","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.2.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6bd72f9162ab09875d8a032fcd0fcb265bc82bc8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.43.tgz","fileCount":378,"integrity":"sha512-oM+e62XVjQ7qTpjqmxXTB6X9r489PTA7mEXEwk5P9hZazFbO+UXGi+B0koKCqYYBMPuZk5+N5EDu8+zLUBbB5w==","signatures":[{"sig":"MEUCIDUSgr7h5ibXr9Dr5ChiujJRlY3MhrvTl7qDZ8JjHTK8AiEAoM29HNzb/jSwYNMY+a97EiZAOTUTkuaTuQZPymDGnHw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19136942,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8KJ5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9GxAAmeESzpQ5qjYhzIDKZxI1HF9+ef7zUg8NnXWdLaKQxZTArrnw\r\nPTr63HFmlSFMJsuQQXX+wHiqNakZ2Y1Lf1OkN82dLsteo1unk6ITJV0viD75\r\nf42zzCGeqW06tgfscqTk4uf/tugOJulcjhrIzttn96am5yR+LDrFGeU0iMuR\r\nDTY7VzbDCt5QuyJDmMgNWEtY9dur73ic4xnj7TO+wAvpNk64T4DyJQ0OZy2Z\r\nxKVxcqDpUQJakRKVbG517oeRPbpi5Xd++sBALg+48g7oDWSryt+2t0VhecFc\r\nGe48LrNmXzP/tg9z1EFRnLXErKZ38FnC2K6qVjofSa7+NCRIshqt3azOG6sF\r\n1roD4EPlW/6Ph7/L+Ms3eE/W2BfNlJncs4RH8oAqbkZBqHj6vXI5wte19TIa\r\nTu/TnktT7bZW+qZ/7jNBu/bAM4xMT468RsMxmTMxlf3K1erEzPWgYK2Had/X\r\nUdp3ihs0jsDAIURzQubQi6ijtJa6G0MQw8spswZNlT02AOtakYiTnELVVrMV\r\nbSMq9hqK/C41vOGU33H5CLYv+oj2qEPOVBl+vTVuq33inB6TWMrkUMbyigji\r\nWP5TtLwrK1bw9zAnl7TDTJYHamxctPvsGN+LQjFMW3PDU9KlWjKFSs6MdyFL\r\nVzopft84fgCgcgoqkOVv/pqP83J7iQRXm/E=\r\n=QUMr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"d1096ffac3f968b575499b3d57ac92d8d2f85558","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.40.tgz","_integrity":"sha512-UujypHiBETmZH0BRvYEQ3Ymz7fo37930L/lnqY5z4JGCRf1pcPGRfbNAVcY40vXJOkxbEnmH5nzge0JyMK3SfA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.43","@syncfusion/ej2-inputs":"~20.2.43","@syncfusion/ej2-popups":"~20.2.43","@syncfusion/ej2-buttons":"~20.2.43","@syncfusion/ej2-filemanager":"~20.2.43","@syncfusion/ej2-navigations":"~20.2.43","@syncfusion/ej2-splitbuttons":"~20.2.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.2.43_1659937401432_0.6590250635191839","host":"s3://npm-registry-packages"}},"20.2.44":{"name":"@syncfusion/ej2-richtexteditor","version":"20.2.44","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.2.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"470dfa9fd6e5b32e060ffa74b62dcea726745962","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.44.tgz","fileCount":378,"integrity":"sha512-Etxx/7TsfZQVADYclm6EJK7HymGmFtEfNdmZyhlRYWZkk30shqkc9ATl/JLhdzTzU/5XKS/UtTzFlEhlDVVGgQ==","signatures":[{"sig":"MEUCICoC3zV6daqU8AUmzNK9u7r47v5l+S7j/Ksq795RCjxmAiEAgvZa2+cHmeJaRXkBxMRaz1dBuqPqmQElPT2CckCd5Bg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19190007,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+5UjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqd+g/+OEWKJVga+xA5OJauU+REoRMHKOeS3UeTatL9Rs/AwNBFUZYc\r\nAszT3kPNluL+TG71MDVJpztN2hz93yzsrqvWkfnRNMZJgGNdEOYMva0h9AHb\r\n2oZhj+wXMh2Xs2wQYeSjd+7ZDzaHCROBav9QOA6Zkme9BLSoDIRmBlZb9QmQ\r\nQ+/wEQDyp0hjHI2Qy43T96gxsEpsQQRpFqMG3zebptOjvX3QxMThmPVvAFW1\r\nG24ZphpKLnjm6PT2/uCHWSyJP/7ouuEaOBlp2LJ4/RdctR5fxQXjC+rL5bv5\r\nxrkB8oN7kv7fDFWclwercWWCtJgpBN1lxOHJeLlVkmSVsWErcJMJpqE7dJen\r\nVFLKuOvMYzSBdVb0w9Cw681KhmBUtLOUexK2c6BVNG04/FvcOEo5bNkcVpS6\r\n1mB/DJGqNIj0qYaKdpxnvR3HO9BA3uu81GDll0Y9ZcdTH/oGvKSpnafcdFs2\r\nEYbEHFAFdH1dEOWCbjPrq6Ifydd4ZKYydTUKJesONrddHq1ShoHxM3u+swGp\r\n1QuSocQ6CnAr1KybcE62CRUxKHhLCrCOtAgo3RyFgSImp1mh6shth4eCZJHe\r\nOSapAEnVhUNUjh5cMBZZ9qF3k4gC8WQDgLFg4S59KkOq8YYKNq8+yEsdOAWJ\r\nEnhkxDakd4yQX8eHsk5+S4jOIOnSNGweA24=\r\n=dky5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"f4e01afae92f4fa91d69acc288b19b5970f99483","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.43.tgz","_integrity":"sha512-dkfDGY2MKf2ILpa7X4k3mNk6efDSuHc+C2jA9kus1T+csXHRz3mfd5zkOnx0GLeKdQ9tkuBlNj0QasFVRk5Ivg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.43","@syncfusion/ej2-inputs":"~20.2.44","@syncfusion/ej2-popups":"~20.2.43","@syncfusion/ej2-buttons":"~20.2.43","@syncfusion/ej2-filemanager":"~20.2.44","@syncfusion/ej2-navigations":"~20.2.44","@syncfusion/ej2-splitbuttons":"~20.2.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.2.44_1660654882831_0.07819397513355009","host":"s3://npm-registry-packages"}},"20.2.45":{"name":"@syncfusion/ej2-richtexteditor","version":"20.2.45","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.2.45","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6a0514065ad6dcf3e3ef0b760db561c1fe6fe056","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.45.tgz","fileCount":378,"integrity":"sha512-kpU1hOkYs/YpSZthmN3XP0DhfIylmYc6NYsoDotbQ5Y98dFW/oJTXDyYL5LEkClyoaqQyfj1ijgSz4CM/4YyHA==","signatures":[{"sig":"MEYCIQDhRZd0zvAFnDnI5BYzMu4a3QrRUQL6B5Q5epNfuNtvtgIhAMdW2/C67kRPQ/mmUjjJG9VJvnb0NYymTCHRWpfd9VOD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19190007,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBMnFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSPg//eTbzYa7mRp5NfndVTJAyqXglAw0O4KLhBxmBUrV5Gkbib7el\r\ngMLT+/5sxMx80JQcyBYJa4S8vRK6g39Hf7uM9ZpO9aosdSV8wXrxvyBnk2nj\r\neGUNS1eAsX8d7aV8Na0KA2VkLSz9Rkvh4TBOQoSF++C+CpT2hjE9L3cb85Hl\r\nYtMzOETIGhzY03fPwaucKjNZOqMX9Ji4HK9WX7f24uwQAnlxsqDmGMlkrejF\r\nAqvx8aivomibhTb51sl7KYutj/NuNC0W1trtP3LSjIFPxdlY9UkVM+sC58dN\r\nEmlwOOcTtm3anZAEtv1Uk3fWEOoeRCfWCytDkmsFgen2WUXbOjcpvRAGo/+b\r\ni6hoIFKA8pNpxd1eaT1LcYQfB+oGOov9vXDhRaX8rx5CYGe5AV/E4qlneKnL\r\nWfHMbKpBZxso4zxIZSQVEtLpuxLK6AdCA6BCgyjL6+AKprstwEOcVGexFa/U\r\nomfZ4Qdu4hgk3/YatJTsbeh0Vv5mOwQVv+0bj0veysX/kuKAxy4IpKXavxC/\r\n74wK/VKbafbt6FupFZhLKtn9UYFlO4h4f5yjuiuC8W6xSq82hPMf3yW4X0l6\r\nJ+f9OCUEGPvyCZ3qaE1O0TCEpuA0YJe8q/ehI8PKnMWLr9Hi6YA74o8jvpI/\r\noJ0tL1xy7bTItO75oARiSOPZoFVBPf4/6fU=\r\n=JXS6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"f4e01afae92f4fa91d69acc288b19b5970f99483","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.43.tgz","_integrity":"sha512-dkfDGY2MKf2ILpa7X4k3mNk6efDSuHc+C2jA9kus1T+csXHRz3mfd5zkOnx0GLeKdQ9tkuBlNj0QasFVRk5Ivg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.45","@syncfusion/ej2-inputs":"~20.2.45","@syncfusion/ej2-popups":"~20.2.45","@syncfusion/ej2-buttons":"~20.2.45","@syncfusion/ej2-filemanager":"~20.2.45","@syncfusion/ej2-navigations":"~20.2.45","@syncfusion/ej2-splitbuttons":"~20.2.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.2.45_1661258181403_0.6072698776327574","host":"s3://npm-registry-packages"}},"20.2.46":{"name":"@syncfusion/ej2-richtexteditor","version":"20.2.46","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.2.46","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c26c4aeea9d8591cf0438fae080acf3f7851a67c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.46.tgz","fileCount":378,"integrity":"sha512-1vrC2dTjKpI4yXyGRPTo/htOWFoZzFN66dPAbSUrSGlsHEbKiqVkZxUPiZF6GnSFOztYhZHKeHTawscE0Oig/A==","signatures":[{"sig":"MEUCIB8tUoXMiYLtKMb5ig8ocn09OYHjoqRM7HulTKU9cyKLAiEAyaFt1aF9NSBg+FbB6FcJCeaeSBC/FK227yuUTbZQsLA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19197560,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDhSXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrL2xAAn11ecDu5grTPo3yAPVybkKI7O2HS11UrfkPka36M0XCh3Nkx\r\nIat8vIHlIIr0buwE98GjQ/q74zYYnl3qKbCdsBE0p8X8L0n8dz2EPbYI+S04\r\noWyAkPA5OUTr+uiu65KhVDnXKQKX6mD0ixZBte3DhfrcP7i7Dwg1E/Zy78Ki\r\nknIQOvgLoxcx7hJeOJsWZQwTqh8BXz96RfIqHn33MoWxHhSsgvOyphOttlxC\r\n++G4nvJ0Mgpm6R0PbIaUqlZs6EX4xLL1wiKzq8uOuHMLjjwYgH0UVMR/Ob+e\r\nJcEUPULSJDeozhByN5ZFkZpD9SaqaNmxpu/w9HUhK/zV7P01hG4Dp2rcCk1Y\r\njwznPk7sFDf75DxdriZEV0PA6emHiNrAZWaZdGp8eolDmhfaSD2BtMqTyzWX\r\nwLz4MGcYr/4AcDuVUY6TDC+d08awqysjFDbEYTCIPVGvEPTQPZs0BP23F3yI\r\ncJaDPcj5hK/o0Y9kJzlBy23YXkYM+89AamFGdcfh8KUqcC/EyLspK71JPQTX\r\nZ1ER58royyd+Wg/bqrSL9Dv2TNWYFtaaKSk5gsZbR/KcTMksU3B4WBTh0CVH\r\nV+uaGByyuiEoayzDKk/89n3J2ao7G1t+dtkYEUaHxB2l86GdsjQYWFJBSbxv\r\nWWkPrBrB4XS6rQAEq/WaHQiJIX+RmCmcjbI=\r\n=6adh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"a037c49ba04ac66b8143621556c31764671d0931","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.45.tgz","_integrity":"sha512-ej4cOLeY7dXoZNyj8rsNeaT5yHrFYM+Mi2QBJcYPvuRSK91wnoNGME4CptbxZoKegPVj2ahTr8fHvSBpTfMM3A==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.46","@syncfusion/ej2-inputs":"~20.2.45","@syncfusion/ej2-popups":"~20.2.45","@syncfusion/ej2-buttons":"~20.2.46","@syncfusion/ej2-filemanager":"~20.2.45","@syncfusion/ej2-navigations":"~20.2.46","@syncfusion/ej2-splitbuttons":"~20.2.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.2.46_1661867158705_0.5157129803664211","host":"s3://npm-registry-packages"}},"18.4.42-70943":{"name":"@syncfusion/ej2-richtexteditor","version":"18.4.42-70943","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@18.4.42-70943","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e945b4fd5f9dae1b232cb3b60e0f7599da6559b1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.42-70943.tgz","fileCount":336,"integrity":"sha512-/UMcc8wK0CtyukwXV/mD0ju4RoaZ4uH3gcTTVFcFGY4q7nB7MyN3ko/dLs3BTD3rfGLixSN9DSQtBvuquHKHTg==","signatures":[{"sig":"MEUCIQDAYdMmdSpm5l/aw2k/DTKDdnCBkzV7tWF3z3PUOllaXgIgaeemx1KAe7Kc5xz0RbiD4Ovmqx0BAW98oK7RHYIear4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11497979,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGcGNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoM8RAApN729boJMrgsv7mAlovXbWArYOBjWFFUp01ENNDnjU/tHvQq\r\nTYtZnRWe7C+hVW5x11Xm/OR+YYA7Ug/3rfmCRzuZpL6gYgKup328ZEU1OE0g\r\nkUiWWsqnFJQzSmFydwJTAYKhJI8nykcFFiDvOq7WXPlRXznHJsAVrF/fSnev\r\nkPPEJDcCp7WDX1ch0uxOGmtLGQMATvywKBi/bxCRBNQowFJv/tUvcRG/BwEY\r\n641OG/r9/LFiBPxmpQUOv4ZP9HRCN4csvf4nyVZev2H+C58IguHxZHCYYhyk\r\n7wsUEAv5mh0XRsenMCYs3PruVkwzLeim5a+79xUT3Ljzv0nUuuIVzuEsT2ut\r\nAiSLJD6h6+FdVi8/F6kSXaQlcZ/STTB0Ni4REe9SrPSUzZ1GurWjxcpkb4X4\r\nno0K4v13G65PwAXTiN1XysqGea7DDbwY39NqAzFRp626LKilFbX1lpo1eqf9\r\nIQRuJFHDvHPcGxz5BTEX+5mJGIbkQ9FwHbZIiQl115ZK5KYDrf10PUQJyUIL\r\nfcG9xeb5WNZHHjOf4gsjcInDaOXfaklP97v/3Xr4Tk2bCG36rzJoZ8XKQM+z\r\npejiNJo0gRjwyjO3kaQYhD0wyIe/CVt/M444PRN6qZxwoIFoIHxjvIP9T1fc\r\n7LbPkZZvwU4rpc79nZsu3jgftCTYHpGXHoI=\r\n=pQlS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"e1873daf7b0bb36340b1a545b2c05aab37501994","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-18.4.39.tgz","_integrity":"sha512-zQHQfwpxLkp6Ywsv7i9qBAUoy9KTFpzuJcGacCbyRkc1rG5jJMWPlKQRJPl/x+OwsMLB/oa7g33B4fYwC09KlA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.9.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"@syncfusion/ej2-base":"~18.4.42","@syncfusion/ej2-inputs":"~18.4.41","@syncfusion/ej2-popups":"~18.4.41","@syncfusion/ej2-buttons":"~18.4.41","@syncfusion/ej2-filemanager":"~18.4.41","@syncfusion/ej2-navigations":"~18.4.42","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_18.4.42-70943_1662632333271_0.5632985327259763","host":"s3://npm-registry-packages"}},"20.2.49":{"name":"@syncfusion/ej2-richtexteditor","version":"20.2.49","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.2.49","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"70c9300d5de3bc767b2429b4dd2683985f3c5a10","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.49.tgz","fileCount":378,"integrity":"sha512-W4sWvRFc893gteWEzRO91opvk/AMQ3H5F4lJzsWvipppzk5j60DsVm+S5kRR9abZxhfNu4ZD4FOBX1ncG4KJGg==","signatures":[{"sig":"MEUCIQDuhLEBusQqvO6dBvPhHLKcut/EjBTAjn2C50DhoR1kPwIgR3dWKhbV6HNra6NG0k1bO7C5PlVRGyjmcF1HVC2E6Oc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19201257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIJAJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrdDA/6A0xG5eVP+DlAR58o1P9RPQwfiBaNA/aO9QfOP9OGSlfWG2/V\r\nHIpz3+VnQNtrQ+fu4+dd1N/PuvWbeIYnen1dw1nM19Nn22saKLZx1Ed/uLZG\r\n4fzyS7Jt4krGeDge5SzaVFop+gN0J61maWwTIEoS9fqTSNjKaonPGoeT7zvn\r\n6d0nECaYR7b4QgGiGkQ8YdNcYgTuaAdkA52haMigOF4ZhPhKPS9AQJtYlnA3\r\nuXRXYVn9YxPgKrcr7AAjn3Ux8JUdZEH/JObkfa86VQhVfB8R5BDvluchjQUb\r\nZq/yRv5RATCK+rx+NreVcN8MYytAQRuopk34HNld9iBxfMV+OUQbPpghQ4Fw\r\n3PKuTzM9LI94+sIquNYTdAQvxDmaGqu6lj+yyjhm6/jht/kaLtmc+6X7ytlL\r\nlNcZwS0QVqi17j/+96knkmW0Y1J4gBk3McSt3dNsf5gchbCseVM25IZToSvI\r\nUYoX6shQFDg1XXStMd1/4VDOeCuJh3+3TMZMgHGnie3p0xVDGJwaIuq6lNhD\r\nyjYfA443hwpcD1x85tNCYoVKyC2VgiXw2GSmRg1amMSMDldr81o//KsgtoI7\r\nph6LdGOtebG2n56DpVIdfBbikZMGvHwuPQB2/JztPSDJsFmFuTTB5KOejFKg\r\nO/uXciJ2zYyGHzTE0d/jNVtEjTGoAIbbep0=\r\n=Tnud\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"e9b1bd287385eee5a5111fe68f948c89541b35b9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.46.tgz","_integrity":"sha512-FAxbJFQ7jN+BCDvMXfKxfjAADZCh+sqZcmpSQOlIMiI4yS6sqD6zCPQ4/cu+3cCOqT3hMOoWCoIEZEnVJlZWLg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.48","@syncfusion/ej2-inputs":"~20.2.48","@syncfusion/ej2-popups":"~20.2.49","@syncfusion/ej2-buttons":"~20.2.46","@syncfusion/ej2-filemanager":"~20.2.45","@syncfusion/ej2-navigations":"~20.2.49","@syncfusion/ej2-splitbuttons":"~20.2.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.2.49_1663078409286_0.9590712148825753","host":"s3://npm-registry-packages"}},"20.2.50":{"name":"@syncfusion/ej2-richtexteditor","version":"20.2.50","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.2.50","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8636109d20890c978bd32b37474f835a851edd6a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.50.tgz","fileCount":378,"integrity":"sha512-m6CCCOYu0ZkKrZZfR85w++YpESdkEppfjeBN4n7MDqGjUVzGY9eVFyL7q7orxZh9d0K1H2L5LR/Ba3aF/B2b6Q==","signatures":[{"sig":"MEQCIBAz03mN5rQpSTXAXGT9PIMJ4rfkLD7IBSsN7Y/vFufzAiB4jkK3YZQB8A9hMExI7dFWiRZ/F7YES9fQpTGL2LUuWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19217939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKaMDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmryQw//fC4wyCWf15OYaekjoZw1gUINCjZmvkXf5U2wVMX9Kc3vDCsj\r\ndLYsNKuM2+pkUiQWgOeYSVKWmvRfmLW2SHFHBBfBweNrTo5oOdrhFw8Vhq12\r\nojFfBE/GYw/lV3/4BpxMupwtO3kpTDWuaR3Un78smgWKqpm+4hoy6K85L4jT\r\nnz5BQQAlMueCW1DWjWOCbYwcFAffEKjW1lkPIewpBCznokSsONru7464fqxF\r\nvj7F1V3CVzt5b8Atswp5RtifG8md+EvbPs00Xa4TBmLZfsq1s/ORnm2UIBSz\r\nhaiAueZsCItPv+ER3Nj9WxWcB/myamacYVJq811v/wkw8zq5W+jer0Ve9cEo\r\nqR3aYBTaTLEmvRqYM0sZdvnHp3foKPAgNTETpbAm1rLbCbDPht/nJrvdM1dh\r\n/BN3qbEEvd6Xe+WtNEubG9OIXVtnTc7PWTF6Vr6tRS3qilTBaCMtcVDTWRPt\r\nTirucUfABJs3D0AFLBxDTYNltN5r7T+tiDC8L2PY9tI53GrDElIfBV1efdEB\r\nR/wKr89vbR3Y+2OhHtf/Fy5XnjIDAEF3/RPxHLrxupT2h+We6Jh+6Is8kP6K\r\nj7qdKDLgAoAEHKLkTjGCtaO7WPSxTfGqvQ8ENToq8r8munxsb28tp9fO3uKi\r\nlaP45/YjYjJAMbOnQfk1rYlLKIrBSflaF4E=\r\n=43DP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es2015.js","module":"./index.js","_shasum":"9c624b3ff3b5a9ca111e8d72accc319b6dfbfa21","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.2.49.tgz","_integrity":"sha512-TSIyB0v3Rc/rIuDwbkeLQ0ziVOT3c2yf8WdOoGuqoDuTI8am8Js+ihJA9320rhBhq4vWrUd6AXMbQ0B9FChaTQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.48","@syncfusion/ej2-inputs":"~20.2.48","@syncfusion/ej2-popups":"~20.2.49","@syncfusion/ej2-buttons":"~20.2.46","@syncfusion/ej2-filemanager":"~20.2.45","@syncfusion/ej2-navigations":"~20.2.50","@syncfusion/ej2-splitbuttons":"~20.2.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.2.50_1663673090796_0.05797022585059075","host":"s3://npm-registry-packages"}},"20.3.47":{"name":"@syncfusion/ej2-richtexteditor","version":"20.3.47","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.3.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d08e9661bd9c514a79773995d9c71f38eff9d512","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.3.47.tgz","fileCount":389,"integrity":"sha512-/eqNtG0peZEaFs/0hcZ3bZ3rlGhmoXiZjrbqUgErNA9WmQx1yriyxGGucYW9eqQ5LmFQ3F7QhNMAkIWty1L/DA==","signatures":[{"sig":"MEUCIGaAJe6mf+KU3zoj4yWMxAMEpzFKls+SkdavQq8bBDG3AiEA8Re6Iaguq3hBWn/R88d6t1fHlE5JCb362PPEHgnjZH8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22201252,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNVwZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmriEg//eM2QQM3msyycNW5hy+9vLJOvDiel8VK3jqWESyWX+InuMPkn\r\n2tzxN4u4A36RnDcque9Cxsa2F/olT7ViQwGl2wn0J5+D3uKa+GKBaQRNBSAX\r\nqvEW0B3gyuRurkrqBdyrcdwKmvz5vQ+SPSRPVnK/+P3019jEet5VZtO4NH6g\r\neIjeCCJe2c3FspN2TmrvZsB4kMlUnFAEhERqf0cc8y1qNsWqk7u0jcharEnb\r\nolufqFncI/ezcy1BuHVLr8DZgqnRTvQFSBFev+plbFPLcnBZZ+Xmi3PXh2xK\r\n/bflTfA0kR95oVNzJoIz7lW622NY38Gy1wR9wqMEmgs/MXLg+/5+rCgAxYam\r\nvy0fyDxD3ohPf5/t4GDHNcOWq2jkZYYhpl7R9jTEeidwySa9eek6ZvAn2cjj\r\nn+kHfHqDlAq8Kb/1xLwSF+aJml9PbidRLYXIVNPFxZTUFQ3Gz98IX2QW2Z0T\r\nwo/Ap+hYHSM21RELPxfFp1Ek8Sqf3swu4V1bPiKiwhPF115pTdUPVePP3Kbp\r\nat6fUD0kc7yyKlrRQIYQG4+5pnEKfRfkOAwpsmpopSmNTEr1rERfwQPsnsxw\r\neUFBWNikqlWawl2ZIrtlawhkdd0uCDIWBNZva6kXNEkFR/9SteUySkOdfzeS\r\nx8mUNbSjTVoUrvkN2Btbcih0hvomSVYNIVs=\r\n=00yD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"7f18820fe6681dab037841759aafeab03a840dbf","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.11.12.tgz","_integrity":"sha512-4q7ZJue2f3t843HZSANxj3NEeKIu8zvk5EuS7BYow2Q0OQkVnp+KuG7B5Kz6I2bnbPvHgY+zPDmNqmsn+isMvg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.47","@syncfusion/ej2-inputs":"~20.3.47","@syncfusion/ej2-popups":"~20.3.47","@syncfusion/ej2-buttons":"~20.3.47","@syncfusion/ej2-filemanager":"~20.3.47","@syncfusion/ej2-navigations":"~20.3.47","@syncfusion/ej2-splitbuttons":"~20.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.3.47_1664441369541_0.345381128627426","host":"s3://npm-registry-packages"}},"20.3.50":{"name":"@syncfusion/ej2-richtexteditor","version":"20.3.50","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.3.50","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"adec9bb2038f7d48535bb5a7a94991b8bddd2e78","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.3.50.tgz","fileCount":391,"integrity":"sha512-T2gQhkZ+rHwx3nAl+QkhMybIigWg9GuVGJYhsMjHH5rNrwUlLvuxmb/QQ0d5pj4IMy05/yv+7IMd7Cn1sdrBMQ==","signatures":[{"sig":"MEQCIBh8+1WVn9N98glkU9l0Pi03g1n414D3JMiYt+KLMFzGAiBgsH8oY5FjzT8o8DvBN31TaofOApTYBSSQ23DyKwJ6Ug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22211518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjToSrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoqNxAAluox/ZlDwBwzM0Tf+ub3BAniGa8ko8mBx5dzINGFBVxgy/Vr\r\n42hii9p2slMLrvZNmmbaXbfJUnAHqzgBEMe0yXgR+pMgLSlhtSzHHkxvtWJ3\r\nPB/dPDXaKfNukadBj6cdaYItqAuhXGvsS8OgKZGsPhr3VVYu6+PTmfLBsrgB\r\nLzZQT3aygATHbcbJdm1yxG3ik6QFiQ/EFCCOgn2xsBUrLbVuMvVrcQCjzJGa\r\naZLZJzYzzHSdG5jTESh186eBfjt+CRNeQ48js8lD+EBCgl4SkY6+L7ei7d2z\r\ndjgPCADByZhKs7iu98hfBJRNc2vATxRIuKuBqhqRplOkj3EPR3FpybLVqDxX\r\nq/EKeJXo83CNCiRg0+gc7bjqrl08RvdMg7E70OeV5Cc/JYNVTwPqmCzyi4y3\r\nCxeb3ELU2etOYRbFr+pWfAuUCswodTwXX+c3d20SYpBEBphxsknqS9kQ7RN5\r\nirt6AlJAImCC9gspZZiTgpIXuhS856fvRInhqU5nEmLc0wRB95preHG0+6Jl\r\n8Atp2xEZMh60d7P5tX4DELfFDRJ4wS+oCeqRbAV7QXdRAijuHy9cO6PltPsi\r\n/VSHkXcqmcQ7Nh4PCm6qn8wKGA2YNPVVBmTKZ+uyo2LOFumQY+JPFzneTICM\r\nJfPSUnaoII4EcmviYS1ttYvycXkqK1jGTnM=\r\n=e14E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"a4625621b42dbb6e52e3cee775237515d3ebe16b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.3.47.tgz","_integrity":"sha512-sR1PTDb2civRyF9GrPTyTq1kw7/pwF1za5yGXl5KhpHJAlHzby7GYFaFihYOKnAIA8I9TE8iq5rnMCxL+TqrVg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.50","@syncfusion/ej2-inputs":"~20.3.50","@syncfusion/ej2-popups":"~20.3.50","@syncfusion/ej2-buttons":"~20.3.50","@syncfusion/ej2-filemanager":"~20.3.49","@syncfusion/ej2-navigations":"~20.3.50","@syncfusion/ej2-splitbuttons":"~20.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.3.50_1666090155616_0.48390780748062534","host":"s3://npm-registry-packages"}},"20.3.56":{"name":"@syncfusion/ej2-richtexteditor","version":"20.3.56","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.3.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e89cc80f6bfb693a43b928219b3452c90532c966","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.3.56.tgz","fileCount":391,"integrity":"sha512-hTkYXiJ6TsNiha/LMWqUo5T6MMz34iNd9ZJ/3S4CZXkMWhwoS0+kCcVyU6nbjtvpcPHXJijmmGYNU8534zlk7g==","signatures":[{"sig":"MEUCIBlDwOJbXAX7aV9q7GZcH8k/wUhdJxkkGDFoxNqv5I9FAiEAj/eQJjTyVkbTJzKXYOMkPn6nr97gYAuqWN4nHe00Mzk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22211471,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaicNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoORw/+OjXEmIwaCLCnrKEm/NMt4Z9zj+EjS2LrJccK+mdqilhw+efp\r\nP1M3vhCYnqlSc+0f6jFZ4PEGMRDrMNx5HAZr7z+cL4Xi6ldiiyzonAixv/BE\r\npy+34QqiSMiQRQOE2l9k1ExFqJmAILoC176x4PmcqGdpIrjPbXD4ASsd390t\r\nrlZuA2PVsd8iit+voetIMr8V69G8DwV59wjypD1evH84CuHlMKqFOj6HOpQQ\r\nagw169K3IHGrYXON2rJhhUxogS3sjxs6dK2TWjK4cwsGT0xLm/XMk7vuq1Fa\r\nkCN8oLAyNKexpi8EoORZ44C0S1f7r0IUXkeILv9x2xIp0VtKsmK+ucXFInw+\r\njpu79qO3i+Yit/fD2jZtgk7DyTZLzJnohMEGJQ6at2BSecEcL/Z/FRPuLC+N\r\nH9cVcFDfV4I9ActoFvH5lcI5pUoaI/RKRp6zkkziZtGs3Vl1OlHw+UmNSQCy\r\n7AWf0RUbuwW5Ws46G1FAoiEX7TUYr+NPN4oln4xvVUHzmnpYMUftqzlxdsLs\r\nxBgk3WO8DXRqQvWL/VvMnReokCp6NDKoCSs6o318mavMd2jPtQfdHt9Ef1uy\r\nmeLFIQY0xN5iV8kiSo4WoC0alyTZp1TxVygNiv9PJmGnp/8PHNu19h8F5j3C\r\nmWiAPM98KloIUh75ZbvJ93+VpcnIHDsw+rI=\r\n=T80t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"a4625621b42dbb6e52e3cee775237515d3ebe16b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.3.47.tgz","_integrity":"sha512-sR1PTDb2civRyF9GrPTyTq1kw7/pwF1za5yGXl5KhpHJAlHzby7GYFaFihYOKnAIA8I9TE8iq5rnMCxL+TqrVg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-inputs":"~20.3.56","@syncfusion/ej2-popups":"~20.3.56","@syncfusion/ej2-buttons":"~20.3.56","@syncfusion/ej2-filemanager":"~20.3.56","@syncfusion/ej2-navigations":"~20.3.56","@syncfusion/ej2-splitbuttons":"~20.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.3.56_1667901197350_0.48126892930894005","host":"s3://npm-registry-packages"}},"20.3.59":{"name":"@syncfusion/ej2-richtexteditor","version":"20.3.59","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.3.59","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e399718e89beabd75f622433ff57e3ab6a4ffc39","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.3.59.tgz","fileCount":389,"integrity":"sha512-yv9Cayd+I+6jqgJtM8wc4yMWQfqJoBHJ28kZnwNn0uF/74ySi5f77SvYFUYuTDk1lkYw/j8T8Jd0cslJX5tB3g==","signatures":[{"sig":"MEUCIBE5pqQqvaTJYp/jEF7KJ+ffQeRzbejyebtXzQpb2SrAAiEAwbS9vkHMqafdbPC7AvSq6fHkQPlr84SecdDRVvHLBkI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22209672,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhf9GACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmojCw/6Ah1z+AfNU2M5nRFbVTFwQuZp40Y17ZBKEkAHwsi3G3soCCX/\r\nXzaTGEXMbHjB53nbWclmjxC2VAqfmDIX0wPDu0S4KoS1KyCBPd/6tHFv+Nyn\r\nsHfnH3jDvMe3E2Y5YuzOWmd5OR6MAVffhe9fCXCnLfDGhfD1R9dPDGWilGUG\r\nETns1Pd/HdCaYY5WIztBrhxotdA/EK7rrGJrRxZUJ3oU9JO7t2Nph3UQHPvO\r\ntAg8oWauYb7Uqc5MwuhEPr0G9T6SJjD8rkT2nFqVQyFAsAuT3T8s+Adgtsll\r\nBrKfU9/QGtA4ya6ySIHlPhlJ40+HLZL9TONuSGkkZDFfQXgI/8kTm3itif3N\r\naRaa3UxH1+grf4FlXfINQPWXqMwLBfHUaAOA2Db9l8uAXvpuyYbQs4T92E7K\r\nwGpIBq+J8XjpVAPwSRLVNpKmwzb+7+4bEAcG+/LRYW+f27LVSHy7oak3w6Vx\r\nFrItGjNLxQHymxXoDr2rRz1nVZL7ipIeUVkgYAYFAkLVViL8rcEt00av8063\r\n1rv9H30TPVS9S+UlkiYSXckKfVD2hLQDCZ8VXO0M0lSwC1HLAyxIwM7H2Z4D\r\njeDvjVOB7mUwD5Z+M/mgE4hNOQ+fzDUG521G+/MFtUoAg5i++CG32O6IvvBK\r\ntrM8MICabvHb6MsUL9wVjp9SvfE2lIeO0cM=\r\n=L8hB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"95846fbcc0d3e51f0339f71e72c675b64323b020","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.3.56.tgz","_integrity":"sha512-GX0LVZvQQDLl5IjbQCCiHxI1SsLtTTKpOq3j8e4Xgs/7SPn/ZVNWdV9K1wLcHer8DFruuZMW/4vsw0bDDn2mBg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-inputs":"~20.3.57","@syncfusion/ej2-popups":"~20.3.59","@syncfusion/ej2-buttons":"~20.3.58","@syncfusion/ej2-filemanager":"~20.3.56","@syncfusion/ej2-navigations":"~20.3.58","@syncfusion/ej2-splitbuttons":"~20.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.3.59_1669726022526_0.7515543891637302","host":"s3://npm-registry-packages"}},"20.3.60":{"name":"@syncfusion/ej2-richtexteditor","version":"20.3.60","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.3.60","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2047d7bd7ed6b833e28969ad801499eef0a04400","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.3.60.tgz","fileCount":391,"integrity":"sha512-wASVfkrWhAyDhJQA26i5SiT+fjsXQUnfE1MN+CtB0al0u/4Co3drmuaZqQi8gBN3Qeod0evLcLZy5Kp+jk7+4Q==","signatures":[{"sig":"MEQCIBi1dY3TTj63HUwnnPXKgyi2G3GbyM2sRfrYjjQlYubdAiBadg9gbTnXTB4SOLIrJ1DBi6OcVOij9UxUNMC4a5UqHA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22257426,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjj0cfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9nQ//QzY6BQK7aOUR1Y+HQYTJrIhLUl/jwUcPl0YPIiQ7xJIpCRrl\r\njy0fJShq0ITF7WsSEwbVdANsZkTSTXj6fbSjvMaaLDbNqwcc/F5/pY665d2t\r\nHObK2VvknJerlou635SafZmABVXC7eMeisN/RhcA1c1qBXTGoeXjUTaoNYT5\r\nSgn2G//18eQt/s70Z0nRoVGtSg59fnfpNfFplPB1bJYmTpUtGpZ55g6UO+pi\r\nbeN9CpcTWaDFofW3SGM27JGSSqQ/cMX20He8PN7Wsx3sGM9sDd552J3X8BwK\r\nPYabDzcSoCVvy7JQ9jXHPWyACQ6D0Mb/hHrb6l5hqmK9QfJvev3Ec2vLgsVD\r\nVFi3Pb4iWxl4KqIBuNSJuKBexj2vMo1EyB8kPNR2DWQH5bLE6ITck1lHKLuO\r\n5tTnaA6MxYrxMRaKlsMZJ7+4q5JgXgf5vKpPKzTdaYwq6u+h5oslVde2D9cc\r\ngVuRoamcB4ux4J3K4QJj7YAxkD7FTn31qedwSYyxMbvDHolLIM7Scp8Z/ftV\r\ng18vuIehEmFP+PCzDZ/LboJe54dfxjsW/r1f9xKfwokjRStOmK2usRgh91Q7\r\nXFt1AMFnFO8/Hwsosd5IcRnRO16c4xrVSawg/a9reog92h214m8aIxsXW/w2\r\nHt4KRLBGs7SuthMRKdpVWLehwvQIQBUznzw=\r\n=MsmY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"8e872a7a20955614b65b0b804d4fce1b98a69984","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.3.59.tgz","_integrity":"sha512-TxF/ECZhds8pq49/ggBENGJuYB3bGc4DC43VwXGmWgaCqogtn/wCaabpcF8x6vhN2ouMHAbq3+pc4A9W43FVvg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-inputs":"~20.3.57","@syncfusion/ej2-popups":"~20.3.60","@syncfusion/ej2-buttons":"~20.3.58","@syncfusion/ej2-filemanager":"~20.3.56","@syncfusion/ej2-navigations":"~20.3.60","@syncfusion/ej2-splitbuttons":"~20.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.3.60_1670334239627_0.8790071112248281","host":"s3://npm-registry-packages"}},"20.3.61":{"name":"@syncfusion/ej2-richtexteditor","version":"20.3.61","keywords":["ej2","syncfusion","ej2-richtexteditor","richtexteditor","rich-text-editor","markdowneditor","markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.3.61","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9a5eb5f622f1c87a160a40b9515b9168511bce02","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.3.61.tgz","fileCount":391,"integrity":"sha512-lJKk56oAiU4m5kzS6nSbwzd+v/6aGxb4TByMFtKUlgL+7uaM53L/YyJZTWLWDT4vY613EAF/BBX1pkcIhZjCVQ==","signatures":[{"sig":"MEYCIQDLvojQAAQ7Htxb9+7N375KWHDNN+NSAQivnvc8KYLyEQIhALM5my+B/soIqe/vQYHPd8nZ/5X/CI329k0+Ww+DU55F","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22261164,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmH1UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoIGw//Wb6SwEfWl7y+v437DVT5d+0q7HIu+uj03kwnjwsDRqNLB4dC\r\n3n98k9tbwFH6uEAI2+bG1mMfC7jYFTgXjNJEex/0b0j82JHmjGdIicdJwSXm\r\niK0cEl6DUN7fI3/zrUPJ4rFU/+o8TmMt+HyEkKaOwhLL7Sw/zt/Xy960lZSl\r\n4JdSB2DUFDWhKnD6HnDhcUHB0saqkUi6tgRW0bY4/e2Y9c9uSDsMJ/ZTppV6\r\nMtqZdgkBtLjnvfc5/0SgZBwCxyFc4ttB8RHisiM+jSzyN5J/3cKA1wjYsKYw\r\nbF0/EuLiFMWFkRLVvqeLIH2Q5lQurfI6ANySPpWyZfd12cMiHhDT+R8NtVY6\r\njeSJxIGn1P9Fxy6Xwa6eRZS0ekxB2W+PNktQeSxuliPLLqZ53HdYPhh9ToYr\r\ncR9aU2REKGjaozYOVtxA1HBXalzF8z7iiT6NfT23s35xWe4RyxWKbd8b301K\r\nV8tL4jawlL4krcMbM4WSdwne268iij1w/tiLJGjMlBvRuJ8hkiEg0qiYXtCZ\r\nb2r9pHLsAoFFOyAHiY3Fnk9juzsrwvb+BBcKdf8STJKle8xdhNvXoL/+cYNl\r\ngOfysA/VIR8DzQNcSfXiPimEXL3uLRMtVJlkBMXfMhRGUUEJh9tc4Bhz1+/M\r\nUQbEWxpBynjfCX1fUtQD6uCV0Bqy1/SAhlc=\r\n=LSgb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"3c91a1071f6723039a43de31b6d0f61bfd02b2aa","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.3.60.tgz","_integrity":"sha512-Udnf4TdzmcsEtjgXDNhzK0xLSblQcpSJadLiOOLQo25IDxSLFwO/2n1o2nlb7YSXykAQ+47iTkE1is58GqEgkw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-inputs":"~20.3.57","@syncfusion/ej2-popups":"~20.3.60","@syncfusion/ej2-buttons":"~20.3.58","@syncfusion/ej2-filemanager":"~20.3.56","@syncfusion/ej2-navigations":"~20.3.60","@syncfusion/ej2-splitbuttons":"~20.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.3.61_1670937940252_0.5318175474915965","host":"s3://npm-registry-packages"}},"20.4.38":{"name":"@syncfusion/ej2-richtexteditor","version":"20.4.38","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.4.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d8e1add783038ca7529893bf4d39383f9ecdc1fa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.38.tgz","fileCount":391,"integrity":"sha512-Sbn+nDrOLfmFTBaUjqcxzQV0XdasrFHZbI1Nc3OM7U22vHFlm4BazoLvTlitvHai3L6ptIMr2N0iApQUgMgvEA==","signatures":[{"sig":"MEUCIQCC6P0TYgETQdIMUnWxwkJGIVY9CtgLEsJ+Gx7DB9IeCAIgBpUAAindtk6Wa+rdLWkSWMyL/zWqCmAFo8kLltzxr4c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22354103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjotJCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpj1A/+J3ieMgZac+F9GlOWEvzxhtez+q+WPz6jOJuX6PWTW715qYMf\r\nxvW2+/Xpdf9bXzKkPItEa6FxNADjumJCxXPbR9EmHZXpfH4vw4kY+/K1m3Nj\r\nXrTVGtP1ulmysewBk31M8e4OVJuiTGpdB1YhRBmUuDFxvV4u6mvbWn6LDD1+\r\n+5wM0fNWkRY6XS8QDouHYcOp8nQK84OUrsgxuIl076IDkoueIyet7YP33Sl3\r\nmQ7MmjXCSiCetrnG2GIeNVDe2r9gGf09IQbOtgqhW8PcHvEj5Uxcjpga1ixM\r\nrw8EuL/eutUR1TPRkkou8ij87iAtRKHRc7XrzGF8LncG4lqYPVclUSUEf1OQ\r\nRo67cETkR7baLoU92JgV9oGp3Mids3ewiALEbRFjuFuHbigrxDkDV0RWIwVR\r\nr8Cw831VDr3v7612VBo+OGKQEb6OcZL9D0Yov6EB8H5DN5/f2gNtiUQKPZmu\r\nbu14w02EJWuPuOPlGMQ9Y1sEjpht2crsbXyxqUyiGlNbKZMwpFfc3RaK/vuX\r\nB4UR+4Gx57sOJNsAgNtteF4sCOKZqR6xDSp2TTeeeKjY7Tn0rpwErcqrDPU6\r\nFF9/mbMVmQUqKET7C1V2pxy32EwCyY4xd/4XL0KkpBU0kKxSLYaWL+/72Yz9\r\nV4AAaiGeYFGb1S4X3/u6nfoDSJN7EYVIuqU=\r\n=H3jH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"042bd3a46b2817c540d359e6cdef985e35995533","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-19.12.13.tgz","_integrity":"sha512-NrHw57pb65pb0YSr2lpOQ2quYsJxgnDVkWE5PmaOs3aHKQSc9pDt6w80P5ZE9psSSG1gkc4ie3l3f+gB+VsU8w==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.38","@syncfusion/ej2-inputs":"~20.4.38","@syncfusion/ej2-popups":"~20.4.38","@syncfusion/ej2-buttons":"~20.4.38","@syncfusion/ej2-filemanager":"~20.4.38","@syncfusion/ej2-navigations":"~20.4.38","@syncfusion/ej2-splitbuttons":"~20.4.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.4.38_1671615042288_0.8271123321644713","host":"s3://npm-registry-packages"}},"20.4.40":{"name":"@syncfusion/ej2-richtexteditor","version":"20.4.40","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.4.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2e330fed3edcb1654011739f2fc6626547a9c68c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.40.tgz","fileCount":391,"integrity":"sha512-iHZb1F4eaLsCeGB66mEmG4hUk8O9Q2U0CFRgi3a4+BKzT8pnYjbiI9kQOl0INIrpy6fduRp4Ia4Ap0V3RbZahw==","signatures":[{"sig":"MEUCIAUknnUNWz4SHNG61Vkye+SF6PGTRyBjzsaX6S22sS6ZAiEAtBwMj4SLs8oDK9e87v/w9UfYEwDxwbNfrSAlYyeR8d0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22362528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjrHePACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3ww/9FBtm0uIVrPQ5qOT4SlH6UgTy6co4/B1OiXmGsEwE7CxIrVmr\r\nmbHXmCs56z6qnTTxjq3Ig8JE62BAiXIAvLijzvpYedMyAYkMNjeNG9ioVT3M\r\n21brPr/LS2EoTa+p543UvmiSKz9hxjelsi+tasiOodcy4MzaC0pvyUxSdwWD\r\nMiLP2HH6DdjvwFzddU+Ne3nPrx1x73xwX7w5ZE3u2uB11ptK6ArB8rEngPyT\r\n+g+hJVDlQ8jujqvga1q0Snnpdvu2tiYR19KA5l7FwwO7PN4pdL8wZCIkZrxR\r\nnCPleLLszEwOGgKHis2bMBH5skRfy5ices+gW9h+JtIPpp+BFCjSyRzjD0/h\r\nrhS/mqvWb6mwISQKNz162DBVJzhXsszy3M6ehq5vwwE+Dn9MLiYUzoBv9tqr\r\nrb5kj/S9XmuXPlDB+MMOGOYgwjskV9hgrdugEkUZ+i7lLVM4kteFBIwbmkgw\r\nH2HA8coYgBatZRlZis+TiMQ25rWzDPVB1Gr8pCC+4xN/YAXHJnVEH/dil/5i\r\nMvOabq2HfidbgJ0u9bnpBnUp+KolO6BkiCwX7jImOQP/eRhORr8vj6Gvld8S\r\nTpxgdTxrh4P9QjQYP7rjJquLXCWmfERf9eIgyLeHYzat6ezSaV0ktE2kfkXV\r\nxUG0SjjP3R9onnVYCotkbQCCJ0FL7oFHedQ=\r\n=+9DO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"cfd4376bcc8a43284062d004871b44ce4e6a6a72","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.38.tgz","_integrity":"sha512-99KINen2pXxxLc7WURF0dR7R+gc/1SCmKhe/iD3X+xyc8LIaNnBlRYaHGk1pCkmElDeEHKFOziXSl7V7NXDMjQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.40","@syncfusion/ej2-inputs":"~20.4.40","@syncfusion/ej2-popups":"~20.4.40","@syncfusion/ej2-buttons":"~20.4.40","@syncfusion/ej2-filemanager":"~20.4.40","@syncfusion/ej2-navigations":"~20.4.40","@syncfusion/ej2-splitbuttons":"~20.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.4.40_1672247183016_0.0373818420217642","host":"s3://npm-registry-packages"}},"20.4.42":{"name":"@syncfusion/ej2-richtexteditor","version":"20.4.42","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.4.42","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"32ca95c03c7b5566925c2849e96e4732f53d574c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.42.tgz","fileCount":391,"integrity":"sha512-L9eOz5WVdLf2fLJa5k3rueDrlkiIrG8mgnBjPoL/+7eAwm2AK3VRjD9Gzipbrx2kTAMYRvc3exOpAJO5m6smrw==","signatures":[{"sig":"MEUCIQDZsAX1YJduANy2AyBlYEWd7CXx6SGADe3i02mgxkHAagIgbUj7lTU7X7Uzp7EVVh8EvcDFkAa1YXWDD/3rpf8R25k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22363139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtXKTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqYfQ/+IO0umLnsH8kUheY2FpDrJ84J2PqjHB9oWZ4wG09vp6SOdG4G\r\nt1xgFZTCfaN35KyvjgzDdjyGLeKJYR7BkfvH8SrKMqciYKB2ouvVGnQ1e8RA\r\nAzIE5Z6HgcsEKWUm18n9hrAXJVISVf/+uqVhW2QnP0ek9mmi2jqt9B/qLaDD\r\nilF3rV8maD3uyM/KXV4K+I6eYA9UDUF4w9yKyv3rcbCT/U0AAK7d+5ysd77j\r\nh0CTWcn3tIdVoqISdWaHn8t/+Zi2AuP7+F9dDWJfGQ+uWmeJTaWGr9RXbJ+W\r\nfRrtdEgqxLCoAW39yxs13ZgMdXxd/yTtETSSHSWeSW2FIoPFZuD4lpc9RrTq\r\nRAlPGmh9noJiuZ0vUx3xD39EhLdQzPaxCmp9lpX+c4rjRxZj8CtAFJ2gm82h\r\n3Q8TIAWBajpC14Q/TPWQFsETVbh2wLYUxQTuWcQQQ0LdjYlwtNKAY8UICQgH\r\noqfeMIp6LlYCPBOZygH0k3CNadkt4rFchJVWgxB+PVog1ieUWlQLYJW3As/c\r\n1B+CxA0/BE/PjB3HNrInlWxpf7MqOwlLMj2vKoHgnXFYizqpuCfp2KhWZMl0\r\nLlG9azixtNO1Hm1B0fNVWYk6KV4KpydXP8A8ht7u7gd3nKNaEwzAFQNanfnE\r\nWigmaW8cBR1674pLmwOq/l4z5GcZ2BQnA30=\r\n=OkV/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"a1ba4e9e14bfac4857e949a8e9a5de064fec7034","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.40.tgz","_integrity":"sha512-ZukcHwmMRufizhf2PBts+HIiwO1zIpUm+h8zLxPLWG6KMnls5UpMuAqlGWpi7DsNhhUJQW3DZzcp00tpVm4jlg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.42","@syncfusion/ej2-inputs":"~20.4.42","@syncfusion/ej2-popups":"~20.4.42","@syncfusion/ej2-buttons":"~20.4.42","@syncfusion/ej2-filemanager":"~20.4.42","@syncfusion/ej2-navigations":"~20.4.42","@syncfusion/ej2-splitbuttons":"~20.4.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.4.42_1672835731019_0.026122708835696784","host":"s3://npm-registry-packages"}},"20.4.43":{"name":"@syncfusion/ej2-richtexteditor","version":"20.4.43","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.4.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bfcb4c469605718ab4a3b36d533d2e7c9f822c2c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.43.tgz","fileCount":391,"integrity":"sha512-ZNzJgBlEQ2i/QwwKgavZBcsBHTfJCqNy6ais5JGbiz6VNg9gx/N1GPFZ++peXDEhe1dvQaC1JznxppXGKjTlWA==","signatures":[{"sig":"MEYCIQDuzI8/kVfayZdR8RNmJxiFlsT6sT8xf4hYK8zcN2vW8wIhAOGE7og+q2UuPruLORUd/3I253UTBLgJzJhldErgt8D5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22375093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvWVEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJRQ//a1PTpyJoZLFBrqIkjK5vBSmhupdZixfqpL2TSZUEAQbVdFqG\r\nsdSrGl4usohDNm19GmIbmB8+q9LQ7NmUoDl4aHXkq220mNup2zs+PMJZ85eq\r\n/n2cTqQHQjxZYe7llctX+8d63U3nj0ZhNtBSqlNysAW5jLwer+Uim+TE2UqR\r\nEXYXSUyjGYEgpqT8mWLiExtyZrffcpUxnCmzKR5sWip7DkhVqfVQGd/LRPja\r\nKy7a2NwpPNRgxQFMMtt18+/pW4o+q7Ql/AXeOoEFiZGOPyKelRZzSKW01Yht\r\nPcZ2OYPR/ECg490mqtMSebCDqv87szrr6hiU+4KfzlyzEh1pq4xiYs6JTM4r\r\nrBVAJjAGUdzU4ijb1NTN8Xvm12qf9S0zhc3QCD4vbQDuwgmKCja3LyJs2KkR\r\nL35a6f5Y0kDh1Tom5OVXYqUPZZnjVgyNUdzunimJmLNUR2V6XyJz61hWhei2\r\nXCrFw8xahP4BWOa1JLaaHk79WqSU0UL8ysqdJeUnqrHcrAqC9AXoNiBsMpsY\r\n3r2z9YqiLgL6Z7UmfITi6hg8fwARC4mS9LZHiMydQ6E7z/1kSWbLb8wt5jpS\r\nnStk5E+1gXridJP/irBLKZdGdj8uFZAFePh6HxUiHDAaR8wvElquCEasax9J\r\n/LEtyNkbxOrOlZXI3g36wBJ8Jd5ry4ThmjM=\r\n=Nf11\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"67c24a82816a8ebbedfafbb18e734dfbffc17144","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.42.tgz","_integrity":"sha512-6Q5JaOeGQcmOpqZLxpR9o6ogvnsJeAW3sJdpshqeRUAKt4w7yd/ly3Ny0qolUjjplp00hESAS1Kh3l6BbK98jw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.42","@syncfusion/ej2-inputs":"~20.4.42","@syncfusion/ej2-popups":"~20.4.43","@syncfusion/ej2-buttons":"~20.4.42","@syncfusion/ej2-filemanager":"~20.4.43","@syncfusion/ej2-navigations":"~20.4.43","@syncfusion/ej2-splitbuttons":"~20.4.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.4.43_1673356611755_0.08140799294814904","host":"s3://npm-registry-packages"}},"20.4.44":{"name":"@syncfusion/ej2-richtexteditor","version":"20.4.44","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.4.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0a7e8186f3021506fe61c8d79f34671fa85a6258","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.44.tgz","fileCount":391,"integrity":"sha512-xyg5pca1H6Qtj3/ajK+DxcntVAjNAZX7+ZE65NiR3qlzXD9aKQujja7q9JVt9zQ8RKVy5mkm4X/ayWywxZyRaA==","signatures":[{"sig":"MEUCIQDovnLl/9EvnK29bkM4urq6BqgW2/ehH0DI4vmlXg6twAIgAJzoKjty/FHs/YSCIk+1/IcBrtwsL0fB4BNv/ygu9lo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22422569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyA0LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmouUA//TckqctFlqtkqeVv7Iz3yQWYbuXkc3fvdqeaAs8yzb+njuLMS\r\nKN9clWqMBODmrE1xobJNdtZ6sSsxGsNhvNohTt/vNCO4bdiVHihg0JDxIKyZ\r\nOB0G+VsXWtwMyywuEhJn1Sdc8dVZw+5MRHbUOdS+1utjE1nIUrFVuSHeXGam\r\nXWYaXaT9ezVm2KGYdGBreA6H3Ikw2rvnxBaUj4IDInCxp0dwfErWpfLTVahQ\r\ndpeSTyV16Fag74x7JutNOvc/luT1/uU937lqL7H/wy71Rx6QGaPFuIG3kt6h\r\ntYRAsKnO4dWFu2RPnRNihQv9kheU5mKiDtVex4Lwkl5em4QmMg5EZkN6cOQv\r\ntHUFLOT70LNLiMs9i4juzxoUwaEoED8QvIKxGpNo+VQy/MmXCFKq+zCIDtRj\r\nicn8IqdCP4OiGPlxFHhGhaLSMYgtHfi5x2XPjFqZxmHyQfa8BSfIB4prLQ1C\r\nU6tKjDCUERB9EJQmY25iMGw8IVQVW/GnMNxkwXoi5HSzse+C7gIyoj2/Heom\r\nPvYzNHuueTL+cvrHtDaAoS7cpi8Dp/sZ/fSkLYEo4uQY3C8dTP3ANDdJy9xg\r\nkoBmK8zS3k+PS8tkI+I+xIH0dElntpuYsad3INOuhxJcns+JvF17iX9dVnvi\r\np9J8c4UeRiMifyaWKnaabuPvpujclXlnKCo=\r\n=9fp/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"8b15e4adefba29920017e631b7d96b4ff30d5994","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.43.tgz","_integrity":"sha512-vqEugl7iKxPWzOs/ki6IYoaHQWRBJz/+yS49WfW/8B+1bhVUMFEGvOflIdU0PawDsVauNFIVvUeLkLE6CpNQCQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.44","@syncfusion/ej2-inputs":"~20.4.42","@syncfusion/ej2-popups":"~20.4.44","@syncfusion/ej2-buttons":"~20.4.44","@syncfusion/ej2-filemanager":"~20.4.43","@syncfusion/ej2-navigations":"~20.4.44","@syncfusion/ej2-splitbuttons":"~20.4.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.4.44_1674054922759_0.6218532736907443","host":"s3://npm-registry-packages"}},"20.4.48":{"name":"@syncfusion/ej2-richtexteditor","version":"20.4.48","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.4.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b407578f1cc0ef837307408328312b1b11232231","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.48.tgz","fileCount":391,"integrity":"sha512-2Z220OOk4jhmvxjBhb3IjDb3pIliRep+vQh5dHySw7WF5PXMdOJKAubzLIpElO5ieNfow/6qWqzMKrDYQDoAGQ==","signatures":[{"sig":"MEUCIBykcmfFXST7PWsuRaMv9akMgpkLR2eA4DOwzOxfQvvfAiEA8CoPhQaIC6XorUXewdiFis5gndyCt59azY23WfM5JZc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22428709,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2hL1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoAaBAAk0jGFlV+FBZ1yqihSDz5M0hV7Plwolms4GhSkgCp6++uWlMe\r\nu1qdLQpik6m82Pu++3XMVhpJyxjWt0UIyNLByMbgHbWd+6z7Qjnoqlf06shM\r\nhCOnDLMI6lhwjgHrsr47DWgJR+aAlxzusJ0qy1447Nycja/ilheRLP8vjyJL\r\nbKDZnOzKMoRw+GW6TFhQwkYSn3YwO4ajc+JdQ+Dkxr1YrVF9iIK+HEAtOo21\r\nId2ip0Q9xqVD+mBBSgz7HV6qqxKsy4eo9fC3XGDb5isC2okPYNGhcuuWQ00B\r\npICpw3v9Mp6ikWfNhpP/fLOr5GW7xVxF8WvMVKr7QA8KXZk4HWsxwqyrE0x7\r\ndZ1BFBDwsiKQxuH/e+yTXPFkCg3j8Q2RB/6dLvYbe6SJh3n1Wk69kLmQAXgu\r\nCW9wJPDx60oboyq5g5v2Bkhgg888JG/28JpTSTPYu6U5pk5T/+0W+p3cmkLD\r\n4oXNskRIoFrIX6BHzuZoEyTUC2++6FcPDS8twBcoB5FQnAF+mTJidBS8Qs2x\r\nhHJBntt3EBtPWJyCFvi4eNOdij2xWzityF4haaeV9TU5fhfpiRMNFdqdY/Yt\r\n37/uPXs9N206D+iY6gA9sfhUaobHiidxpxrGiYOAHdK2aF763DVzVDNI425x\r\nAKDCFmYaviULGubWB15qXBuv4wGyK7k/6uU=\r\n=dsRn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"fd5099e5a983004caa9bb94f6051bcdf7ab24a7b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.44.tgz","_integrity":"sha512-SSosVFt9MM78csSqquCmLxsKZeoG/7sgZuQkEcOa0vDrW++zg/amcIbJOorkJrP6PD8+e1XeK/trTMIOhaGZkg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.48","@syncfusion/ej2-inputs":"~20.4.48","@syncfusion/ej2-popups":"~20.4.48","@syncfusion/ej2-buttons":"~20.4.48","@syncfusion/ej2-filemanager":"~20.4.48","@syncfusion/ej2-navigations":"~20.4.48","@syncfusion/ej2-splitbuttons":"~20.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.4.48_1675236084777_0.7377700906498665","host":"s3://npm-registry-packages"}},"20.4.49":{"name":"@syncfusion/ej2-richtexteditor","version":"20.4.49","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.4.49","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3b16fe9baf5142a3a42af5f7329b0b5b573bf2a7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.49.tgz","fileCount":391,"integrity":"sha512-fF0chgKpAG/QrHTFI8B8ze/aadCYsZ6ehTSeQfSrfXRPHPpNZ0exUigoiSNHedhhlqJVPfEv2F6jTWrM1sy1Rw==","signatures":[{"sig":"MEYCIQDyTO+gxModBrYnUFi6TLVSnI+o9p7i2qZNDcg6uHRCRwIhAPOmCbdmtDfOT0vDMJ4Zg31RUxUwKTKb6UPL7crxEFMt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22470928,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4lIcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrd/w//dnUMbtGVH0PTqx8jArKVAxaia3Gu7f/ghFT1aZuj3vqnoWVD\r\nUGR6ktfAcN829xUdeeGHDhGVk/0FjfO6zyr1Flo2SDHHlY/sPLIDpOqLBC3/\r\nn3Y3XBnSOcAk/pR/J+SgexkqdN2lMpd2doOoAMHuz4GeVAVtZ/MLH2qjuqwM\r\np1Kd0YN3W1lJJzQD8KlQjIZEmfoAjbAI66Jf1gDJymGLW+N/9ZyJsEInvrG8\r\nLGoqhBlg3N8qKt9UX2MewYQUCH5AnSN0IJETWASw/joPJKMraNBxrVaC4LXV\r\nTn1pfeX5ARVo3qeIeFnUw/OKVWQUf9w/E+1LMRxK7/4KDUi9mZrY+yHRo5/P\r\n2yVtVCc3VQ/9ypd+RiUtnxWdvRNRIeBJyPcApfrDTdVfZAWfkmb/kC76yr2/\r\nT/QM5F8mEcGIxV9nK2lCAGoiOLtXpGixBRZFv+A+8OsM7FNguHiw3x6N5veF\r\n5WyE9X7bzBI1vn8RzvYfrpEno1vwc+FTN4yR6ddn83sZ3+zEWY9MAHrQzVAB\r\nRied8KNADM8xGCRLBveBSIwIR9iBrqfY6wcfEzhNTbwAgoppYL+20GX2ny36\r\nrnHqE+u2Nng11LtvtrzAtD9JNRpUVJb9A17jnKg+4xyvySbepgQYcLdjVC3x\r\n6zCWyNJeBPGdH+yo9tHAa3/x/qYmWyaV5og=\r\n=6yZ/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"640aa234816a05b9366d297fa130c09b643cf112","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.48.tgz","_integrity":"sha512-H6KAc1JCJivUzVg/b6EJ7wbeb9ekQ4berFtJf4FBBH3N+rZfEDFLjIiPJDhBgqsEW2CwPvOHoj1TrFGykTs0yA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.48","@syncfusion/ej2-inputs":"~20.4.48","@syncfusion/ej2-popups":"~20.4.49","@syncfusion/ej2-buttons":"~20.4.49","@syncfusion/ej2-filemanager":"~20.4.48","@syncfusion/ej2-navigations":"~20.4.49","@syncfusion/ej2-splitbuttons":"~20.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.4.49_1675776539998_0.17469174224440676","host":"s3://npm-registry-packages"}},"20.4.50":{"name":"@syncfusion/ej2-richtexteditor","version":"20.4.50","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.4.50","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"19e356fb2cdd9453d019af7eb8deaf0344baba1e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.50.tgz","fileCount":391,"integrity":"sha512-zXpGmHYi4vzkGGgWc2nRPLiJokEGSMyFqPh5x/43Dv4gsXpH593LdSTfHCu/UhF+tjMzkwa5A4NQNV8yDgqRDg==","signatures":[{"sig":"MEUCIQDnvl7HqscKdjj7Y9LihTrrrHL4WzXSU2XYqkn0pPY+HgIgCiBkdNssdxYj01DwTL4sg5gxD0m+I0wyXW81dz31F+c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22472675,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj626cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqpiw/+IN+xKevHD4BrpOA/VrdwbJv+3IDXDZvdPlkoWCADQK3hcvuJ\r\npZq1IBIvPWr4LLBxjxIpGCWP52OMKsT26TKfa6085aSVOvH+LLOiss+S3t5n\r\n8fIY2w6lxGihq2x4VLAaWEz8woEInLUm3oOATrzZ1DeZyMiO77NFH0/PVljK\r\nGKDnk7ScWHoa/RbJS75xeCGlv/pxvwDW4J1wDHd3K1tt4/UbEbTqh/YavbDp\r\niDPuIXTrMRrp6uw7hJMsq17VTONsEgQAtGcSMDc3hvkpkOgJr8YZwEzDWGGx\r\nPQhxrvpNtQSdNcKGv+LYniDY+72J7UZGRd8chdIQQSw+AR+wpiyy9YHu4/si\r\nu2cFI5r1vqLplsSVTAyesOQ0u6yWdjlq4IxCV5vkyk3FNkgzQ72a03YVUbqB\r\nBo+mbQRlGyyuFZ8aa72F20/kDFDlkicjfeb75Ed0ElTO9YrDXC1zECk7ufyi\r\nYkDrAvwhiVP6in0lgTo6221b5M5z+P8teoi6bq5d42e5G+MUkb9mOeBzj27W\r\nonvGfH9BAUzQ3uqqZZrjsPNi84tElxTVDN6JA6wTZ7zaqSYyE01/+5MFcKji\r\neDYd04Rh4bbliwh9nV6SLhokKkHxof5Rrh0V/ucRzGgihr4xockSMsqVwllx\r\nr1Qm38WWFsksW/qEKvN3ZgXwMQdD6XG1YbE=\r\n=DOPT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"b5aa155ed03b18a46327b0ea6549aa40a807ac9f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.49.tgz","_integrity":"sha512-ERM3xTHQM8VUJBEZaf/nw2bNJeAJS8MqpQ8NkLDjpSvb5AJ5tj8AzjhPqicd6osd4hD+xNpYPdc/6X9pvl35xg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.48","@syncfusion/ej2-inputs":"~20.4.48","@syncfusion/ej2-popups":"~20.4.49","@syncfusion/ej2-buttons":"~20.4.50","@syncfusion/ej2-filemanager":"~20.4.48","@syncfusion/ej2-navigations":"~20.4.49","@syncfusion/ej2-splitbuttons":"~20.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.4.50_1676373659845_0.3468382779779269","host":"s3://npm-registry-packages"}},"20.4.51":{"name":"@syncfusion/ej2-richtexteditor","version":"20.4.51","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.4.51","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0df75edd0ce03cf9451ad9a9a2420e49bf7f5880","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.51.tgz","fileCount":394,"integrity":"sha512-Yc868Wugn5FLB7+G+llV+cG82UOuESlhCa7xGeyZbF+iQV9IDdLt3ppn0Jz3AV0FZYBszJeAU4OpdnkzORcJCw==","signatures":[{"sig":"MEUCIQCCXjr3KI+qFGNUXvFeDzlkY+MlKFwyfLpI1vDX84s60gIgG0FnoZBhp5pSPdXzgPh+aTgPDAnphxo3PmaFYqXUe/U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31780646,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9LsXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcSg/8CzEo5GtMXeg4Sca8C3zGGPTdT0GL/nhzA2BadPJUoTNXRf/3\r\nm4hUr7RXWkM8gyN2pPv5B8o8Yit0Cr4T2Vg27mdDY6QxPMbktwUxUwhzCLZl\r\ny21yppvYI6uzl2D+xgV3oxcbL/9k6YfE8/GGurxQhWTH5h5vJbDuG01EYpMg\r\nanPDBhBHwF1rxiDAazYuXy3aVMymSZhV1TgB5EJcqjqKSpVxtO5hEvQDJ+8u\r\nxJThpmaUzQHOzytIQQq83wBp4zEg2GWqmsR1TPNVNFRftJuCj0d0cGDvrUwZ\r\nC6fsxCS010yj/fg3rElPDO7zNrqZJFf8/JDJEeA4QbcfH5l8fE+G2/wRMk54\r\n+0SltMGC8XkY8a8tKUvJCyBU1TN6HeC4wjfSjHlRYI8WdfBj9cWHu8kO9Uhm\r\nlld+XeYw/r+8IG4yw//h8roKQ6hm26DXJbwgCfDOGZSyx47QxCCyXPK7/fqJ\r\n16iSHj+KopRn8L41HJDlj04MNWfH7avkxKEsqYwhZQGUat3V7NbDQ5tQ3FZ5\r\nnMvD5wbdzcuWt8RVVEhY2W44ts2+n+BWBAdtvYAWFh8s+dT0DxRAMxFnsxo8\r\nOnT4EtspegFgkfwSEGxpW8AHuD5uUtQBKjT7C0BPVkjCYidOuGvatQwjsj1R\r\nBr0aTM6Zsvt2Xh2SJXw3Z+xO8Jo4lwtAMfg=\r\n=mWIq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"12aa17cdad15da7c83e327c95a1ec072b301c991","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.50.tgz","_integrity":"sha512-LPuq6IPqkC12pQBS7yO8auxWYIQ/+nQ+25RasBCHu36kxTy9FIwfRVN0PuFazuHZvWyjyk3mc3+irXblRNPcVw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.51","@syncfusion/ej2-inputs":"~20.4.51","@syncfusion/ej2-popups":"~20.4.51","@syncfusion/ej2-buttons":"~20.4.50","@syncfusion/ej2-filemanager":"~20.4.51","@syncfusion/ej2-navigations":"~20.4.51","@syncfusion/ej2-splitbuttons":"~20.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.4.51_1676983062671_0.5688837739056247","host":"s3://npm-registry-packages"}},"20.4.52":{"name":"@syncfusion/ej2-richtexteditor","version":"20.4.52","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.4.52","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"576c898a5c983000201445553fb03854013ad5ae","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.52.tgz","fileCount":394,"integrity":"sha512-Pm2dgsE3y4tDJ9s04EStjzEmEGId58IswDWPY1rMfSICVC/DxO2h9xjsp++Xl+wXfSzKa64Psr8VCjWgARDw4w==","signatures":[{"sig":"MEYCIQCf+Q+/A+AF4CrtrSjKgYW9pXAGlJRQa+SjDerP9Yc9/AIhAL6ubwkqOke8p0iJJf1lN+EBIRqi2wJFzi/pyr7vnQev","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31795139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/eseACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoAfA/5ANCrjRVtZISxIOJfCF6i2quQsNm9spuoSnfTIb9MTKNsJehm\r\nd8oT/aFFp2nZziMx3ZMD84zMORgacDReoAzxcwN/mm1PrU7Mkg3k7V/ZIt2w\r\neUhxzIbR50i2V8leSr4aIht2wskvj+1mqXl29TMelatwfRvqsxuKTj++BM0G\r\ndxkMCUt8TKNzHEKcGNrImyneC1Ib4AMn00Yu5rw36eG3cVwJbTUs1J+Rh25S\r\njH4fhmE+ck7o01CeTmdzvy2PQypYYLxgrGlJjDM1vKkjZ9znhoWF8vZqeFnk\r\nTakuYcGFgB7HU9Si6zBQ6HPmWWdfzEda3SQGFJhR6ArKN0mQ3X5HzLe23Mjb\r\ntYzlIXWHymv/jRRibHR6jr4OFUZ5SmfsGoREFqMTJuL0wQQ4Kxf6fgUhz7Ey\r\neB8bRgos9MpAtYTS+q3Oiegqe+Qt7HljLxOCWmPwymY26M9Evgns+d8A5dVJ\r\nN2cOiA4sMmlqy9BnNvZIMQGzw5ub5ZU2R3iTOxvTEQTByaVppeLj+532LBTW\r\nDpWhpqACyuGoz/JvcHN+Lbs4TuNyUm5u59p0fpJVfbXfnQ46hPiivxzLPeTX\r\n3RXhNnwxgLVFCCrZVX6BNwWMHC3Fk0n13JOL5JDpdTfQStq7tMOyCrVyUiO/\r\nA84DVX8PKLC1HsLfX1lLqkbzic1+MbggYtc=\r\n=tn1X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"5a1cdfcc714424ed059b501d2c0eaa46d0b2c172","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.51.tgz","_integrity":"sha512-KrCoVlwCvqCiQPFS/bTRaCsH8WAyiBTtWkbBRRLLxCXtjyUKz8X3XIOcSmekQFzmMGcvwXHPwqTfKUMBQs+mAQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.51","@syncfusion/ej2-inputs":"~20.4.52","@syncfusion/ej2-popups":"~20.4.52","@syncfusion/ej2-buttons":"~20.4.50","@syncfusion/ej2-filemanager":"~20.4.51","@syncfusion/ej2-navigations":"~20.4.52","@syncfusion/ej2-splitbuttons":"~20.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.4.52_1677585182124_0.02194895853687462","host":"s3://npm-registry-packages"}},"20.4.53":{"name":"@syncfusion/ej2-richtexteditor","version":"20.4.53","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@20.4.53","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7aecffe70f472a872680856d4a20cf356a617dc1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.53.tgz","fileCount":391,"integrity":"sha512-YYVB+mKpZ1sMmVZzy0bs+Y7xdpLXVIBzC5MauGAJr5emaxG0hfDL31EoJS1dnUclhaQLngXWZ/VRgcUaYi6JIQ==","signatures":[{"sig":"MEUCIQDtTSLferIOxsgrGaOze1L3rphc0BjQHmIZTL335LupDAIgCdErffRiH6mJt9X267u/WqWxKsK2LzVDaEdFSIhLWLw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22552148,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkByyRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqIfg//eKnyS0GGPjm1Eu1yuiuGpxpWOvUmJFpluDKVF+XK92Y2MW4p\r\nYPzjm1IcnAtw0e8uv7wRdEXl1C49A06UGqyGsIKUa/i1DE7p8AyOKcIday7X\r\nw9iuZJ0QFfVdf89jCUCyoEv6jfeCDFsZbRiG84GVDJix59/BRT8Dq3+GEEzC\r\nw4+a0VRcp1Sux7Aulss+nryZWUeozvcFv7kGvZutrg6x0yy0FXNs6Awa7kvo\r\nd3900xeSrS7i21OmVKQelqT+cQVg9/GT5WxlTnFb9zjSDHR/8SrdrOSAi6Pu\r\n8kedR2n+SismzGKYmg3lgdYdibE3JyARZN/Sv/ejRQLs3EA0vRCWWwL70mgL\r\nlAehqq9+88F3jMtd3lk3aVnycaTFkIgzqVD/laiPksk/teE4fM4hZpYYCDiD\r\n/849WM+OhqDdzQ+MKzf6HvPEPwAsDqJcHTVoGSoKroTX5BV09chw1yi21yxP\r\nK2lyzyg/drp+5Imf/gc2fCJak0027EM6DS8AGi2KZEAowZemQDrTIEHAXNOm\r\nFhidXvBWydVJTuHniol/Pwh38OEGD0G9qLW/ba3CO8AkQ99DseM/cQBKAEBi\r\n2P373lBNexwp0LNfSlQ8kFqrF8kXK69OeX2PM+44dGDSs9bV65PDeEkVkEfH\r\nt0w4+yjqDnojKw119qB9B7jmn/9Mt8XLXqQ=\r\n=yynh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"ad7fd58a9318984a86fe76d55bf24343fddec291","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.52.tgz","_integrity":"sha512-Mg2VkXybrYH8X66JfToNaI+wM7pqjImBAkkKYRLG1Cix+N24h0/dlXUJR3/OusAtfmYwseTA/cF6y1Jp0CD3Aw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.51","@syncfusion/ej2-inputs":"~20.4.52","@syncfusion/ej2-popups":"~20.4.53","@syncfusion/ej2-buttons":"~20.4.53","@syncfusion/ej2-filemanager":"~20.4.53","@syncfusion/ej2-navigations":"~20.4.53","@syncfusion/ej2-splitbuttons":"~20.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_20.4.53_1678191760904_0.5605445625217642","host":"s3://npm-registry-packages"}},"21.1.35":{"name":"@syncfusion/ej2-richtexteditor","version":"21.1.35","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@21.1.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0811e90a4f34400840f625c1fa5e5dd96390114d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.1.35.tgz","fileCount":394,"integrity":"sha512-Wu0UNE4f01uy1gFncV1o73ZIwBIZMuwSt0q+n40MHkfDxq6DaW1EQ8G8iEclJxIPHU5GIRehTypSAZqTydeaJQ==","signatures":[{"sig":"MEQCIH7kzRlOGtml9sLPZgGG6Ia+YNb3PJWrNPZfbikhFa1xAiAxqXDLmAEhkkAORBooD7gZinMmBrE+1Re+q6R3AB+gEw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23101363,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHAe8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmodEg//S87z7eVbWQXd2g+b+kSwWfhlJt6X/95DPzOd9wUWcjDhmSWT\r\nFflSW4Bevl0wQUoBJ6Mx4cqn80OK5pxgqzEi0mgTAMPg0uPIFPuCYshiWIAa\r\nZw9xg82Kxw9IAuhCGYS2w5YwiuyIdxjeGG4qzsjhrqI4jXEiwLjxNc4ebT4M\r\nC4htZPjBY/KNfr+CAf6avdNskjZIOlbWvgTKR13q+U0wvq66lDXwJsnvMJwN\r\na+qDO+VRIzP25+GLViqofMmMo3FTyMGkYbQEt7Z05hu2Qwxit+KxqP/L3vP7\r\n3OdZbUDUzkPnDmt9UB7IhSD1SNPRKW/E9vza/4nVXY04Wn21hEX+VD2Cnz96\r\n4hPb487vduAO1fdD0XQLt6/8Uq3/Z+rxNngnEQdMO9VrULtTcNnk6h/Qpcra\r\nMfD2HP00aUywVx0f97GJnLheCJof03MIrC8t1WPix7EMcwVQK/sTz1mYtKB0\r\nCRTvTDWOiisjN5+xcJztV7sr5J4ZvD2YlJJQ/RLwXryRtkQf6Y1Vu4wrWQio\r\nkg+vEtVe8OVaMRRdG1NDVrdtcc74MLgxBx1gpdtL/8vcfHBrPD8Rrp94Ok2C\r\nLoDvgboxHMUrlNDs6oC2hBesahBxQzzIGFNZbmnqD+n5dLMQ5yVzdJ/zGwaJ\r\nGP68y1oeEoi6EHcD0M/Za/MQX8Y+AQfqz7o=\r\n=bc2g\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"00117dbb8de0202c6f23ca3a4d58f3578b21234c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.13.3.tgz","_integrity":"sha512-4jdrmREjDgPKwiANKnB0xje6CtxhXFDBUoNaNL39VS/LTNTc6Vp7eYY6MmUAkkfulvnK99kdaSHCXLbh9hui5g==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.35","@syncfusion/ej2-inputs":"~21.1.35","@syncfusion/ej2-popups":"~21.1.35","@syncfusion/ej2-buttons":"~21.1.35","@syncfusion/ej2-filemanager":"~21.1.35","@syncfusion/ej2-navigations":"~21.1.35","@syncfusion/ej2-splitbuttons":"~21.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_21.1.35_1679558588272_0.9467709196631022","host":"s3://npm-registry-packages"}},"21.1.37":{"name":"@syncfusion/ej2-richtexteditor","version":"21.1.37","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@21.1.37","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9d0ed54eead609289b9d677952e6a0ee29ddbd38","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.1.37.tgz","fileCount":394,"integrity":"sha512-0F4GqRc3bCr0hWXeXJ1U4FbPYqInQvjs9E+lroZSXCiEM5iZqBLuy7PU5kp+BicAMzUAdJ+WazdS2zdUpd79yQ==","signatures":[{"sig":"MEYCIQCJBKKtMbFzIBIQz2vJDiNVgyc8UqtzYSpcfwkIju7oKwIhANp46xTnOJpwKmS0TKeaqx8wlfO58CmGMSEGkJM1k/do","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23101391,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJFMMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq3Sg/9EY6dS1laqIPhyGzrOuQaaTAI1ur+A1OOJmPgb9Qokyxfe8Id\r\nopab+sTkHIN318+Jv8l3kWmmQY6Ud9bhannXytojmj+v+rD2/OrmtTQi8itZ\r\nybEmMzcGOdPDk70rud9zrceHFl+yIFJ3/Z0KtNdZkL8BUfo57tLQ1fpkc15M\r\ndGYgdgPrm3PUTh23lqYt9LispuKsLrBQa7PpY8xFPhq4dYb3d5W9pYyqMg1b\r\nF+yfkTThu4F/guKRwESH+KMZfkD3IRD+fPLFNxhH1u/LsopiUsGTe9gtRDrq\r\nWemQnBqvRAmX1KEeltqiXxg31UX15VGRpgJNBrbotm8Md9knwyODt0DX6jMR\r\nGWQmqLmhuoGu7fGZBToRsk3BqpN86kTRMNnvGCf2Lo0kZlzJobz2zdptn2gP\r\n+CqNC2ftaCmezU8fQ9f5fkYMLSkexwdq/6MG9W2OAo020YnUZBSuDd8hOs9u\r\njmhCjm6+dR7OteUiCKLqSOmWd++ps5zF0ZTh1d6IDEyRBeeUf9sd7VAbKOdt\r\nfqhPu5Bm98ytnVCcoDiHbsRB6kolrp9+ms8lekcFHUIsNyStUUkxV2Pg9o7G\r\nS4q4VLb6XSipoQH85+QSXBQeC2wzl0HC3UVMspdWMsZ7Zt4ucilpIqLAM/5a\r\np/tx8IJyeSj69jbW8wOYwBZeATsdMHKEQVo=\r\n=fyqI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"778a7276199c001b34a3cea2d27f950fd49041d1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.1.35.tgz","_integrity":"sha512-F/5VcsdfdmCxlBaWhXV6UM+g6JFmLoXeNBgeq6nIX8nmDsEmMR2oDs5KYgepEcm303Ba49JWT0mTsz4Pf5RGSg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.37","@syncfusion/ej2-inputs":"~21.1.37","@syncfusion/ej2-popups":"~21.1.37","@syncfusion/ej2-buttons":"~21.1.37","@syncfusion/ej2-filemanager":"~21.1.37","@syncfusion/ej2-navigations":"~21.1.37","@syncfusion/ej2-splitbuttons":"~21.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_21.1.37_1680102156463_0.27945229901794955","host":"s3://npm-registry-packages"}},"21.1.39":{"name":"@syncfusion/ej2-richtexteditor","version":"21.1.39","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@21.1.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"021e8c2408220cec84b9b3dd98d502230368429b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.1.39.tgz","fileCount":394,"integrity":"sha512-ePpg5s57IbxCEUNtI51LH0h1X7A794Aa/SoFepo2Y5qXHw6DkV+gYvZXLavjEvd1tOy2ELh+ymafHHHKxJCuSw==","signatures":[{"sig":"MEUCIGcqzlVeCix35j8i4cMFTNwqx9d90O307ZcMpHoT3d1XAiEA6cApI2Z+OGo1SWAKPP68deie3beegDEc1/AY3KcVI9g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23107093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNVAnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoejhAAhe2iXKObQl7O6Pp+jyS1wxkwWBOzrbUDgAZHGIcAOFg3di8w\r\nWvw7rFIGHxqICWRoZhtRNuI/IUfIV0UVmpklVlQfcXSksgdvydW92mC8lejw\r\np2Ij/3VAAcJO/biyBxueHBKvVgfqmKFvOEzcjgUUbI0VjRqjedVUVfuYpmEo\r\nnaAa5zrn5IacrKyB8RDE2CFLlvFdOcggkrk0U7+5ZtSEPEuuj/+YLbPErnqF\r\nTS8s2QOqBWOLnE2l4KrFCLVKYfkr10RkGM4SORhu8XQq5Eym+zZ9q57HUCCs\r\npi27T/0IZTW22scgleR9sRFNiAZwlvb/tUnGU6U1FFsK05WrluOB6I6DIdKc\r\nVkBxzpPzUadTdxRuv9QVKsPp+Vk+jyZp1hToeLwdX3N6tc1Azqg1xnYZ79ys\r\nkVcL+4tW2UEjgfyMj+ZGNPzTMo6tu/SQsLeog3XS3CNpPBcnJxvM+jB/q7P9\r\nTnmODQ44os0wg6yxWKMcK2/5c7KZUsgw5dp7LLYGxinv1u9x2h8AAfrF8okf\r\nEZ+BRBz/V1g91LrLvNa4859eGHEyRMpOmnXjKZ8c3eI+L6Ek7ry6/9hb5UgS\r\n/iVNDs6r7hk28ULeWWNlZIcsXiPo4J86QLtuyZMi0aa65ThRlJuhBh7tTiCc\r\nqkPriXvZywiwibg5OvepR4M9H3MFEgTmY8Q=\r\n=AXEg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"f1319ab8be5befb8435594fa6a6cfbcd1a60540c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.1.37.tgz","_integrity":"sha512-XSrMOxnThUk2xWJucy2uDnotxGLRt1zQxT/YELnGJ0eHhWcAl1zWziThdYckBM40LbzfCHjnXf1tYGQXJhZvWQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.39","@syncfusion/ej2-inputs":"~21.1.39","@syncfusion/ej2-popups":"~21.1.37","@syncfusion/ej2-buttons":"~21.1.37","@syncfusion/ej2-filemanager":"~21.1.39","@syncfusion/ej2-navigations":"~21.1.39","@syncfusion/ej2-splitbuttons":"~21.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_21.1.39_1681215526571_0.4628863755253454","host":"s3://npm-registry-packages"}},"21.1.41":{"name":"@syncfusion/ej2-richtexteditor","version":"21.1.41","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@21.1.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8a27d4a01d26eb7e55ab3ecd57d948fa242a8fd5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.1.41.tgz","fileCount":394,"integrity":"sha512-KbB64Zr9nQOHmXyeBz0kDrh/Ub6rgYGdcYUZ3qRBD2UsQ+W3HXRDGF3v3hY/57+PrqfhGvs58xwIeIT9DM30oQ==","signatures":[{"sig":"MEUCIQDcU6OpIosUsuz33Rgfc7gO8G0diSzFeimmDvYOskPYngIgLJPLUA5kNUpo1KF7ckPgrN+aYZJ1iogJNUanZ+mEot4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23161179,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPnr8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpTxQ//Zv1bNiRBCqWn46dlL0Rar+isLI2P1ObbSXxpH62NV9eOzXc8\r\nEsAkZxfcBP2Oaka4VlPzaGjdqmlMzzvxavL86ARZtkYNT979vznz2vborG3E\r\nCI4YRw4dpTeMzb4gol06nAB21TcuvlHbmsOL3GXQS/xlO0lzv6jA9gKcwo9z\r\nnw7ulrHwZ6rZh02VxNuLd5SGk8jeG4VKrPnVZM6KI0kAtLsjcPofVCUT6krb\r\n76rNImB4CtrBG6Mpx4P0KMjMyOf+rWWVJBufCnlvgPn8Jgw3Sfo29TlwdvKN\r\nl0xjjXqV5PLj1zh5IDeuC4ejLDqRm95HuJ54Og5G29kE+npfPtZ15IeyVugO\r\nOYbM2Vq2PD1QGr/20sbJQXaarpafLVoVHNXdlKoP34jvzxF/5s+5vIwUsN9k\r\nfn4RW3N0hJcvDgMKhH1cTSsGscmXS8SwbmFqWqCIGtcpNBA5LyCVBT8tLwwX\r\nAFH3k0cV00gONm3d9r848NF3ZFeZMLmC0tWhvbsuMR9iTsvqVevFdbPZBaLW\r\nWObXDd4XhYtAL0FvQ0nQLR0M11yRwE839SP4SU74rCz1Kg++G1HTctg6p1Gw\r\nM7EQiqXepaXgiGRyXJY4fZ0uWWVbizGjaWjBpz1GzPqapVC9A/MdRvv5xUGU\r\nCA9TZZSA+sqobvCZBG+yS0ZBpXl9+qhqApQ=\r\n=X5DP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"f7145d7b3ec260b94a5bd07f1cde7ee04271faf3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.1.39.tgz","_integrity":"sha512-1yzkKVbNyZA0gMw+vopynAV+gSdjT/dVWTUJWrcpOE1pW28aAQtqOIl3YSRcJh2slRth9Rx1n8PO16POav8VIQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.40","@syncfusion/ej2-inputs":"~21.1.39","@syncfusion/ej2-popups":"~21.1.41","@syncfusion/ej2-buttons":"~21.1.37","@syncfusion/ej2-filemanager":"~21.1.41","@syncfusion/ej2-navigations":"~21.1.39","@syncfusion/ej2-splitbuttons":"~21.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_21.1.41_1681816316630_0.2760681819492592","host":"s3://npm-registry-packages"}},"21.2.3":{"name":"@syncfusion/ej2-richtexteditor","version":"21.2.3","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@21.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"780a26949878c89af9909f8df8283c55a51c701e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.2.3.tgz","fileCount":394,"integrity":"sha512-TFVnLsCS8Qj3cpEVSRIJK4mrW9HWELOvF+QopMqgO2rUagww7OB8mXZwZQMgoPZXEF5S6dVuLrAaoXmPlHg8dQ==","signatures":[{"sig":"MEQCIBv/cxRMUboIx43ptcAnCCBA5jTp8gF8LqBueVNacvQ1AiBxwy56j1iqDx5QAjLc2Cp1jIJBg8HwaVW43iKn3W1oZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23161057,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUiBXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+xhAAo0XgD6or16K+sUUFqDB3pAc7ule+8Zj4n21Kt+QVHE1T3xO4\r\nKW1oJrSI7gwkkJ0DtGXBPzBl3A3mHmu6SK3dUKONn6FxRxYM8BHg+cwRrYfK\r\nn5TBwATvgZF6kC/xGZc6snFgK2RqDbZdudMShsJaHqHL+/dQK/OrpTIPdLim\r\nDMztc0qUQ4u6MFtWQQAxlZRHGz4i0hgGr5wo/NmVcKWYrBaX1K+mHVXSEdTE\r\nnlw8ZAOgyXyHTvEqv0Y0BMX8LAOgalwyixJIPZu0pKVga9Qj59r1Q+4S9HYy\r\nwpWf9t0xfCPSCM5Exfp9VeL4OcAiZ9Y0GmbhqtsQTA7YgQFlacIgHHD7A4k1\r\naPP7rzvbFUCHbd4ZRFb3h2gdLQnbPQxBhx69HGTdPsYgkZSeup5kz9RUARo3\r\nsb9PpLcXz/9JHEW7YSXLaKyo53+XKbEP8qtytf3z6HuHVbI6LKYHrtLsus+C\r\niy7OLNtIQjx2uePYA3RIJ6r4Wpj41knslP4q868qFal49KXvaoIvW8dFyIPl\r\nx0RKCjlPuc1udKK/FAH7sLp5NMMabA1bfEDnlXHb9iX92ITMlce3dHPXBN42\r\nJ5HHV/m5SfsiYGLnRXJ3vabVFfeI4i58Yl57bV4jXb+nl3pNihi3pfNNXH4m\r\nWEF6i7xX9vjgRkOJQ5WEBQzxdD40qpNDQqg=\r\n=CCqK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"424e4613c9bdab39c5a2aafa1da22f8e2bedb831","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.1.41.tgz","_integrity":"sha512-sZ+UzPwJaEg2z7jTscOziWpIJmJSRML5niE2J0Pq1UauQLPicefJT4M3a+qqWqQM7Nrw/cMMTXaR+7LIACWH5w==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-inputs":"~21.2.3","@syncfusion/ej2-popups":"~21.2.3","@syncfusion/ej2-buttons":"~21.2.3","@syncfusion/ej2-filemanager":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.3","@syncfusion/ej2-splitbuttons":"~21.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_21.2.3_1683103831205_0.7108324374685973","host":"s3://npm-registry-packages"}},"21.2.4":{"name":"@syncfusion/ej2-richtexteditor","version":"21.2.4","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@21.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ddc3242d5e7bf1191eebcb908da656e6ed9b59ce","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.2.4.tgz","fileCount":394,"integrity":"sha512-pcjC0havVG4qWYc5nSpkF5zijizikmtea3QjeQYWZtKtoXYUoPi3bW9OJr3FUpCdw7YyHcgthXR9KKDSSFRsUw==","signatures":[{"sig":"MEQCIEslRbUVxEWkDrI+YKo/Vc9mQ//UwFnF8BbUhNxMPe+zAiAJEmfXNak2Sjiho6u229ZJx78e9/otaU+4egShIT/saQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23191143},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"68c5732abcc257d78bd0cdfcb6d309c622b4bc32","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.2.3.tgz","_integrity":"sha512-TMIFtmxISrzabZsLLiVd5q2/b0Fo9WyHjm4XKzlEP2lA++TShF+++Pbbi0GZVYFgjYomS1TDykOppW1aWgHbUQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-inputs":"~21.2.4","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.3","@syncfusion/ej2-filemanager":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.4","@syncfusion/ej2-splitbuttons":"~21.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_21.2.4_1683635552011_0.7756101203168506","host":"s3://npm-registry-packages"}},"21.2.5":{"name":"@syncfusion/ej2-richtexteditor","version":"21.2.5","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@21.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f043f10a93272f5ef56e9be3872f30aecc0fd767","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.2.5.tgz","fileCount":394,"integrity":"sha512-0/q9fEE4Rv3CgMe77xtwgR4CEYwEnU9Fpreql6K/0ruE05Hy2BoywVWyjDTJmMjT7w30eDuQvGXjEuRpCql8kA==","signatures":[{"sig":"MEQCIEFINFtJInZnSuHeqHsexvZ3R8KbPfONLabn7L5yFW7sAiBfe1Szpp026iwq/iJiZt8nWrbSBtC93t/3FCIQwLE5xQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23209582},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"011f6ac6194b8e0b752dbff698a42a8e84e69886","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.2.4.tgz","_integrity":"sha512-eBrzNjkFqdoMunZ81qFy5/qOvaIzi171X1xZxVnpx0oYxYT/5NstDoiwthzG6AEg/JCcfxcvwj8jn8Xb17t3/w==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-inputs":"~21.2.4","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.5","@syncfusion/ej2-filemanager":"~21.2.5","@syncfusion/ej2-navigations":"~21.2.5","@syncfusion/ej2-splitbuttons":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_21.2.5_1684236843227_0.5831820775392444","host":"s3://npm-registry-packages"}},"21.2.6":{"name":"@syncfusion/ej2-richtexteditor","version":"21.2.6","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@21.2.6","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"907d52eeff06d21d01a14dd9545ae0b888479777","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.2.6.tgz","fileCount":394,"integrity":"sha512-NVx+0xNuPI03Jy0Ay8yt1rk3qmzTXXdIfDsPm1zefC67+NGf6D0deYoPN2szO+IVNoaesqB9jQIYcT1q7oJXwg==","signatures":[{"sig":"MEYCIQD9ppOGDPJc7y3nN5Uv6PWxHsviKDfq9rwnu7dgjeR1rgIhALzkiOpl9azCo5KGqCJYC1w24Jcrk4PsIw5VjuXeN/aa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23228623},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"43d27462cefa86acb98ad194685d1fd7c0ad31b6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.2.5.tgz","_integrity":"sha512-iVaRF/cRXXIePc2utfTH3f23LmO7GgH+S749SsNpr1RdfRCAw9VL6Sb2F+aGbNdyd+fGlfjmJqxvtOJss8NYNw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-inputs":"~21.2.6","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.6","@syncfusion/ej2-filemanager":"~21.2.5","@syncfusion/ej2-navigations":"~21.2.6","@syncfusion/ej2-splitbuttons":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_21.2.6_1684842732725_0.17427707318039065","host":"s3://npm-registry-packages"}},"21.2.8":{"name":"@syncfusion/ej2-richtexteditor","version":"21.2.8","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@21.2.8","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"376aa2ac897b64818a951c35222cf5abb2166552","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.2.8.tgz","fileCount":394,"integrity":"sha512-iyHkhDbHI5cCvxQ2JU0P9duIYDg86Rqhxfy2SwFKHrsNnHeKolHl2Y7e3/XEnoupsaIRRuxvUCQpOD1vxCNmoQ==","signatures":[{"sig":"MEQCIB4fFuuIw39Q4fnnWy+pmyzGbNbRvm2Ed3qSbXPTlw9PAiAuLoGYiUFOga1LX1JmiciQpdU8Nq7/QNLpXaLCITeqFw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23231275},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"10c78eb2a8529e7180d8936d871accb4ea2ac2b9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.2.6.tgz","_integrity":"sha512-jj82YucBL6CkkpfxTdzF6l5l20oIvLtIL+XfC21CGQ7EMAk5IWF1dj8Y0ciPX7rowpY9LmzR3pw7noivMaD0dw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-inputs":"~21.2.8","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.6","@syncfusion/ej2-filemanager":"~21.2.5","@syncfusion/ej2-navigations":"~21.2.8","@syncfusion/ej2-splitbuttons":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_21.2.8_1685447704660_0.9207628212590242","host":"s3://npm-registry-packages"}},"21.2.9":{"name":"@syncfusion/ej2-richtexteditor","version":"21.2.9","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@21.2.9","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e5255f41b4c222fd7e6db7246e3b3fd5e1d9722e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.2.9.tgz","fileCount":394,"integrity":"sha512-QoglNfS/4/Ao33zHIDZ0Qj0Cv5u+xYoKvxbqpCC/ZM3pyG2aHBx4e+jgSNC7a/AmUiasgoyYNfvS+2nlTa+SXg==","signatures":[{"sig":"MEUCIQDT7/AqsGXL5k+ZtzqZKDznw822ED3Fbng2S9nzA00xJgIgT+tY+r+izgwD+j75ixzdWGI3ibp32DGztZB7I7pe9lI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23233350},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"a7934359b2b25b6b695838d5de5cdaeee1a722b1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.2.8.tgz","_integrity":"sha512-cazKbsnaxRdlhQ9G4mlnopvvIf0ulmy9k/egU3jv/o4edVJWo081dCO9YmxdtzFvspdrzYgWYbzt5OjwQs86Yg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.9","@syncfusion/ej2-inputs":"~21.2.9","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.6","@syncfusion/ej2-filemanager":"~21.2.5","@syncfusion/ej2-navigations":"~21.2.9","@syncfusion/ej2-splitbuttons":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_21.2.9_1686057994119_0.8948589946231005","host":"s3://npm-registry-packages"}},"21.2.10":{"name":"@syncfusion/ej2-richtexteditor","version":"21.2.10","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@21.2.10","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9ab5bce6b61003f9f1c0f54d2a846033706bd4d3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.2.10.tgz","fileCount":394,"integrity":"sha512-VciobALodHZE3rB/Usc1cexJUiv6SlrrK/5iDHVWOv1LsmTkec5VtjpHMS9fY8fJhHIgo0tok5MdoEFOO8pz0A==","signatures":[{"sig":"MEQCIEHasf7XUxnKtUszdNuBhMJJ+iUK9sPM6vtP49dRf/diAiBXvsvSqgspWQQQsxwX+wnisUEZ5L0mFnoD/Uk8OIgeiA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23250121},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"836aa3ae47ee1d0a5d0cd6657c5432fdef49dedd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.2.9.tgz","_integrity":"sha512-ISaeZrVvp/ekmd+F2kcZWR/vVih9rcyg7p1tFl6Cf+AAiESStZ6jlkxWmPbb/wnZr65rdjbbkQoND0vjejQtow==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.9","@syncfusion/ej2-inputs":"~21.2.9","@syncfusion/ej2-popups":"~21.2.10","@syncfusion/ej2-buttons":"~21.2.10","@syncfusion/ej2-filemanager":"~21.2.5","@syncfusion/ej2-navigations":"~21.2.9","@syncfusion/ej2-splitbuttons":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_21.2.10_1686655580132_0.7646689596548624","host":"s3://npm-registry-packages"}},"22.1.34":{"name":"@syncfusion/ej2-richtexteditor","version":"22.1.34","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@22.1.34","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b321be8145f39fe4aa5b9c9f3149ac8ae7b807c1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-22.1.34.tgz","fileCount":409,"integrity":"sha512-hiIOLW+L4nkqZ58QO5QiD2YgRRBWGrt1oqDSvqTLBxeJMWvU3shbhlR2PYeWJx2ELiSf/6pu6qD2NINVAZCzfg==","signatures":[{"sig":"MEUCIHTB1KiwmUBxvM0UzOnNjwk7c/FapesohE/XcurDfcuqAiEA/vAJxpcLMWJnHurKWhFNVal61xQ4FZq1zEIrlXlcz+k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26127671},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"11fb16ec178e4100183ec60405ad3ed21c7b38e9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.8.0.tgz","_integrity":"sha512-KKugUmllHAC97zgvz2Bo3y8SB95H4fuecSj40S5i6oXXbNLdkOsYoPr66a38Di+/igSY9RgzG7R9BedERFsMQg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.34","@syncfusion/ej2-inputs":"~22.1.34","@syncfusion/ej2-popups":"~22.1.34","@syncfusion/ej2-buttons":"~22.1.34","@syncfusion/ej2-filemanager":"~22.1.34","@syncfusion/ej2-navigations":"~22.1.34","@syncfusion/ej2-splitbuttons":"~22.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_22.1.34_1687348516187_0.37172038042770583","host":"s3://npm-registry-packages"}},"21.1.36":{"name":"@syncfusion/ej2-richtexteditor","version":"21.1.36","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@21.1.36","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a745ab8162157635fbba9437405a5b17f8652864","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.1.36.tgz","fileCount":409,"integrity":"sha512-kiiAq4SZhISel3r/EzprAfTfzJToyUqcjiWVY4ucKhP5MuAm5vtasc8tbz8iqq3V7wDm+itnrqZ5S1eeKMeRQg==","signatures":[{"sig":"MEUCIQCdo9PvirG/4QpVi1nnmAhAkOC7f0ufXKTw+dPB+wD5UQIgE+Q2uVfopkw6afqRxzf22z5iYdpDRo0iheD0WAX6EK0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26172847},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"742d56fda633b634201bb90ced681d62a48ee5f4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-22.1.34.tgz","_integrity":"sha512-IS+q5pQ4g62rB9sz7tOTf2hJfgSoq7UUtfxqhDPfNwnHIzmjcHRRww8LprDhv0QQsm5oRzQWwt+PNRR3oryAdA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.34","@syncfusion/ej2-inputs":"~22.1.34","@syncfusion/ej2-popups":"~21.1.36","@syncfusion/ej2-buttons":"~21.1.36","@syncfusion/ej2-filemanager":"~21.1.36","@syncfusion/ej2-navigations":"~21.1.36","@syncfusion/ej2-splitbuttons":"~22.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_21.1.36_1687953029770_0.1594526842941979","host":"s3://npm-registry-packages"}},"21.1.42":{"name":"@syncfusion/ej2-richtexteditor","version":"21.1.42","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@21.1.42","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bf02a3d48ab55883e740fb30060a249165dd6edc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.1.42.tgz","fileCount":394,"integrity":"sha512-4h/FnWOIqgd7UmrPPjb2UdYK4AzQuCev/B30hUbqn4G4CzNMMBh1IDhbtDwCmIkbPhw34hag2TzTLOKrzNMURQ==","signatures":[{"sig":"MEYCIQC/VrYzEGzj5XI25bWlaoKCNzXVGCa6jGEkxaf4tugFgQIhAN/BQWwDDeAw51Ws6uJGFzitzFmhkCpa53+1vauYCAId","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23161131},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@21.1.41","_spec":"@syncfusion/ej2-richtexteditor@21.1.41","_where":"E:\\june\\remove","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"8a27d4a01d26eb7e55ab3ecd57d948fa242a8fd5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.1.41.tgz","_integrity":"sha512-KbB64Zr9nQOHmXyeBz0kDrh/Ub6rgYGdcYUZ3qRBD2UsQ+W3HXRDGF3v3hY/57+PrqfhGvs58xwIeIT9DM30oQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@21.1.41","name":"@syncfusion/ej2-richtexteditor","type":"version","scope":"@syncfusion","rawSpec":"21.1.41","registry":true,"saveSpec":null,"fetchSpec":"21.1.41","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.9.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"@syncfusion/ej2-base":"~21.1.40","@syncfusion/ej2-inputs":"~21.1.39","@syncfusion/ej2-popups":"~21.1.41","@syncfusion/ej2-buttons":"~21.1.37","@syncfusion/ej2-filemanager":"~21.1.41","@syncfusion/ej2-navigations":"~21.1.39","@syncfusion/ej2-splitbuttons":"~21.1.41"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_21.1.42_1687964377400_0.036801390868378414","host":"s3://npm-registry-packages"}},"22.1.36":{"name":"@syncfusion/ej2-richtexteditor","version":"22.1.36","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@22.1.36","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4d65503ecf10aa9e16e58d66a993029806c78d71","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-22.1.36.tgz","fileCount":409,"integrity":"sha512-2tCHDurRyTxtcmSxIM5SSU0/6i/ud/b+d3YAdi6wwvnu8eeMdSQoYJd3MAIu9ynQ+qgpjvWBLqDbOZp5P7qY8w==","signatures":[{"sig":"MEQCIF2rEhs2PHAeyeSJFeireS5J2aI/P69YFtWZToUR7zlrAiA8VUo5OGxeDPle4zneZbJ12ixz0iJdMavXIVLU6odrog==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26172847},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"366072e581172381ce322f6d131561d10f573a01","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.1.36.tgz","_integrity":"sha512-1Qx8lruZxLPhgZZUd1kqJOySUkMYEoOQ4FZKdNQFqGGBrDkWi388NZ99JEneZaEx2oM041kvtxznw89K+TRWGQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.34","@syncfusion/ej2-inputs":"~22.1.34","@syncfusion/ej2-popups":"~22.1.36","@syncfusion/ej2-buttons":"~21.1.36","@syncfusion/ej2-filemanager":"~22.1.36","@syncfusion/ej2-navigations":"~22.1.36","@syncfusion/ej2-splitbuttons":"~22.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_22.1.36_1687967089262_0.6869041768432167","host":"s3://npm-registry-packages"}},"22.1.38":{"name":"@syncfusion/ej2-richtexteditor","version":"22.1.38","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@22.1.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4cc5e4d2c562ce4199bd17bc92d23051d44d88d7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-22.1.38.tgz","fileCount":409,"integrity":"sha512-4KTWVMHDhQgv8Lde4LFO2CG2qI4CvTMITKeMvcZGHKE8j5OHIK31v3RkZMYBDGRZlocf2PLz+ubByIPolHOTlw==","signatures":[{"sig":"MEUCIFy85jNepQ/fzo3Ycgl3R0eubgB5NPRQc35ozN2wijdyAiEAmE7sXBfY2Ygz1w7FrWGNFjNMRGNe7gNi/U/irKfVvdU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26169934},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"8af01f54f053e047038c2f48f38cb58b0db212b4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-22.1.36.tgz","_integrity":"sha512-mS0ty0acT5STRbjz9ZSXS5y0hcs04Oe00244YG4ojqmGkymJ4OuAhd6+jZPTAzIqy4Pj9ziOOFIm+NLj1tqJLQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.38","@syncfusion/ej2-inputs":"~22.1.38","@syncfusion/ej2-popups":"~22.1.38","@syncfusion/ej2-buttons":"~22.1.38","@syncfusion/ej2-filemanager":"~22.1.38","@syncfusion/ej2-navigations":"~22.1.38","@syncfusion/ej2-splitbuttons":"~22.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_22.1.38_1689081422917_0.924940867568113","host":"s3://npm-registry-packages"}},"22.1.39":{"name":"@syncfusion/ej2-richtexteditor","version":"22.1.39","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@22.1.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3ee32e2fe4c814e15dbf7e67dd25a4bd3df5c352","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-22.1.39.tgz","fileCount":409,"integrity":"sha512-8RgLNIz3R5qWW+cSN85ktc433uF7tmcU2nRSpTJtc7bUB//myXU4Yn2NQoNgiG5zCmphM6jc02wu1/Aav8QICg==","signatures":[{"sig":"MEUCIQCzYSp+mUzJ3U0zzu87be1+p65hFdkRmPmtNxmEQGwa/wIgRQVimWbColgxZwFAQ2yRjhrbZSalF0yfgodqWIslOx0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26176089},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"cad65b6adb603371c57bdc7d8978cf377bffd0b5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-22.1.38.tgz","_integrity":"sha512-SC/GGGT4gXUzcbDC1YLWkiUw959cRVtjpJQ74HjAOeHgNurdJ0T3anhrfoxEh1U289KbzZUS677qjfarHRpFCw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.38","@syncfusion/ej2-inputs":"~22.1.39","@syncfusion/ej2-popups":"~22.1.38","@syncfusion/ej2-buttons":"~22.1.39","@syncfusion/ej2-filemanager":"~22.1.39","@syncfusion/ej2-navigations":"~22.1.39","@syncfusion/ej2-splitbuttons":"~22.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_22.1.39_1689683257170_0.12664453791302943","host":"s3://npm-registry-packages"}},"22.2.5":{"name":"@syncfusion/ej2-richtexteditor","version":"22.2.5","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@22.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"45337cc66b0d2a9ccaf0a28311bf72f5941620a3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-22.2.5.tgz","fileCount":409,"integrity":"sha512-8MlizA1geHO4VFH/k/nBoDkSTP5KBmG4C6Z/YK50U3rZYj0+b1IzxYg5EpcEjYHgHW3j/x5k32F7n/5Wx5Sukw==","signatures":[{"sig":"MEUCIH4DaA0DCCNdAQQVuMjKuIyjgc6zuOOpunWY7+hK0iS1AiEAlfKx0fz8CsDZ3c5FPcJcefRFp5RFoVJXdqg+NGxwODo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26190354},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"6031975c613a27eca2aa791a7a6dc82136daa6ad","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-22.1.39.tgz","_integrity":"sha512-rXoGpW5rmScnLivQvOj0NVRxnyS7AvBU7X+rsnQmHCoxsHccYlEXHhkuzRHsceOy1EpzC057WHpKsag/pexSxA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.5","@syncfusion/ej2-inputs":"~22.2.5","@syncfusion/ej2-popups":"~22.2.5","@syncfusion/ej2-buttons":"~22.2.5","@syncfusion/ej2-filemanager":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_22.2.5_1690468862877_0.29567197883141505","host":"s3://npm-registry-packages"}},"22.2.9":{"name":"@syncfusion/ej2-richtexteditor","version":"22.2.9","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@22.2.9","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"578b98e850d10c741ed9106c6a62ff635a0ebd68","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-22.2.9.tgz","fileCount":409,"integrity":"sha512-W/Tvu3DzcVrLwYQ7+t69iosQ4aQw4fi1bb+rW3965bQYYZB5q+k3Z4PdnSYhSxTh7q8ZB9szGlkzIvfcNkmHBg==","signatures":[{"sig":"MEYCIQDYL19Spw3oSQdzst5OdGbpyj1iTVolkMafUsBuESYJQAIhAObHOsnLYq9nV2LrMR64D3uk70u8xfHhFs6P+4u5k/bU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26203764},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"fd9b305e9dcde612739e66a6accb774688e89e50","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-22.2.5.tgz","_integrity":"sha512-JD2rI4AXswHa0DJrFyCzhSMhCDLfixX6gyKis6hc0mBOTWXWMz7oMOLhTQeZ2MogDzr43av+HCSUk6GKF9ENgQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.9","@syncfusion/ej2-inputs":"~22.2.9","@syncfusion/ej2-popups":"~22.2.9","@syncfusion/ej2-buttons":"~22.2.9","@syncfusion/ej2-filemanager":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.8","@syncfusion/ej2-splitbuttons":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_22.2.9_1692102318775_0.3977626181338958","host":"s3://npm-registry-packages"}},"22.2.10":{"name":"@syncfusion/ej2-richtexteditor","version":"22.2.10","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@22.2.10","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e6cb6e8c3d4843c76d5584a2a15f4b1e1255a4b1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-22.2.10.tgz","fileCount":409,"integrity":"sha512-Sb7Xq9j7sTS/Hp1vpp/3gjOUYxqaCoc3vdfHusTuKVl95AhjwSbp6BVk/0EfxPWXZT/yrGnT7zbJ9POjVh2U6Q==","signatures":[{"sig":"MEQCIEfDajZSa2bj8pV3k656Wby8xz3o3t/3ctNFWbUYMZdzAiBaPj/3KFvWMR3Yc/9U4ul/zZCbO436RRtiI2a3Uk0SLQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26207490},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"8e11f18edec2f7f8b6ff02469ce638d3f14c5117","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-22.2.9.tgz","_integrity":"sha512-78MlcIbPWFlPsrRzTGAympS5eiCqkjg3iEDSK1fX7mjNnIir8l3KqWflqkNcQtR6WiKhiuP2O4EOb3gwG1KxDA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.10","@syncfusion/ej2-inputs":"~22.2.9","@syncfusion/ej2-popups":"~22.2.9","@syncfusion/ej2-buttons":"~22.2.9","@syncfusion/ej2-filemanager":"~22.2.10","@syncfusion/ej2-navigations":"~22.2.8","@syncfusion/ej2-splitbuttons":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_22.2.10_1692727183046_0.92681628747957","host":"s3://npm-registry-packages"}},"22.2.12":{"name":"@syncfusion/ej2-richtexteditor","version":"22.2.12","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@22.2.12","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e78a524c1b5cd6df16d58804dd93655c197d76ae","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-22.2.12.tgz","fileCount":409,"integrity":"sha512-4klNThRQpRrbFnXQOiINyuKT7tKKNCTvDblzdbaVZafzuln/I56z0s2dQW8ArG3JfOe9jR3gOjtpOGjRCGgUJw==","signatures":[{"sig":"MEYCIQC9vpSoUhy7H9Tt9dZCp2bSfQbMdwZo0YJ6kmadpJqbKQIhAIN+pKxGTHfnsxbb9G4smjcCPEWq2nKj/1z+UfT6VCHW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26217617},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"1ba3e6ac565ffd94931aea112724104b805afb1c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-22.2.10.tgz","_integrity":"sha512-/s7i93DDpA+4DmbZILSVt+DqyUB+0SM3L8ySW03X+M0kYtOMISKalOC1Ltdy1vRYyr3sP7J4U8qHP9Od0UI2jg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.12","@syncfusion/ej2-inputs":"~22.2.12","@syncfusion/ej2-popups":"~22.2.11","@syncfusion/ej2-buttons":"~22.2.9","@syncfusion/ej2-filemanager":"~22.2.12","@syncfusion/ej2-navigations":"~22.2.11","@syncfusion/ej2-splitbuttons":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_22.2.12_1693910327518_0.8260926813458349","host":"s3://npm-registry-packages"}},"23.1.36":{"name":"@syncfusion/ej2-richtexteditor","version":"23.1.36","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@23.1.36","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f7f22edf4ef6bf327923ac06d4d6407d8d2a744b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.36.tgz","fileCount":409,"integrity":"sha512-Bj+JA14a8vy9+78Cp2cfcSQ9RJrX87XgW/Fl01be79usvQq9xRSoC/zjXittkphRg7EQXQDGiJJjEEPp8AV1vg==","signatures":[{"sig":"MEUCIEu7j26gLOyUo6EKkifzfgqJ+HpQJ9XT1k5DjScTVZFrAiEA7FD+A5KUxcigGJ0bfcJg7H6jYtCSElwrxT9Vh7S2wWs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26304897},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"9e2bc90fda2f3e7c4210a07c7fe34ce7d2e87ff4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-21.8.0.tgz","_integrity":"sha512-BEsWdjIVfT1nygxINHX88ZqEtXGIp/dcT/JC5PX6I9VKT+jWeMMYKneZt2xb/KfyOw/q7yDNNnBIUXEykMtk+w==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.36","@syncfusion/ej2-inputs":"~23.1.36","@syncfusion/ej2-popups":"~23.1.36","@syncfusion/ej2-buttons":"~23.1.36","@syncfusion/ej2-filemanager":"~23.1.36","@syncfusion/ej2-navigations":"~23.1.36","@syncfusion/ej2-splitbuttons":"~23.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_23.1.36_1694764970349_0.49737523121032257","host":"s3://npm-registry-packages"}},"23.1.39":{"name":"@syncfusion/ej2-richtexteditor","version":"23.1.39","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@23.1.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0ec06a0bf26eda1e82530e316e2a0ba84dc14c9a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.39.tgz","fileCount":409,"integrity":"sha512-81L9BVDkNNqW6RDvo0XUcOBvV/dazORhK9imwVA8vJv7Z3SIBvVOxkUMFXKPYS5bnUqiozR0P8e1irrSLf8GPg==","signatures":[{"sig":"MEUCICGmFkBBOoQdBTe6jHBkry54ua4SoxmbaOtdU7SOV6OdAiEAjfTEFGDBndWm0UHQ2Hm12j1wxulUbR/90Nbf1CW5M0Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26343973},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"b5383ec98558caf0b41cde840cafc3c6b89cee96","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.36.tgz","_integrity":"sha512-tzQBXLmkbr4OueypxbaFkKJt0859uHHRPKW1VKxW28waTX/HO8gpNhQLhBQHuo6GERc+KzyNrJChjZCKigb7pQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.38","@syncfusion/ej2-inputs":"~23.1.38","@syncfusion/ej2-popups":"~23.1.38","@syncfusion/ej2-buttons":"~23.1.39","@syncfusion/ej2-filemanager":"~23.1.39","@syncfusion/ej2-navigations":"~23.1.39","@syncfusion/ej2-splitbuttons":"~23.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_23.1.39_1696405639307_0.29206748051299813","host":"s3://npm-registry-packages"}},"23.1.40":{"name":"@syncfusion/ej2-richtexteditor","version":"23.1.40","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@23.1.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8c16998334c0e55e7193165fa1cbb7826e3f1f5c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.40.tgz","fileCount":409,"integrity":"sha512-q+oXzqfjwkQunu/bsBbwJanAXjllftYsyiAsflyW2GurW4jMQVvR1iw7u2/4ag2g3CZRAgoOQJws/WUMRfS+lA==","signatures":[{"sig":"MEUCIB7MWfuNUUIABwOyZuVuPWD03oTqkBjkVpKj0kQMei0hAiEAumYW5/KVMXwSsZ8ZtjLLJc96OrGNMkQTxb32IVt5A8Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26344333},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"cc5669f0dd4098e1c15fe63e0cd31cded1e50be3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.39.tgz","_integrity":"sha512-V6HvyVC8YYc6eSNz2M5jIO8qngm8IPaoMoSlPX+k2yj4b32y7X1jed6kwH+alM9z7Ze1A/AKIZTKHzhMPpMlyQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.38","@syncfusion/ej2-inputs":"~23.1.40","@syncfusion/ej2-popups":"~23.1.38","@syncfusion/ej2-buttons":"~23.1.39","@syncfusion/ej2-filemanager":"~23.1.40","@syncfusion/ej2-navigations":"~23.1.40","@syncfusion/ej2-splitbuttons":"~23.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_23.1.40_1696943930244_0.353918265105271","host":"s3://npm-registry-packages"}},"23.1.41":{"name":"@syncfusion/ej2-richtexteditor","version":"23.1.41","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@23.1.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ede9c9870840c20eb76a524e5d6b47650302c00a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.41.tgz","fileCount":409,"integrity":"sha512-ALHpljGGM2/yZdU4p1ZmA/6g7a3VPJNxEJ36RfrUjnxk0p7IGM0aB2kKAl23pN9FYnSELdzWaGtZdKq1RG0iwQ==","signatures":[{"sig":"MEYCIQDdZ3hBdM5nKPuiIkB14hy4iSAWZxYG6SXfW9nrPOFnKQIhAJ/lKjv1M/2afsAJCGLwLF/ERlqoKVq/Du1u8mJRwJ6V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26361002},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"f71428956e7033350edecc5a22e64e2fa0fa5527","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.40.tgz","_integrity":"sha512-/ZUQYuQqnKEUFRxihm0PFXec5aVT6cccy74I7/wdhkxvGfPzCpCYw6zD/RycIvtW7gzXqqmbshuW99aJqqmVMg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.41","@syncfusion/ej2-inputs":"~23.1.40","@syncfusion/ej2-popups":"~23.1.38","@syncfusion/ej2-buttons":"~23.1.41","@syncfusion/ej2-filemanager":"~23.1.40","@syncfusion/ej2-navigations":"~23.1.41","@syncfusion/ej2-splitbuttons":"~23.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_23.1.41_1697504768057_0.5862990291233763","host":"s3://npm-registry-packages"}},"23.1.43":{"name":"@syncfusion/ej2-richtexteditor","version":"23.1.43","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@23.1.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1157f5151cad2aa8e234e96e51ea739a76375aa8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.43.tgz","fileCount":409,"integrity":"sha512-82o9XHIJ8AqSeYrYY+kKY8uK6TAKAAcvEv192f/3kWfsEtKx+A60Ce8llMhsP5ZrSvcWqj7VN8e6TkMf1+lUzg==","signatures":[{"sig":"MEYCIQD0VPiB2G46bkju5znTamQOM4AuXaKMJCKZ1L6rXAKTGQIhAKByJNMZ8/BXMqItyKyBhcdcG4XkhJT2S5YWGxNSlnmL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26373538},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"a9c6e53775552699f2528d6f4cf619a806d4660e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.41.tgz","_integrity":"sha512-CIPlpeV1ZJSthFtQHaNVAdANuI0M5aDYUT/Ar7obSF9TC4jwgwVIY0UdZ6KZC/dXzsAqRq1q7+QE8F5OzjvG7A==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.41","@syncfusion/ej2-inputs":"~23.1.43","@syncfusion/ej2-popups":"~23.1.43","@syncfusion/ej2-buttons":"~23.1.43","@syncfusion/ej2-filemanager":"~23.1.43","@syncfusion/ej2-navigations":"~23.1.43","@syncfusion/ej2-splitbuttons":"~23.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_23.1.43_1698715810581_0.2570799213793806","host":"s3://npm-registry-packages"}},"23.1.44":{"name":"@syncfusion/ej2-richtexteditor","version":"23.1.44","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@23.1.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4036c8b45e5f7ee0b7fdc224020abad26d7c525e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.44.tgz","fileCount":409,"integrity":"sha512-FcpX5hZl5+8eX8NAeaPwsIdF4bBWj4DwI4ukVOhnFn6LlVLfBSGEjIQy4n6HjiNqHyyzBQuzzw5Zk/CZ6h9aEA==","signatures":[{"sig":"MEQCICc1nJBncZ/tt7WOFZe7rP8FZKoNhHuYXvt0k8xdxIeHAiBmY3UKw0JgqzWtjDbrrTuGcViUk7AYcNA3v4bxjv1DaQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26389120},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"c003b36ae31089222d8492e3cdb00d29a82d6703","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.43.tgz","_integrity":"sha512-jgzplcFRi5rmn0kbDEri7p8DT1c7WyfUq6Gc4tDWhQX0voLlzxQaCv0VOf/zK/PB4PSbu4eaTIsuvOQlY7bmzA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-pdfviewer","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.41","@syncfusion/ej2-inputs":"~23.1.43","@syncfusion/ej2-popups":"~23.1.44","@syncfusion/ej2-buttons":"~23.1.43","@syncfusion/ej2-filemanager":"~23.1.43","@syncfusion/ej2-navigations":"~23.1.44","@syncfusion/ej2-splitbuttons":"~23.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_23.1.44_1699337300696_0.17824674442819388","host":"s3://npm-registry-packages"}},"23.2.4":{"name":"@syncfusion/ej2-richtexteditor","version":"23.2.4","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@23.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3a70da68c02837e14b276f1207ef19307ef54110","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.2.4.tgz","fileCount":409,"integrity":"sha512-9e6QRH/FxyA5IVrJpHiyfFKjPpw8vdiyMNf+Ji7S9v9oyohHcuwDC7k9wqYIP4S10MVfRVjwx1uWFeb5obFIeA==","signatures":[{"sig":"MEYCIQC5XfIQJo39YM7F7kQTqXOamFwobZnZVjuThuggp9+8NwIhAOESVp0uOPqO7aHEmcO6az/nkpUzrDFZiUGlI/wWsdL1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26396522},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"da1060a6d62d138984f4565a75c86a4cf069b513","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.44.tgz","_integrity":"sha512-fsFkpynFC1d3CrTaX57BGcF3GHHRX5jbxs8gdEOvx/Ctg4DPFrWsTQUthkZT1UpZJfqv7YTC0TmK3OoNt65p3g==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.2.4","@syncfusion/ej2-inputs":"~23.2.4","@syncfusion/ej2-popups":"~23.2.4","@syncfusion/ej2-buttons":"~23.2.4","@syncfusion/ej2-filemanager":"~23.2.4","@syncfusion/ej2-navigations":"~23.2.4","@syncfusion/ej2-splitbuttons":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_23.2.4_1700460918387_0.8286408631394693","host":"s3://npm-registry-packages"}},"23.2.5":{"name":"@syncfusion/ej2-richtexteditor","version":"23.2.5","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@23.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"744bd80cf27c29e1b5a8935ff379e7ff5caf9841","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.2.5.tgz","fileCount":409,"integrity":"sha512-2CCHxfyHni+u3nlrj6LW7CygEQSti7J+VxiSeQ7rqIqOJISkrNp/EuVZXQSF8vt7D2P/sn+bHJq+85lHjCsd3Q==","signatures":[{"sig":"MEQCIGPYZPPXCYO8LiazqSndTLlBcJQiw7i+DF5lpDTX5i/mAiAjTQBktqZJZxE0I9GdME4rfBT9BWJWScrReDJEy1a+qQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26397265},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"53e152500eb6b7a1c1215748894fb8de196fec14","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.2.4.tgz","_integrity":"sha512-gQoJXBFkuekaa+gB0U2JpQldeFdkRz6T+N7qkqYNBpSDw0+zF71ScmwYy42dxjGVEJRdZT/HHRwtV5KgLEAhAQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.2.4","@syncfusion/ej2-inputs":"~23.2.4","@syncfusion/ej2-popups":"~23.2.4","@syncfusion/ej2-buttons":"~23.2.4","@syncfusion/ej2-filemanager":"~23.2.4","@syncfusion/ej2-navigations":"~23.2.5","@syncfusion/ej2-splitbuttons":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_23.2.5_1700715085554_0.7589504342707429","host":"s3://npm-registry-packages"}},"23.2.6":{"name":"@syncfusion/ej2-richtexteditor","version":"23.2.6","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@23.2.6","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"97d417a2f5dbd2ef0db1d1d0e4d723870fae76df","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.2.6.tgz","fileCount":409,"integrity":"sha512-MOUvBn+WjGthfQkql8dEMZskDRPJ+QKdk8DZXHSQEne6yaSjDkqhP0q9FfQOu0/bHcDuHFKTITBDKeRaJwlV/A==","signatures":[{"sig":"MEUCIA4Qtfckm+Nk2//WZfef/ziR0p/ZPMXb/tRgMKxvh1ZIAiEA6ydXQTHg06cYthAtxKzwCGDFg0ER/fQwRsUcIl/DQEM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26420878},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"3197d4da512b1f6bebfda2e43c93a35204c6f6a5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.2.5.tgz","_integrity":"sha512-LDSabG1NiIxMf92vUcISlwF+vT/mAsvve1XDfHd1nOik3PCWxJk1nYnhkWYlDvBLE2nTJGLZ3yTU9cWvQXSgFw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.2.6","@syncfusion/ej2-inputs":"~23.2.4","@syncfusion/ej2-popups":"~23.2.4","@syncfusion/ej2-buttons":"~23.2.4","@syncfusion/ej2-filemanager":"~23.2.6","@syncfusion/ej2-navigations":"~23.2.5","@syncfusion/ej2-splitbuttons":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_23.2.6_1701149714618_0.2319814242345435","host":"s3://npm-registry-packages"}},"23.2.7":{"name":"@syncfusion/ej2-richtexteditor","version":"23.2.7","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@23.2.7","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"29934653c393d911318ffa7c12cf6da70838e995","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.2.7.tgz","fileCount":409,"integrity":"sha512-KOqMsWA87BORvq7uFcBcqgq0sV1Ba5/TQcY278dPiQ5DmC8VTkBp+aXRNfm9i4tMWax8Cr7ecpB5Yk24vuJDtw==","signatures":[{"sig":"MEYCIQD0GSMGkyNk7xkvxHPEq5FKmZ6qclTGC1GcjFB0N2o4vQIhAM0WrACui/HakrWtONUkBMLwrPP+JOzCIcKkPvvWtWGX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26485439},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"b567bbae22fa4e6718a8f076b6c14c4a16e2977b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.2.6.tgz","_integrity":"sha512-yiMdrOTe/kK+B6CGHKyKTYE+XvhMVnznfPPgziZDZgT11BPn/mdRhpMyCtfjlTybpQ5ohE9WGNqpeWndalRhZA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.2.6","@syncfusion/ej2-inputs":"~23.2.4","@syncfusion/ej2-popups":"~23.2.4","@syncfusion/ej2-buttons":"~23.2.7","@syncfusion/ej2-filemanager":"~23.2.6","@syncfusion/ej2-navigations":"~23.2.7","@syncfusion/ej2-splitbuttons":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_23.2.7_1701744569623_0.2687942633178042","host":"s3://npm-registry-packages"}},"23.2.7-52849":{"name":"@syncfusion/ej2-richtexteditor","version":"23.2.7-52849","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@23.2.7-52849","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"04a206436cfb2910d41127a970346df8d665c0aa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.2.7-52849.tgz","fileCount":404,"integrity":"sha512-Gckc8CyUF/UK9cvnRlJ9yYiR6r9PLuZQhRPDFTEyYKNM157eGFAd4QGjGaaJ4uu2n4rIM8uNBDu7W8OxzzGhBg==","signatures":[{"sig":"MEUCIFXe0uTnZhGpqeqwSh1tzwa/hETl0rXuGziqqjevf0qJAiEAx6+KhUsdwqNSdG0PHY2mBAjEHcHxML++lT0LT6jiTz0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22353797},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"9.6.7","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"18.17.0","dependencies":{"@syncfusion/ej2-base":"~23.2.6","@syncfusion/ej2-inputs":"~23.2.4","@syncfusion/ej2-popups":"~23.2.4","@syncfusion/ej2-buttons":"~23.2.7","@syncfusion/ej2-filemanager":"~23.2.6","@syncfusion/ej2-navigations":"~23.2.7","@syncfusion/ej2-splitbuttons":"~23.2.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_23.2.7-52849_1702466533542_0.9681905691731523","host":"s3://npm-registry-packages"}},"24.1.41":{"name":"@syncfusion/ej2-richtexteditor","version":"24.1.41","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@24.1.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1e3bc1227a1ce6a02ef372cc8dd04be6ef4faaa1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.41.tgz","fileCount":409,"integrity":"sha512-XYfT6jsbgB6qfJ+ujBonMgVhCGIXG2Pl8T6WELcmHPySu1wXuSJ3KtsX6Himnzt7BMS16xFvAnOG3Rk120Pafw==","signatures":[{"sig":"MEUCIALZaOWhvyuWrOeEYu977x2qotxDLydHgJDJkKnMkM37AiEA2XqtExCLzhFJapf+HS4JcS5S2kEK1EPKpnmRQOzdqQI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26975121},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"43db30cc27624e6357af8b3ae8d9fd955e04cef8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.53.tgz","_integrity":"sha512-tB7WAmGNNbrQpGA3CqujRthIZdrsIWUwzNgUwtPIF0jcUlCRthnZbbPbV7SJ4pbfzwZJLoIE6qFsWt36HnVLNg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.41","@syncfusion/ej2-inputs":"~24.1.41","@syncfusion/ej2-popups":"~24.1.41","@syncfusion/ej2-buttons":"~24.1.41","@syncfusion/ej2-filemanager":"~24.1.41","@syncfusion/ej2-navigations":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_24.1.41_1702880836260_0.4904085210119973","host":"s3://npm-registry-packages"}},"24.1.43":{"name":"@syncfusion/ej2-richtexteditor","version":"24.1.43","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@24.1.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"01c273d66d75ca6399c5e2be4ad8b5b367d84434","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.43.tgz","fileCount":409,"integrity":"sha512-dO44vOLQehJG5g+xF/5EspygS4EfgvRDhc1D9UNTQM9ZjXJ+UWurZB12FXuZLsHcrGmMPnp7YAmgaDu5sSjLbw==","signatures":[{"sig":"MEUCIBMyzWDTv17fV57BvtKsrLHFowCJmS43hMqwtmkd0js9AiEAtArPAfBpIlIaNfDZOxISwJfxe2ycGaMYGhipK1bEgrQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26976069},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"b0643450fa79cf814e9386718d1e011876c3946a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.41.tgz","_integrity":"sha512-h4DVBcoJwsAW5vm0Y6Ffg3KcNNeCxkj2MwOW+z+Aa8puZZETLQitQl8yt76IFRoxTY/MCdkoTWVILD5mstwkFg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.42","@syncfusion/ej2-inputs":"~24.1.41","@syncfusion/ej2-popups":"~24.1.41","@syncfusion/ej2-buttons":"~24.1.41","@syncfusion/ej2-filemanager":"~24.1.43","@syncfusion/ej2-navigations":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_24.1.43_1703657973825_0.33299056571746033","host":"s3://npm-registry-packages"}},"24.1.45":{"name":"@syncfusion/ej2-richtexteditor","version":"24.1.45","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@24.1.45","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"fb045c1343052a359be8c7cc94dc9ee13461ab59","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.45.tgz","fileCount":409,"integrity":"sha512-Bxzg7Zv/g+AM58v7+hBCg6XSY8cHNggl+38990uQ3fcPw0phmjm+YWtn4oavf0EQ9wXxfYhCrwBCQkbFi14PvA==","signatures":[{"sig":"MEUCIEgE0BEpqhy8CfGrBrnI7jMXJvBDz7Xtbrhf/HPSd/9ZAiEApZw0rTL7xsGRNWfbHDclPtDTMp1dI8hjyYmxgDqj9Ks=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26981409},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"5e476e162aba6dd6e3cbfe2141a16a9ccc59e91c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.43.tgz","_integrity":"sha512-+v4KcCDrS7HCpJjJiYqnP8fdE0l8pUBtuFwUsAU0Tb3PuQIStWzNZX8Lbb3DykBpC5HFmYBsC3HdpO7EnX3huA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.42","@syncfusion/ej2-inputs":"~24.1.45","@syncfusion/ej2-popups":"~24.1.44","@syncfusion/ej2-buttons":"~24.1.45","@syncfusion/ej2-filemanager":"~24.1.45","@syncfusion/ej2-navigations":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_24.1.45_1704766610102_0.14362658417742247","host":"s3://npm-registry-packages"}},"24.1.46":{"name":"@syncfusion/ej2-richtexteditor","version":"24.1.46","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@24.1.46","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"debc1d94357bf340e5ec4a9f110bbd1c58fb5ebd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.46.tgz","fileCount":409,"integrity":"sha512-ra0uEKSy4oG4PrbVUfd0AdV4YpbqJtNqZVchIcgKzsie+vMuZcv+v3P1l1yHElKONaNHIeo4nttkXifr90IY8w==","signatures":[{"sig":"MEYCIQD/4rwV/mvehKfH6qIZolanmFTIlTdXGRwPX6MlUk1D8QIhANK5qDN8cyY+vmEIy+AW9QXSDMgqOIL4etWUgRBiG44u","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26995511},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"1fe5762cdca0998b044c81caa60c22dd0e47df75","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.45.tgz","_integrity":"sha512-639ZpTHnu5BdfPiBTllfJndDTien1yXWHPyQDGWulZXC92dAMtipXgiuEcsVLtVVJv0FbVgg5X9zX4T8PBq/4Q==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.46","@syncfusion/ej2-inputs":"~24.1.45","@syncfusion/ej2-popups":"~24.1.46","@syncfusion/ej2-buttons":"~24.1.46","@syncfusion/ej2-filemanager":"~24.1.45","@syncfusion/ej2-navigations":"~24.1.46","@syncfusion/ej2-splitbuttons":"~24.1.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_24.1.46_1705456971458_0.25681358115781006","host":"s3://npm-registry-packages"}},"24.1.47":{"name":"@syncfusion/ej2-richtexteditor","version":"24.1.47","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@24.1.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c2dbf825b02f063a49ef95472d7031b0f16ef022","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.47.tgz","fileCount":409,"integrity":"sha512-gShKuatNrc2ZRbwK5juYWO8S0/4Z4AtZhf6hyj8sPtOAEJRF5sahbSJiHXs6jsAZjkdNkaCOokxTQYZ4wqLmOQ==","signatures":[{"sig":"MEYCIQD7p6/LWhcNkv6qUJEHgHwOWeRv9RjwlFjqluDKB6UVowIhAJiGo26Cw04mBDBa4Hs6423+M81ylnG/bwLKU4t6N+cb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27004488},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"709472d820317afe84896ef327ab8355e8b151e3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.46.tgz","_integrity":"sha512-K1mDIDbCA6xYUHgnITLvbR5bMXvuS5ohLMuOy4cZZNgxXUwey8If1jCejn71a0kGGFVk9LCmVb97JtN2t6CP6g==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.46","@syncfusion/ej2-inputs":"~24.1.47","@syncfusion/ej2-popups":"~24.1.46","@syncfusion/ej2-buttons":"~24.1.46","@syncfusion/ej2-filemanager":"~24.1.47","@syncfusion/ej2-navigations":"~24.1.46","@syncfusion/ej2-splitbuttons":"~24.1.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_24.1.47_1705976874189_0.11814060100709312","host":"s3://npm-registry-packages"}},"24.2.3":{"name":"@syncfusion/ej2-richtexteditor","version":"24.2.3","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@24.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a4a594752ccad3e05718b8bb825015dcad9ddde9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.2.3.tgz","fileCount":409,"integrity":"sha512-Exqf3auK8cyHpSZhK4FCnX7RAxXye/6N1yVIkripE8tq+BxE7CzMcIP4MHMb75jZHDd/u3sgh5Nj9krBBBQX8g==","signatures":[{"sig":"MEUCIDVSVAntZqzWnC0HMw/PtgdXK4w/EbQgTmeP40CBCPrAAiEAjJ+Qgyy9Lh1zUsMKwEnoIxvfCRBYZKt9qCGFrRdhQ3I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27318146},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"93709601606f02a03d67372a08a4f34792d6087e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.47.tgz","_integrity":"sha512-ITHuJcI8Vi0NzcpJ2//FUUah+iuPTk39qOb4jZQCJaLsoDlUsu/m2fzybDOdR6X84st4zXZb2oxvL6ANoz1G3Q==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.3","@syncfusion/ej2-inputs":"~24.2.3","@syncfusion/ej2-popups":"~24.2.3","@syncfusion/ej2-buttons":"~24.2.3","@syncfusion/ej2-filemanager":"~24.2.3","@syncfusion/ej2-navigations":"~24.2.3","@syncfusion/ej2-splitbuttons":"~24.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_24.2.3_1706710040806_0.8479188546792307","host":"s3://npm-registry-packages"}},"24.2.4":{"name":"@syncfusion/ej2-richtexteditor","version":"24.2.4","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@24.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"49981a0f95a1ece985b276824d171a8fdc72ac06","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.2.4.tgz","fileCount":409,"integrity":"sha512-7qavtJ6P/0zYyBOrsXsCWm4PxJwQ3m55g4hy2B2LxxBULs9+vMuQOWzrcJqoWh6ZiCy7VYfsOHcjxjcV5NMLBA==","signatures":[{"sig":"MEUCIAXoknv7Na4zmo1I7AY9HYB/W51CPWCUtratlvAr/+gwAiEAgZ3WU9APbLEy9MITIVgUVkkv1+MdDIrqflJrg9uFfJ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27332545},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"c6180082b7903ea03940e96f5911e093ee6fab92","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.2.3.tgz","_integrity":"sha512-qjy4z7YGj17wCO4I5dW2kqGyRSaUxHXprYekBaF78kmtSAbFQjy8QFO9+15bOUEcNTPaTaPWHNvZ61Vm3+qOEw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.3","@syncfusion/ej2-inputs":"~24.2.4","@syncfusion/ej2-popups":"~24.2.3","@syncfusion/ej2-buttons":"~24.2.3","@syncfusion/ej2-filemanager":"~24.2.3","@syncfusion/ej2-navigations":"~24.2.4","@syncfusion/ej2-splitbuttons":"~24.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_24.2.4_1707195185422_0.8711316204820825","host":"s3://npm-registry-packages"}},"24.2.7":{"name":"@syncfusion/ej2-richtexteditor","version":"24.2.7","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@24.2.7","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"790dd5c1303ecfdc9828eda495dde2aef5a777c7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.2.7.tgz","fileCount":409,"integrity":"sha512-R3KzM6kJhFkDtKHxYHGAPjxaPLA2DVgt6r6W/NHMfFRySK110FUuRcCBNZB4SiafhT+EZBybJoVx0xKA9YSebg==","signatures":[{"sig":"MEYCIQCoJ1YwOUEVvaLwx03+Av94aehFBxoh2e8aYnRGX8IgSQIhAKIMxW0gbIDXwS/vdIi2RKGi7z9Qqtbdy8eU3A3lBPxj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27542148},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"c1a662b91702ceddbdb9a858bae8cdccb2635ea7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.2.4.tgz","_integrity":"sha512-gxGUXVmOFE1abnbYaLzzX3FEGyT+H3uIhWIt0jS7DALyg61NbYz8XViClAoYz62KxDenDXYzu+HyP5bjpMc7gg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.7","@syncfusion/ej2-inputs":"~24.2.7","@syncfusion/ej2-popups":"~24.2.5","@syncfusion/ej2-buttons":"~24.2.7","@syncfusion/ej2-filemanager":"~24.2.7","@syncfusion/ej2-navigations":"~24.2.4","@syncfusion/ej2-splitbuttons":"~24.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_24.2.7_1708393757909_0.3648764514579934","host":"s3://npm-registry-packages"}},"24.2.8":{"name":"@syncfusion/ej2-richtexteditor","version":"24.2.8","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@24.2.8","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6c3130fa6800b21d6312c51198deafdc1571131e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.2.8.tgz","fileCount":407,"integrity":"sha512-ceAZAIgO/CGXyYgRkal6AidDoe9favS5GJtVPS6AhwWNg+sf+bgdOK/DBwTlqOBk26zXKtOYjpNJY2noRxYvHQ==","signatures":[{"sig":"MEYCIQCd7kJueW996y1QB1kPsD/fgYwjDgBEs2H8WUiDAgv0aQIhAPHW6lCYMjql0f9MLzN7KzkM57ZTlOBUXEJmXSP8RfP/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27672809},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"4baefba0381f2363ff721f0972d9319c4edf05ab","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.2.7.tgz","_integrity":"sha512-LAwzVB7DsDIemywqqLxTjUPWekzjmy1o9UDLYXMT+MHewJcUqD6wVlupgs4/Tej+ZAE275Bt25VKHA/Zl06IMg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.7","@syncfusion/ej2-inputs":"~24.2.7","@syncfusion/ej2-popups":"~24.2.8","@syncfusion/ej2-buttons":"~24.2.7","@syncfusion/ej2-filemanager":"~24.2.7","@syncfusion/ej2-navigations":"~24.2.8","@syncfusion/ej2-splitbuttons":"~24.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_24.2.8_1709015866860_0.7850198027408111","host":"s3://npm-registry-packages"}},"24.2.9":{"name":"@syncfusion/ej2-richtexteditor","version":"24.2.9","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@24.2.9","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c38f71ad2ba58d684b219277496fb8e4c652a5a2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.2.9.tgz","fileCount":407,"integrity":"sha512-pEm5vUkcJDii6E5n3gyVdhPBS2aF6vewo9vkYVf8IR7nUl1ZkvL+0TTgIzsTLQGd2CzVh9KFUnCaEcjktJCRrw==","signatures":[{"sig":"MEYCIQC/enU6K8zzhW8v8QPKZNcQEDWoj+ujhFpNJUXr50lFeAIhAIFwRIAeOqamIe6261wMVQQTWgaMetwMZsteREtGUhI2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27699340},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"f966e83e1230cc284396b8ec962f1df25c80d5a9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.2.8.tgz","_integrity":"sha512-RiTlxXAeoPOeO3I9n1A4XHgDuna06LrHQgt08fEpnjhBE38mAzyH68yRzCtrUlVnoVqTPOvJJ83rLI2VDDlC1w==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.7","@syncfusion/ej2-inputs":"~24.2.9","@syncfusion/ej2-popups":"~24.2.9","@syncfusion/ej2-buttons":"~24.2.7","@syncfusion/ej2-filemanager":"~24.2.7","@syncfusion/ej2-navigations":"~24.2.8","@syncfusion/ej2-splitbuttons":"~24.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_24.2.9_1709629195187_0.99340752094821","host":"s3://npm-registry-packages"}},"25.1.35":{"name":"@syncfusion/ej2-richtexteditor","version":"25.1.35","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@25.1.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4772df2e10e1e4fc42812be37685bc492ee86e4d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.1.35.tgz","fileCount":409,"integrity":"sha512-ofiXmn1idftZ6k5GGyr2BNkLSgmbRtcWVpPne4omToybR08eq3auxCwPWX1RIxrWUd1HJN4+o8oevQI9pXYj0g==","signatures":[{"sig":"MEQCIAf4w9vq2pgpvNDPs6IXMiuBkgbnuXf/Bb6LLausfJBDAiAXRw+XTHJifnnyFsZnv+eU2KlNFCVnagfz7jQznxm7WA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27986219},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"40d45ccccd6bc1a49e83e34d5f9d850b12fefc33","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.54.tgz","_integrity":"sha512-PsphjMpa/0wW711Fuq+Qd4CDUY2UbDH56WhYjnk/8Tuv01Gj42/krKh44yI6yJYJRZq+Q47NErl/5FJUNT0Ozg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-inputs":"~25.1.35","@syncfusion/ej2-popups":"~25.1.35","@syncfusion/ej2-buttons":"~25.1.35","@syncfusion/ej2-filemanager":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.35","@syncfusion/ej2-splitbuttons":"~25.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_25.1.35_1710504838113_0.35426433132952306","host":"s3://npm-registry-packages"}},"25.1.37":{"name":"@syncfusion/ej2-richtexteditor","version":"25.1.37","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@25.1.37","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2efaaf3ca433e5b579ac407ae8610ae3458b6593","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.1.37.tgz","fileCount":409,"integrity":"sha512-Ki1YOOV7P9lwRzmNpo+6e25PA7iOHGbohQP5K9DfK4wmDo0Q9Np1y0rxBvAJclilFT0//hsW5b0bkMVfQPEMuw==","signatures":[{"sig":"MEYCIQDMypuyAfY8SMqGg5i++GzUbV0O77Cz9UAsysrqFF3owwIhAI25lVHE4y0zXwkMlWKJa0qVflLrz6Ff7Xz1mwxYx6Hh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28000234},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"9b56182752bfc14fa4ccfbe95f8a3875a66ecabc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.1.35.tgz","_integrity":"sha512-+ZVGzeuC6zPgsx8Ydma2G5WgxqpfYz7NnO17cQwk7cLzhoGTJqSrY/dcHCwPYe884mJ4hm0P6QB1mD9kUXywFA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-inputs":"~25.1.37","@syncfusion/ej2-popups":"~25.1.35","@syncfusion/ej2-buttons":"~25.1.35","@syncfusion/ej2-filemanager":"~25.1.37","@syncfusion/ej2-navigations":"~25.1.37","@syncfusion/ej2-splitbuttons":"~25.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_25.1.37_1711429105611_0.2772151518105297","host":"s3://npm-registry-packages"}},"24.1.43-569781":{"name":"@syncfusion/ej2-richtexteditor","version":"24.1.43-569781","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@24.1.43-569781","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"606fb549452bf89e5a83c68140feb7fa64430f01","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.43-569781.tgz","fileCount":404,"integrity":"sha512-ZhgpOipfoImpBrGGT3TI4zTI4RrGWhkBHGvIGJKEhQ8xoxytN+JJvRrd8WwUchEmZMbqmLwAC+UbyC9cOW0D4g==","signatures":[{"sig":"MEUCIQDsXPcqrKR/WGGZtP52951xE2C4TB/y94+aLu8wumAdBAIgHQharomfa9rhCczr/EHW3H3ZD4J8Zj6CM6rh9xpA8c4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23619574},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"b0643450fa79cf814e9386718d1e011876c3946a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.41.tgz","_integrity":"sha512-h4DVBcoJwsAW5vm0Y6Ffg3KcNNeCxkj2MwOW+z+Aa8puZZETLQitQl8yt76IFRoxTY/MCdkoTWVILD5mstwkFg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.9.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"@syncfusion/ej2-base":"~24.1.42","@syncfusion/ej2-inputs":"~24.1.41","@syncfusion/ej2-popups":"~24.1.41","@syncfusion/ej2-buttons":"~24.1.41","@syncfusion/ej2-filemanager":"~24.1.43","@syncfusion/ej2-navigations":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.41"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_24.1.43-569781_1711455358834_0.4983807147883632","host":"s3://npm-registry-packages"}},"24.1.41-569781":{"name":"@syncfusion/ej2-richtexteditor","version":"24.1.41-569781","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@24.1.41-569781","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c174090f5cca796c4fcf0af5a4f123a63ed04b88","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.41-569781.tgz","fileCount":404,"integrity":"sha512-EtipXnIMsUSUJrnmBSjxw7lg/azguF80kfEoaHi/kIk2EXdsD5rH3rgT6iVvjXCRgrIpHyZ62JJfdfyChkS6UA==","signatures":[{"sig":"MEYCIQDkpaC/Ienl+AfxSWiHpeO+21vzS99VL+YacLsazfzoOQIhAL6US5k45E+91sd0afnK82nKuVHv3z5TW4JQjTWqpRrD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23619574},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"9.7.1","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@syncfusion/ej2-base":"~24.1.42","@syncfusion/ej2-inputs":"~24.1.41","@syncfusion/ej2-popups":"~24.1.41","@syncfusion/ej2-buttons":"~24.1.41","@syncfusion/ej2-filemanager":"~24.1.43","@syncfusion/ej2-navigations":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.41"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_24.1.41-569781_1711607174907_0.7995830351221185","host":"s3://npm-registry-packages"}},"25.1.38":{"name":"@syncfusion/ej2-richtexteditor","version":"25.1.38","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@25.1.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8d5dcbd0b99e8a812d837de867188dcb7daf4ecc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.1.38.tgz","fileCount":409,"integrity":"sha512-nKKWV+e8dxAXC0fOfjd/5qvcDNQ793tKLTgHfjpolZgvM8jX4Z+QMrkWiyUTwCvY1II8+LOkLfPcaxqJYyZ4QQ==","signatures":[{"sig":"MEUCIGfb619OvLIcUruEbW7HWLEtHsNxLU49u6GVmhzBq2IyAiEApsi+7f2noG/dxQs8CFErusXNGyP1XRuXoYg2yxVNu+8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28012262},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"33b50ff739e07452c07dcd7aeb20843177c42689","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.1.37.tgz","_integrity":"sha512-CEvrleMxqO4OKhdhi18qBG/K230NQEOrIMhby9ijEpKXDIZMDr5Ya3WHfVA+ODcCjIYsSy3kIJcH13sjKdwcyQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-inputs":"~25.1.38","@syncfusion/ej2-popups":"~25.1.38","@syncfusion/ej2-buttons":"~25.1.35","@syncfusion/ej2-filemanager":"~25.1.38","@syncfusion/ej2-navigations":"~25.1.38","@syncfusion/ej2-splitbuttons":"~25.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_25.1.38_1712025315617_0.616073209247411","host":"s3://npm-registry-packages"}},"24.1.41-569421":{"name":"@syncfusion/ej2-richtexteditor","version":"24.1.41-569421","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@24.1.41-569421","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"be8cec97e6c0917b1c7b2f9c0469cb4b5b3f3cc9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.41-569421.tgz","fileCount":405,"integrity":"sha512-eNaCiJsQwFaibLsBFeSqvRGHmTUX73LZnjS6E3JwSVy+4P7iXgLoCrtz681RQAQ709o1MSB5gt5QgLIYhcw7LA==","signatures":[{"sig":"MEQCICI1IDBGqPn1OFc14F66QF0GqYyIXBc9gngbSV2sgTxNAiAeL/YqcsXFQk7ujJ49xWZpR8Y39Nuia5cfUsp2fS/t9A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23705460},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"9.7.1","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@syncfusion/ej2-base":"24.1.41","@syncfusion/ej2-inputs":"24.1.41","@syncfusion/ej2-popups":"24.1.41","@syncfusion/ej2-buttons":"24.1.41","@syncfusion/ej2-filemanager":"24.1.41","@syncfusion/ej2-navigations":"24.1.41","@syncfusion/ej2-splitbuttons":"24.1.41"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_24.1.41-569421_1712229777810_0.7700523635644534","host":"s3://npm-registry-packages"}},"25.1.39":{"name":"@syncfusion/ej2-richtexteditor","version":"25.1.39","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@25.1.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bb895029d7c89af9683a9a6c93800ee2983f9ce3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.1.39.tgz","fileCount":409,"integrity":"sha512-fUN3wddxm/4twdrCUKH+fyJxkbL/qNDuwaR3Vi/sAFL0OYXnEwyvPH6aE2eCPqXUor46KzOR9+ZxgYt33HvqNg==","signatures":[{"sig":"MEUCIH0fREtUh8ylo4bqgBDp5qZT+/sR1/M4TRjht4V6anebAiEAwnBDi5H6/wydOxbP7qzN/70f5ipW/z+FK5VqPmW7orY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28137024},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"632ae6ac93a8c7190d9a9825e42f10cf16693584","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.1.38.tgz","_integrity":"sha512-z1RBMwgqZdkE0VMxfBJILZ7asZ8xdJ5S87vxM7QVQSwgX1Xa/Yt7+pohXotJlmXCMLarZwZJ9ecU5KCfBqF4Qw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-inputs":"~25.1.38","@syncfusion/ej2-popups":"~25.1.39","@syncfusion/ej2-buttons":"~25.1.39","@syncfusion/ej2-filemanager":"~25.1.39","@syncfusion/ej2-navigations":"~25.1.39","@syncfusion/ej2-splitbuttons":"~25.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_25.1.39_1712666048316_0.8091789905205922","host":"s3://npm-registry-packages"}},"25.1.40":{"name":"@syncfusion/ej2-richtexteditor","version":"25.1.40","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@25.1.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"293712ce99f63c3ccd49cb84489c99d9091c2e81","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.1.40.tgz","fileCount":409,"integrity":"sha512-w3nKPE/8K0LqnUMCVO2xL99lNCIKd5chTot2ZNpB+h3I/+m+Nhy4xarUpSIgRTueQg8CMo/8dcNjxjA+7OD/sw==","signatures":[{"sig":"MEQCIHOiNfxSxJXUZ510AXJvwPv4015QJn74WCu3J+wfegtTAiBFVskwUaP3e43CoGX6GTQrzT3v6+tWHb3UWKTLleBeRw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28172680},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"3d96b955c7077bca2ff259ca6c380fc9885008a4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.1.39.tgz","_integrity":"sha512-vnRCdIzVVU3ZMq7rEllyCaOR5EaZqQhzFSpJO/Cu1rHpNVZ8FqYIedV0vxClmjmz/9yMbl30dCP7PNJtJ9Eu7A==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-inputs":"~25.1.40","@syncfusion/ej2-popups":"~25.1.39","@syncfusion/ej2-buttons":"~25.1.39","@syncfusion/ej2-filemanager":"~25.1.40","@syncfusion/ej2-navigations":"~25.1.40","@syncfusion/ej2-splitbuttons":"~25.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_25.1.40_1713233935054_0.3357573331034145","host":"s3://npm-registry-packages"}},"25.1.41":{"name":"@syncfusion/ej2-richtexteditor","version":"25.1.41","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@25.1.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9b302e1197bf1e7444c1ab8f020af82822d48769","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.1.41.tgz","fileCount":409,"integrity":"sha512-dupaixYZoGxigxh+d1yZO0KptKvwiw0YGV0Swc0SmnNxR4mDRMJhNrH+D+muz6jARuxS3uUwyI1NOcZxOkkkxg==","signatures":[{"sig":"MEYCIQCWRVvsBB71D6tTPKk9A+FWke8mxqZo+P6BSr7tVQ+TkwIhAMG5dSyLgGd/fww2QMuut0D8eMKFihguEfDSSIEllhmC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28172680},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"3d96b955c7077bca2ff259ca6c380fc9885008a4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.1.39.tgz","_integrity":"sha512-vnRCdIzVVU3ZMq7rEllyCaOR5EaZqQhzFSpJO/Cu1rHpNVZ8FqYIedV0vxClmjmz/9yMbl30dCP7PNJtJ9Eu7A==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-inputs":"~25.1.40","@syncfusion/ej2-popups":"~25.1.41","@syncfusion/ej2-buttons":"~25.1.39","@syncfusion/ej2-filemanager":"~25.1.40","@syncfusion/ej2-navigations":"~25.1.41","@syncfusion/ej2-splitbuttons":"~25.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_25.1.41_1713854481653_0.2750489370446729","host":"s3://npm-registry-packages"}},"24.1.41-581025":{"name":"@syncfusion/ej2-richtexteditor","version":"24.1.41-581025","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@24.1.41-581025","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8103f28189bb527c28d3f5b5f76b781f3dad694f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-24.1.41-581025.tgz","fileCount":401,"integrity":"sha512-ND80zGKcctwfDREW5VO5oh5R82ilzL0m1fm6QBlEHeUdKcpc7S5R3b082yxaJ5A87V456pKUtc6mD01tGwfqeQ==","signatures":[{"sig":"MEUCICYF9i6qiH1ghIzOb0UYnqlY2zqzTMUupHYXEId76FjSAiEAu4KCcVPWZHJ4XQasT7PsmRTPzLIGFKNHVp5krpyFKIA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22788146},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.5.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"@syncfusion/ej2-base":"~24.1.41","@syncfusion/ej2-inputs":"~24.1.41","@syncfusion/ej2-popups":"~24.1.41","@syncfusion/ej2-buttons":"~24.1.41","@syncfusion/ej2-filemanager":"~24.1.41","@syncfusion/ej2-navigations":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.41"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_24.1.41-581025_1713965985899_0.778357397560919","host":"s3://npm-registry-packages"}},"25.1.42":{"name":"@syncfusion/ej2-richtexteditor","version":"25.1.42","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@25.1.42","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3c29d0b905f676ed66bc4065fdc127c2573458d4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.1.42.tgz","fileCount":409,"integrity":"sha512-nMSqnS9Lplm+9KqR7/i4mwpHc+Yqd/admi/LTU+vDdvcHeca5s3cmt9V1nPoUpFbGkuE/1mcFAgU4FVoiswIAw==","signatures":[{"sig":"MEUCIQDCex9y0MZCSlz26zT7DIu0G134/5Rprx8XWWDEZVQ7jwIgdr5gcsVKHKIB2tLSuo1OX/X1SBT2aB225ohBzXh1Axw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28234076},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"e454a752ac8f1b765d7affaadc18316ec104e50f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.1.41.tgz","_integrity":"sha512-+SQQWuGTr85M/kWC43aUeAA8TDQsVcc+Py0S5FC0jSb88TH8ZhY1yS/N9nSsCtkk8H+9LWn3sF3xk9VNzovEdw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-inputs":"~25.1.42","@syncfusion/ej2-popups":"~25.1.42","@syncfusion/ej2-buttons":"~25.1.39","@syncfusion/ej2-filemanager":"~25.1.40","@syncfusion/ej2-navigations":"~25.1.42","@syncfusion/ej2-splitbuttons":"~25.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_25.1.42_1714446040602_0.919173940952247","host":"s3://npm-registry-packages"}},"25.2.3":{"name":"@syncfusion/ej2-richtexteditor","version":"25.2.3","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@25.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0aacc6c9ae696e25bd36b0ca67f5608bd55a7def","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.2.3.tgz","fileCount":409,"integrity":"sha512-+bW7gQ8KkXFwBO0xVgdAM3Sxht1meFfseheuvjCGdZJ8AJuHZtnEXS5gNOMFzSk7W6+kDzEZimwYnmnprxyimg==","signatures":[{"sig":"MEUCIQCu6lDxiU/lO643ekQPEU/6rT5jVz2kvJPUEXAXrChnjQIgOcaT39/rqElQCH0sGDsD9HTlF8Ywe+aJwktrDBJ+RAI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28252211},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"e1bb753283216537b608b5a49c85096650d5693d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.1.42.tgz","_integrity":"sha512-XGBgOsVJDjeoUg7NCBMs+ayX0m4MrTWbdXlHzdK3COGoWMO8ssDjO3iw8e+6828qeoGJnLQrJHa23r7RYWpb/Q==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.3","@syncfusion/ej2-inputs":"~25.2.3","@syncfusion/ej2-popups":"~25.2.3","@syncfusion/ej2-buttons":"~25.2.3","@syncfusion/ej2-filemanager":"~25.2.3","@syncfusion/ej2-navigations":"~25.2.3","@syncfusion/ej2-splitbuttons":"~25.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_25.2.3_1715175899066_0.3950610873245588","host":"s3://npm-registry-packages"}},"25.2.4":{"name":"@syncfusion/ej2-richtexteditor","version":"25.2.4","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@25.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"94da82d6426a1825d2ab6478000130d85b1b72b7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.2.4.tgz","fileCount":409,"integrity":"sha512-3+xAw5bBjwThTkn1wBwrjhTbncg/Fhd5fv1qJHzL+IUxrl5WzYsqW4fSsOzMK3DkI8Q21dL4iqF0YXhxFiUL3Q==","signatures":[{"sig":"MEUCIQDWV0YA9le+dYoREDtJ1xQ8egVco9+uSMwaF11DaygREAIgHhwHk3DDjqBdVlzn7Iw2xkT1FeBcC+Vr7RLOtc5lZtY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28278105},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"ca743ef7877548820123a735ac98979caf771278","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.2.3.tgz","_integrity":"sha512-l5lUzKF2Mrk2KgQR3Sez/lXpDu9vZnnUJXSfQNUHy+kfr+Z8qd+8SwR06pt7hBZjn05UTHz+TLCmRKA+uYmTHQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.3","@syncfusion/ej2-inputs":"~25.2.3","@syncfusion/ej2-popups":"~25.2.4","@syncfusion/ej2-buttons":"~25.2.4","@syncfusion/ej2-filemanager":"~25.2.3","@syncfusion/ej2-navigations":"~25.2.4","@syncfusion/ej2-splitbuttons":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_25.2.4_1715653224113_0.44538396764149146","host":"s3://npm-registry-packages"}},"25.2.5":{"name":"@syncfusion/ej2-richtexteditor","version":"25.2.5","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@25.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6e01fd2e0ac5beba7ce80246f1851790390c5d77","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.2.5.tgz","fileCount":409,"integrity":"sha512-VWqQmsFxVsWi7zdksWryecB1pnpoSxu7U7jO9RwVWBNeUZ0yB/BncgjMqxwNEvnt06V1EBatgOhEuPn9oVVCtg==","signatures":[{"sig":"MEUCIFVOBcySz330hzFWJicEKNJZ+teECjWieiL2FCRM2l2IAiEA72fnPIZ4/HrERCudQg3DqtyShDvkFzHyQYMECnmzY7E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28321399},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"b32bf82ce555a4b5b2905f206d207d22866194fd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.2.4.tgz","_integrity":"sha512-axjlW/M2AfJzH2TUhZ6jxy0E69gZEmC+Oxm+OBXnGOWNez043U4Nw8uw+eV/UuK52BrzdX0n99k9vxWwlIoKcw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.5","@syncfusion/ej2-inputs":"~25.2.5","@syncfusion/ej2-popups":"~25.2.4","@syncfusion/ej2-buttons":"~25.2.4","@syncfusion/ej2-filemanager":"~25.2.3","@syncfusion/ej2-navigations":"~25.2.4","@syncfusion/ej2-splitbuttons":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_25.2.5_1716262066062_0.32606774820711104","host":"s3://npm-registry-packages"}},"25.2.6":{"name":"@syncfusion/ej2-richtexteditor","version":"25.2.6","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@25.2.6","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"da5686b57b2984afa73ab734143ba8ce921ab806","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.2.6.tgz","fileCount":409,"integrity":"sha512-KYoJwciBJrurs0p4qHhyruWhRtDOP4VNHOSS+ExtdKhcj8PtY4yi1pvlw3IknBENdUuKKs6UW19ITPqbU0f2hw==","signatures":[{"sig":"MEUCIQCcYr0DgajLD3eThYcN8Wcv+x4P3H2bbKOdalwgk/q2bQIgPsDUEWqXDcCx43WMJW9CsvFuAEd5HqTDR7Q4lxpcU5g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28420152},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"7d9d112209d8b618a69fdceb055dfa89af2472c4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.2.5.tgz","_integrity":"sha512-NonOxrKU+s4Zp5Miu995Sz33nwGR7Fw3cctfKMWUHH7ihn3sQyS8G55fS5//aypH1+fcqioRLz/MmYHsvUCPfA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.5","@syncfusion/ej2-inputs":"~25.2.6","@syncfusion/ej2-popups":"~25.2.6","@syncfusion/ej2-buttons":"~25.2.6","@syncfusion/ej2-filemanager":"~25.2.6","@syncfusion/ej2-navigations":"~25.2.6","@syncfusion/ej2-splitbuttons":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_25.2.6_1716863543402_0.8045958224664918","host":"s3://npm-registry-packages"}},"25.2.7":{"name":"@syncfusion/ej2-richtexteditor","version":"25.2.7","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@25.2.7","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1bb9f59be6f2e155ca79451af8efd02494788f53","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.2.7.tgz","fileCount":409,"integrity":"sha512-QRvyXScbsyrH0AZPFVMWTMy78oVEWCYRW6bMy+S1rIlqid8XwfM/O5msCja0PuMMQZrrabNNVpuiPGf1a/Nvpg==","signatures":[{"sig":"MEQCIHG9uNrxdpPmwrRFzWYE9/29ivpxdtOaipq14oKMgIj7AiBrecCSjzTP8hD/RNdW9PZTBOdPqiMQckEFdjc0rg8W/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28433146},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"c3577a3287defef6955415004a3623d0dd9b327e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.2.6.tgz","_integrity":"sha512-0E3huj01qT7voU4IQj9FS/TYLEhaDHR1Ra+XbI3CPS/H+T6GFDl7D/s2/Bdmnq/91Zoc6euRIr90y/uF6BQCMA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.7","@syncfusion/ej2-inputs":"~25.2.6","@syncfusion/ej2-popups":"~25.2.7","@syncfusion/ej2-buttons":"~25.2.7","@syncfusion/ej2-filemanager":"~25.2.6","@syncfusion/ej2-navigations":"~25.2.6","@syncfusion/ej2-splitbuttons":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_25.2.7_1717469209349_0.34022473419480037","host":"s3://npm-registry-packages"}},"26.1.35":{"name":"@syncfusion/ej2-richtexteditor","version":"26.1.35","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.1.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0ab76b5d5d4b98657bfeb8e6abb342ac9426ef9c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.1.35.tgz","fileCount":419,"integrity":"sha512-swbmkfyJs8JGLSfymsAmMfWOqwrQYNt94BYPSAmhhlEcSHm3/Xx2ygtzsBmg24ActvJzalD4FZaswpYGplJB3A==","signatures":[{"sig":"MEQCIAnGIMI0xENcWpcSMIDb8OClGJKPWVNZfWjQhWkd5zhCAiAp9c+g9dkAApsgaO+5wJUJkyUtTkZKdMv8co1d7FANEg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30525551},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"db04bfc3080175248eaf85d189ce8ce7df183f7e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.54.tgz","_integrity":"sha512-nRcPQ0OfOscw8zBLuMrz7CIfxcpRf3sbkCqffFybabE7NbwtxHo13omNlYpOwISOBnSLaj5gsHV/0zXnN8Sg3g==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.35","@syncfusion/ej2-inputs":"~26.1.35","@syncfusion/ej2-popups":"~26.1.35","@syncfusion/ej2-buttons":"~26.1.35","@syncfusion/ej2-filemanager":"~26.1.35","@syncfusion/ej2-navigations":"~26.1.35","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.1.35_1718111477180_0.5651285790410947","host":"s3://npm-registry-packages"}},"26.1.38":{"name":"@syncfusion/ej2-richtexteditor","version":"26.1.38","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.1.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f57acb9f6578fdd192246f972cdb286d146aca6c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.1.38.tgz","fileCount":419,"integrity":"sha512-aoTO1UEkKqVjYDOAvz4Vo//y7ycWRyRLcWW9R4Fu7k5bXlcPsp3IZub+dxZn4RvpLTdsn0gpHiRPVfen79ltPw==","signatures":[{"sig":"MEUCIQCWyCassAhvJ5/yCiL+wMuG9rqSlsnIoxv6Auu2xDk+0AIgF56yDLzCVVCjw+tWOCN/mDVlkxOVg0wV6VaqRXYHxuI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30528929},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"2231ab55730f1011e9702dc00487d5a62d5fc604","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.1.35.tgz","_integrity":"sha512-KqBGZPgKv9XaDdLOgB/NS1pUZbLeB6fJlml+BWspgrOxW6RzA92W1tqiThbQcIxL7QN5gVwZvDvlvthm1pCZcQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.37","@syncfusion/ej2-inputs":"~26.1.38","@syncfusion/ej2-popups":"~26.1.38","@syncfusion/ej2-buttons":"~26.1.35","@syncfusion/ej2-filemanager":"~26.1.35","@syncfusion/ej2-navigations":"~26.1.38","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.1.38_1718791447848_0.8377910544255556","host":"s3://npm-registry-packages"}},"26.1.40":{"name":"@syncfusion/ej2-richtexteditor","version":"26.1.40","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.1.40","homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"83ca99ed4c1872736d29743848bf0ea2b1742c5f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.1.40.tgz","fileCount":419,"integrity":"sha512-0sw5xlskJm204vz1NlCRZD8SqrY8e8gJ2JOnzKT818vTKyRMyvqnErpVwtByaGwDm91xp+ojS0jLL4SJmkGtDg==","signatures":[{"sig":"MEUCIQDZHf5Qp7bWXeNQQwgie0BK/iqvHHhKpkpZVS4Ra+AlnQIgQS2hSyE95StkA1OBJg1iD/BOXAzZBtEXNABJxpg+bhQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30568646},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"eea83cd8e45f03e16016a5fe21f82c2db91094d8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.1.38.tgz","_integrity":"sha512-7x3b7CZyM0LWJX6JHTv8pbtJiHCY3NgyX85gtXTIjSdzEMKYwFdd0/t32rdLWXxw+rFI21YLOxIXqluPFN7FIA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.37","@syncfusion/ej2-inputs":"~26.1.40","@syncfusion/ej2-popups":"~26.1.38","@syncfusion/ej2-buttons":"~26.1.40","@syncfusion/ej2-filemanager":"~26.1.40","@syncfusion/ej2-navigations":"~26.1.40","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.1.40_1719896729613_0.6917451283107336","host":"s3://npm-registry-packages"}},"26.1.41":{"name":"@syncfusion/ej2-richtexteditor","version":"26.1.41","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.1.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a29cc47e837cba0ab1cc1d8fdf0c1ad29c42f772","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.1.41.tgz","fileCount":419,"integrity":"sha512-u38Kv3j1t3V1ZwblaqgO1zg9O3U2hfP7AwCYpl+QyAXHByuA41LSgGgMrg9NSLcW5ewi/KE9apTYUot8QCHveQ==","signatures":[{"sig":"MEYCIQDNNa144NmKv16h73Bc662e9GiWzznv1PjgvibIJ2u1sgIhAKXlSC2iEbpTxAzBBnPdmSC/yb5lmkIQuf4qq6mBl21c","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30955316},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"4619abae890a0acc65b2ccd3d8f1b61c723c6695","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.1.40.tgz","_integrity":"sha512-10UBCSoQeiA1YL3IT1yK/H7GmbYKJDky7ng9kQAkd/AfE4YjALz6jamP51WU+4C0fEij9oHESoQOX6TEd5g0gg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.37","@syncfusion/ej2-inputs":"~26.1.41","@syncfusion/ej2-popups":"~26.1.41","@syncfusion/ej2-buttons":"~26.1.40","@syncfusion/ej2-filemanager":"~26.1.41","@syncfusion/ej2-navigations":"~26.1.41","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.1.41_1720508512154_0.505890227930822","host":"s3://npm-registry-packages"}},"26.1.42":{"name":"@syncfusion/ej2-richtexteditor","version":"26.1.42","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.1.42","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"94f1f382c0c791d02f99152c28d9daa420707e9c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.1.42.tgz","fileCount":419,"integrity":"sha512-aCPNmCfcv6YCKkwbgnoZmjOc2zCYyEGJfX++43AC3HEW5UYAK/yd5o70zCLrzWKxVuI3ve0uzIOQsXy/mwNdxA==","signatures":[{"sig":"MEYCIQCx8D/GG7my3rJGdd6Ta92R3VNHPqZI77bVVnMGCMyhlgIhAMggC21xHSPk0xwnR82a9PdZoVOK3JQW06ihDofOjfZs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30963357},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"2e0f1e3dbbedf137a93f185cb21172b4b8b35d82","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.1.41.tgz","_integrity":"sha512-Ei7JWoJPmb2CEUXhrNtZtNR2E5JUlNKwRaZLAgdFyQb9jz+kRqHCsFYCwaEQyJZY7GYKRlYE0MOxVyITi5ETVw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.42","@syncfusion/ej2-inputs":"~26.1.42","@syncfusion/ej2-popups":"~26.1.42","@syncfusion/ej2-buttons":"~26.1.40","@syncfusion/ej2-filemanager":"~26.1.41","@syncfusion/ej2-navigations":"~26.1.41","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.1.42_1721086240065_0.7850118291795829","host":"s3://npm-registry-packages"}},"26.2.4":{"name":"@syncfusion/ej2-richtexteditor","version":"26.2.4","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a0f3276eaabed88b13b0ee2efc2ee5b0a015a03f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.4.tgz","fileCount":420,"integrity":"sha512-iIaSeNbzmCGKgTKHXUq823yhIKJ7mvqHYg6g0R5MNMXtc/t8M3kO5BtQql01ixOX5DIZDr4iaT0+KkLy07eKUA==","signatures":[{"sig":"MEYCIQDOo2F1H5+nwrvz0b6EKkpjuxd8IHWWqozJBrFgfMAf3gIhAMl2TM1yayF1/BMApSpPOtlUOvw7RV60UMV4CRIYSTfE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30956308},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"b6e37c254d3fa473264c42e80c6b919f5d1ddad5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.1.42.tgz","_integrity":"sha512-+J5Gcfx+Iy1jkGYJSc91pqv+Gk9ZGDhmyIanP++dUVEI5yXAEUTetX7LTTe0C9PNu51rauOHW57z2NdKnx1dmg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.4","@syncfusion/ej2-inputs":"~26.2.4","@syncfusion/ej2-popups":"~26.2.4","@syncfusion/ej2-buttons":"~26.2.4","@syncfusion/ej2-filemanager":"~26.2.4","@syncfusion/ej2-navigations":"~26.2.4","@syncfusion/ej2-splitbuttons":"~26.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.2.4_1721813183153_0.714938622069738","host":"s3://npm-registry-packages"}},"26.2.5":{"name":"@syncfusion/ej2-richtexteditor","version":"26.2.5","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"fdb2930c238b6cc860d5dc7a7b76e8dd9d37603a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.5.tgz","fileCount":420,"integrity":"sha512-QnI9M0XlTZWMJ1p3/1QwmzD6fmSESMxCSK6ZS3fMpgMYM+en/ytdvzDCLXPKng9u8Cqqg0HnLsJa2r1zfxoMUw==","signatures":[{"sig":"MEUCIQC+Qhq6BGf7ESZaFKdk9nwRh5rm6fLwdu13er2vM0XXwQIgVtiLCVk/ahkz2ELGpRCcmRqX//wxo7yUEXo6ViqGjuY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30955898},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"2e04b0ac18e0cceadfd79a51cab13cad5d590238","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.4.tgz","_integrity":"sha512-zIes3XuylYyCd+vFECdIDftW6gnGOsdvC5SSd4O1ZmrfqxHRwucGB3oJ9iv/sMPyHfsvNiIkaODKd7Uz5R3F+g==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.5","@syncfusion/ej2-inputs":"~26.2.5","@syncfusion/ej2-popups":"~26.2.5","@syncfusion/ej2-buttons":"~26.2.5","@syncfusion/ej2-filemanager":"~26.2.5","@syncfusion/ej2-navigations":"~26.2.5","@syncfusion/ej2-splitbuttons":"~26.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.2.5_1721950174777_0.7111102524407393","host":"s3://npm-registry-packages"}},"26.2.7":{"name":"@syncfusion/ej2-richtexteditor","version":"26.2.7","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.2.7","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ab9dcfb38f7af00d7d18785fdc6d137cd9ef42ec","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.7.tgz","fileCount":420,"integrity":"sha512-RuexWcZokHlxU0xbfMyi8Qp2d8hjXzOTnvmIiaCiYerj1cax+hMfjHtxXvwXE5JMpF13JYVjoBYa6iC28n0KCQ==","signatures":[{"sig":"MEYCIQDcup+/gksaKXlL80niEg1VodCeg9i8k/eLOHqjbSCadgIhAO32ehnqDa9bUm8GWOPiOMyw+vO/6gNRxtc0dUbXeeEN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30968450},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"f7cbd3a9c28d9420011a5af406c2a397639de4aa","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.5.tgz","_integrity":"sha512-FH3/ajh5xDss4l/7hmKai/Zf8+vn0cuPbN//GiPILPfKwkCX7b4iUQDycSF3gFGiATUID48cMuWp4EfO629Ibg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.5","@syncfusion/ej2-inputs":"~26.2.5","@syncfusion/ej2-popups":"~26.2.5","@syncfusion/ej2-buttons":"~26.2.7","@syncfusion/ej2-filemanager":"~26.2.7","@syncfusion/ej2-navigations":"~26.2.7","@syncfusion/ej2-splitbuttons":"~26.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.2.7_1722293807119_0.4893039760935245","host":"s3://npm-registry-packages"}},"26.2.8":{"name":"@syncfusion/ej2-richtexteditor","version":"26.2.8","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.2.8","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4bc9cb8d358819461f922c4fd122fb6329a90b9b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.8.tgz","fileCount":420,"integrity":"sha512-YmbQvHGEAZucl5JYnAe80YEzJpXJZxMN0VF58N1PBaeoOrmeAwmXWg8CCiwRkf0wZRY0VWIOm9lGi+NS1t1v+A==","signatures":[{"sig":"MEQCIHkRtFBPjcg6DsWGWKLQBIWdm2e+WG4bX9BXZKR/jTYoAiBuTf7kTmY+ztC4JR5tFTbHkOpdtdNGWssSSmp+hkJVaA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30855837},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"a6b4da665f0af8fdf8f041451868bebd2ffac41e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.7.tgz","_integrity":"sha512-/1ycFr5+hj4YYc/mHnJ9NAW4KMmdJiRzQiMpOYNoOZ9RThOe6MH/JGco9ewyTsV24kIeWfRNqbsNDGEpPEMxfQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.5","@syncfusion/ej2-inputs":"~26.2.5","@syncfusion/ej2-popups":"~26.2.8","@syncfusion/ej2-buttons":"~26.2.8","@syncfusion/ej2-filemanager":"~26.2.7","@syncfusion/ej2-navigations":"~26.2.8","@syncfusion/ej2-splitbuttons":"~26.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.2.8_1722898751489_0.5919119035193803","host":"s3://npm-registry-packages"}},"26.2.9":{"name":"@syncfusion/ej2-richtexteditor","version":"26.2.9","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.2.9","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2a957225128b1373941131ddd4acf36142694bf4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.9.tgz","fileCount":420,"integrity":"sha512-oPTfksEf7p7fdkHienFnhfQYG21FSQYYZM/+b6oet9uknQ2XJd9U74Yhi2HiZ6JuCOP3OtHvDLwIaCOZ/E4yOg==","signatures":[{"sig":"MEQCIHtkcLjB8sqb1mE6mPMSU3JJLsTLIHENPwQcsQFVgkLuAiBcX8bbtzDkuQbXwj48+EuzKF75cUOJ9wr6wLTkp8f0Lg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30872033},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"9aff95f472285a7694f794e3b2820e56721cd13b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.8.tgz","_integrity":"sha512-32e+vCj/g/TFDS2cffJN/VSiGWWm98qhLXyVgxifCU+QoRXgpsdeI6jvmCzRC4UTlH4k+V58PYEO+UNRGt5mrQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.5","@syncfusion/ej2-inputs":"~26.2.5","@syncfusion/ej2-popups":"~26.2.8","@syncfusion/ej2-buttons":"~26.2.9","@syncfusion/ej2-filemanager":"~26.2.7","@syncfusion/ej2-navigations":"~26.2.8","@syncfusion/ej2-splitbuttons":"~26.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.2.9_1723503396415_0.2250264192424829","host":"s3://npm-registry-packages"}},"26.2.10":{"name":"@syncfusion/ej2-richtexteditor","version":"26.2.10","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.2.10","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"848b202a207536c677beeaf8e0adf5f1285e9d26","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.10.tgz","fileCount":420,"integrity":"sha512-eAvWK9dsMrVXSDzTJUpABgEt3HQPUp0d1zDI1rriUo5MTzQjWpAIrkk8+PbfdXAg/YtEAK8j3lH6F2HhYPYOgA==","signatures":[{"sig":"MEYCIQDTV4yBKIC3/Tm0INNE7gRYzpQQThPrAKPEkfaM1IoigwIhAPquWcUUix4TNt3Ocd4aWry7IVZUWJZvUmtIHTudtSfQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30871394},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"3557189844c4d22852f4064f87ef24701612fd04","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.9.tgz","_integrity":"sha512-TBFErb4xVYb56iRwb9LAkXG59TaAE+szuZyiiTQYsOI6dEXZaFGIHiFRrJ5hOcFUvwdjN1ZXaAZRhhU138ZfJg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-inputs":"~26.2.10","@syncfusion/ej2-popups":"~26.2.10","@syncfusion/ej2-buttons":"~26.2.10","@syncfusion/ej2-filemanager":"~26.2.10","@syncfusion/ej2-navigations":"~26.2.10","@syncfusion/ej2-splitbuttons":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.2.10_1724108367959_0.4661220216011668","host":"s3://npm-registry-packages"}},"26.2.11":{"name":"@syncfusion/ej2-richtexteditor","version":"26.2.11","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.2.11","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bd789722d2ab9e4a80ca3319723aa86bebcebd9e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.11.tgz","fileCount":419,"integrity":"sha512-f+cfQMNm2Om3s9uogovzs2XscqIS1hWiWqcDc/As5WEdSDEPvUjD9hBrB3TJ8vfLwLK9e/bZbF3KdjOxgj00Mg==","signatures":[{"sig":"MEUCIQDtDuzsHihFAwLMIcpNy8hBTiQT7xrHpFXfJhLSa5e0NwIgXR0FFSewFQ7LKs1Nr4lyScVm0qSLiN07U4bLfw9Vljc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30889000},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"ccda0929e70194c91389ffbffdd101cebc250153","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.10.tgz","_integrity":"sha512-z+wM/vn4iSWg9eUP9OJdzUEzmQXf7ZR57M2mg5JYECSxW9umuxBen6BxuVwbkPfMFPPygFWaUTXA3V1ZXgp3Yg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-inputs":"~26.2.11","@syncfusion/ej2-popups":"~26.2.11","@syncfusion/ej2-buttons":"~26.2.10","@syncfusion/ej2-filemanager":"~26.2.11","@syncfusion/ej2-navigations":"~26.2.11","@syncfusion/ej2-splitbuttons":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.2.11_1724713254474_0.34930174090993527","host":"s3://npm-registry-packages"}},"25.2.4-621927":{"name":"@syncfusion/ej2-richtexteditor","version":"25.2.4-621927","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@25.2.4-621927","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"adfb9b0ca6890bbfc82ae20b584716a0f2b38eb5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.2.4-621927.tgz","fileCount":413,"integrity":"sha512-PxqyRNuaP+HOnrV7Lb5pJ2CtBHN6sdbVolf/6Sav9/0M426Qxo4WyDG5xos736tfVZDTKp3PZ7DTuwMK9bIPpw==","signatures":[{"sig":"MEYCIQCQ4/41i1ysADDsY1+FRLsz+DQFKuBLqITF+6SAPXAaCAIhAKt1OMNdkStrnE1BMKA+WxDyaAFOsMzoO+9zXth6A8k2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23244155},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.5.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"@syncfusion/ej2-base":"~25.2.3","@syncfusion/ej2-inputs":"~25.2.3","@syncfusion/ej2-popups":"~25.2.4","@syncfusion/ej2-buttons":"~25.2.4","@syncfusion/ej2-filemanager":"~25.2.3","@syncfusion/ej2-navigations":"~25.2.4","@syncfusion/ej2-splitbuttons":"~25.2.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_25.2.4-621927_1724746810867_0.9557366276002159","host":"s3://npm-registry-packages"}},"26.2.12":{"name":"@syncfusion/ej2-richtexteditor","version":"26.2.12","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.2.12","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7b422970ca661b95c79c032642dbcfce84058084","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.12.tgz","fileCount":419,"integrity":"sha512-Y+FlJUxCRIEUVW41KBXdlW9QfF+V74EuwZgANbLWegUN8HbvKZQlVDJNcFZyb0UsOOi/umsVJMDy5fUvo8OFxg==","signatures":[{"sig":"MEQCIDPiAC/FWNsbhZELb6ywIK1piAXyVLqR1xhhlCnw6ti1AiAi6DkGTSW+f+CJmrScmqEL4XPqz3CEytgW7YxGdvvGlg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30894156},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"edf3a8f08beeaafbdcca3a0d4ffad5f7cb427bfd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.11.tgz","_integrity":"sha512-eEt5sO65WJ4Axop/d0LfbXRfzr5arMSVZFOTtjeXr5/BTeYQieIH3REXHnX+Ac7aZi9mG4djFKIOaaKQSAuBjw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-inputs":"~26.2.11","@syncfusion/ej2-popups":"~26.2.11","@syncfusion/ej2-buttons":"~26.2.10","@syncfusion/ej2-filemanager":"~26.2.11","@syncfusion/ej2-navigations":"~26.2.12","@syncfusion/ej2-splitbuttons":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.2.12_1725317775267_0.41798612818802283","host":"s3://npm-registry-packages"}},"26.2.13":{"name":"@syncfusion/ej2-richtexteditor","version":"26.2.13","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.2.13","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"25bb1e7e089f91d2bb65397a2cb350f5519628d5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.13.tgz","fileCount":419,"integrity":"sha512-e5HS47tZw1CmAVn6qDfW/REzoqlqgO+BROszQ6o5sFmMhqadaWSnxa3iarcGTxFH3a9JGBiCQWlIhxAp8QIF6A==","signatures":[{"sig":"MEUCIQCwN7IHMsnX2gyycKkj3O92fJK3V5eMp2Wved1OamEjPQIgeJdMrM1QlZF3IdYfqSeCCTAhYXPLiO5sWDf3d9RM8p0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30902043},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"1c8db98e7d161642e5ff4ffcb11b70183d5eb793","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.12.tgz","_integrity":"sha512-bqR4gm/oicUtiR0mEdeH4Ng+FCRoK+YiYQ5AvKR981BPRjvHw1/iBGFm73VMSEi3uyjPV0BbUU9al69ttClqCg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-inputs":"~26.2.13","@syncfusion/ej2-popups":"~26.2.11","@syncfusion/ej2-buttons":"~26.2.10","@syncfusion/ej2-filemanager":"~26.2.11","@syncfusion/ej2-navigations":"~26.2.12","@syncfusion/ej2-splitbuttons":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.2.13_1725515733536_0.3875947663812349","host":"s3://npm-registry-packages"}},"26.2.14":{"name":"@syncfusion/ej2-richtexteditor","version":"26.2.14","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.2.14","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4de24e27ea42774cec9574f09c6aa414a3ecbd9a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.14.tgz","fileCount":419,"integrity":"sha512-FLOn1hY4l9u2fqmKYMA0OMYSwlHrJPWPZZTU+VSotb3yTOC/K2PLnX6gxUENRB3LsEd0qr/SGta2Y42XKlppkQ==","signatures":[{"sig":"MEQCIGBuLC4/f+DQXYnkBpzThotoEOGtqmNT9omKuJmFED/JAiBRiC8o0/fczRQapoyfF3WJzJmiRvaDRQhaYG1z13x+jA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30905580},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"c8cddfb903023fb62cc638be3a727ebc2862e7c0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.13.tgz","_integrity":"sha512-9M61vrzUB13cc0RIjxvNJ8ySTS66GLCUWdTfpH2imDmL5hrqMikxUDxMo+fzjNaQrn7Q0tnX/+vmElWrecYqOA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-inputs":"~26.2.14","@syncfusion/ej2-popups":"~26.2.11","@syncfusion/ej2-buttons":"~26.2.10","@syncfusion/ej2-filemanager":"~26.2.11","@syncfusion/ej2-navigations":"~26.2.12","@syncfusion/ej2-splitbuttons":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.2.14_1725944538944_0.21086535528714734","host":"s3://npm-registry-packages"}},"27.1.48":{"name":"@syncfusion/ej2-richtexteditor","version":"27.1.48","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@27.1.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b13bbb80b78ce175a36d42b5c3249575ece30201","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.48.tgz","fileCount":468,"integrity":"sha512-CS2sNUJJ77b9UeIokG9RKwMDEhJ1O9DrozlI6j6vg+NNVgyUYmQfDiW5yy31FTv3poZaViWqlFOT8KRXGvVb2w==","signatures":[{"sig":"MEUCIBS3vQAcuoQy7w6JlXuSdkTWGa3yHzbHJQ2axmIZ1HUEAiEAsOIlUvudVYj42ZIGqzcd0Mcs4thtaE4OR9FkyVPTiOw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34445050},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"e0cdcb98a0915f12e277f6d0e21c0aedfbb4f20c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.1.35.tgz","_integrity":"sha512-P6ijwqIvMzSEaeLIafLqf5R/NczgQb+XhVlOAK3kXLVRTO7bczlG0R6xsz9Yyff8JpVVNXcsIlcVH/LQSfVENg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"markdown-spellcheck":"^1.3.1","@syncfusion/ej2-base":"~27.1.48","@syncfusion/ej2-inputs":"~27.1.48","@syncfusion/ej2-popups":"~27.1.48","@syncfusion/ej2-buttons":"~27.1.48","@syncfusion/ej2-dropdowns":"~27.1.48","@syncfusion/ej2-filemanager":"~27.1.48","@syncfusion/ej2-navigations":"~27.1.48","@syncfusion/ej2-splitbuttons":"~27.1.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_27.1.48_1726654201525_0.48197120344674893","host":"s3://npm-registry-packages"}},"26.2.11-618955":{"name":"@syncfusion/ej2-richtexteditor","version":"26.2.11-618955","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.2.11-618955","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"859c95005a48e29d19882f5fef7168b1eb08b3d6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.11-618955.tgz","fileCount":414,"integrity":"sha512-1ebLeVuTOIIXEuOO1fiI3txTBHHacpeHBkA4oVNh0JAm+a0EkDMWQNmZX+82z41nvrIBgwUGiVImGWcQCs4+qw==","signatures":[{"sig":"MEUCIBuwQb78UKdF1C3i8gqqZWwoegixUJZ7ItqoSvpXwMbBAiEA9NmxzEYDj8lGiupVuBF7V2ViBkGYLxzi2mEwKInjHZ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26293765},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"ccda0929e70194c91389ffbffdd101cebc250153","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.2.10.tgz","_integrity":"sha512-z+wM/vn4iSWg9eUP9OJdzUEzmQXf7ZR57M2mg5JYECSxW9umuxBen6BxuVwbkPfMFPPygFWaUTXA3V1ZXgp3Yg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.9.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-inputs":"~26.2.11","@syncfusion/ej2-popups":"~26.2.11","@syncfusion/ej2-buttons":"~26.2.10","@syncfusion/ej2-filemanager":"~26.2.11","@syncfusion/ej2-navigations":"~26.2.11","@syncfusion/ej2-splitbuttons":"~26.2.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.2.11-618955_1727068058354_0.3226409133444128","host":"s3://npm-registry-packages"}},"27.1.50":{"name":"@syncfusion/ej2-richtexteditor","version":"27.1.50","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@27.1.50","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"230abc391d1a8c62291e873cd897b78b3b12c590","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.50.tgz","fileCount":469,"integrity":"sha512-4lUZTeTGTjBzA/rk4W6Yj4BBJH2KuFLOliGEjCqOHbS9Ppkp6D+G2UD+LYCXfnfnej9ZMn2OHXX344v8wFz5pg==","signatures":[{"sig":"MEUCIQC0MdvtKH+xD11dS3F4G5KH1w1zCTNa6G0PBEst0YI6SAIgMpRNh9/epLhaAkT5O7uOvQa6Zm9e+2gbVgDAynxaUwY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35436018},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"167af738a4a40e0e0b9a8e3f7768a4656ba45e89","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.48.tgz","_integrity":"sha512-O6LTfLB+i7f8Fkc9RWMiv7Ko97D0DoF8iybwrwvZeygcujdQoBoWGjwpPxeM9KG5o/jlZ/4FqtcLEWFxpHcKWw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.50","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.50","@syncfusion/ej2-buttons":"~27.1.50","@syncfusion/ej2-dropdowns":"~27.1.50","@syncfusion/ej2-filemanager":"~27.1.50","@syncfusion/ej2-navigations":"~27.1.50","@syncfusion/ej2-splitbuttons":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_27.1.50_1727132572939_0.667888074645334","host":"s3://npm-registry-packages"}},"27.1.51":{"name":"@syncfusion/ej2-richtexteditor","version":"27.1.51","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@27.1.51","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6e7c46c7d1ce44183b0fa29ae76e767e6fffec89","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.51.tgz","fileCount":468,"integrity":"sha512-NRxudxonkobGfgGVb/Xk2066iHPvLPDwcUaFEkoO4DFgP+9j4zqjx16NzHgUDiKLoI1mUnBRxP3AVwvVZ3gOWA==","signatures":[{"sig":"MEYCIQC8UxAF+8hJhOzvhnY9iUiXgrz2rkipmvsT0kckUklt0gIhAI54Bo9Kpzy38m1kZ/NYlKMQm1v9lrApIfbK4VFp7wgh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34540079},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"b41d99da06db0fe513c5e6427603da956a09107c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.50.tgz","_integrity":"sha512-orGMpNrcyPfYUwByIaO2zdQ0eDKJ07gaPEx01fLUObZHWZgqiBM6EpG6FRyCw0eybBJrgbr9+d4tmadweUZn+A==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.50","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.50","@syncfusion/ej2-buttons":"~27.1.51","@syncfusion/ej2-dropdowns":"~27.1.51","@syncfusion/ej2-filemanager":"~27.1.51","@syncfusion/ej2-navigations":"~27.1.51","@syncfusion/ej2-splitbuttons":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_27.1.51_1727702802454_0.10105723880743622","host":"s3://npm-registry-packages"}},"27.1.52":{"name":"@syncfusion/ej2-richtexteditor","version":"27.1.52","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@27.1.52","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9e877deaf1af1a8fb9c2f580be1c685931bd4c38","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.52.tgz","fileCount":470,"integrity":"sha512-1+PORRw7JNPhxMkxyaSNjZhhfkX8XjHfB/3abzcwfUr9clrCyr9WTy+rJiqimM4SqtUVpy9HuclO2PqQYVrEYw==","signatures":[{"sig":"MEUCIGMADIF/gtr8g+JzjmeVz33T/ybQwK1XY5Gg7EZbkfWjAiEAk/9hir+M8fh+U7oyuYTu2qzNBfJ5L1Q4w63qnvvo3gU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34575627},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"485be34e965c6976c8a1d3509ea9c399b6ab3612","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.51.tgz","_integrity":"sha512-inlHC5480ej5x2prpYyHklgio/xK2ySwJ9fde81c7VZodSANYCWTzGEM4zpNXwqGq883rUcsceZWyx77wbfPJQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.52","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.50","@syncfusion/ej2-buttons":"~27.1.51","@syncfusion/ej2-dropdowns":"~27.1.52","@syncfusion/ej2-filemanager":"~27.1.52","@syncfusion/ej2-navigations":"~27.1.52","@syncfusion/ej2-splitbuttons":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_27.1.52_1728356988342_0.08258509774543121","host":"s3://npm-registry-packages"}},"27.1.48-629344":{"name":"@syncfusion/ej2-richtexteditor","version":"27.1.48-629344","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@27.1.48-629344","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6e8d0f815387c81c28cfc89309006f9c901c7aab","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.48-629344.tgz","fileCount":467,"integrity":"sha512-jm0wIwA1THPtVogd5gwkwyN6IIei32S3/hYHN//oIgrVPkOsgiaND9au9OrUmOOlL3xkRdPWMD5tNRLGWg4xOQ==","signatures":[{"sig":"MEYCIQDou5pMbGFLHU410BaWghRLpsTGMqff0leEw0NkDCfZ5wIhAOlmCgw9S4RyUcH14v6gyd0etVqFUbBNMiD8qFQjqTR+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30791833},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.2.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"21.1.0","dependencies":{"@syncfusion/ej2-base":"~27.1.48","@syncfusion/ej2-inputs":"~27.1.48","@syncfusion/ej2-popups":"~27.1.48","@syncfusion/ej2-buttons":"~27.1.48","@syncfusion/ej2-dropdowns":"~27.1.48","@syncfusion/ej2-filemanager":"~27.1.48","@syncfusion/ej2-navigations":"~27.1.48","@syncfusion/ej2-splitbuttons":"~27.1.48"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"bundleDependencies":[],"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_27.1.48-629344_1729168711132_0.8227721956583365","host":"s3://npm-registry-packages"}},"27.1.55":{"name":"@syncfusion/ej2-richtexteditor","version":"27.1.55","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@27.1.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1b9a410b8f311c88f820a7e6b00a30969a18b5b9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.55.tgz","fileCount":471,"integrity":"sha512-KDDiVkGULfVQQfwoY95cAUsUqxv5K/CmdFSr95Ew8WTxqiSsNglXNYhEMyE9XKowqrAVGPjByzL1/DCbWcjaUA==","signatures":[{"sig":"MEUCIQC9Tv2Q9nO/S3fuo/e/4B2oz2ri8nB84U42phVPLdDqiAIgUaQYajq3OTq3dcjTI89bLqvOGyDIkIJiMnYymycg2Xs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35576525},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"990c5dad0331d0dc7e2947c6fc5577bbe886f01b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.52.tgz","_integrity":"sha512-XR/x+b75MIK0pvux0i7pKXCiE3wHiKBruu+8envZ4mRykDST1Gga87CiBMHuz9R1cuFm6lAmulHlCXqv+xjabw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.55","@syncfusion/ej2-inputs":"~27.1.55","@syncfusion/ej2-popups":"~27.1.55","@syncfusion/ej2-buttons":"~27.1.53","@syncfusion/ej2-dropdowns":"~27.1.55","@syncfusion/ej2-filemanager":"~27.1.55","@syncfusion/ej2-navigations":"~27.1.55","@syncfusion/ej2-splitbuttons":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_27.1.55_1729565927524_0.6865963379768698","host":"s3://npm-registry-packages"}},"27.1.57":{"name":"@syncfusion/ej2-richtexteditor","version":"27.1.57","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@27.1.57","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c7953d163bdf8ba41e91dae1a76ae458e1301f16","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.57.tgz","fileCount":471,"integrity":"sha512-hZG0eEkU1B1lIlox66sioxzThb1/nNYO1d6+mjDC82XDAjufqEBbkaCYUeIwe8TxhbiUCtL40KmDkW0fF6OdQw==","signatures":[{"sig":"MEYCIQC+sNEBpF0XUye8MLuc51+Ordq9vxJlaqji5gdKoRMpyAIhANBggeiVaeeuMQc3l+lsIUF+1MWyt3e6UMwlMYqi8tRz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35612986},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"a888e8865fd0e8182ac49c4f745d8f6f78b6bf6a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.55.tgz","_integrity":"sha512-FkQvU6rbg+RgDWBi+nu3SpZ2kwoDNif3vbSxDqbVh3crbjTrl8mnEY2l9DPXgzMI8AKbrzkywhmbz+QU7Py+Xg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.55","@syncfusion/ej2-inputs":"~27.1.55","@syncfusion/ej2-popups":"~27.1.57","@syncfusion/ej2-buttons":"~27.1.53","@syncfusion/ej2-dropdowns":"~27.1.57","@syncfusion/ej2-filemanager":"~27.1.55","@syncfusion/ej2-navigations":"~27.1.57","@syncfusion/ej2-splitbuttons":"~27.1.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_27.1.57_1730160064343_0.5870754760470462","host":"s3://npm-registry-packages"}},"27.1.57-637881":{"name":"@syncfusion/ej2-richtexteditor","version":"27.1.57-637881","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@27.1.57-637881","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"61c475ccd99cd8c01d6cf1497483f088fa067949","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.57-637881.tgz","fileCount":471,"integrity":"sha512-NQLYnUR1iXZgzSvwM8lkIIPKvBiESxXQ0FImo/wZv2WgjgVMx9BnaR25vk2PAViaA2XlmVnrVaoKGnHbS2u9rw==","signatures":[{"sig":"MEUCIGGSgTn89z9ncvF01ZjQlKL+w1Tjo+FgqocE0RMkhmVRAiEApy+Y/R43+6Ev9k8EKNM0gWCUR0nXmIWMWb4Uia37nYA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35641693},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.5.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"@syncfusion/ej2-base":"~27.1.55","@syncfusion/ej2-inputs":"~27.1.55","@syncfusion/ej2-popups":"~27.1.57","@syncfusion/ej2-buttons":"~27.1.53","@syncfusion/ej2-dropdowns":"~27.1.57","@syncfusion/ej2-filemanager":"~27.1.55","@syncfusion/ej2-navigations":"~27.1.57","@syncfusion/ej2-splitbuttons":"~27.1.56"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_27.1.57-637881_1730293007963_0.7160734622204334","host":"s3://npm-registry-packages"}},"27.1.58":{"name":"@syncfusion/ej2-richtexteditor","version":"27.1.58","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@27.1.58","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d54435e133b3f7eebd5d569e1cfc0eb9a8bdf66d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.58.tgz","fileCount":471,"integrity":"sha512-JEdjN8SWCs63uMuV0evRTaIgL7SpKKmv7ydkVowBdlQHZsQ4Sq/D095XdxL+NJc2R0jOxRou0dqSktG1XdtmiA==","signatures":[{"sig":"MEYCIQC6T9oU7l96SElVhfPmK+ZFARtFCYX5zfBZ9etIcR2CcQIhAILc77vouEFxC73/4YfQqoeVRgimJ83l0X+e692QIUue","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35627398},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"b0b1c08b46fa0b7c3c5d5a1a24421007bb00ec43","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.57.tgz","_integrity":"sha512-wMfgyUUD6XFFD/6hxFprox/aI5dItkVOTwAOmA7bU4VsOGK5aT18rrfOU1JWs9BSpriRIe4/Ro83nnxnxcE6HQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.55","@syncfusion/ej2-inputs":"~27.1.58","@syncfusion/ej2-popups":"~27.1.58","@syncfusion/ej2-buttons":"~27.1.58","@syncfusion/ej2-dropdowns":"~27.1.58","@syncfusion/ej2-filemanager":"~27.1.55","@syncfusion/ej2-navigations":"~27.1.58","@syncfusion/ej2-splitbuttons":"~27.1.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_27.1.58_1730767705446_0.9865401888229388","host":"s3://npm-registry-packages"}},"27.1.57-643705":{"name":"@syncfusion/ej2-richtexteditor","version":"27.1.57-643705","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@27.1.57-643705","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"31ba4ee1e2869342cdadc1935569b1cbb94969da","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.57-643705.tgz","fileCount":467,"integrity":"sha512-emlX9W+3fMow9Pl2TGZMtPmK8jUnrkNKis9RuNTOp7xuK4h2GngHVS4/SwGpX/p/gnab7auvPj/FjcbC0Fe//A==","signatures":[{"sig":"MEYCIQC2DXF0B8avKwp4P8bGOXayvoFRbjivAHyRAFT9iD4gWwIhAO2jRCT6MBktxFoMu9Cjf+rCu4FWxWpFiekqwA+egnC7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30947529},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"9.7.1","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@syncfusion/ej2-base":"~27.1.55","@syncfusion/ej2-inputs":"~27.1.55","@syncfusion/ej2-popups":"~27.1.57","@syncfusion/ej2-buttons":"~27.1.53","@syncfusion/ej2-dropdowns":"~27.1.57","@syncfusion/ej2-filemanager":"~27.1.55","@syncfusion/ej2-navigations":"~27.1.57","@syncfusion/ej2-splitbuttons":"~27.1.56"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_27.1.57-643705_1731494222971_0.8296035150036682","host":"s3://npm-registry-packages"}},"27.2.2":{"name":"@syncfusion/ej2-richtexteditor","version":"27.2.2","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@27.2.2","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"694c9e822d2079fcee7073522ce7e476e230148e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.2.2.tgz","fileCount":471,"integrity":"sha512-VtWXXdtC61HLADLEu7MyuXGDMwSv+TfJoZWs7vbfFEpltU8PqKSS1Mrj67tZ+7AngiyEr+n4hI+mnFY9sKrG+Q==","signatures":[{"sig":"MEUCICgyZTxqGkm5eoolPs2kyXgKGMMEkjYW36YlLZCK9xLSAiEAuDx2aJydGflWXFjLWLKrWXNhZkpZOMLvhmtpYj9i//A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35701775},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"a8af7e987df55ace85a6b6f36e76e57aebab28fd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.58.tgz","_integrity":"sha512-Mh3t2LCFc+U9cNHK+RW1CSAMAdEXR1MtXB6bm0CzjWQUvz5Rw96pX4GLVIiNEnodxod34bycX8mXnV1Blrr1Hg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.2.2","@syncfusion/ej2-inputs":"~27.2.2","@syncfusion/ej2-popups":"~27.2.2","@syncfusion/ej2-buttons":"~27.2.2","@syncfusion/ej2-dropdowns":"~27.2.2","@syncfusion/ej2-filemanager":"~27.2.2","@syncfusion/ej2-navigations":"~27.2.2","@syncfusion/ej2-splitbuttons":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_27.2.2_1731644402139_0.36663274687609815","host":"s3://npm-registry-packages"}},"27.1.57-637882":{"name":"@syncfusion/ej2-richtexteditor","version":"27.1.57-637882","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@27.1.57-637882","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"610ec073934cd2e910d550a94888640fa09301bf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.57-637882.tgz","fileCount":467,"integrity":"sha512-DjYE/Xx/gxPDLphNcOzBh19msJ2claP6f7Qyc0zamTkAOD3v01+Q96CP2hOOXTiy3AKxC98GTb8rexN1+OpQkA==","signatures":[{"sig":"MEYCIQDQp/Iy2L48FJ3dghLkRtRX6C54WbRq6mPSNnQm/b+K+AIhALDizc+jKLe5gfYZ8I94jmbdWkRcY3c2OcAEvzRh3xsE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30957021},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.9.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"22.11.0","dependencies":{"@syncfusion/ej2-base":"~27.1.55","@syncfusion/ej2-inputs":"~27.1.55","@syncfusion/ej2-popups":"~27.1.57","@syncfusion/ej2-buttons":"~27.1.53","@syncfusion/ej2-dropdowns":"~27.1.57","@syncfusion/ej2-filemanager":"~27.1.55","@syncfusion/ej2-navigations":"~27.1.57","@syncfusion/ej2-splitbuttons":"~27.1.56"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"bundleDependencies":[],"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_27.1.57-637882_1732096541502_0.3238764353540422","host":"s3://npm-registry-packages"}},"27.2.3":{"name":"@syncfusion/ej2-richtexteditor","version":"27.2.3","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@27.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9a96f0e4cc3bae43eb0ef1c01c0cb22f768b415f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.2.3.tgz","fileCount":471,"integrity":"sha512-ytPJKlEVra9W0JtKAgcSaxMx97KhJw1eqRaIx3d6xxjiUGxoAg/GAeiNzXHryawXpuc2EEQ21mFd+PArb0p9ag==","signatures":[{"sig":"MEQCIDutBqZU4pzmNwJjes1i6jihaWU7zV3yXhVyDped2maeAiByavSlWnXH+GHd5BZagP8nscCxOd+LCMwgswzpnRuAZw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35723707},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"0b7cb82941dbccb875cbea81919374a9245339a9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.2.2.tgz","_integrity":"sha512-XhxuV4pqamHtam7yooDj+UAn8UorGonjtxLr2pDoVeiz3r/YodlN5r+UV8Ta6jk4p0hvmwyTa/wJGliZjPBuzQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.2.2","@syncfusion/ej2-inputs":"~27.2.2","@syncfusion/ej2-popups":"~27.2.2","@syncfusion/ej2-buttons":"~27.2.2","@syncfusion/ej2-dropdowns":"~27.2.3","@syncfusion/ej2-filemanager":"~27.2.3","@syncfusion/ej2-navigations":"~27.2.3","@syncfusion/ej2-splitbuttons":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_27.2.3_1732212060337_0.5615877711213209","host":"s3://npm-registry-packages"}},"27.2.4":{"name":"@syncfusion/ej2-richtexteditor","version":"27.2.4","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@27.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a5df918a94cd20bd845e305feeaf4daaad8e8502","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.2.4.tgz","fileCount":471,"integrity":"sha512-IWoMkB6x3GEpKFSsFKlhWBSvL6/MhzTA2aZqQYyLcLSpCNU7Y5LWSB1ixS+yZm59qLxo3wf0x75qpdkSnK7PTg==","signatures":[{"sig":"MEQCIB45ov30LgT139cf09C30pZIEQOPKFxSWIuTaJtL8sU8AiArIWqoteMpBVOaxPS3kXp3vCmAh188fpd4tJGveirjlA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35749821},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"c4636a9f71acd2f9a8a0a63cbfb22593f71ac168","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.2.3.tgz","_integrity":"sha512-pp9x/DFwkNSSE2Tan2Lp5VmSNG56ukyqIdbHdqMEBOKVTCqX5nlYCpEjTU4T6piBi4BlbeiEcjasWJxtc3ZhNw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.2.2","@syncfusion/ej2-inputs":"~27.2.4","@syncfusion/ej2-popups":"~27.2.2","@syncfusion/ej2-buttons":"~27.2.4","@syncfusion/ej2-dropdowns":"~27.2.4","@syncfusion/ej2-filemanager":"~27.2.3","@syncfusion/ej2-navigations":"~27.2.4","@syncfusion/ej2-splitbuttons":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_27.2.4_1732579732527_0.2666308298113911","host":"s3://npm-registry-packages"}},"25.1.41-85815":{"name":"@syncfusion/ej2-richtexteditor","version":"25.1.41-85815","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@25.1.41-85815","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"996a31d3af4840919451b83bb01c5c7b3b647406","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-25.1.41-85815.tgz","fileCount":416,"integrity":"sha512-Ma9E/sg0s/HacL+GpEYIyZU/xMX2eV70kN4T0LNYwmEJPXFT1324/hvuYrdB86+OQkQm9vK9m2AlJ+xhIeECuQ==","signatures":[{"sig":"MEUCIQCqr47GsCCCoVPgsDM6je90bucXqiLx0ElS06SHYjpPlAIgfdTgA5k9aac1Y0cq/Z9KjrKNF5R6OPf16X7NzQSWrj8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23382124},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.9.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"22.11.0","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-inputs":"~25.1.40","@syncfusion/ej2-popups":"~25.1.41","@syncfusion/ej2-buttons":"~25.1.39","@syncfusion/ej2-filemanager":"~25.1.40","@syncfusion/ej2-navigations":"~25.1.41","@syncfusion/ej2-splitbuttons":"~25.1.38"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"bundleDependencies":[],"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_25.1.41-85815_1732797370001_0.18530028750645955","host":"s3://npm-registry-packages"}},"27.2.5":{"name":"@syncfusion/ej2-richtexteditor","version":"27.2.5","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@27.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7bf145410a473b352d6f681126db590db3185147","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.2.5.tgz","fileCount":471,"integrity":"sha512-OU+QWmC/wLLI4Jge7JO+6JAfKflFeM6qfWeEnWTxCVnkkXGwnA6fJ86Ip4Cyst4jcCgVPVUQLFDzBhbLCMstLw==","signatures":[{"sig":"MEUCIQCHb9nYXptjEwwA9D24UAlFDi/R+fvRW3Skbtz3JL3T2AIgF+3Dt3hwdl7erqChK1cFhLnrb8+vZm5ZUNVmZXW4b+o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35833530},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"5360188d231a7d646f0647d8de7e2745384588f6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.2.4.tgz","_integrity":"sha512-1De20+Us2+PA3L4shDlbnUqadpJYfdbvv5DWyflNR5/axtshaR3WcqqfUCpCPxexCl3jVgznaEhnKv85YWf/zw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.2.5","@syncfusion/ej2-inputs":"~27.2.4","@syncfusion/ej2-popups":"~27.2.2","@syncfusion/ej2-buttons":"~27.2.4","@syncfusion/ej2-dropdowns":"~27.2.5","@syncfusion/ej2-filemanager":"~27.2.5","@syncfusion/ej2-navigations":"~27.2.5","@syncfusion/ej2-splitbuttons":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_27.2.5_1733189388566_0.5906677560552152","host":"s3://npm-registry-packages"}},"28.1.33":{"name":"@syncfusion/ej2-richtexteditor","version":"28.1.33","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.1.33","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2d40e2e57d7049670fc1f065cc05dbcee9623ad1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.33.tgz","fileCount":487,"integrity":"sha512-Eb9zKI4zoTHbX4iRIFu6ASQtdj6n+bTDC6OqGfRtqAScvIFO9wF2F8WH1mxgzoInNitnZ8q4crdwKKBexUHeXw==","signatures":[{"sig":"MEUCIFwDSnycWq0UZxX/OxK3NKMyfrZwSSpdn6eTGFSY6N71AiEAqoSDCzIA/zC6Hu7ryXaiFdAy8dC0lboINhDYt0q3v+E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37518967},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"8098e2e910bbeadc9c59cd6287bf4d5872fdb13b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.48.tgz","_integrity":"sha512-T9qFUk37+sl9koK+SABBkbrMJFiPfT70OJhJNNIxYSEtNT0vOkCooVzqovkSujCfoW1fbQqi6xqjV7JwRWaw/w==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.33","@syncfusion/ej2-popups":"~28.1.33","@syncfusion/ej2-buttons":"~28.1.33","@syncfusion/ej2-dropdowns":"~28.1.33","@syncfusion/ej2-filemanager":"~28.1.33","@syncfusion/ej2-navigations":"~28.1.33","@syncfusion/ej2-splitbuttons":"~28.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.1.33_1733990815218_0.6250565127963343","host":"s3://npm-registry-packages-npm-production"}},"28.1.35":{"name":"@syncfusion/ej2-richtexteditor","version":"28.1.35","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.1.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ff24cea8a86321fb871abc3cefb1ece186f2c2a6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.35.tgz","fileCount":487,"integrity":"sha512-tXHl9fa5e0eyg7o0BuaEUN0FsYPrdz7z09oDKZVP1tpQh5uKs5NEEGxY47LoL7KeaiSG7H3JgKW7azimMDTFPg==","signatures":[{"sig":"MEUCIQCTWOnPibIKV618Zj4W4K6TgNTc3ggUFerAd70K0w3PPgIga94oqKYeFdWmd+vQf0mndBx3nCLHRg+JXKN0s0lG4Kk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37557303},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"7608c2be43136ca949e6695ab69389e4efe07873","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.33.tgz","_integrity":"sha512-mN8hCtAtiPeUGZN481HxaYB228o+dOiXbBwRvDW5japhkE024Fi6ME8iHvMA/5h3jOE4XRLyY8tyQRaSh4nSmQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.33","@syncfusion/ej2-popups":"~28.1.33","@syncfusion/ej2-buttons":"~28.1.33","@syncfusion/ej2-dropdowns":"~28.1.35","@syncfusion/ej2-filemanager":"~28.1.33","@syncfusion/ej2-navigations":"~28.1.35","@syncfusion/ej2-splitbuttons":"~28.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.1.35_1734545634834_0.5716019449354537","host":"s3://npm-registry-packages-npm-production"}},"28.1.36":{"name":"@syncfusion/ej2-richtexteditor","version":"28.1.36","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.1.36","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"238588e47571791e0c4a2971c576b008f4599d14","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.36.tgz","fileCount":487,"integrity":"sha512-AX0nN0Pb5td+Gzq1zTMJepfuMLfT1Xo2gFja8oTrLDjASPkassD2dDlhJa+IXhon61lhwF8APzblDqSOf968+g==","signatures":[{"sig":"MEUCIDcqu6K4qfv9q4bVWvWAZYwm21KKKyjx9cfMCLMeYybcAiEA/JRmiX1ZUOlSq6WGecKT8MfhVzc38F1EMgYMVgQsAqo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37574200},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"17c9393fda07e06cd70a77fac38a567ea35ca990","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.35.tgz","_integrity":"sha512-XvS4tdC4fw6B2RrZWOcdktXuzzA+1XNL32OGM1vKqgvcAte4gUtd264fj3Je7wpBZuDMIousyIwqzwc4rNiXhg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.33","@syncfusion/ej2-popups":"~28.1.33","@syncfusion/ej2-buttons":"~28.1.36","@syncfusion/ej2-dropdowns":"~28.1.36","@syncfusion/ej2-filemanager":"~28.1.36","@syncfusion/ej2-navigations":"~28.1.36","@syncfusion/ej2-splitbuttons":"~28.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.1.36_1735037362046_0.5904209422803872","host":"s3://npm-registry-packages-npm-production"}},"28.1.37":{"name":"@syncfusion/ej2-richtexteditor","version":"28.1.37","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.1.37","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"effd42122983bf0759f08f5f8490cbdb52e65adf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.37.tgz","fileCount":487,"integrity":"sha512-OG+rlfNZ/i8lTW2Oxa9dG51HfzAOf98GqVC73lTvBZPrIeb1G5QQx6vu3pYw59yy29KKvseuC3nHV1j250EYIg==","signatures":[{"sig":"MEQCICgDtbl5CaA/J69NTDA3GrF28nunZ5jKWAFPjMAsAY6gAiAyQLaJvnQJCeaXu5hqfrigaYWEiBpUOoVGag/X+2SV8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37588091},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"25ac67811ac74eb19f2e6439f85f508de8538fe9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.35.tgz","_integrity":"sha512-aIMukhmmZtMcqF3OrTeOn5NyV+abQapHpYCT2gbAXyvlwk9NHnEMDjnyXYvrNV5P6E0QzM7VL4IbwQgDPT3mHw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.37","@syncfusion/ej2-popups":"~28.1.33","@syncfusion/ej2-buttons":"~28.1.37","@syncfusion/ej2-dropdowns":"~28.1.37","@syncfusion/ej2-filemanager":"~28.1.36","@syncfusion/ej2-navigations":"~28.1.37","@syncfusion/ej2-splitbuttons":"~28.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.1.37_1735602698399_0.8122521662977917","host":"s3://npm-registry-packages-npm-production"}},"28.1.38":{"name":"@syncfusion/ej2-richtexteditor","version":"28.1.38","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.1.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"724b55bb3c004747b4dd6a1f985aa71d60746fd7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.38.tgz","fileCount":487,"integrity":"sha512-lvTahOxzxXhpX6O1FkEY2+Pp9O7CKDyLhS6caM2wNCNmrQPq4EdcLwvqzM5EBLU79+2psACFB+V+8Ps5A3t1AA==","signatures":[{"sig":"MEQCICl5kQPObElykVUNN1AQQ8EqTKugM9Ml9t5bqJvx5uSUAiAyGD5IXUXdoZu2BSJLfq5qkg5vpF5O8XbBW4qNXuLC2Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37592154},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"8e8379aba1b398d91e5704b67386f3fac2be2b87","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.37.tgz","_integrity":"sha512-LcoACNENKzPU49FmsncrsED1lWXsHPU9w6nV7nSn1wOipA3bqUwEVvbJimIw8Ll29E/RrzcR80mBsWYj7LhNzw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.37","@syncfusion/ej2-popups":"~28.1.38","@syncfusion/ej2-buttons":"~28.1.37","@syncfusion/ej2-dropdowns":"~28.1.38","@syncfusion/ej2-filemanager":"~28.1.36","@syncfusion/ej2-navigations":"~28.1.37","@syncfusion/ej2-splitbuttons":"~28.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.1.38_1736213023519_0.45065233470196864","host":"s3://npm-registry-packages-npm-production"}},"28.1.39":{"name":"@syncfusion/ej2-richtexteditor","version":"28.1.39","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.1.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c9fce89681cbdcf1f933202fa08709e37f69efe9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.39.tgz","fileCount":487,"integrity":"sha512-oAjA//Mdvj8sRhs/kh7IrS6Z/3a1B6pHgpibIGqQwgreSy3md85TiimzUMtC8aKuywfc0OvoBDHUjYEOOVCnkQ==","signatures":[{"sig":"MEUCIQDaWj4IIHl4Z3fe3g/i8Uqm5HRycJlvw95rx6SphNGw6QIge3GeXswc1uYfpkyXo1CKKKSmiSsNmzeM6fScFf2W224=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37602736},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"344a03d500b197a42d3a8f28f1b7766e7bf90b2f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.38.tgz","_integrity":"sha512-VgcAoOpiEA/QFH8o0/1zMctqznoFqjYtvQtK8ep3Km41VszqWndVLw+FI0+bS9d51fTHTDIKKY4FSk+I1eoMRA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.37","@syncfusion/ej2-popups":"~28.1.39","@syncfusion/ej2-buttons":"~28.1.39","@syncfusion/ej2-dropdowns":"~28.1.39","@syncfusion/ej2-filemanager":"~28.1.39","@syncfusion/ej2-navigations":"~28.1.39","@syncfusion/ej2-splitbuttons":"~28.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.1.39_1736823882422_0.3920112008327399","host":"s3://npm-registry-packages-npm-production"}},"28.1.41":{"name":"@syncfusion/ej2-richtexteditor","version":"28.1.41","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.1.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c6e944075ac393d68e79a6b5cb90b097c338e8d2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.41.tgz","fileCount":487,"integrity":"sha512-yjLWfjaHeAKp1GytjRv/8XstR44mygCkfhw5MhFecdFrStXEUQapbLb2QK521Y4R685WCbGjvWUmhFr+9wZtHA==","signatures":[{"sig":"MEUCIQDqS03urbS0f2uyscxVtQJ2793Le27aniJvMU6+kKdNWwIgYf/jIY6zFDXxhLYj6uEMJzkzeNwHpcuoO7g2Qt528Sc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37620618},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"4ba1fd2991037302c8e01fa5181ed21d0d8199dc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.39.tgz","_integrity":"sha512-0KqSNDw/9+yUG6PLOvq4wOdLHA1K+yc4GQpGzG8C2ObKSx+5gVmtQFIQ6aVkJMlMIiDf7Z1hnYwjEI9336U1jA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.41","@syncfusion/ej2-popups":"~28.1.39","@syncfusion/ej2-buttons":"~28.1.39","@syncfusion/ej2-dropdowns":"~28.1.41","@syncfusion/ej2-filemanager":"~28.1.39","@syncfusion/ej2-navigations":"~28.1.41","@syncfusion/ej2-splitbuttons":"~28.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.1.41_1737424452515_0.7374781749894679","host":"s3://npm-registry-packages-npm-production"}},"28.1.38-680214":{"name":"@syncfusion/ej2-richtexteditor","version":"28.1.38-680214","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.1.38-680214","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-javascript-ui-controls#readme","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e9cbc7618162181b4913587bfaf4cf95942acbe5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.38-680214.tgz","fileCount":487,"integrity":"sha512-DQqYawRonD/cgAW3MEfdL7O28aXlvoSf5eJ8+y8rXuXbkBfGcBWBIuXDFbyInRVKFlRsVfZxmY5nrFtneo09Lw==","signatures":[{"sig":"MEUCICJqLsLXu6mayL4MISXxun5BraY2unCvYqdRNxe2gW6SAiEA2/A1Hnjhwb33bwFbNqr+UcNgzAvmeCMjSDHkhS1iT8E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37646292},"main":"./dist/ej2-richtexteditor.umd.min.js","config":{"ghooks":{"pre-push":"gulp pre-push","commit-msg":"gulp commit-msg","pre-commit":"gulp pre-commit"}},"es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","scripts":{"test":"gulp ci-test","compile":"gulp ci-compile","es-lint":"eslint -c .eslintrc.json --ext .ts ./blazor/**","ci-publish":"gulp ci-publish","es-lint-config":"npx tslint-to-eslint-config --config .eslintrc.json --tslint ./tslint.json"},"typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.9.0","description":"Essential JS 2 RichTextEditor component","directories":{},"_nodeVersion":"22.11.0","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.37","@syncfusion/ej2-popups":"~28.1.38","@syncfusion/ej2-buttons":"~28.1.37","@syncfusion/ej2-dropdowns":"~28.1.38","@syncfusion/ej2-filemanager":"~28.1.36","@syncfusion/ej2-navigations":"~28.1.37","@syncfusion/ej2-splitbuttons":"~28.1.37"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.1.38-680214_1737532084668_0.5927686348780166","host":"s3://npm-registry-packages-npm-production"}},"28.2.3":{"name":"@syncfusion/ej2-richtexteditor","version":"28.2.3","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a8cd810bc826bd84e7f1c013000619095538a3bc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.2.3.tgz","fileCount":487,"integrity":"sha512-wnSvp3S/rSh9tWCbr//toPe2W0E8JAcAm77yXEqC1KL5NIrAMJfC5O//7nPd1layagkITAmWicvyonvq3BnXFw==","signatures":[{"sig":"MEQCICQXUSww7zA7JOFsHgWUgm3YzhM2euNBKBDmQqaQ2/whAiA3WMJegXH8mxwtD9z90PhZZvuE1/sAV1r2MyKExgLVwg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37695915},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"c14d0c1d2664447187cb4c3cd47b1237c87e4f7e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.41.tgz","_integrity":"sha512-ALIXAlutPMZRmnWivi+rMVagmLGzye8jSGd54zkN0dbA1PMurfuQDaOPkBa/u7s5Q1DzIiB6wHYx8NmEywNCmg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.3","@syncfusion/ej2-inputs":"~28.2.3","@syncfusion/ej2-popups":"~28.2.3","@syncfusion/ej2-buttons":"~28.2.3","@syncfusion/ej2-dropdowns":"~28.2.3","@syncfusion/ej2-filemanager":"~28.2.3","@syncfusion/ej2-navigations":"~28.2.3","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.2.3_1738146373194_0.5106347229829722","host":"s3://npm-registry-packages-npm-production"}},"28.2.4":{"name":"@syncfusion/ej2-richtexteditor","version":"28.2.4","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"374f0d32c698936e16392afa3cb1362279c6c353","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.2.4.tgz","fileCount":487,"integrity":"sha512-2NiElyvP4f4FhuNeIb1TTtOoj3ugZrURwGO1RC3Plk+BrTHxXgBGLRn2+RbYziW6dqP0o3PL9+7nOGo43T45uw==","signatures":[{"sig":"MEQCIHsjGMfqVZw4DJmUGusOyQixbAQvyhHDI64S+QRboAhQAiA0+xUUwrqdb+8CN0a0v71YQ4CdabB58QKbyQSGNemM+g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37771013},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"277f284b2e288fdc0f9c02d6f9055daed37b4adb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.2.3.tgz","_integrity":"sha512-/jLLBAvLyCskT/T1nQ8IESaaqnyqDEzPV/CgZQGdnnkgr7fyyFBr2Wh+InuE3u0SnWFF0g+xxlkTWGaOnhU6HQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.3","@syncfusion/ej2-inputs":"~28.2.3","@syncfusion/ej2-popups":"~28.2.3","@syncfusion/ej2-buttons":"~28.2.3","@syncfusion/ej2-dropdowns":"~28.2.4","@syncfusion/ej2-filemanager":"~28.2.4","@syncfusion/ej2-navigations":"~28.2.4","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.2.4_1738630960757_0.7516954180540787","host":"s3://npm-registry-packages-npm-production"}},"28.2.5":{"name":"@syncfusion/ej2-richtexteditor","version":"28.2.5","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4d912e6eee8799ee8600a310fe39f87f7152a7de","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.2.5.tgz","fileCount":487,"integrity":"sha512-8mbMcSD8DHpqQgoKHMki4nwWjml2C8q18WGTQ//LVreGTmowQklWO9pEWcnimZXGdUmoTtug7PhsxdNnewcjbg==","signatures":[{"sig":"MEUCIQD5ulnTwYSiV2LKCniD+SeeQygrG1Fd7KybqmdONbg+EAIgDnpkG58zvhPbTPGJJz2ortDDS2Q7b5VchfTIajXR2rs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38043988},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"031c2a7d71231e779bbb488220c46f5eca3490fa","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.2.4.tgz","_integrity":"sha512-/B/stpcJUqzvwb4yGVqmBXYEqRGQv2ZXo8Ykfa64u4QU69b/i0lK8rwRhmJ20xzzSsZpqD7UUsHJfBv53Fws0Q==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.5","@syncfusion/ej2-inputs":"~28.2.3","@syncfusion/ej2-popups":"~28.2.3","@syncfusion/ej2-buttons":"~28.2.3","@syncfusion/ej2-dropdowns":"~28.2.5","@syncfusion/ej2-filemanager":"~28.2.5","@syncfusion/ej2-navigations":"~28.2.5","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.2.5_1739242242259_0.9049191902861069","host":"s3://npm-registry-packages-npm-production"}},"28.1.41-642043":{"name":"@syncfusion/ej2-richtexteditor","version":"28.1.41-642043","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.1.41-642043","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"05a95fca4015ee75dedf13ac7cbf5619e74fd1ab","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.41-642043.tgz","fileCount":482,"integrity":"sha512-Kb6QgzT4/C3cS9bMj4Y1PvoluRob9XRd8AsBDXxegweanLfdwDj7IpBOdK0IuJOJA5r3FqGGgHlFPWYgw/nm9g==","signatures":[{"sig":"MEUCIQChb+GpLJLy5UzBvdsQFjdFYxvF3SVFKZEfC3U1oVFfhQIge8g5dZav5JR3IQQAICKnYs+gFDHKYvB69WZfgaEIiRA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":32735398},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.41","@syncfusion/ej2-popups":"~28.1.39","@syncfusion/ej2-buttons":"~28.1.39","@syncfusion/ej2-dropdowns":"~28.1.41","@syncfusion/ej2-filemanager":"~28.1.39","@syncfusion/ej2-navigations":"~28.1.41","@syncfusion/ej2-splitbuttons":"~28.1.41"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.1.41-642043_1739544072126_0.9881815784068222","host":"s3://npm-registry-packages-npm-production"}},"28.2.6":{"name":"@syncfusion/ej2-richtexteditor","version":"28.2.6","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.2.6","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6591eebbe2d2701a71ca2cda70eea54f0b0d5dbc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.2.6.tgz","fileCount":487,"integrity":"sha512-Bsi80zPVfII28cpJ5VL9EYsSLcVBy2y9rWmdO8XJIzG95ooxE13cOP4WAXjgdZyv8n3BGpNW9j30RfE5MY/rHw==","signatures":[{"sig":"MEUCIQDEd2FzIUHenLd69TnD/TKad3lduI+ofcex9nTdUMWq6wIgCWM4LJ4oYmr7tgUC8dK0fN23xLkaHSwkNaTjC2vi9lg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38128742},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"c3310aca2a0fd1f9810bd2c1056fe5845d716d51","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.2.5.tgz","_integrity":"sha512-Qm/hUUM62jaXu1qA2wd+eQHI7I0tO/hP456cVvguxH5RhPqy8HEEpIboJdJmzDSoZwZ37W/P1lH2zWROsLBXAg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.5","@syncfusion/ej2-inputs":"~28.2.3","@syncfusion/ej2-popups":"~28.2.6","@syncfusion/ej2-buttons":"~28.2.6","@syncfusion/ej2-dropdowns":"~28.2.6","@syncfusion/ej2-filemanager":"~28.2.6","@syncfusion/ej2-navigations":"~28.2.6","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.2.6_1739845355020_0.47581773820547535","host":"s3://npm-registry-packages-npm-production"}},"28.1.41-640046":{"name":"@syncfusion/ej2-richtexteditor","version":"28.1.41-640046","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.1.41-640046","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7e415c06841ef92193020beb52b3f371fc4b5fc7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.41-640046.tgz","fileCount":482,"integrity":"sha512-5mgOU3MYXXRz1DaSGvgZAHzcxh2W3SzpsbT+YgIglDe8yrTVQSFBuwPjoL6xSLKSpjBxYgTr8tEd3CXWcbY8hA==","signatures":[{"sig":"MEYCIQC1WIdLElIW7vJR8C+t9BVBLYVkF43mb06IqLK6gELUAQIhAP9tE7ZQ1DGnA07j6yqLpepRANag6WgeQTmxe+bJB2za","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":32836828},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.3.1","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.41","@syncfusion/ej2-popups":"~28.1.39","@syncfusion/ej2-buttons":"~28.1.39","@syncfusion/ej2-dropdowns":"~28.1.41","@syncfusion/ej2-filemanager":"~28.1.39","@syncfusion/ej2-navigations":"~28.1.41","@syncfusion/ej2-splitbuttons":"~28.1.41"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.1.41-640046_1739883477864_0.16965932199391331","host":"s3://npm-registry-packages-npm-production"}},"28.2.7":{"name":"@syncfusion/ej2-richtexteditor","version":"28.2.7","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.2.7","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cb29f8fe82b82ad1efe9e4696f69ce73ef0b76f5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.2.7.tgz","fileCount":487,"integrity":"sha512-v0b+4+QnSd4NVm33TNynN1b0Et5QhvbaGBdvUHwKQVB1YWP5yc19XbfAiSLHtyocmBcVAXa5oDC2Cnf0dd4j2w==","signatures":[{"sig":"MEUCIB0uo09w9+SCES9+QNwOhOOaJ68dTQgo67I5F9puKI4wAiEA1W6tFXr3SlQfwk3g8PNQcdqWQBq9UHakqeG5o53oufc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38205676},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"ba9d85518b6c3668b2bfd814fdd8d898ec8d0c4e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.2.6.tgz","_integrity":"sha512-0RVKG1iRO0PvlAqNALVkyYU+71zPjs4MrhPPE0nmS9wazelcDGhrH3L53OgFn6jcX4o1IhY4hQuYGe5rTXpMMA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.5","@syncfusion/ej2-inputs":"~28.2.3","@syncfusion/ej2-popups":"~28.2.6","@syncfusion/ej2-buttons":"~28.2.7","@syncfusion/ej2-dropdowns":"~28.2.7","@syncfusion/ej2-filemanager":"~28.2.6","@syncfusion/ej2-navigations":"~28.2.6","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.2.7_1740452034778_0.029356886705103058","host":"s3://npm-registry-packages-npm-production"}},"28.2.9":{"name":"@syncfusion/ej2-richtexteditor","version":"28.2.9","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.2.9","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"274b5681fc1857964295b03ea34bb99c4d86c0b9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.2.9.tgz","fileCount":488,"integrity":"sha512-FDbsJ75vZSZQoK7620F9Roho9m3LGmfiqB3hzX2B6J+X3xuD3YbM/YWA9Jn493KRN1DET5M6PeD7DO8q03+fUA==","signatures":[{"sig":"MEYCIQCn0H1s5JI0OIPAqF4JSnvBYnk/dZpA6sdDysOH7HE3BQIhAIomq4zG7JCD/08qdfr9wy037vaOg+afQW58ERmVE3YW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38437894},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"914a347898642fee0bb42016a62607a1e83d6b81","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.2.7.tgz","_integrity":"sha512-54A334i87t8Ys4n7zDk7XZKT8yj9RQ4bjIfwigBqnT31vc8+RgooNx4JzXtJZJRSdjooL3Qb32MQvi8CY3NEig==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.9","@syncfusion/ej2-inputs":"~28.2.9","@syncfusion/ej2-popups":"~28.2.9","@syncfusion/ej2-buttons":"~28.2.7","@syncfusion/ej2-dropdowns":"~28.2.9","@syncfusion/ej2-filemanager":"~28.2.9","@syncfusion/ej2-navigations":"~28.2.6","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.2.9_1741056055827_0.8613540310290444","host":"s3://npm-registry-packages-npm-production"}},"28.2.11":{"name":"@syncfusion/ej2-richtexteditor","version":"28.2.11","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@28.2.11","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b0d6abc37171fa3583ec048920ea8f0fb7e59f7f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.2.11.tgz","fileCount":487,"integrity":"sha512-JQW5jrIZvKYH52sce+fwazdVbMDW67JeZyV2KmX2uCHYCo0K2Qq6MR6D7V7gaug81rR7XppLK+1UQ/X6Oo854w==","signatures":[{"sig":"MEUCICz8vI72qaLHQyZ+FXVG0P9QHuIz8WJmSAsl2GFeKx9XAiEAuhhyPsJdsNoMclCwHZKWzYHw6Q2q/4FKoHnmUTkhXfo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38477940},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"0306e88f93f899ba93dbb939120e29b013ca117e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.2.9.tgz","_integrity":"sha512-kYJGGw1iFeyKi9gEMItB2r7eBHKgxVrwUCIx8H+1fnjivSGzLChe6K6lHSaPL+ou9v4lnXV3Rm4IZk60ddfDBg==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.9","@syncfusion/ej2-inputs":"~28.2.11","@syncfusion/ej2-popups":"~28.2.9","@syncfusion/ej2-buttons":"~28.2.7","@syncfusion/ej2-dropdowns":"~28.2.11","@syncfusion/ej2-filemanager":"~28.2.11","@syncfusion/ej2-navigations":"~28.2.11","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_28.2.11_1741659870682_0.06329377612327214","host":"s3://npm-registry-packages-npm-production"}},"29.1.33":{"name":"@syncfusion/ej2-richtexteditor","version":"29.1.33","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.1.33","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3236ab241c5fbbc7861d8e0ddf15d6aa32ea932e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.1.33.tgz","fileCount":910,"integrity":"sha512-ZnbrA6ot4KjwIYYIFVVpSf2MylT6gjhN/P1Qec+efZXKXJqrYtXOOznhUK/1yHd0OVKdaU+viyPaJP+qgFFviw==","signatures":[{"sig":"MEYCIQCcDay+IQxoaGXROxSw5Uh2hntsPCkqkzgeLs8ulzy68gIhAJ0h6CD6+IHNoZ0JAbY9tag0hEu9nJyeaK+NN+/N6YE7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":100672079},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"ac952970ab55d7be45dab9d9358f6a2439b179fb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-28.1.33.tgz","_integrity":"sha512-EnyCvK0B3oWFroAHa8wASQ7ZuO5VHCCMJJKBvBz1kOZ5pW0WRFcFOV43datsEXDyanx4FX+TyIaTgTkT3bEk3g==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.33","@syncfusion/ej2-inputs":"~29.1.33","@syncfusion/ej2-popups":"~29.1.33","@syncfusion/ej2-buttons":"~29.1.33","@syncfusion/ej2-dropdowns":"~29.1.33","@syncfusion/ej2-filemanager":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.1.33_1742897672192_0.6158985226655131","host":"s3://npm-registry-packages-npm-production"}},"29.1.34":{"name":"@syncfusion/ej2-richtexteditor","version":"29.1.34","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.1.34","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3a0eb96cd558dba57111332a7692f480051667e4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.1.34.tgz","fileCount":489,"integrity":"sha512-asYSUqwRsxyI2YF5Kp+pj1eNkYdvrTIvht3yboNVjw7toe5PBG23JY78gcPd1zANOHT/2/bMvwJxHd/90/0png==","signatures":[{"sig":"MEYCIQDON80Y8w3Aqt7XXb0HQVJ8ar3yf259NbQMNnvagdhoBwIhAJ47rN7XoR0g+q/YZXVbvmX/xvEfBXKaMEz/lZUwmm3R","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38752404},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@~29.1.33","_spec":"@syncfusion/ej2-richtexteditor@~29.1.33","_where":"E:\\march2025\\memory-leaks\\node_modules\\@syncfusion\\ej2-gantt","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"3236ab241c5fbbc7861d8e0ddf15d6aa32ea932e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.1.33.tgz","_integrity":"sha512-ZnbrA6ot4KjwIYYIFVVpSf2MylT6gjhN/P1Qec+efZXKXJqrYtXOOznhUK/1yHd0OVKdaU+viyPaJP+qgFFviw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@~29.1.33","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"~29.1.33","registry":true,"saveSpec":null,"fetchSpec":"~29.1.33","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.9.0","_requiredBy":["/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"@syncfusion/ej2-base":"~29.1.33","@syncfusion/ej2-inputs":"~29.1.33","@syncfusion/ej2-popups":"~29.1.33","@syncfusion/ej2-buttons":"~29.1.33","@syncfusion/ej2-dropdowns":"~29.1.33","@syncfusion/ej2-filemanager":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.1.34_1742989678270_0.4949087858936001","host":"s3://npm-registry-packages-npm-production"}},"29.1.35":{"name":"@syncfusion/ej2-richtexteditor","version":"29.1.35","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.1.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f08375971febd4ca1f4a65c0c4614fb6f97a8cc0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.1.35.tgz","fileCount":489,"integrity":"sha512-21ucYgmKgw/Mq0RWbQOmNLm5SsTVacG0MnfHONiBt6P6y00gXQA3rQiAl+qRuY+zFBkCN7u4XvKHVPYu2NQtNQ==","signatures":[{"sig":"MEUCIApPzY2ZDKZEH9hyFwR3OL1rbE5zFCx8rcIRp7t8PxxtAiEAk2ABaDk4KR/g1iO5R/xv4+yJxTwphjvy9+kp5NcsDTI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38791305},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"06adf9f4ca5e6038115e0833e13576dc9e5a67b3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.1.33.tgz","_integrity":"sha512-AQGH9eFDmkS0ewIYaM9Uu2kGoIbA0sEoJM3It5F/FoNkVXILa7NID7aNSpYtFjgnpG5Ng5Cgm6HHPtQHLFt4SA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.35","@syncfusion/ej2-inputs":"~29.1.34","@syncfusion/ej2-popups":"~29.1.35","@syncfusion/ej2-buttons":"~29.1.34","@syncfusion/ej2-dropdowns":"~29.1.33","@syncfusion/ej2-filemanager":"~29.1.34","@syncfusion/ej2-navigations":"~29.1.34","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.1.35_1743471034551_0.09528313016317314","host":"s3://npm-registry-packages-npm-production"}},"29.1.37":{"name":"@syncfusion/ej2-richtexteditor","version":"29.1.37","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.1.37","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"03406356b697d1cdbd45b4bb88f0b5a38654a893","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.1.37.tgz","fileCount":489,"integrity":"sha512-fb58/J8aV53r7+zzMMw0VQrkzyzp8CNDw35ayvF0iOMMnN4vulvJF/7HQVq6VhZ6qavU+tFr2kkxytT+HURzgg==","signatures":[{"sig":"MEUCIQDoLCp52MG3vLI1L9Vi0+i1W3GS0NGnWIN0J7yikd9dswIgb5/Yj5SIVys79kAJ7MnMyhMV/y5CbaFLl6dLuWdJOpc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38792481},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"1bd35c4e6e1c37854a49053fba8c00584ca1aa47","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.1.35.tgz","_integrity":"sha512-vjLiqliIUj2cEwza/efYAJba+hTvo7I5nN7urPYRYpTeW/8SKxmMbN2MqPS8g1s0oBngFwhLITuIlu7+4xzonQ==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.36","@syncfusion/ej2-inputs":"~29.1.34","@syncfusion/ej2-popups":"~29.1.37","@syncfusion/ej2-buttons":"~29.1.34","@syncfusion/ej2-dropdowns":"~29.1.37","@syncfusion/ej2-filemanager":"~29.1.37","@syncfusion/ej2-navigations":"~29.1.37","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.1.37_1744081635758_0.8437046155561838","host":"s3://npm-registry-packages-npm-production"}},"29.1.39":{"name":"@syncfusion/ej2-richtexteditor","version":"29.1.39","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.1.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"400ecf4f64ae7a3140c1c4664ef2fb0f70c8975b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.1.39.tgz","fileCount":489,"integrity":"sha512-P3QefKso7GNknxdYcyBBzJO+3BmHiotWqiHTM8WXcCHQ6GxvaAavW3sTDRPEIa5Z5yXjCrxHw8jNKbUWtjcSEA==","signatures":[{"sig":"MEUCIQDj9LPPa39PPicgCaGrqcCsDv4bYqysklV14oRdWyVqDAIgSEUXOVseb/gDhdT1nGfZGBoVUy2DwHZUbKpSlO6Wkqo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38805657},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"42bfd4f5bb1fb7557dbb6f639f6c117a5c08bddd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.1.37.tgz","_integrity":"sha512-juIvkbko6wiYUvY4RLLT/5EkeeAE/Xnk6Nh2e6UP9m1Kd5+Q6blDb7dp4wlvKfySZF5NYR7i2NdZ99dTxuI8dA==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.36","@syncfusion/ej2-inputs":"~29.1.39","@syncfusion/ej2-popups":"~29.1.37","@syncfusion/ej2-buttons":"~29.1.34","@syncfusion/ej2-dropdowns":"~29.1.38","@syncfusion/ej2-filemanager":"~29.1.39","@syncfusion/ej2-navigations":"~29.1.38","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.1.39_1745289822789_0.6734532660133079","host":"s3://npm-registry-packages-npm-production"}},"29.1.40":{"name":"@syncfusion/ej2-richtexteditor","version":"29.1.40","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.1.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7f12a65253c36725cbbd743c52ee4b56e27bef1e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.1.40.tgz","fileCount":489,"integrity":"sha512-hm/TL8tiowQ0GDjb7RR3BBxX3ChM6ygtb2Him0wyunEx8hQVnI9wzmC1b+p/MBywF22x6KSzhtXPxZIYzgRe8w==","signatures":[{"sig":"MEUCIG5aiKUCREdbBXXqwB+hW2Du5blW8t+fyBquHsKV6qwGAiEAn1j5EHHevVT3voTjY5IRp2v8/4fs5O63SRMnw/gNOB8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38821110},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"6e8562310130e73a443a48a183d819883781051e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.1.39.tgz","_integrity":"sha512-UcEji16P2spImo4eIGVxOlKiOeX+ErVTj14yPCwqzFbPhYUWYKZns5IL9dUKqvhlg61mZ/qV07ty5vhgQxSQ2g==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.36","@syncfusion/ej2-inputs":"~29.1.39","@syncfusion/ej2-popups":"~29.1.37","@syncfusion/ej2-buttons":"~29.1.34","@syncfusion/ej2-dropdowns":"~29.1.40","@syncfusion/ej2-filemanager":"~29.1.39","@syncfusion/ej2-navigations":"~29.1.40","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.1.40_1745891329700_0.6372409629244733","host":"s3://npm-registry-packages-npm-production"}},"29.2.4":{"name":"@syncfusion/ej2-richtexteditor","version":"29.2.4","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"54a3575c6391eb7fb7863f7f86e12f5c6a422abf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.2.4.tgz","fileCount":489,"integrity":"sha512-mCJ+LKoIYU29+9n2kCH7F1PySIVcnX/a6YTdbNV90cTy6XoX/mrSDCk5t9SVAGXScx2hJe1goj2Uojy7Q86Qlg==","signatures":[{"sig":"MEUCIDVhoiTYqoupGd5anCuXf/Y85HeOUCb10pEZMzVkqsHUAiEA830h8dP1xpq5yYGC/8Xe/9cxnPyl5nWIWQirUDTCsH4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38800743},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"818ec9452531f80d0fb1c16a75ef05933e93af31","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.1.40.tgz","_integrity":"sha512-0z4nt7si6K+HMlBXBLIaC52maAyhttQPRF5mjmiWbKUVOUX9h+NwxFZoEkoNfGhL3VgPQkbqwSw+K7aCdM5lzw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.4","@syncfusion/ej2-popups":"~29.2.4","@syncfusion/ej2-buttons":"~29.2.4","@syncfusion/ej2-dropdowns":"~29.2.4","@syncfusion/ej2-filemanager":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.4","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.2.4_1747219674144_0.19428210231699827","host":"s3://npm-registry-packages-npm-production"}},"29.2.5":{"name":"@syncfusion/ej2-richtexteditor","version":"29.2.5","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4697f087d225aeb62d607a67cec0dbfadfac1b03","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.2.5.tgz","fileCount":489,"integrity":"sha512-yjgneC1IKHzh3q8K/qSo7Hnt+LlnlIwJT3ouKTtQ1R1Y/Nxf6GpvBvkEmV1Rm2AsaKVa5iEI6WddXeugPQ/D/w==","signatures":[{"sig":"MEUCIEbvJulcIN8/zTPQwlet+WGg8KiglWlXH4wBvRVz5FpzAiEArHmnWBoBPWzFFTyVLgVm2BqAcfE/8bHliuuW3U0u/mU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38801518},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"9a93874b3994039f6f8c3a4373b6de1ebd47f64f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.2.4.tgz","_integrity":"sha512-VDp6C7XtWTsuPkoFxAejiR6EGAOCnG7kDx4eItX2zkZHeKT3U3ZTcP43Djd0o2IgF9y/kVqwcZTgvWQVTkR/ag==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.5","@syncfusion/ej2-popups":"~29.2.4","@syncfusion/ej2-buttons":"~29.2.5","@syncfusion/ej2-dropdowns":"~29.2.5","@syncfusion/ej2-filemanager":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.5","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.2.5_1747788150123_0.8802484994240851","host":"s3://npm-registry-packages-npm-production"}},"29.2.8":{"name":"@syncfusion/ej2-richtexteditor","version":"29.2.8","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.2.8","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"59ce743f3c029226d0d5694d9fb5db15f6a3ebbf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.2.8.tgz","fileCount":490,"integrity":"sha512-zQmmdzKwu8e7Zx6wn6/u35y9tiiSyOHZ/DGG1Gc3hwWV5+6SGeuMV0FPfre3ORbgTeVMSK5+9vQG8Y2+wChtng==","signatures":[{"sig":"MEUCIHI1c+OK+8jCQmvK6fTNJ3GHagy3Pj0l6iKp6FJly2eaAiEAlHB0j63YaSYdTy9x3024gCj1Q03ju0gtUY9tdUqxzWo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":39136737},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"7bb07cf467d38634c9a75eec190bf9b36587e271","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.5","@syncfusion/ej2-popups":"~29.2.8","@syncfusion/ej2-buttons":"~29.2.5","@syncfusion/ej2-dropdowns":"~29.2.8","@syncfusion/ej2-filemanager":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.8","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.2.8_1748914236651_0.5846116040049083","host":"s3://npm-registry-packages-npm-production"}},"29.2.9":{"name":"@syncfusion/ej2-richtexteditor","version":"29.2.9","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.2.9","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d1367a612a5cd3658503a4117aab57b5d263509d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.2.9.tgz","fileCount":492,"integrity":"sha512-0ZeUcPn6ExZjCNyBtYBphF6AEr8vDze9KDlZJLRVd/qOn4UMPtnXdP70eYqFwlc2PFb/Oj4DqcZnnH/vVz55ow==","signatures":[{"sig":"MEUCIQDFeW1Qzz6Oht1j+jcP63uxuqfElgrn1Kd//tp3N06UqAIgJBE955rkFHiyQfsFaIPkcVznn8bkPkGnrbsi+63sJTo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":39237140},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.9.0","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.5","@syncfusion/ej2-popups":"~29.2.8","@syncfusion/ej2-buttons":"~29.2.5","@syncfusion/ej2-dropdowns":"~29.2.8","@syncfusion/ej2-filemanager":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.8","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.2.9_1749132827663_0.9815313126316918","host":"s3://npm-registry-packages-npm-production"}},"29.2.10":{"name":"@syncfusion/ej2-richtexteditor","version":"29.2.10","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.2.10","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f09e54387a95fa2593437c3b245cf80f1285b8ec","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.2.10.tgz","fileCount":492,"integrity":"sha512-P00IJa2ipxf11bx7seIykJYlyYydqkQAPFcb4iXJPYwFYvcK9oHed+qV5K/nlN86FxzIygaINsPefyXY2FsxZA==","signatures":[{"sig":"MEUCIGh3zLp53JH2LpF3ENHo0JjG5sSzFsuUpsqo+w6QKrJdAiEA0nZYnrigLA+LepSAevpoW6FFXKhEak27qWBdK9+7y+A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":39221100},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"7bb07cf467d38634c9a75eec190bf9b36587e271","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.5","@syncfusion/ej2-popups":"~29.2.8","@syncfusion/ej2-buttons":"~29.2.5","@syncfusion/ej2-dropdowns":"~29.2.10","@syncfusion/ej2-filemanager":"~29.2.10","@syncfusion/ej2-navigations":"~29.2.8","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.2.10_1749524315529_0.28526543667707416","host":"s3://npm-registry-packages-npm-production"}},"29.2.11":{"name":"@syncfusion/ej2-richtexteditor","version":"29.2.11","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.2.11","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"125b082ae2bb13b974eb8c774ee7c2233ba15c0c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.2.11.tgz","fileCount":492,"integrity":"sha512-ux12iTE+ZMTprjv/jLTKf+QfjdapjT9d33bw5e4hgvTziyYuoJgnkXomkX4uZJnHf/b9nE/QyMwQT5fBRQSxIg==","signatures":[{"sig":"MEQCIFFvoO79u1FqXbUpwahQ8frkoiQEfJy9/Dg/FsKsv0+KAiBtp8pFrp2uT84ez3GsvnF1kFhX8o2Eaj070iege8yOqg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":39224125},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"7bb07cf467d38634c9a75eec190bf9b36587e271","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~29.2.11","@syncfusion/ej2-inputs":"~29.2.5","@syncfusion/ej2-popups":"~29.2.8","@syncfusion/ej2-buttons":"~29.2.5","@syncfusion/ej2-dropdowns":"~29.2.11","@syncfusion/ej2-filemanager":"~29.2.10","@syncfusion/ej2-navigations":"~29.2.8","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.2.11_1750128918181_0.9922608569046008","host":"s3://npm-registry-packages-npm-production"}},"30.1.37":{"name":"@syncfusion/ej2-richtexteditor","version":"30.1.37","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@30.1.37","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7d6841792731435cc0c80778b971edaf49c83731","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-30.1.37.tgz","fileCount":517,"integrity":"sha512-UKwOB5mwA/MF33mRHQJSGb/gGzpPh3iG5bfzJcSVSIe4jTfSMd5+Uljlmtczmi4UYro1QfxAr1AwNjhqr0/YXg==","signatures":[{"sig":"MEQCICbe2bGxz6aC3ffWIhRSWIatS1R42EUFw6nA+ZPPSW/5AiA1X+kdeKi/MMaR0NVLtc9WkStTOnc9JYTExyENxZMNDw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38545645},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"5d9951c03cfb7251b1330b2712d762b61aee148b","typings":"index.d.ts","_npmUser":{"name":"anonymous","actor":{"name":"essentialjs2","type":"user","email":"essentialjs2@syncfusion.com"},"email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.37","@syncfusion/ej2-inputs":"~30.1.37","@syncfusion/ej2-popups":"~30.1.37","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.37","@syncfusion/ej2-filemanager":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.37","@syncfusion/ej2-splitbuttons":"~30.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_30.1.37_1750854802514_0.9496886507596791","host":"s3://npm-registry-packages-npm-production"}},"30.1.38":{"name":"@syncfusion/ej2-richtexteditor","version":"30.1.38","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@30.1.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3abd0875483919283cdb6d44107a0843a87f1dca","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-30.1.38.tgz","fileCount":517,"integrity":"sha512-4hNFeCmHooQvYXdcjgS1ILXL2R10wzlwPF1YYwr+ChL6sBwLBiE6EQaJBZE1aXGdSgdsamBb/gJTxQkVYeye+g==","signatures":[{"sig":"MEUCIQCmsmIVaeaEfcQi9HB/i4CfgZgP/kjFw1koawbYvHhvqAIgCUjyipLaWBEcZpzQHHKL81MBfs2G9xwSeYGBwNXg56Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38725552},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"bd532a52d7fea4b25b498be8336b1de75f5ede5d","typings":"index.d.ts","_npmUser":{"name":"anonymous","actor":{"name":"essentialjs2","type":"user","email":"essentialjs2@syncfusion.com"},"email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.38","@syncfusion/ej2-inputs":"~30.1.38","@syncfusion/ej2-popups":"~30.1.37","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.37","@syncfusion/ej2-filemanager":"~30.1.38","@syncfusion/ej2-navigations":"~30.1.37","@syncfusion/ej2-splitbuttons":"~30.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_30.1.38_1751432928248_0.198171663428504","host":"s3://npm-registry-packages-npm-production"}},"30.1.39":{"name":"@syncfusion/ej2-richtexteditor","version":"30.1.39","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@30.1.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"de24c7361bc3be48f5b391d2c6992f4d78945458","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-30.1.39.tgz","fileCount":517,"integrity":"sha512-qQKWaTGg3a/wNxmvJw7PUH2VnHQ7Dshx38vJ/PW9ud6RCHtIGfy1af+gxAIQ0u0xc5kB1fd2XZJwoAhP7PydUw==","signatures":[{"sig":"MEQCIAgf0KleMKXZpYDKEJHwbJqpfaDAZdOOR8cqiBajRPC/AiBzYvA0midYL08mDBXB78dyrV6TT9Oibn5GLrfYxrLs+Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38829935},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"bd532a52d7fea4b25b498be8336b1de75f5ede5d","typings":"index.d.ts","_npmUser":{"name":"anonymous","actor":{"name":"essentialjs2","type":"user","email":"essentialjs2@syncfusion.com"},"email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.38","@syncfusion/ej2-inputs":"~30.1.38","@syncfusion/ej2-popups":"~30.1.37","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.39","@syncfusion/ej2-filemanager":"~30.1.39","@syncfusion/ej2-navigations":"~30.1.39","@syncfusion/ej2-splitbuttons":"~30.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_30.1.39_1751944553996_0.6587539641995983","host":"s3://npm-registry-packages-npm-production"}},"30.1.40":{"name":"@syncfusion/ej2-richtexteditor","version":"30.1.40","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@30.1.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2933617e115339e94b3f32d59963a2ac37b187d4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-30.1.40.tgz","fileCount":517,"integrity":"sha512-J3oyz+X69hZ6dD+uGN415eC69+mA1/3d47+QgApAqVBPfuR3ftoh5FJJR609DpP0sfMt2INnEEBB+Y86MRXzLg==","signatures":[{"sig":"MEYCIQDFeBnCvCUwRduXdjUEDsLGXcVgMzqcJxAfBprJy+2Z5AIhAMjTCVqV31/O62zzrc7ySxzVnRmtRWI4ddWoNNMbljg/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38857032},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"bd532a52d7fea4b25b498be8336b1de75f5ede5d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.38","@syncfusion/ej2-inputs":"~30.1.40","@syncfusion/ej2-popups":"~30.1.40","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.40","@syncfusion/ej2-filemanager":"~30.1.39","@syncfusion/ej2-navigations":"~30.1.39","@syncfusion/ej2-splitbuttons":"~30.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_30.1.40_1752552034666_0.00899834353509843","host":"s3://npm-registry-packages-npm-production"}},"29.2.4-738301":{"name":"@syncfusion/ej2-richtexteditor","version":"29.2.4-738301","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.2.4-738301","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"406d7ff0f73afea283475109c0e7f75dbccf4828","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.2.4-738301.tgz","fileCount":480,"integrity":"sha512-3AmGPrOh/FL4jnUA3t8uNDPan9Ob5mUwnBlmVQy4WyzRy01kUF+mjeXZfcbEk93DovIwP5/iDnE0xE6x3zfN0Q==","signatures":[{"sig":"MEQCIEn1JVoj5NTBwAOxrk7Inl94q21M1gBm8Qskk3YHrGosAiA+vWI5ST7u2mwaHT9nJ+OXDd1FfMLdCoES3IUG4CEBSQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":29153608},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"818ec9452531f80d0fb1c16a75ef05933e93af31","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.1.40.tgz","_integrity":"sha512-0z4nt7si6K+HMlBXBLIaC52maAyhttQPRF5mjmiWbKUVOUX9h+NwxFZoEkoNfGhL3VgPQkbqwSw+K7aCdM5lzw==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.9.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.4","@syncfusion/ej2-popups":"~29.2.4","@syncfusion/ej2-buttons":"~29.2.4","@syncfusion/ej2-dropdowns":"~29.2.4","@syncfusion/ej2-filemanager":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.4","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.2.4-738301_1752662724978_0.6694179120489918","host":"s3://npm-registry-packages-npm-production"}},"30.1.41":{"name":"@syncfusion/ej2-richtexteditor","version":"30.1.41","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@30.1.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0ff7791f4796fca70e4e72ea9934a07fc705f071","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-30.1.41.tgz","fileCount":517,"integrity":"sha512-mRHCmNHEgMozhcQ368lYD2GAMw5QmrrHWOjZyxLz1U/00n8Ab2HFtkFoX5Me/Jj1m8dCg/Q6GaOUWraapdHz3g==","signatures":[{"sig":"MEYCIQDRbesjDmZDRdA1Os0ZICUVDe2cb92frzrbH6e/H49lAAIhAPjxPw6NH56JI+ms1LBm1qfkeBWLNd/v785LCGrzm3EP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38870105},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"6a70ffd1a2237cd87424328c4dd3d1eeddc9b1ab","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.38","@syncfusion/ej2-inputs":"~30.1.40","@syncfusion/ej2-popups":"~30.1.40","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.41","@syncfusion/ej2-filemanager":"~30.1.39","@syncfusion/ej2-navigations":"~30.1.41","@syncfusion/ej2-splitbuttons":"~30.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_30.1.41_1753151636861_0.19033476110542602","host":"s3://npm-registry-packages-npm-production"}},"30.1.42":{"name":"@syncfusion/ej2-richtexteditor","version":"30.1.42","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@30.1.42","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6b23f4803dff472465cac426d43e62a37c0ceefb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-30.1.42.tgz","fileCount":517,"integrity":"sha512-NE6bhLLGJwxTfGTzXAI7v/MKj5C5yIfMI8tSwu4kxEnfD+FcjYJg54HS1wKKp7vOGpkn+S8LzpZ1JnZxHmyHLg==","signatures":[{"sig":"MEQCIAebQWjJLcZ3TXPtly0tRBTtEPnZbgH3TfBtIkuOCC5wAiAHufM/3N/sf21oK9gxNcOh3wrpHS2GzCBQIveWeN9EDQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38951725},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"adcbe9f85b2c26f3092c1f00d968676546a06064","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.42","@syncfusion/ej2-inputs":"~30.1.40","@syncfusion/ej2-popups":"~30.1.42","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.42","@syncfusion/ej2-filemanager":"~30.1.39","@syncfusion/ej2-navigations":"~30.1.42","@syncfusion/ej2-splitbuttons":"~30.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_30.1.42_1753755744078_0.3201712858399166","host":"s3://npm-registry-packages-npm-production"}},"27.1.52-753133":{"name":"@syncfusion/ej2-richtexteditor","version":"27.1.52-753133","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@27.1.52-753133","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"955f1491cda50b779ddba80c82fd8b2243404230","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.52-753133.tgz","fileCount":673,"integrity":"sha512-7N6IOaeBZ2rKV2uReQf57A/Qk69rPo0iAmpjQcd70mbDDv8J5RqedmfT0tNXkeOeCjIKrqdYJld1e4cjmXh7+g==","signatures":[{"sig":"MEUCIQDNz0EB9Ima9aUgZvwwuqEmjAKICTl+ht2tP8C0146aDQIgET+2HEWswfFACfTGSTeC6HIn1ZbkT1yWY9dG+P+f/pQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":24410896},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.3.1","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@syncfusion/ej2-base":"~27.1.52","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.50","@syncfusion/ej2-buttons":"~27.1.51","@syncfusion/ej2-dropdowns":"~27.1.52","@syncfusion/ej2-filemanager":"~27.1.52","@syncfusion/ej2-navigations":"~27.1.52","@syncfusion/ej2-splitbuttons":"~27.1.50"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_27.1.52-753133_1754492958636_0.8100148173314645","host":"s3://npm-registry-packages-npm-production"}},"30.2.4":{"name":"@syncfusion/ej2-richtexteditor","version":"30.2.4","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@30.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e7fff4f9150c656794b30debb125ef5d06271230","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-30.2.4.tgz","fileCount":517,"integrity":"sha512-91XxgOFkrwpQQSt58EiVOxlfITtNeUX152am2MGx0wh33Q+8TUeMrT8JPksIEJDiWtnwGmCFyWQPmnxkSt1E4Q==","signatures":[{"sig":"MEQCIDRc1/co9MHBq3Kt1OazBhxsBvhwUhfTrwGlF3Z3wFCfAiAucs6vswi/W5x+sx3Z41xUSehxXvIxzOde/IDR490itg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38986947},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"adcbe9f85b2c26f3092c1f00d968676546a06064","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.2.4","@syncfusion/ej2-inputs":"~30.2.4","@syncfusion/ej2-popups":"~30.2.4","@syncfusion/ej2-buttons":"~30.2.4","@syncfusion/ej2-dropdowns":"~30.2.4","@syncfusion/ej2-filemanager":"~30.2.4","@syncfusion/ej2-navigations":"~30.2.4","@syncfusion/ej2-splitbuttons":"~30.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_30.2.4_1754553871898_0.057370913209706","host":"s3://npm-registry-packages-npm-production"}},"30.2.5":{"name":"@syncfusion/ej2-richtexteditor","version":"30.2.5","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@30.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9fc2185ea295e1493626249c6639c4b80bc80019","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-30.2.5.tgz","fileCount":517,"integrity":"sha512-cWlt3oJc0luMB1VLhCmgv1eRjKt4dRKjmVRsGdZ5r9hy8sLD0kUnM4QsrOMtiYpgAd0DkocKNK4C4wXTvyL83g==","signatures":[{"sig":"MEUCIGEGRC9po/8HNr3CuYq8nM0YaYW7wg7KpGNgSRxvcQLvAiEAgL7w+LhgqTxk5JZjeGFKMByrvhHYiEo3NaqDfA5rlWM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38996780},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"adcbe9f85b2c26f3092c1f00d968676546a06064","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.2.4","@syncfusion/ej2-inputs":"~30.2.4","@syncfusion/ej2-popups":"~30.2.4","@syncfusion/ej2-buttons":"~30.2.4","@syncfusion/ej2-dropdowns":"~30.2.5","@syncfusion/ej2-filemanager":"~30.2.4","@syncfusion/ej2-navigations":"~30.2.5","@syncfusion/ej2-splitbuttons":"~30.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_30.2.5_1755053382738_0.9083403114248911","host":"s3://npm-registry-packages-npm-production"}},"30.2.6":{"name":"@syncfusion/ej2-richtexteditor","version":"30.2.6","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@30.2.6","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cfb31c831e1955e989631330978c3206440fce7a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-30.2.6.tgz","fileCount":517,"integrity":"sha512-wCsVKVX52vtwDdfP9RKf9acRarKnkJNTHJkY4kYkWo6TAIgjMuD+JtaAkE5VrT7mh2g/A9FxBr8T3UkA6eUhyw==","signatures":[{"sig":"MEUCIG3bfu/Yq1CaP14kzFPnlOgV90PwMgyP6Zf2cIuvH/h2AiEAoLKTGmTLahd1GrBepp5MbWi1gnrUnpSPp+4eq2ANk7U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":38999679},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"adcbe9f85b2c26f3092c1f00d968676546a06064","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.2.4","@syncfusion/ej2-inputs":"~30.2.6","@syncfusion/ej2-popups":"~30.2.4","@syncfusion/ej2-buttons":"~30.2.4","@syncfusion/ej2-dropdowns":"~30.2.6","@syncfusion/ej2-filemanager":"~30.2.4","@syncfusion/ej2-navigations":"~30.2.5","@syncfusion/ej2-splitbuttons":"~30.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_30.2.6_1755571873007_0.9395305284384312","host":"s3://npm-registry-packages-npm-production"}},"31.1.17":{"name":"@syncfusion/ej2-richtexteditor","version":"31.1.17","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.1.17","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ddba07f6c01f60f551fc25038d6c0a432720625c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.1.17.tgz","fileCount":825,"integrity":"sha512-sAH5X8m5JHzV+UMTb1eSUu475ozBCMaXxsKtZ06hhE3zFsOKI6bxCyla53K5UXEOO//ac99KiVgCnpQayYzXAQ==","signatures":[{"sig":"MEQCIGp7A8H0cQuIHI/G3fvI5485qik6nrgCmqUzqSkwxbzuAiBTy/CO01A/CkmgN0ZwaYknKmrWcT7PInzgKs36k8Lohw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44919613},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"7ed70e59ab4494c9635c797f1f6e32f6b10abe42","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.17","@syncfusion/ej2-popups":"~31.1.17","@syncfusion/ej2-buttons":"~31.1.17","@syncfusion/ej2-dropdowns":"~31.1.17","@syncfusion/ej2-filemanager":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.17","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.1.17_1757056522742_0.4425580457629976","host":"s3://npm-registry-packages-npm-production"}},"31.1.18":{"name":"@syncfusion/ej2-richtexteditor","version":"31.1.18","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.1.18","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4f2ac68889bd90b43282d48b6b2d92bf63cac02a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.1.18.tgz","fileCount":519,"integrity":"sha512-dUPqk7afRwTkmHOvLAyKF3HCCoWEY4lWS+oezBPGKolxdF6t2VCDwhFOKtJ+HNZAjb7R9LQkms9NMLB7ZYO/Lw==","signatures":[{"sig":"MEYCIQC2fD9CoopAVPm5BlBVtDHJCf49TXW14KzfMZnCEXm7ZgIhAPCUgQxNXqAL6Evan3YLgRzP1l/9UDXodXXcBJp7Pu27","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":40677351},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"f4e125440e7e8b1b400c6d6c008974bfa93586c6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.17","@syncfusion/ej2-popups":"~31.1.17","@syncfusion/ej2-buttons":"~31.1.17","@syncfusion/ej2-dropdowns":"~31.1.18","@syncfusion/ej2-filemanager":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.18","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.1.18_1757471412117_0.39953586135622765","host":"s3://npm-registry-packages-npm-production"}},"31.1.19":{"name":"@syncfusion/ej2-richtexteditor","version":"31.1.19","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.1.19","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c09a37f2378c3fafdfef9e96ef78464a2fa9cef2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.1.19.tgz","fileCount":519,"integrity":"sha512-JA2NvMrmBazJ7DbiSYA2yonnkBkPgBnSpq+S1DrHgGTwEXkZCyzHhSz+e3uvyK243UoHoWDCjmbwNYY5LMuiRQ==","signatures":[{"sig":"MEYCIQCyNLVspIk5A4VsJz1T6/9xvqn1f4uJzZJPCQmTQm+LEAIhAK64Eh4Fq+J2bw2+7Cg9ZHhb3RjjfdYg8BLmJq/dlO5u","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":41446627},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"f4e125440e7e8b1b400c6d6c008974bfa93586c6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.17","@syncfusion/ej2-popups":"~31.1.17","@syncfusion/ej2-buttons":"~31.1.17","@syncfusion/ej2-dropdowns":"~31.1.18","@syncfusion/ej2-filemanager":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.18","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.1.19_1757590591121_0.7122790933674392","host":"s3://npm-registry-packages-npm-production"}},"31.1.20":{"name":"@syncfusion/ej2-richtexteditor","version":"31.1.20","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.1.20","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"df25d7f38e37cb6234e4a97aea9c16dd94a2f90d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.1.20.tgz","fileCount":519,"integrity":"sha512-4rpsNbm7EsYM0lSkF94KS4ln3tNbqA1mwjpwp3/VRRZsLo8pnqmrGgw4l34v+WD/uk6FDIbfcrGhnwdIJvJ9SA==","signatures":[{"sig":"MEQCICq373qGKgeFO5QzDiwhY0S47nX/yt0t10zbrQofI+6VAiBybQegNDPuFgpp99uucvk7/eIxSTcnpv2Ek9VI16C9vg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":41464654},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"f4e125440e7e8b1b400c6d6c008974bfa93586c6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.20","@syncfusion/ej2-inputs":"~31.1.20","@syncfusion/ej2-popups":"~31.1.20","@syncfusion/ej2-buttons":"~31.1.17","@syncfusion/ej2-dropdowns":"~31.1.20","@syncfusion/ej2-filemanager":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.20","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.1.20_1758077507087_0.7300249646524983","host":"s3://npm-registry-packages-npm-production"}},"29.2.4-760237":{"name":"@syncfusion/ej2-richtexteditor","version":"29.2.4-760237","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.2.4-760237","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5975550c25c65844c187309d6f26e94f8a269956","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.2.4-760237.tgz","fileCount":769,"integrity":"sha512-tkcm8G/bjLP/kCoFZk11jFMzlJkC5F+4nHoVNJh3U1cdap+B/xo9U3xWOSeF4lYUE81e1bXSAAVeU5bd0YD5sQ==","signatures":[{"sig":"MEQCIGnumCeV3A0tSRz95ik0j04bZqJ/jkjGomZgCTA7yr4NAiAPd9CvrdlWikNQhFrAJa2tPXWqM42YoEvAf/yHgdJO6A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":31691732},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.9.3","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.4","@syncfusion/ej2-popups":"~29.2.4","@syncfusion/ej2-buttons":"~29.2.4","@syncfusion/ej2-dropdowns":"~29.2.4","@syncfusion/ej2-filemanager":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.4","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"bundleDependencies":[],"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.2.4-760237_1758280632002_0.47321391026995463","host":"s3://npm-registry-packages-npm-production"}},"31.1.21":{"name":"@syncfusion/ej2-richtexteditor","version":"31.1.21","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.1.21","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5c2eba642ef680d39f32c964b366d15c85fbf3a8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.1.21.tgz","fileCount":519,"integrity":"sha512-QVIo0R8KqHr3cd2KSzfDWmmC/EvhHHzf8palZdA7J8gC+QO6EC8uQrthFbT3rbWF0tffNOa+Q01vPwcKot+beg==","signatures":[{"sig":"MEUCIHnPDqIKyjEELCGBukveAK9v5rOnENpaHuM+P/y8ubYSAiEA63CcfwFzbWeeNUYTc8t78FaTbYtFKFe76lYuN5EgAe4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":41546286},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"f4e125440e7e8b1b400c6d6c008974bfa93586c6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.20","@syncfusion/ej2-inputs":"~31.1.21","@syncfusion/ej2-popups":"~31.1.20","@syncfusion/ej2-buttons":"~31.1.21","@syncfusion/ej2-dropdowns":"~31.1.20","@syncfusion/ej2-filemanager":"~31.1.21","@syncfusion/ej2-navigations":"~31.1.20","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.1.21_1758596555394_0.23094113357873236","host":"s3://npm-registry-packages-npm-production"}},"26.1.35-750253":{"name":"@syncfusion/ej2-richtexteditor","version":"26.1.35-750253","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.1.35-750253","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cc2522bf974591698c8116f7c785d7a894a0de36","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.1.35-750253.tgz","fileCount":419,"integrity":"sha512-SZdq9/9F43UPz57vWHVcmAe9qxC9JvoM9vR/0ByjwSRlVwHazOpR9oxKEECDn4em+EnaGxYA+0Ld0v7+YJYnYQ==","signatures":[{"sig":"MEQCIHutv05KxUdBfx+GFvmJk+xmqNRL7js9s9IXHFjqryFhAiAs5WgWAh4Yjq/Z9PYxrVvu0GsWEQOIqoP1LT1LfDMNsQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30525594},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.9.3","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"@syncfusion/ej2-base":"26.1.35-750253","@syncfusion/ej2-inputs":"26.1.35-750253","@syncfusion/ej2-popups":"26.1.35-750253","@syncfusion/ej2-buttons":"26.1.35-750253","@syncfusion/ej2-filemanager":"~26.1.35","@syncfusion/ej2-navigations":"26.1.35-750253","@syncfusion/ej2-splitbuttons":"26.1.35-750253"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"bundleDependencies":[],"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.1.35-750253_1758893772000_0.052331328940517396","host":"s3://npm-registry-packages-npm-production"}},"31.1.22":{"name":"@syncfusion/ej2-richtexteditor","version":"31.1.22","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.1.22","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5a11a70a5c1b584e0a9e4a2b9903797e14f801f5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.1.22.tgz","fileCount":519,"integrity":"sha512-etHWK5IhHnPVlg8Crp/4VV3kFHv+hta9LdD6GkUoPR7qPgmhs3tEfKP//LwGcfWaLPC9tqMuuRUmEGdIhMnpzw==","signatures":[{"sig":"MEUCIEWWwug+T3nJS30yIHHrgMuUPHcfEW1Hp0rYQ9BwCcqwAiEAjpE1dw4jhCkJNG88m2g+T4Zj10XmmRDy8JBU2Y6GO0w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":41691861},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"eacbe1cd9d18025057b7d14fac941c13f1b051c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.22","@syncfusion/ej2-inputs":"~31.1.22","@syncfusion/ej2-popups":"~31.1.20","@syncfusion/ej2-buttons":"~31.1.21","@syncfusion/ej2-dropdowns":"~31.1.22","@syncfusion/ej2-filemanager":"~31.1.21","@syncfusion/ej2-navigations":"~31.1.20","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.1.22_1759289925659_0.5453854010464263","host":"s3://npm-registry-packages-npm-production"}},"31.1.23":{"name":"@syncfusion/ej2-richtexteditor","version":"31.1.23","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.1.23","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b71e13c25c60f76e4e45cde9e76189754a0226f5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.1.23.tgz","fileCount":519,"integrity":"sha512-mrc3OdXdMX5E2BOSpaLH+YuW1FD/J8/EaEl6dAAriE9sv0NFQwIoT369Fc7vLt4sXPdstDJWQBlY4hYdK2r7Cg==","signatures":[{"sig":"MEUCICvHKF4goxh4XlXnMfJFN4wF0RvUxLP8/AKdMwaNhfatAiEA1U5HBYi/ullv2yHR/ARh4Y8FMAmvOiwIc2Zatn9G5pQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":41704983},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"eacbe1cd9d18025057b7d14fac941c13f1b051c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.22","@syncfusion/ej2-inputs":"~31.1.23","@syncfusion/ej2-popups":"~31.1.20","@syncfusion/ej2-buttons":"~31.1.21","@syncfusion/ej2-dropdowns":"~31.1.23","@syncfusion/ej2-filemanager":"~31.1.21","@syncfusion/ej2-navigations":"~31.1.20","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.1.23_1759806404934_0.9459920221888223","host":"s3://npm-registry-packages-npm-production"}},"26.1.35-7502":{"name":"@syncfusion/ej2-richtexteditor","version":"26.1.35-7502","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.1.35-7502","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"663f621a7125743938272bd5155377b6076c9ec5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.1.35-7502.tgz","fileCount":419,"integrity":"sha512-Zb8rsd0smsqQ6HFz8tuXYd4+Ir2CYM+916slG0ZSaR2h49M14fpBElIuvRgjmt7cmyDucxNBJuKCFWB0sYkyeQ==","signatures":[{"sig":"MEYCIQChzy+Sme2obJThwOUOKtGMg7iCx/oh5h2UMWoq7BV/egIhAKk6IQkOzqs0b5Jb7z6PBAilMxpy9yBtUcMirQ50QcHZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":30525580},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.9.3","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"@syncfusion/ej2-base":"26.1.35-7502","@syncfusion/ej2-inputs":"26.1.35-7502","@syncfusion/ej2-popups":"26.1.35-7502","@syncfusion/ej2-buttons":"26.1.35-7502","@syncfusion/ej2-filemanager":"~26.1.35","@syncfusion/ej2-navigations":"26.1.35-7502","@syncfusion/ej2-splitbuttons":"26.1.35-7502"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"bundleDependencies":[],"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.1.35-7502_1759859625428_0.8062066876749396","host":"s3://npm-registry-packages-npm-production"}},"31.2.2":{"name":"@syncfusion/ej2-richtexteditor","version":"31.2.2","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.2.2","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"99efc90ef40eeedb7e3ffd7c5bb0b9babc6ffc5d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.2.2.tgz","fileCount":519,"integrity":"sha512-A6yCA9tnBpILvHXhcY8dssfrMwqwxfeKtm8h7Wq3gkWUWhxlHl7vGtjM8Atgym40xk0WD6CGQJVI9d2pqBL29A==","signatures":[{"sig":"MEUCIFfvBmWNaeZcIuYhgmplKCMsWnl6YxJXTRwJuSoX86YPAiEAzKRV4DFN+r4ud+tQcYLk5uueQkqHLlNRtaOBsX8uq5s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":41809185},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"eacbe1cd9d18025057b7d14fac941c13f1b051c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.2","@syncfusion/ej2-inputs":"~31.2.2","@syncfusion/ej2-popups":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.2","@syncfusion/ej2-dropdowns":"~31.2.2","@syncfusion/ej2-filemanager":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.2","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.2.2_1760521672145_0.966239079520645","host":"s3://npm-registry-packages-npm-production"}},"31.2.3":{"name":"@syncfusion/ej2-richtexteditor","version":"31.2.3","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2f683ba76f0f28fdd99f3f8b19e85fced1baef01","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.2.3.tgz","fileCount":519,"integrity":"sha512-XUBKui+ow55N22it1mX61rCLa9g52DLhwKJJJlKgAT3SWIoxEzw6v5sqLJAxF7fPnPF+1oHvhw55Qa85kVOZng==","signatures":[{"sig":"MEQCID5rlaM4+XXvv/VdYHM1sFANynKPx9faNrHu0sj2GnoGAiAz/2CZXJKm0vR9wSATEyK+jT5XerJyFhHf+anUw1etFQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":41821506},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"eacbe1cd9d18025057b7d14fac941c13f1b051c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.2","@syncfusion/ej2-inputs":"~31.2.2","@syncfusion/ej2-popups":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.3","@syncfusion/ej2-dropdowns":"~31.2.3","@syncfusion/ej2-filemanager":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.3","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.2.3_1761106107115_0.08842703498097815","host":"s3://npm-registry-packages-npm-production"}},"31.2.4":{"name":"@syncfusion/ej2-richtexteditor","version":"31.2.4","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"65f7f4b571ca9180421ca07366a4731786d2239b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.2.4.tgz","fileCount":519,"integrity":"sha512-vZmavtbK2tztdrkjqT30HCLE7rvc4HtrXycb9h0gRNMNsfN07drGMmlWjqHBgrfd5itq+dBfka6wtEjrAuYN7g==","signatures":[{"sig":"MEQCIEjf7fNyRa/nZklJZl5aDnsJfdIb6V8n0fDDpe3MUDv7AiBUBc6ckvy0OVgBWNDTjpRSyy0HecDjq3Cn+6L2ZN4otQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":41823012},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"eacbe1cd9d18025057b7d14fac941c13f1b051c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.4","@syncfusion/ej2-inputs":"~31.2.4","@syncfusion/ej2-popups":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.3","@syncfusion/ej2-dropdowns":"~31.2.4","@syncfusion/ej2-filemanager":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.3","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.2.4_1761623058922_0.30938899492995886","host":"s3://npm-registry-packages-npm-production"}},"31.2.5":{"name":"@syncfusion/ej2-richtexteditor","version":"31.2.5","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ae3f53857927d19cc9ef01d46b5a6e50fd883754","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.2.5.tgz","fileCount":519,"integrity":"sha512-iDnihDs8L+hVoGD63bp834yDHICS6IV6v4dE0DPnmfH43TS4DT0B1PpYrwTdOLUQlcR+Y9kT1DuGLwz4YGQwUw==","signatures":[{"sig":"MEYCIQDMv3z03Ts7XVjiCtJhNYxUFTanUB/aIIbDf1S9EALIrQIhAO71I7fwUmDgEiVg7jgwGL0AxVJ7eYZsswm/dER6If4r","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42095207},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"eacbe1cd9d18025057b7d14fac941c13f1b051c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.5","@syncfusion/ej2-inputs":"~31.2.5","@syncfusion/ej2-popups":"~31.2.5","@syncfusion/ej2-buttons":"~31.2.3","@syncfusion/ej2-dropdowns":"~31.2.5","@syncfusion/ej2-filemanager":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.5","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.2.5_1762225505296_0.3944309874296672","host":"s3://npm-registry-packages-npm-production"}},"31.2.10":{"name":"@syncfusion/ej2-richtexteditor","version":"31.2.10","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.2.10","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5115e592eb6d13091c7ac3671aac988120fec015","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.2.10.tgz","fileCount":519,"integrity":"sha512-F1sIFa6NzvfaXwgVCSWfJjRhNDYfjTGQaoWyujq7IDfyVdUP9CVDMXsAcEgEj3bT9XMXk9HS0AajsZ6GUqBm0A==","signatures":[{"sig":"MEQCID7S7SuFBOztQGihUvk2umRjajxXmSVrUTX8r3Gzae3OAiArBocW9n8TfAj0KZPFeAeZq7YpuvahyKDNIa0GlU8z9Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42095954},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"eacbe1cd9d18025057b7d14fac941c13f1b051c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.5","@syncfusion/ej2-inputs":"~31.2.10","@syncfusion/ej2-popups":"~31.2.5","@syncfusion/ej2-buttons":"~31.2.3","@syncfusion/ej2-dropdowns":"~31.2.5","@syncfusion/ej2-filemanager":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.5","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.2.10_1762977971787_0.25418220470335595","host":"s3://npm-registry-packages-npm-production"}},"31.2.12":{"name":"@syncfusion/ej2-richtexteditor","version":"31.2.12","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.2.12","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d202af5f22ccb9a4f8d4d5353221aac94298f962","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.2.12.tgz","fileCount":519,"integrity":"sha512-eG5D4yaqKYhulDW5PsxAP4uoWJIApqOrgiM5XcyOtSxX4Cva8ryoubh8xc9b0rB0BarHr/Wv2f9X4S1gZfjUjA==","signatures":[{"sig":"MEUCIQDJ2LVhaLDov2drT7pCTFzzX1oeUHXW35WALiFBf+IS7wIgYCkHlettxZJVM9wvKTbzoIAyG5CbgEgJio+jN1L3n4M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42110399},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"572c92fc4f3a743ac70083be749f91833db88d32","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.12","@syncfusion/ej2-inputs":"~31.2.12","@syncfusion/ej2-popups":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.12","@syncfusion/ej2-dropdowns":"~31.2.12","@syncfusion/ej2-filemanager":"~31.2.12","@syncfusion/ej2-navigations":"~31.2.12","@syncfusion/ej2-splitbuttons":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.2.12_1763452176257_0.47295815373438876","host":"s3://npm-registry-packages-npm-production"}},"31.2.15":{"name":"@syncfusion/ej2-richtexteditor","version":"31.2.15","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.2.15","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ed228f1356edbfaecb792a93d812e2b373bf0fdb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.2.15.tgz","fileCount":519,"integrity":"sha512-ntveUDeLc1rXIXI40ITMGUdlGEvEmuH3ztt2dIxl2wvA8wIFK3KFyeKPVz/yX9YeuJlKhQVL4fgT3wloTHbndg==","signatures":[{"sig":"MEUCICsuz5Zq7TANBFIwL52sFg9C2nbaWhbeMH3ZTMevHfkHAiEA2Y/bKl81tIVkrVJLE5W/C+np7+JZZ70rq31huMmRoaA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42128326},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"572c92fc4f3a743ac70083be749f91833db88d32","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.12","@syncfusion/ej2-inputs":"~31.2.15","@syncfusion/ej2-popups":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.12","@syncfusion/ej2-dropdowns":"~31.2.15","@syncfusion/ej2-filemanager":"~31.2.12","@syncfusion/ej2-navigations":"~31.2.12","@syncfusion/ej2-splitbuttons":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.2.15_1764030311526_0.6036703458904917","host":"s3://npm-registry-packages-npm-production"}},"29.2.4-771571":{"name":"@syncfusion/ej2-richtexteditor","version":"29.2.4-771571","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.2.4-771571","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a2df0910edddf1a868b8f0a2976c8213bb73d7d0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.2.4-771571.tgz","fileCount":480,"integrity":"sha512-us3kQyGxd8bFLL8Of/cZv7DdXY0827BnBVo2JDouYDbefehjot2D/nuyis4DP9k3LmxGW5BtWZM+pDot6essjg==","signatures":[{"sig":"MEYCIQDB0CxvKAA1tlMw3L5shyM9R1JA2ugqufFQfJfejp/BIgIhAIBxuy8DlycNrO0UZ/cRN18xP933qr/c56w+KqVIt74n","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":29883956},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.9.3","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.4","@syncfusion/ej2-popups":"~29.2.4","@syncfusion/ej2-buttons":"~29.2.4","@syncfusion/ej2-dropdowns":"~29.2.4","@syncfusion/ej2-filemanager":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.4","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"bundleDependencies":[],"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.2.4-771571_1764570585307_0.8169342555668231","host":"s3://npm-registry-packages-npm-production"}},"31.2.18":{"name":"@syncfusion/ej2-richtexteditor","version":"31.2.18","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.2.18","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"fb70c7a56c97ec79c778b99cee080a23eb0a85f8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.2.18.tgz","fileCount":519,"integrity":"sha512-qI8BZyZrGJt/3iIVAWmJzmGIHqWY7ag5U3x6r2kNMwWyfxxaGIlUAtgAxU796/HJpxbBJz6Lu5tVVh94MwuVmA==","signatures":[{"sig":"MEUCIHRGZeVan+/F3j85ob6UOcYFU+ExRkz7ZZ8d1Qjk2YhBAiEA1e8NaeIX68lNKXCvTt12IkOXe25C+0JUblkQkWpeG4A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42133755},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"572c92fc4f3a743ac70083be749f91833db88d32","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.18","@syncfusion/ej2-inputs":"~31.2.15","@syncfusion/ej2-popups":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.18","@syncfusion/ej2-dropdowns":"~31.2.18","@syncfusion/ej2-filemanager":"~31.2.12","@syncfusion/ej2-navigations":"~31.2.16","@syncfusion/ej2-splitbuttons":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.2.18_1765252388002_0.13142008540803207","host":"s3://npm-registry-packages-npm-production"}},"32.1.19":{"name":"@syncfusion/ej2-richtexteditor","version":"32.1.19","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@32.1.19","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ac0154c796b13d40b02cbf859ffee62d8306e480","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-32.1.19.tgz","fileCount":541,"integrity":"sha512-BPuB8ggsRYEeMrWVcJSymLmaQQpZG8jDyX4tlPslVTjeWM/OVN4VV6OtBqGmVM+SL9Sb6lGnCTOge3Ze2nodnA==","signatures":[{"sig":"MEQCIHPGxs0g167vbRyszw7ZXJth2GTXaLWxs9IbuyqZdwNbAiABKvZE+QTVXxTz9TfK2WZ+AbqRt6F7FIcF/6Xy/C9a6w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":45303292},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"3f8b1dbb26b53877f7f5853cd0a1462692922c21","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-inputs":"~32.1.19","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.19","@syncfusion/ej2-dropdowns":"~32.1.19","@syncfusion/ej2-filemanager":"~32.1.19","@syncfusion/ej2-navigations":"~32.1.19","@syncfusion/ej2-splitbuttons":"~32.1.19","@syncfusion/ej2-interactive-chat":"~32.1.19","@syncfusion/ej2-markdown-converter":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_32.1.19_1765867490926_0.861607403028871","host":"s3://npm-registry-packages-npm-production"}},"32.1.20":{"name":"@syncfusion/ej2-richtexteditor","version":"32.1.20","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@32.1.20","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3b6ac5a282a690db22d60c71b4aa0aad60ae194b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-32.1.20.tgz","fileCount":541,"integrity":"sha512-GhwkiUHQ5NM4az2CyA/QWXSH2oKdPW71DUpOQlrRQpJf0ZWAiL7B+W/zLz/EyDvqlNIuO9qpdeJBgxgd+x9GMw==","signatures":[{"sig":"MEYCIQD4xhoX84D4tEZe/bDi/lCxGauQr8kb+zvfEojwzeUtuQIhAPydqNSzX91RZTn9gVAz0uqoBqJPfauA4yHLQ+tubWwZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":45314304},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"6c4e6094f106ac10ea1f299c9582d3df90b18ece","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-inputs":"~32.1.20","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.19","@syncfusion/ej2-dropdowns":"~32.1.20","@syncfusion/ej2-filemanager":"~32.1.19","@syncfusion/ej2-navigations":"~32.1.19","@syncfusion/ej2-splitbuttons":"~32.1.19","@syncfusion/ej2-interactive-chat":"~32.1.20","@syncfusion/ej2-markdown-converter":"~32.1.20"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_32.1.20_1766466491115_0.20867326091424743","host":"s3://npm-registry-packages-npm-production"}},"32.1.21":{"name":"@syncfusion/ej2-richtexteditor","version":"32.1.21","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@32.1.21","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"107a19ad9fb8892519014d21ada8efc28204a912","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-32.1.21.tgz","fileCount":541,"integrity":"sha512-/RERIEkvaBse5KvYRLtJ2Qx4H6OAiNcdbouR41uwKgNDG8BE34RJnWvYgPyGcgE1GH4OcOgZrin+nhzEM90Z0w==","signatures":[{"sig":"MEUCIQCE5hI9M/+1Unk+8oriVmJ5XeOj+UTqgFe0F3Zulz8ieQIgeByvz0b++/2DhmOSQRKvDFdwOeRethGVpjU1Xk5F14I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":45344230},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-inputs":"~32.1.20","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.21","@syncfusion/ej2-dropdowns":"~32.1.21","@syncfusion/ej2-filemanager":"~32.1.19","@syncfusion/ej2-navigations":"~32.1.19","@syncfusion/ej2-splitbuttons":"~32.1.19","@syncfusion/ej2-interactive-chat":"~32.1.21","@syncfusion/ej2-markdown-converter":"~32.1.21"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_32.1.21_1767061765198_0.1718169555364104","host":"s3://npm-registry-packages-npm-production"}},"32.1.22":{"name":"@syncfusion/ej2-richtexteditor","version":"32.1.22","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@32.1.22","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ddc7e966730c604559d91a94f5cd3d2b7836a82b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-32.1.22.tgz","fileCount":541,"integrity":"sha512-rk23s+bVEPKlPWHy/gqfa7SF9X3EI+GsgqPpzK5DYv90LTm6aeNTLFZ9XB4gbD+V/OSgPXRh0I/0AlB0zCwfHw==","signatures":[{"sig":"MEYCIQDWs/1t36te2bQUmrF8VH2GpbvD8XL5mKvySxK6cgRMFQIhAJFOFZ6VUXUOsU2tVAD2aDopmjNtcl14t4o7GXBpDujO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":45384807},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-inputs":"~32.1.22","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.21","@syncfusion/ej2-dropdowns":"~32.1.22","@syncfusion/ej2-filemanager":"~32.1.19","@syncfusion/ej2-navigations":"~32.1.19","@syncfusion/ej2-splitbuttons":"~32.1.22","@syncfusion/ej2-interactive-chat":"~32.1.22","@syncfusion/ej2-markdown-converter":"~32.1.22"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_32.1.22_1767667872335_0.706400940933444","host":"s3://npm-registry-packages-npm-production"}},"32.1.23":{"name":"@syncfusion/ej2-richtexteditor","version":"32.1.23","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@32.1.23","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b7708dc169246898b749386ea3b0fc6ba9e14459","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-32.1.23.tgz","fileCount":541,"integrity":"sha512-2Sq47cAH+cshgsfa4LbAev7JMyK9MSua6g+26itOudKddgi4utu6Bu9syWx1heLvBf0eb7OwIGK9l74Agpcigg==","signatures":[{"sig":"MEUCIQCLg/eaU4X0CualRQTj/J5KPspwcOTMHN2XjtSDot0GnwIgQ0pZVT97KaSKfvG6yZNGrjbIQQonE1jZzazLTb0OjTk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":45388919},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.23","@syncfusion/ej2-inputs":"~32.1.22","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.23","@syncfusion/ej2-dropdowns":"~32.1.23","@syncfusion/ej2-filemanager":"~32.1.19","@syncfusion/ej2-navigations":"~32.1.19","@syncfusion/ej2-splitbuttons":"~32.1.22","@syncfusion/ej2-interactive-chat":"~32.1.23","@syncfusion/ej2-markdown-converter":"~32.1.23"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_32.1.23_1768275932020_0.23219848477255223","host":"s3://npm-registry-packages-npm-production"}},"31.1.17-799247":{"name":"@syncfusion/ej2-richtexteditor","version":"31.1.17-799247","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.1.17-799247","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"985f998fbbb7ff97edd79420bae844e864b92263","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.1.17-799247.tgz","fileCount":510,"integrity":"sha512-MZ5SU6z8ghC1FWc28MFFslI3BrqJ0G50LdVYL54S8rDW72RWDyIhdfvuowoMvL70y0Z2fnwWjk6UFzEf9MQLlg==","signatures":[{"sig":"MEQCIBiFqtt6MI1G5LKwvTZGne/xTWX2EaoyMTTGTPF6N30JAiBgDCNqCw8vKqT8oyxIPlKaTcirJCUa0v5InsmTy4E9ug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36463788},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"D:\\SF3992\\WFH\\Nexus\\release","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"495f615eb426c58eb8ec18d6ebce93e1eccc9a6e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-development/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-30.2.0.tgz","_integrity":"sha512-mTcfDZV8kj4f10dI9RHZZBBBkl27szpXfDOjYHDNneQTxlJbQf3/xNBOY/HubfIPHvzwAElZWKXIgMKicBwwog==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.14.12","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.17","@syncfusion/ej2-popups":"~31.1.17","@syncfusion/ej2-buttons":"~31.1.17","@syncfusion/ej2-dropdowns":"~31.1.17","@syncfusion/ej2-filemanager":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.17","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.1.17-799247_1768303955285_0.9992733464439589","host":"s3://npm-registry-packages-npm-production"}},"32.1.24":{"name":"@syncfusion/ej2-richtexteditor","version":"32.1.24","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@32.1.24","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bf1aeca0df7ab490ddf889550120e82804daed03","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-32.1.24.tgz","fileCount":664,"integrity":"sha512-IuKommbplyZtJ1vZWuSDR2oUiKmcGA0/17kjLKpS7EvSeEPZcqv8qp3SAF4+YQQN7KkMJ+SJ30AqdBBH5xeGHQ==","signatures":[{"sig":"MEUCIQDxvjKP6F6YEgNmijqI0CIsOIh+L7ztDOMmgLajh+womgIgCK3oaUrOfRzM/kzv9UgwJVd1JC6Fqwiozq2qSxgZgR4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":45559634},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.24","@syncfusion/ej2-inputs":"~32.1.24","@syncfusion/ej2-popups":"~32.1.24","@syncfusion/ej2-buttons":"~32.1.24","@syncfusion/ej2-dropdowns":"~32.1.24","@syncfusion/ej2-filemanager":"~32.1.24","@syncfusion/ej2-navigations":"~32.1.24","@syncfusion/ej2-splitbuttons":"~32.1.24","@syncfusion/ej2-interactive-chat":"~32.1.24","@syncfusion/ej2-markdown-converter":"~32.1.24"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_32.1.24_1768876105701_0.09719612595125215","host":"s3://npm-registry-packages-npm-production"}},"32.1.25":{"name":"@syncfusion/ej2-richtexteditor","version":"32.1.25","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@32.1.25","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"75e7f68cc37923882c7d5bac4518222fffbef3f8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-32.1.25.tgz","fileCount":666,"integrity":"sha512-70LmZGgYllkBu2MMlC42GLaO1yftBR2EIHPyQXImT3HP7ifI/raJqrqhskhpE21QUzgFPeb7XeaEUWWl3pvQlA==","signatures":[{"sig":"MEYCIQDKzmdIrcIX0J7JODtZUBzt5rYkIEgtR5+A3o1wmcde7AIhAM/X1ST2g7Iqly/qam1nQSsdeJN4aFMeFgpKuSvD+f3W","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":45577541},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.24","@syncfusion/ej2-inputs":"~32.1.24","@syncfusion/ej2-popups":"~32.1.25","@syncfusion/ej2-buttons":"~32.1.24","@syncfusion/ej2-dropdowns":"~32.1.25","@syncfusion/ej2-filemanager":"~32.1.24","@syncfusion/ej2-navigations":"~32.1.24","@syncfusion/ej2-splitbuttons":"~32.1.24","@syncfusion/ej2-interactive-chat":"~32.1.25","@syncfusion/ej2-markdown-converter":"~32.1.25"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_32.1.25_1769482488105_0.30773725920885453","host":"s3://npm-registry-packages-npm-production"}},"29.2.4-795127":{"name":"@syncfusion/ej2-richtexteditor","version":"29.2.4-795127","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.2.4-795127","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"04d76d1b2c1cef568a6fb7435f63a330e10a5016","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.2.4-795127.tgz","fileCount":606,"integrity":"sha512-FhrQolXDn61roStkJb6GwZsgQXsQ07IiIjSMkyqGOdL27s8oudQnPZm9oqzFvFpt9XmsCCK8EfKZjDC702Zvtg==","signatures":[{"sig":"MEUCICu2rX9M4CpfT1y/NloLdXs8E2hp7dmSnVQoV+D7mm6rAiEAqa80OvgmtBLFejzw43OiwWhKJo4qDcDm5UJxotQvnSc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":31029973},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.3.1","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.4","@syncfusion/ej2-popups":"~29.2.4","@syncfusion/ej2-buttons":"~29.2.4","@syncfusion/ej2-dropdowns":"~29.2.4","@syncfusion/ej2-filemanager":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.4","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.2.4-795127_1769671014482_0.020483060915503337","host":"s3://npm-registry-packages-npm-production"}},"31.1.17-799247-1":{"name":"@syncfusion/ej2-richtexteditor","version":"31.1.17-799247-1","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.1.17-799247-1","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"740af9b8bccc9e38b28a61a337935b21336d4720","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.1.17-799247-1.tgz","fileCount":635,"integrity":"sha512-7sG0x+TIzk6rkgn8lZK7j+9R8q06Q2WBq3VOCSGsmuv+9bW/orhqLNaqFaWnt8QNIWilLb6I28XteSgkD4TVmg==","signatures":[{"sig":"MEUCIGKzwzi0yoT4InmNg/PYAxE5HMEB4hOFo4DBypLkFvAPAiEA7K9qFOp2UNqeWp3IoKqL7XYOZumW4t6RvnFU55MtxCM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36640371},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.3.1","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@syncfusion/ej2-base":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.17","@syncfusion/ej2-popups":"~31.1.17","@syncfusion/ej2-buttons":"~31.1.17","@syncfusion/ej2-dropdowns":"~31.1.17","@syncfusion/ej2-filemanager":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.17","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.1.17-799247-1_1770208136705_0.015119415173824091","host":"s3://npm-registry-packages-npm-production"}},"32.2.3":{"name":"@syncfusion/ej2-richtexteditor","version":"32.2.3","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@32.2.3","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9a9d4ecb858b7788bba35e70224457a4918b8ecb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-32.2.3.tgz","fileCount":666,"integrity":"sha512-0zAJ7Xj29Un5KeTUzfvDpcma8djWRQuFQV3pQQS4k1CV8MIkAq6COMx/fYN/qFkR2WtDVBG0P56kHoagDmhGrQ==","signatures":[{"sig":"MEUCIQD7dD87oTWbWubzNv+lqDafX7zyLbx8+7GYcUrrB9asUQIgEE8LfSPXNXyf9h6lgns8V6HzS471F2RnQK5G9dwmV7g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":45565812},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.3","@syncfusion/ej2-inputs":"~32.2.3","@syncfusion/ej2-popups":"~32.2.3","@syncfusion/ej2-buttons":"~32.2.3","@syncfusion/ej2-dropdowns":"~32.2.3","@syncfusion/ej2-filemanager":"~32.2.3","@syncfusion/ej2-navigations":"~32.2.3","@syncfusion/ej2-splitbuttons":"~32.2.3","@syncfusion/ej2-interactive-chat":"~32.2.3","@syncfusion/ej2-markdown-converter":"~32.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_32.2.3_1770256952242_0.27273793285432446","host":"s3://npm-registry-packages-npm-production"}},"32.2.4":{"name":"@syncfusion/ej2-richtexteditor","version":"32.2.4","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@32.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0a8be5f02ecf737bcd3d569c48650d7d2a659c99","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-32.2.4.tgz","fileCount":666,"integrity":"sha512-/BtriCyNxG7HTHoQ2f8sQOlzk9Ij5wvoHoJ0YIOdeyP+Pz/NqYOQpsM0ZWPJzOLgo37TUeH45Cb13x40nm0V1Q==","signatures":[{"sig":"MEUCIQCsYRJGSptRq2GItKmwGzHU15qmIVGDKY03kTKHlZcsFwIgEtcr1otnx+XrMKsT4ans3lY3A0qSHMDSbX3G4sPFRcg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":45609035},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.3","@syncfusion/ej2-inputs":"~32.2.3","@syncfusion/ej2-popups":"~32.2.4","@syncfusion/ej2-buttons":"~32.2.3","@syncfusion/ej2-dropdowns":"~32.2.4","@syncfusion/ej2-filemanager":"~32.2.3","@syncfusion/ej2-navigations":"~32.2.3","@syncfusion/ej2-splitbuttons":"~32.2.3","@syncfusion/ej2-interactive-chat":"~32.2.4","@syncfusion/ej2-markdown-converter":"~32.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_32.2.4_1770781122350_0.8895665798307257","host":"s3://npm-registry-packages-npm-production"}},"29.2.4-803054":{"name":"@syncfusion/ej2-richtexteditor","version":"29.2.4-803054","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@29.2.4-803054","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"22e0c45e3aa5d75dfcd3ed8e82bd85ce9ad151c0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-29.2.4-803054.tgz","fileCount":606,"integrity":"sha512-1jaOCCSHHv7OA42/5tEsj/YZpllMBV5GKX6tloJBg5HWbgJ3QnDyT/ayBCePNvLhiiX6g1WFvh7LSn5aYCtoBQ==","signatures":[{"sig":"MEUCIQCvkuqDoJckcrBd5fX8gupEx6Aj6Tli8mJS8XJZH2mDfgIgHNOuj92t0+OEBcyymAq2ZZaFgZY454CmR7YRS7PaiAI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":31064135},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"10.8.2","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"20.19.6","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.4","@syncfusion/ej2-popups":"~29.2.4","@syncfusion/ej2-buttons":"~29.2.4","@syncfusion/ej2-dropdowns":"~29.2.4","@syncfusion/ej2-filemanager":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.4","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"bundleDependencies":[],"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_29.2.4-803054_1770963979892_0.4870709171957244","host":"s3://npm-registry-packages-npm-production"}},"32.2.5":{"name":"@syncfusion/ej2-richtexteditor","version":"32.2.5","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@32.2.5","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f3171075d870eb60690b2c37c9ab4d6893cedb67","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-32.2.5.tgz","fileCount":666,"integrity":"sha512-KnR8P1Qn7oWMJGe5fcce0wWPTV8AE5Wt6i+ftdldN6QbaW/QF9ut0Jh/S1ucHkIyG2ivdcjk/SfW1FaxJCuaOA==","signatures":[{"sig":"MEUCIQDGtJOsX4Ov061TDxvCFJo9G1WLtNSAF5Sop9LaDjkxCQIgVTOueIG3SsJwNm8/h2InaGx7kt8IiiX37FKyvDMY4Sc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":45759650},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.3","@syncfusion/ej2-inputs":"~32.2.5","@syncfusion/ej2-popups":"~32.2.5","@syncfusion/ej2-buttons":"~32.2.3","@syncfusion/ej2-dropdowns":"~32.2.4","@syncfusion/ej2-filemanager":"~32.2.3","@syncfusion/ej2-navigations":"~32.2.3","@syncfusion/ej2-splitbuttons":"~32.2.3","@syncfusion/ej2-interactive-chat":"~32.2.5","@syncfusion/ej2-markdown-converter":"~32.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_32.2.5_1771286552836_0.346637488783752","host":"s3://npm-registry-packages-npm-production"}},"31.1.17-799247-2":{"name":"@syncfusion/ej2-richtexteditor","version":"31.1.17-799247-2","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@31.1.17-799247-2","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cf96727de8957129f0f13076b0001034d4bc1e80","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-31.1.17-799247-2.tgz","fileCount":635,"integrity":"sha512-QMoIc49B3uP97M8PorS0Qbzbf+zYoK1Izox+SyBTFMH79UIuW2tJukB9NidjZ2SpXvJCiibnAkF4nz4yF/6OOg==","signatures":[{"sig":"MEUCIQD4yQs+kEiEsCY4rP4NwYe19xJTKxBsaCBLM8r5tAFUKQIgV8KgB96NkH+cPLHCKxqlQRcM6n1EPdB8c/cZ5JwLDPc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":36728452},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.3.1","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@syncfusion/ej2-base":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.17","@syncfusion/ej2-popups":"~31.1.17","@syncfusion/ej2-buttons":"~31.1.17","@syncfusion/ej2-dropdowns":"~31.1.17","@syncfusion/ej2-filemanager":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.17","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_31.1.17-799247-2_1771848294430_0.740622937883622","host":"s3://npm-registry-packages-npm-production"}},"32.2.7":{"name":"@syncfusion/ej2-richtexteditor","version":"32.2.7","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@32.2.7","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"510020f18ded133fee48aa741d9fc6b088791670","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-32.2.7.tgz","fileCount":666,"integrity":"sha512-CAtc5H8nCLFYYBjbpk3NWfvx1SC5Y5n90nlAXWD0XcdWPrcSbehNmOycnK3KMgPsloGcv+zswdiEFmU1j+LeNg==","signatures":[{"sig":"MEYCIQDUfVEGfvp8MURuxqULEsJSpvoDlxsWKEqRuccDoIOB8wIhAMjcbdhct349ibh4omlITAxeTKtRwe0E6g0x70YXCvsl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":45768240},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.6","@syncfusion/ej2-inputs":"~32.2.7","@syncfusion/ej2-popups":"~32.2.7","@syncfusion/ej2-buttons":"~32.2.7","@syncfusion/ej2-dropdowns":"~32.2.7","@syncfusion/ej2-filemanager":"~32.2.7","@syncfusion/ej2-navigations":"~32.2.7","@syncfusion/ej2-splitbuttons":"~32.2.7","@syncfusion/ej2-interactive-chat":"~32.2.7","@syncfusion/ej2-markdown-converter":"~32.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_32.2.7_1771914289307_0.7428629828727815","host":"s3://npm-registry-packages-npm-production"}},"32.2.8":{"name":"@syncfusion/ej2-richtexteditor","version":"32.2.8","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@32.2.8","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8c11b16f656ff735269ed1b451921c199f4932cb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-32.2.8.tgz","fileCount":666,"integrity":"sha512-IB2ow+m/i2OLxSnLPGy3Etsar4M22kAUtiFPBEsapgARFo+BndE4Uu01Nh3DtkS7O8pB7AQ63+EW0V97rAF1YQ==","signatures":[{"sig":"MEYCIQDVSUCp4OV1+sjfCfPeC7vlJtjo76fV0RjxoWyPfz17BwIhAKAi+yH97fDl+bFnU6GyWxgEEIDjxGbEVDLJz0BmZYS3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":45758451},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.6","@syncfusion/ej2-inputs":"~32.2.8","@syncfusion/ej2-popups":"~32.2.8","@syncfusion/ej2-buttons":"~32.2.7","@syncfusion/ej2-dropdowns":"~32.2.8","@syncfusion/ej2-filemanager":"~32.2.7","@syncfusion/ej2-navigations":"~32.2.8","@syncfusion/ej2-splitbuttons":"~32.2.7","@syncfusion/ej2-interactive-chat":"~32.2.8","@syncfusion/ej2-markdown-converter":"~32.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_32.2.8_1772507715591_0.09496997346068259","host":"s3://npm-registry-packages-npm-production"}},"32.2.9":{"name":"@syncfusion/ej2-richtexteditor","version":"32.2.9","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@32.2.9","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5bc81c3fe0135c66cdecf17b7577f918fa9ba326","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-32.2.9.tgz","fileCount":666,"integrity":"sha512-xu3lHSKbY++OpyyyfFoI0kqlxQccBgIlJEEYi2Lyn8NVYyaZF2kWNwKoCdNSbIoivRhMfAh9tcQef6zcgCphlQ==","signatures":[{"sig":"MEUCIQDENWTM0Urrbst3t9c2wtYhQ4DLwkcA4mQ5zUBM6xyPVwIgJgL4VKKpSZFfBewXIijfR0mqoamxezERodkC2+zZfDU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":45794784},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"b732669d5d044250597d679edd465482269a2471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.9","@syncfusion/ej2-inputs":"~32.2.8","@syncfusion/ej2-popups":"~32.2.8","@syncfusion/ej2-buttons":"~32.2.9","@syncfusion/ej2-dropdowns":"~32.2.9","@syncfusion/ej2-filemanager":"~32.2.7","@syncfusion/ej2-navigations":"~32.2.9","@syncfusion/ej2-splitbuttons":"~32.2.7","@syncfusion/ej2-interactive-chat":"~32.2.9","@syncfusion/ej2-markdown-converter":"~32.2.9"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_32.2.9_1773108792268_0.7167926090479748","host":"s3://npm-registry-packages-npm-production"}},"33.1.44":{"name":"@syncfusion/ej2-richtexteditor","version":"33.1.44","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@33.1.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6c1edd383ea2e7f87257b28e41e893d2e6c0df02","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-33.1.44.tgz","fileCount":667,"integrity":"sha512-eOY5wOhyV1XXeOODEWaRZ3JcijdOxQ0m82av/yrdKT+qqP+DTqoA1D4l2BZR3ZntpMxHHp/f2343kwazR2yoXA==","signatures":[{"sig":"MEQCIALV1vMZJAR26ge4IqUGDkD7n+28Pm8cD2a3C/uFESIAAiBpLn2GAx5pzv4pIG16/Azs68vXQKfkmCFxkXKlJxpPAA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48425699},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"eea55cfe21b7c70d785b85a941bc340546ac11dd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~33.1.44","@syncfusion/ej2-inputs":"~33.1.44","@syncfusion/ej2-popups":"~33.1.44","@syncfusion/ej2-buttons":"~33.1.44","@syncfusion/ej2-dropdowns":"~33.1.44","@syncfusion/ej2-filemanager":"~33.1.44","@syncfusion/ej2-navigations":"~33.1.44","@syncfusion/ej2-splitbuttons":"~33.1.44","@syncfusion/ej2-interactive-chat":"~33.1.44","@syncfusion/ej2-markdown-converter":"~33.1.44"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_33.1.44_1773658456635_0.06704808307178256","host":"s3://npm-registry-packages-npm-production"}},"26.1.35-805461":{"name":"@syncfusion/ej2-richtexteditor","version":"26.1.35-805461","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@26.1.35-805461","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"33f52d80b9b8e9a22979a887812105c42a9bc4e2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-26.1.35-805461.tgz","fileCount":593,"integrity":"sha512-4DkkJsiX+OPdQXS6IyZ9amh3rjlQA5q+h8QmBMgC3o8Fb9FFDEqo+huWc+VgR3D4MHJeM5zt8NU7VhQwiynHBg==","signatures":[{"sig":"MEUCICY2wHTEj4BVcz68GB7fRu4pDlym3YtFZSfygR+8H7vEAiEA+pLOgPtN4Sv7lIBkXOz5Dp4vhJk041UuaPpcn/TeKlI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":29126595},"main":"./dist/ej2-richtexteditor.umd.min.js","_from":"@syncfusion/ej2-richtexteditor@*","_spec":"@syncfusion/ej2-richtexteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","_shasum":"db04bfc3080175248eaf85d189ce8ce7df183f7e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-richtexteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.54.tgz","_integrity":"sha512-nRcPQ0OfOscw8zBLuMrz7CIfxcpRf3sbkCqffFybabE7NbwtxHo13omNlYpOwISOBnSLaj5gsHV/0zXnN8Sg3g==","_requested":{"raw":"@syncfusion/ej2-richtexteditor@*","name":"@syncfusion/ej2-richtexteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-richtexteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.14.18","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-richtexteditor","/@syncfusion/ej2-gantt","/@syncfusion/ej2-inplace-editor","/@syncfusion/ej2-react-richtexteditor","/@syncfusion/ej2-vue-richtexteditor"],"description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"14.21.3","dependencies":{"@syncfusion/ej2-base":"26.1.35-7502","@syncfusion/ej2-inputs":"26.1.35-7502","@syncfusion/ej2-popups":"26.1.35-7502","@syncfusion/ej2-buttons":"26.1.35-7502","@syncfusion/ej2-filemanager":"26.1.35","@syncfusion/ej2-navigations":"26.1.35-7502","@syncfusion/ej2-splitbuttons":"26.1.35-7502"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_26.1.35-805461_1773834277700_0.6305558410309597","host":"s3://npm-registry-packages-npm-production"}},"33.1.45":{"name":"@syncfusion/ej2-richtexteditor","version":"33.1.45","keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-richtexteditor@33.1.45","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a8a3b8ce783d5742c93b3ead295a14eb11901640","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-33.1.45.tgz","fileCount":667,"integrity":"sha512-gDV1MwWOlZwPZxE/1SEXxF1XsdC3EsLfJIEc/7xfNhCQ8pAdKpIEl+oKxF8vZbTrJ6ucvVthAMARD1NXLLWVHQ==","signatures":[{"sig":"MEUCIGI5ecNR3HnC3mFEdlNcV/FgS07zAVnNtX4qSECLLBr1AiEAtPIwUI34s4ps31gqC1VHuSh3raOHDU5VlAQS71n5pw0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48510371},"main":"./dist/ej2-richtexteditor.umd.min.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","module":"./index.js","gitHead":"24ee1e3afadd54f2a1f3a39eb7ef2ffab0ebe932","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 RichTextEditor component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~33.1.45","@syncfusion/ej2-inputs":"~33.1.44","@syncfusion/ej2-popups":"~33.1.44","@syncfusion/ej2-buttons":"~33.1.44","@syncfusion/ej2-dropdowns":"~33.1.44","@syncfusion/ej2-filemanager":"~33.1.45","@syncfusion/ej2-navigations":"~33.1.45","@syncfusion/ej2-splitbuttons":"~33.1.44","@syncfusion/ej2-interactive-chat":"~33.1.44","@syncfusion/ej2-markdown-converter":"~33.1.44"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-richtexteditor_33.1.45_1774330338861_0.5858211155876933","host":"s3://npm-registry-packages-npm-production"}},"33.1.46":{"name":"@syncfusion/ej2-richtexteditor","version":"33.1.46","description":"Essential JS 2 RichTextEditor component","author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","main":"./dist/ej2-richtexteditor.umd.min.js","module":"./index.js","es2015":"./dist/es6/ej2-richtexteditor.es5.js","dependencies":{"@syncfusion/ej2-base":"~33.1.45","@syncfusion/ej2-buttons":"~33.1.44","@syncfusion/ej2-dropdowns":"~33.1.46","@syncfusion/ej2-filemanager":"~33.1.45","@syncfusion/ej2-inputs":"~33.1.44","@syncfusion/ej2-interactive-chat":"~33.1.44","@syncfusion/ej2-markdown-converter":"~33.1.44","@syncfusion/ej2-navigations":"~33.1.46","@syncfusion/ej2-popups":"~33.1.44","@syncfusion/ej2-splitbuttons":"~33.1.44"},"devDependencies":{},"keywords":["ej2","syncfusion","HTML5-rich-text-editor","wysiwyg-html-editor","rich-text-editor","markdown-editor","wysiwyg-markdown-editor","editor","rich text editor","editing","rich text","rich editor","text editor","contenteditable","wysiwyg","html","text","markdown"],"repository":{"type":"git","url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"},"typings":"index.d.ts","sideEffects":false,"homepage":"https://www.syncfusion.com/javascript-ui-controls","gitHead":"24ee1e3afadd54f2a1f3a39eb7ef2ffab0ebe932","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"_id":"@syncfusion/ej2-richtexteditor@33.1.46","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-SxQPyx5HxtMMBgjYQsV9j1MDitV9Owh3x6HTHZbnKMnRkN4tJuFqUpDItsEJRmoJvV3+KPZd/GDaILt/QgPrMg==","shasum":"39ceca0938b2a073b00712ace2e8fce307afd09f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-33.1.46.tgz","fileCount":667,"unpackedSize":48556828,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQChClrYDsdGRqvBCVUPdgV6d5UWR9d0sJpShTpUWyEUsAIgSytvxMDDp030bSiIQZzPEWhCYWRzdHjqZxcRxu4R2nM="}]},"_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/ej2-richtexteditor_33.1.46_1774922234793_0.2315856996085408"},"_hasShrinkwrap":false}},"name":"@syncfusion/ej2-richtexteditor","time":{"created":"2018-06-25T09:05:04.739Z","modified":"2026-03-31T01:57:15.440Z","16.2.41":"2018-06-25T09:05:05.148Z","16.2.44":"2018-07-10T09:47:31.991Z","16.2.45":"2018-07-17T07:49:59.899Z","16.2.46":"2018-07-30T13:03:33.283Z","16.2.47":"2018-08-07T12:46:51.063Z","16.2.48":"2018-08-14T10:26:56.134Z","16.2.49":"2018-08-21T12:44:41.588Z","16.2.50":"2018-08-28T18:02:42.511Z","16.2.51":"2018-09-04T11:59:58.385Z","16.2.52":"2018-09-04T14:48:40.341Z","16.3.17":"2018-09-11T13:30:13.418Z","16.3.21":"2018-09-21T19:44:51.168Z","16.3.22":"2018-09-25T10:36:05.155Z","16.3.24":"2018-10-09T07:16:58.405Z","16.3.27":"2018-10-23T10:19:11.047Z","16.3.29":"2018-10-31T04:40:36.381Z","16.3.30":"2018-11-01T11:26:58.952Z","16.3.33":"2018-11-20T13:18:24.058Z","16.3.34":"2018-11-22T03:54:57.574Z","16.4.40-beta":"2018-12-10T12:24:39.181Z","16.4.42":"2018-12-17T13:10:52.190Z","16.4.44":"2018-12-24T12:13:02.944Z","16.4.46":"2019-01-08T11:04:22.764Z","16.4.47":"2019-01-16T11:17:30.938Z","16.4.48":"2019-01-22T12:02:58.839Z","17.1.1-beta":"2019-01-29T13:48:21.065Z","16.4.52":"2019-02-05T16:37:24.856Z","16.4.53":"2019-02-13T10:12:34.371Z","16.4.54":"2019-02-19T07:31:19.788Z","16.4.55":"2019-02-27T07:19:30.705Z","17.1.32-beta":"2019-03-13T15:12:39.480Z","17.1.38":"2019-03-29T07:34:43.804Z","17.1.40":"2019-04-09T11:47:59.161Z","17.1.42":"2019-04-23T09:11:22.962Z","17.1.43":"2019-04-30T10:23:59.080Z","17.1.47":"2019-05-14T10:45:07.101Z","17.1.48":"2019-05-21T12:18:42.992Z","17.1.49":"2019-05-29T07:49:01.266Z","17.2.28-beta":"2019-06-27T14:55:59.253Z","17.2.34":"2019-07-11T12:43:04.747Z","17.2.35":"2019-07-17T04:40:52.720Z","17.2.36":"2019-07-24T07:46:49.896Z","17.2.39":"2019-07-30T07:26:22.755Z","17.2.41":"2019-08-14T03:59:06.232Z","17.2.46":"2019-08-22T10:55:44.992Z","17.2.47":"2019-08-27T14:26:53.165Z","17.2.29-beta":"2019-08-27T20:00:19.709Z","17.2.48-beta":"2019-08-28T14:29:00.444Z","17.2.49":"2019-09-04T09:02:29.687Z","17.2.51":"2019-09-10T15:49:54.821Z","17.2.52":"2019-09-19T12:51:41.213Z","17.3.9-beta":"2019-09-20T12:45:00.871Z","17.3.14":"2019-10-03T16:20:30.176Z","17.3.16":"2019-10-09T09:48:48.039Z","17.3.19":"2019-10-22T12:40:13.268Z","17.3.26":"2019-11-05T18:40:27.383Z","17.3.27":"2019-11-12T12:09:02.502Z","17.3.28":"2019-11-19T13:17:27.059Z","17.3.29":"2019-11-26T06:58:31.313Z","17.4.39":"2019-12-17T10:26:22.554Z","17.4.40":"2019-12-24T11:07:11.258Z","17.4.43":"2020-01-14T06:53:28.405Z","17.4.44":"2020-01-21T12:37:38.259Z","17.4.46":"2020-01-30T09:27:02.127Z","17.4.47":"2020-02-05T07:05:16.773Z","17.4.48":"2020-02-06T12:47:54.677Z","17.4.49":"2020-02-11T10:58:14.386Z","17.4.51":"2020-02-25T14:24:22.751Z","17.4.55":"2020-03-10T10:52:19.021Z","18.1.36-beta":"2020-03-19T09:16:11.371Z","18.1.42":"2020-04-01T10:49:41.168Z","18.1.43":"2020-04-07T12:15:40.146Z","18.1.44":"2020-04-14T11:41:44.718Z","18.1.45":"2020-04-21T10:21:38.543Z","18.1.48":"2020-05-05T11:26:17.872Z","18.1.52":"2020-05-13T08:27:49.345Z","18.1.53":"2020-05-19T07:10:36.533Z","18.1.54":"2020-05-26T10:26:25.835Z","18.1.57":"2020-06-16T10:50:52.867Z","18.2.44":"2020-07-07T00:46:45.095Z","18.2.45":"2020-07-14T05:57:43.288Z","18.2.46":"2020-07-21T08:03:22.948Z","18.2.48":"2020-08-04T06:35:51.592Z","18.2.54":"2020-08-18T12:28:01.174Z","18.2.55":"2020-08-25T14:34:55.609Z","18.2.56":"2020-09-01T11:46:32.251Z","18.3.35":"2020-10-01T09:45:52.477Z","18.3.40":"2020-10-13T13:59:30.030Z","18.3.42":"2020-10-20T11:30:53.411Z","18.3.44":"2020-10-27T10:50:51.826Z","18.3.47":"2020-11-05T08:19:27.603Z","18.3.48":"2020-11-11T07:16:16.665Z","18.3.50":"2020-11-17T12:52:39.929Z","17.2.52-1205479":"2020-11-23T12:57:03.595Z","18.3.52":"2020-12-01T13:18:26.051Z","18.4.30":"2020-12-17T07:28:47.114Z","18.4.32":"2020-12-29T11:46:23.252Z","18.4.33":"2021-01-05T07:48:18.439Z","18.4.34":"2021-01-13T06:02:24.574Z","17.2.55-1205479":"2021-01-15T09:31:36.456Z","18.4.35":"2021-01-19T10:40:19.078Z","18.4.39":"2021-01-28T05:11:34.417Z","18.4.42":"2021-02-09T11:27:43.906Z","18.4.44":"2021-02-23T09:17:37.365Z","18.4.46":"2021-03-02T09:38:41.625Z","18.4.47":"2021-03-09T12:57:37.223Z","18.4.48":"2021-03-16T09:45:01.621Z","18.4.49":"2021-03-23T08:56:37.044Z","19.1.54":"2021-03-30T14:51:46.406Z","19.1.55":"2021-04-06T06:34:41.999Z","19.1.56":"2021-04-13T09:20:40.169Z","19.1.57":"2021-04-20T09:34:42.187Z","19.1.59":"2021-05-04T09:26:57.422Z","19.1.63":"2021-05-13T05:59:15.970Z","19.1.64":"2021-05-19T10:03:04.302Z","19.1.65":"2021-05-25T06:55:25.862Z","19.1.66":"2021-06-01T06:04:04.245Z","19.1.67":"2021-06-08T09:13:45.468Z","19.1.69":"2021-06-15T07:15:49.636Z","19.2.44":"2021-06-30T05:12:25.245Z","19.2.46":"2021-07-06T08:17:59.493Z","19.2.47":"2021-07-13T08:11:31.976Z","19.2.48":"2021-07-20T07:07:52.584Z","19.2.49":"2021-07-27T07:19:47.630Z","19.2.51":"2021-08-03T09:02:13.540Z","19.2.55":"2021-08-11T05:34:12.205Z","19.2.56":"2021-08-17T09:34:15.785Z","19.2.57":"2021-08-24T09:13:40.825Z","19.2.59":"2021-08-31T09:04:22.648Z","19.2.60":"2021-09-07T11:06:37.084Z","19.2.62":"2021-09-14T11:32:29.360Z","19.3.43":"2021-09-30T05:01:36.883Z","19.3.44":"2021-10-05T10:20:07.565Z","19.3.45":"2021-10-12T10:59:46.130Z","19.3.46":"2021-10-19T10:18:35.857Z","18.2.44-4568":"2021-10-22T05:37:00.019Z","19.3.47":"2021-10-26T10:19:39.205Z","19.3.47-6125":"2021-11-11T13:57:22.317Z","19.3.53":"2021-11-12T05:46:34.371Z","19.3.55":"2021-11-23T12:44:06.846Z","19.3.53-6125":"2021-11-24T14:18:35.998Z","19.3.57":"2021-12-07T10:46:35.981Z","19.4.38":"2021-12-17T05:51:01.024Z","19.4.40":"2021-12-28T14:36:55.114Z","19.4.47":"2022-01-25T12:21:06.279Z","19.4.48":"2022-01-31T10:17:16.103Z","19.4.50":"2022-02-08T10:15:37.634Z","19.4.52":"2022-02-15T13:59:41.518Z","19.4.53":"2022-02-22T10:51:31.279Z","19.4.54":"2022-03-01T12:12:03.161Z","19.4.55":"2022-03-08T09:34:22.160Z","19.4.56":"2022-03-15T14:46:48.218Z","20.1.47":"2022-04-04T08:10:32.630Z","20.1.48":"2022-04-12T11:11:25.363Z","20.1.50":"2022-04-19T10:57:06.889Z","20.1.51":"2022-04-26T13:30:36.970Z","20.1.52":"2022-05-04T07:34:04.247Z","20.1.55":"2022-05-12T12:51:41.628Z","20.1.56":"2022-05-17T10:55:45.663Z","20.1.57":"2022-05-24T11:22:32.593Z","20.1.58":"2022-05-31T14:08:29.007Z","20.1.59":"2022-06-07T11:23:58.080Z","20.1.60":"2022-06-14T12:21:09.890Z","20.1.61":"2022-06-21T15:00:50.796Z","20.2.36":"2022-06-30T08:43:10.173Z","20.2.38":"2022-07-12T17:22:28.557Z","20.2.39":"2022-07-19T14:51:13.567Z","20.2.40":"2022-07-26T11:48:04.926Z","20.2.43":"2022-08-08T05:43:21.798Z","20.2.44":"2022-08-16T13:01:23.066Z","20.2.45":"2022-08-23T12:36:21.709Z","20.2.46":"2022-08-30T13:45:59.028Z","18.4.42-70943":"2022-09-08T10:18:53.574Z","20.2.49":"2022-09-13T14:13:29.528Z","20.2.50":"2022-09-20T11:24:51.171Z","20.3.47":"2022-09-29T08:49:29.839Z","20.3.50":"2022-10-18T10:49:15.933Z","20.3.56":"2022-11-08T09:53:17.698Z","20.3.59":"2022-11-29T12:47:02.943Z","20.3.60":"2022-12-06T13:43:59.877Z","20.3.61":"2022-12-13T13:25:40.515Z","20.4.38":"2022-12-21T09:30:42.549Z","20.4.40":"2022-12-28T17:06:23.349Z","20.4.42":"2023-01-04T12:35:31.281Z","20.4.43":"2023-01-10T13:16:52.045Z","20.4.44":"2023-01-18T15:15:23.125Z","20.4.48":"2023-02-01T07:21:25.036Z","20.4.49":"2023-02-07T13:29:00.298Z","20.4.50":"2023-02-14T11:21:00.174Z","20.4.51":"2023-02-21T12:37:43.141Z","20.4.52":"2023-02-28T11:53:02.573Z","20.4.53":"2023-03-07T12:22:41.228Z","21.1.35":"2023-03-23T08:03:08.507Z","21.1.37":"2023-03-29T15:02:36.852Z","21.1.39":"2023-04-11T12:18:46.971Z","21.1.41":"2023-04-18T11:11:56.898Z","21.2.3":"2023-05-03T08:50:31.573Z","21.2.4":"2023-05-09T12:32:32.280Z","21.2.5":"2023-05-16T11:34:03.497Z","21.2.6":"2023-05-23T11:52:12.982Z","21.2.8":"2023-05-30T11:55:05.078Z","21.2.9":"2023-06-06T13:26:34.412Z","21.2.10":"2023-06-13T11:26:20.393Z","22.1.34":"2023-06-21T11:55:16.497Z","21.1.36":"2023-06-28T11:50:30.136Z","21.1.42":"2023-06-28T14:59:37.689Z","22.1.36":"2023-06-28T15:44:49.608Z","22.1.38":"2023-07-11T13:17:03.155Z","22.1.39":"2023-07-18T12:27:37.522Z","22.2.5":"2023-07-27T14:41:03.178Z","22.2.9":"2023-08-15T12:25:19.094Z","22.2.10":"2023-08-22T17:59:43.355Z","22.2.12":"2023-09-05T10:38:47.787Z","23.1.36":"2023-09-15T08:02:50.721Z","23.1.39":"2023-10-04T07:47:19.666Z","23.1.40":"2023-10-10T13:18:50.568Z","23.1.41":"2023-10-17T01:06:08.338Z","23.1.43":"2023-10-31T01:30:10.964Z","23.1.44":"2023-11-07T06:08:21.224Z","23.2.4":"2023-11-20T06:15:18.600Z","23.2.5":"2023-11-23T04:51:25.829Z","23.2.6":"2023-11-28T05:35:14.923Z","23.2.7":"2023-12-05T02:49:29.900Z","23.2.7-52849":"2023-12-13T11:22:13.848Z","24.1.41":"2023-12-18T06:27:16.511Z","24.1.43":"2023-12-27T06:19:34.119Z","24.1.45":"2024-01-09T02:16:50.340Z","24.1.46":"2024-01-17T02:02:51.817Z","24.1.47":"2024-01-23T02:27:54.420Z","24.2.3":"2024-01-31T14:07:21.042Z","24.2.4":"2024-02-06T04:53:05.650Z","24.2.7":"2024-02-20T01:49:18.122Z","24.2.8":"2024-02-27T06:37:47.047Z","24.2.9":"2024-03-05T08:59:55.363Z","25.1.35":"2024-03-15T12:13:58.297Z","25.1.37":"2024-03-26T04:58:25.828Z","24.1.43-569781":"2024-03-26T12:15:59.125Z","24.1.41-569781":"2024-03-28T06:26:15.198Z","25.1.38":"2024-04-02T02:35:15.933Z","24.1.41-569421":"2024-04-04T11:22:58.081Z","25.1.39":"2024-04-09T12:34:08.682Z","25.1.40":"2024-04-16T02:18:55.347Z","25.1.41":"2024-04-23T06:41:21.923Z","24.1.41-581025":"2024-04-24T13:39:46.156Z","25.1.42":"2024-04-30T03:00:40.875Z","25.2.3":"2024-05-08T13:44:59.410Z","25.2.4":"2024-05-14T02:20:24.366Z","25.2.5":"2024-05-21T03:27:46.338Z","25.2.6":"2024-05-28T02:32:23.690Z","25.2.7":"2024-06-04T02:46:49.704Z","26.1.35":"2024-06-11T13:11:17.445Z","26.1.38":"2024-06-19T10:04:08.082Z","26.1.40":"2024-07-02T05:05:29.991Z","26.1.41":"2024-07-09T07:01:52.506Z","26.1.42":"2024-07-15T23:30:40.412Z","26.2.4":"2024-07-24T09:26:23.420Z","26.2.5":"2024-07-25T23:29:35.095Z","26.2.7":"2024-07-29T22:56:47.403Z","26.2.8":"2024-08-05T22:59:11.875Z","26.2.9":"2024-08-12T22:56:36.743Z","26.2.10":"2024-08-19T22:59:28.269Z","26.2.11":"2024-08-26T23:00:54.746Z","25.2.4-621927":"2024-08-27T08:20:11.173Z","26.2.12":"2024-09-02T22:56:15.567Z","26.2.13":"2024-09-05T05:55:33.774Z","26.2.14":"2024-09-10T05:02:19.370Z","27.1.48":"2024-09-18T10:10:01.778Z","26.2.11-618955":"2024-09-23T05:07:38.823Z","27.1.50":"2024-09-23T23:02:53.218Z","27.1.51":"2024-09-30T13:26:42.780Z","27.1.52":"2024-10-08T03:09:48.825Z","27.1.48-629344":"2024-10-17T12:38:31.452Z","27.1.55":"2024-10-22T02:58:47.957Z","27.1.57":"2024-10-29T00:01:04.710Z","27.1.57-637881":"2024-10-30T12:56:48.352Z","27.1.58":"2024-11-05T00:48:25.745Z","27.1.57-643705":"2024-11-13T10:37:03.228Z","27.2.2":"2024-11-15T04:20:02.504Z","27.1.57-637882":"2024-11-20T09:55:41.736Z","27.2.3":"2024-11-21T18:01:00.742Z","27.2.4":"2024-11-26T00:08:52.853Z","25.1.41-85815":"2024-11-28T12:36:10.251Z","27.2.5":"2024-12-03T01:29:48.945Z","28.1.33":"2024-12-12T08:06:55.472Z","28.1.35":"2024-12-18T18:13:55.170Z","28.1.36":"2024-12-24T10:49:22.423Z","28.1.37":"2024-12-30T23:51:38.716Z","28.1.38":"2025-01-07T01:23:43.831Z","28.1.39":"2025-01-14T03:04:42.737Z","28.1.41":"2025-01-21T01:54:12.757Z","28.1.38-680214":"2025-01-22T07:48:04.921Z","28.2.3":"2025-01-29T10:26:13.525Z","28.2.4":"2025-02-04T01:02:41.136Z","28.2.5":"2025-02-11T02:50:42.539Z","28.1.41-642043":"2025-02-14T14:41:13.122Z","28.2.6":"2025-02-18T02:22:35.367Z","28.1.41-640046":"2025-02-18T12:57:58.108Z","28.2.7":"2025-02-25T02:53:55.007Z","28.2.9":"2025-03-04T02:40:56.147Z","28.2.11":"2025-03-11T02:24:31.002Z","29.1.33":"2025-03-25T10:14:32.626Z","29.1.34":"2025-03-26T11:47:58.691Z","29.1.35":"2025-04-01T01:30:34.890Z","29.1.37":"2025-04-08T03:07:16.099Z","29.1.39":"2025-04-22T02:43:43.083Z","29.1.40":"2025-04-29T01:48:50.013Z","29.2.4":"2025-05-14T10:47:54.424Z","29.2.5":"2025-05-21T00:42:30.523Z","29.2.8":"2025-06-03T01:30:37.027Z","29.2.9":"2025-06-05T14:13:48.016Z","29.2.10":"2025-06-10T02:58:35.876Z","29.2.11":"2025-06-17T02:55:18.468Z","30.1.37":"2025-06-25T12:33:22.748Z","30.1.38":"2025-07-02T05:08:48.530Z","30.1.39":"2025-07-08T03:15:54.259Z","30.1.40":"2025-07-15T04:00:34.963Z","29.2.4-738301":"2025-07-16T10:45:25.229Z","30.1.41":"2025-07-22T02:33:57.156Z","30.1.42":"2025-07-29T02:22:24.383Z","27.1.52-753133":"2025-08-06T15:09:18.950Z","30.2.4":"2025-08-07T08:04:32.197Z","30.2.5":"2025-08-13T02:49:43.153Z","30.2.6":"2025-08-19T02:51:13.309Z","31.1.17":"2025-09-05T07:15:23.048Z","31.1.18":"2025-09-10T02:30:12.426Z","31.1.19":"2025-09-11T11:36:31.418Z","31.1.20":"2025-09-17T02:51:47.373Z","29.2.4-760237":"2025-09-19T11:17:12.320Z","31.1.21":"2025-09-23T03:02:35.732Z","26.1.35-750253":"2025-09-26T13:36:12.343Z","31.1.22":"2025-10-01T03:38:45.991Z","31.1.23":"2025-10-07T03:06:45.265Z","26.1.35-7502":"2025-10-07T17:53:45.689Z","31.2.2":"2025-10-15T09:47:52.522Z","31.2.3":"2025-10-22T04:08:27.465Z","31.2.4":"2025-10-28T03:44:19.241Z","31.2.5":"2025-11-04T03:05:05.648Z","31.2.10":"2025-11-12T20:06:12.088Z","31.2.12":"2025-11-18T07:49:36.608Z","31.2.15":"2025-11-25T00:25:11.912Z","29.2.4-771571":"2025-12-01T06:29:45.616Z","31.2.18":"2025-12-09T03:53:08.452Z","32.1.19":"2025-12-16T06:44:51.312Z","32.1.20":"2025-12-23T05:08:11.699Z","32.1.21":"2025-12-30T02:29:25.588Z","32.1.22":"2026-01-06T02:51:12.830Z","32.1.23":"2026-01-13T03:45:32.513Z","31.1.17-799247":"2026-01-13T11:32:35.633Z","32.1.24":"2026-01-20T02:28:26.130Z","32.1.25":"2026-01-27T02:54:48.525Z","29.2.4-795127":"2026-01-29T07:16:54.820Z","31.1.17-799247-1":"2026-02-04T12:28:57.011Z","32.2.3":"2026-02-05T02:02:32.713Z","32.2.4":"2026-02-11T03:38:42.707Z","29.2.4-803054":"2026-02-13T06:26:20.266Z","32.2.5":"2026-02-17T00:02:33.292Z","31.1.17-799247-2":"2026-02-23T12:04:54.787Z","32.2.7":"2026-02-24T06:24:49.711Z","32.2.8":"2026-03-03T03:15:16.022Z","32.2.9":"2026-03-10T02:13:12.891Z","33.1.44":"2026-03-16T10:54:17.042Z","26.1.35-805461":"2026-03-18T11:44:38.123Z","33.1.45":"2026-03-24T05:32:19.282Z","33.1.46":"2026-03-31T01:57:15.275Z"},"readmeFilename":"README.md","homepage":"https://www.syncfusion.com/javascript-ui-controls"}