{"maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"dist-tags":{"beta":"21.1.42","latest":"33.2.6"},"author":{"name":"Syncfusion Inc."},"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","readme":"# JavaScript DOCX Editor Control \n\nThe [JavaScript DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/javascript-docx-editor?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm) control is a feature rich UI component with document editing capabilities like Microsoft Word. Also known as the document editor, it is used to create, edit, view, and print Word documents. It provides all the common Word processing features including editing text, formatting content, resizing images and tables, finding and replacing text, bookmarks, tables of contents, track changes, commenting, restrict editing, printing, importing and exporting Word documents.\n\nAn example [DOCX Editor server-side Web API projects for ASP.NET MVC, ASP.NET Core, and Java is available in GitHub](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm) which contains all the mandatory Web APIs for opening Word documents, paste with formatting, restrict editing, spell-checking, and saving documents other than SFDT/DOCX format. Apart from these operations, all the user interactions and editing operations run purely in the client-side provides much faster editing experience to the users.\n\nSyncfusion provides a predefined [DOCX Editor server docker image](https://hub.docker.com/r/syncfusion/word-processor-server?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm) targeting ASP.NET Core 2.1 framework. You can directly pull this docker image and deploy it in server on the go. You can also create own docker image by customizing the existing [docker project from GitHub](https://github.com/SyncfusionExamples/Word-Processor-Server-Docker?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm).\n\n<p align=\"center\">\n  <a href=\"https://help.syncfusion.com/document-processing/word/word-processor/javascript-es6/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm\">Getting Started</a> . \n  <a href=\"https://document.syncfusion.com/demos/docx-editor/javascript/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm#/tailwind3/document-editor/default.html\">Online demos</a> . \n  <a href=\"https://www.syncfusion.com/docx-editor-sdk/javascript-docx-editor?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm\">Learn more</a>\n</p>\n\n<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-word-processor.png\" alt=\"JavaScript DOCX Editor Control\">\n</p>\n\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## Setup\n\nTo install Document Editor and its dependent packages, use the following command.\n\n```sh\nnpm install @syncfusion/ej2-documenteditor\n```\n\n## Add DOCX Editor control\n\nTo add the JavaScript Document editor control in the application, place the following code in the **App.ts** file.\n\n```typescript\nimport { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor';\n\nDocumentEditorContainer.Inject(Toolbar);\n\nlet documenteditor: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '390px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'});\n\ndocumenteditor.appendTo('#DocumentEditor');\n```\n\n> The web API ('https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/') is created specifically for our online demos. You should host web API on your side, refer the [web service documentation](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es6/web-services/core?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm) for more information.\n\nAdd an HTML div element to act as the DocumentEditorContainer control in **index.html** using the following code.\n\n```html\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>Essential JS 2</title>\n    <meta charset=\"utf-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=no\" />\n    <meta name=\"description\" content=\"Essential JS 2\" />\n    <meta name=\"author\" content=\"Syncfusion\" />\n    <link rel=\"shortcut icon\" href=\"resources/favicon.ico\" />\n    <link href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\" rel=\"stylesheet\" />\n\n    <!--style reference from app-->\n    <link href=\"/styles/styles.css\" rel=\"stylesheet\" />\n\n    <!--system js reference and configuration-->\n    <script src=\"node_modules/systemjs/dist/system.src.js\" type=\"text/javascript\"></script>\n    <script src=\"system.config.js\" type=\"text/javascript\"></script>\n</head>\n<body>\n    <!--Element which will render as DocumentEditorContainer -->\n    <div id=\"DocumentEditor\"></div>\n</body>\n</html>\n```\n\n## Supported frameworks\n\nThe JavaScript DOCX Editor (Document Editor) control is also offered in the following list of frameworks.\n\n| [<img src=\"https://ej2.syncfusion.com/github/images/angular-new.svg\" height=\"50\" />](https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Angular](https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor?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/docx-editor-sdk/react-docx-editor?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor?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/docx-editor-sdk/vue-docx-editor?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/docx-editor-sdk/vue-docx-editor?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/docx-editor-sdk/asp-net-core-docx-editor?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/docx-editor-sdk/asp-net-core-docx-editor?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src=\"https://ej2.syncfusion.com/github/images/netmvc.svg\" height=\"50\" />](https://www.syncfusion.com/docx-editor-sdk/asp-net-mvc-docx-editor?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/docx-editor-sdk/asp-net-mvc-docx-editor?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | \n| :-----: | :-----: | :-----: | :-----: | :-----: |\n\n## Showcase samples\n\n* Expense Tracker - [Source](https://github.com/syncfusion/ej2-sample-ts-expensetracker?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/expensetracker/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm#/dashboard)\n* Loan Calculator - [Source](https://github.com/syncfusion/ej2-sample-ts-loancalculator), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm)\n\n## Key features\n\n* [Document Authoring](https://document.syncfusion.com/demos/docx-editor/javascript/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm#/tailwind3/document-editor/default.html) -  Allows to create a document with supported elements and formatting options.\n  * Supported elements - Supports document elements like text, inline image, table, hyperlink, fields, bookmark, table of contents, footnote and endnote, section, header, and footer.\n  * Styles - Supports character and paragraph styles.\n  * Editing - Supports all the common editing and formatting operations.\n  * History - Supports options to perform undo redo operations.\n  * Find and replace - Provides support to find and replace text within the document.\n  * [Track changes](https://document.syncfusion.com/demos/docx-editor/javascript/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm#/tailwind3/document-editor/track-changes.html) - Suppports tracking the content insertion and deletion.\n  * [Commenting](https://document.syncfusion.com/demos/docx-editor/javascript/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm#/tailwind3/document-editor/comments.html) - Supports adding a comment, replying to an existing comment or mark as resolved and more.\n  * [Form filling](https://document.syncfusion.com/demos/docx-editor/javascript/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm#/tailwind3/document-editor/form-fields.html) - Supports designing fillable forms in Word document and fill the forms.\n  * [Restrict editng](https://document.syncfusion.com/demos/docx-editor/javascript/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-npm#/tailwind3/document-editor/document-protection.html) - Supports restricting edit permission for a region in Word document and control what type of changes can be made to the document.\n* Export - Provides the options to export the documents in the client-side as `Syncfusion Document Text (*.sfdt)` and `Word document (*.docx)`. With server-side library, exporting as other formats can be achieved.\n* Import - Provides the options to import the native `Syncfusion Document Text (*.sfdt)` format documents in the client-side. With server-side library, importing other formats can be achieved.\n* Print - Provides the options to print the documents.\n* Clipboard - Provides support to cut, copy, and paste rich text contents within the component. Also allows pasting simple text from other applications. Paste rich text from other applications using server-side library.\n* User interface - Provides intuitive user friendly interface to perform various operations.\n  * Context menu - Provides context menu.\n  * Dialog - Provides dialog for inserting elements such as hyperlink, table and formatting such as font, paragraph, list, style, table.\n  * Options pane - Provides options pane to perform find and replace operations.\n\n## Resources\n\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/docx-editor-sdk?utm_medium=listing&utm_source=github)\n* [Road Map](https://www.syncfusion.com/products/roadmap/docx-editor-sdk?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-word-processor-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-word-processor-npm#)\n* Live chat\n\n## Changelog\n\nCheck the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/documenteditor/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-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-javascript-ui-controls/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=javascript-word-processor-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-documenteditor","version":"16.2.41","author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.2.41","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-documenteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-documenteditor/issues"},"dist":{"shasum":"3219b92c3511d921d13a2c8e38076e0f08236fdf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.2.41.tgz","fileCount":201,"integrity":"sha512-C4gEnPgNEVGsfhojbDeFF4R8eYvlkLLSmzrbQTC3HComGX3kNzoBA1mMnug+94jnVkChEDGBFBV1hxBqkBNo7w==","signatures":[{"sig":"MEUCIQC+kO7vTpu5Ue4AQIfkqqzTBSJx7/pS4/dMcdSuG59PuQIgY4TH0B9bIWpGZcd1Es5UXjMj7lBes3uXnlrIFi/qbsg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38073677,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMK88CRA9TVsSAnZWagAA8XUP/0Vc6yedWVPRSg+FlnP3\no//BtBZIhv4Za2/XjIbTLXdMZzRD0lTRXye8Ir4HSMUftMIPiNYXTGlnqTSC\nNWbYvLwyYB9kUTnkGPwqNQPhFF41yjXYpgbuHcstvTBCWIMHA+keeyghGj46\nSEn0U3UGZHyU8NKf/EYOwjeDGF4iXY35R1HOCEvzJUCeDuJv7LlvyzW7q6tC\ng13U5qIPZlp9ri6pFZVkrzh7NOc6of+6NUqLuwqvqltskAbp1DLbehEkEaG8\nuZ1R3L3aBmkhaCQo1BXHkn0xs31XgpjwVZNKW8hLD2CVLX4GFSWGlhI1nxUp\ne64A7Ay1jQBrBDD0LiLxLTC3nHI6n2Huimm0ZwCR1/8pGtdH4U9nFaXVJZkB\njCPZ4RLUnBfc6z8Y6m3thZ5kEV734Bu64lXrugsc6ZnBJO1FL4Xu4ekxXpDU\nlor1eG30leKFqbMVx9R8n4ehFnERBmA+uARMkaiT+tnQPMHz9wuVJ0Tt7jOe\nIcz6Llf5Ii/4o+gXLNmoMATWz4WLTAgymBYtCQLQq7ok7gIN/8W+AF1tItLv\nQqdb3Pnfksiyd08uhWO9Bxw97mVXO0FGa1KdT7rd1QW2wY80RxlTx5HaxMxE\nJn6j9DDC4u1A5GFOCPRXDstukhFKqQkuAQwYC0G8vDFFjBO9/BuHdFhly6t8\nubpx\r\n=8+Rp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./dist/es6/ej2-documenteditor.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-documenteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Document Editor Component","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.41","@syncfusion/ej2-inputs":"~16.2.41","@syncfusion/ej2-popups":"~16.2.41","@syncfusion/ej2-buttons":"~16.2.41","@syncfusion/ej2-dropdowns":"~16.2.41","@syncfusion/ej2-file-utils":"~16.2.41","@syncfusion/ej2-compression":"~16.2.41","@syncfusion/ej2-navigations":"~16.2.41","@syncfusion/ej2-splitbuttons":"~16.2.41"},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^2.1.1","@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-documenteditor_16.2.41_1529917243963_0.9964796948008892","host":"s3://npm-registry-packages"}},"16.2.45":{"name":"@syncfusion/ej2-documenteditor","version":"16.2.45","author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.2.45","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-documenteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-documenteditor/issues"},"dist":{"shasum":"fd9b01c898e53207e6473d4033e0c1ee67a94a3e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.2.45.tgz","fileCount":201,"integrity":"sha512-Trf6B5J6rxNGVbn2U1WQ/tFGZdUVjoppDLuf2sfXlD2nzFhegOAF0usVRssyABJdB5+lEYNkJnY7X4EIuo1kPA==","signatures":[{"sig":"MEUCIBc86laeRCOURVgpGgKrY8urGT1IiXgCEz+fO3Suvk9CAiEAjA1pzETDO8eFeibfAL4Ad0AatAE70Xbqs2Po/FYIX34=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38221253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTZ6yCRA9TVsSAnZWagAAZDIP/0A9t47FRxKxPhs+82RC\nxJcZXhGc4EG7OzZ2kPZwSb+PZaaXYVC6mDeXMxLv1rgnQU/P4o+hO4HqlqN9\nv3HiLghiun3HsHgm72jrh0vczsOmucwxY5NPZPhq+5XbTnre4Z9aFJQG8eKY\nQLDNT6dHLysaMmxj1WigkGfGppoCnPCWo4YzZymYGBentL5yefyo6Ygzyv4z\nJ7JaKKb+dnTiv2yqsydUBRc2QqujTof5hclDkU2ZJqWRuYthJ9cTFz0lzoma\njtK4eUpuPkHPbhRcWgvqMUqbGdxyTILCwQ/HEqoeyobiHsxk0AQflnEN6ec7\niXHR5niQDCNKsUc/PA6OzICxieLMQnyTOnfsGa/WUi0utuVPph5YW8j8HfxV\nAUxbOCzu9KA/Jzc5Dwshp7LRQnaHpEjbHUlx8s8hzpVEzsoMbV7F3/KaETny\nh1+hgq2OGFXguZunxy80uLae7eTuKTdFRzGWnwP/W5VHNb8yRqp2GHK+ZeUg\nSn6H8rZ0dhZ0K87+39NL05J29xXfJYcHCLWAbgFwY6sO2K7I8sGJ8q1mP+E3\nnZoTg89nVKFayJTO3k+kvPz0MPjoCNVF5cMy34T13VpJ8Np4xwUhirYqy6Fo\nQ/ku93I88r6QXjh0V5cI8H4v2mQpQDEWTCKqYW+xiEjUD6YkrG+NNfXDYuT8\nLnRL\r\n=D1/X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./dist/es6/ej2-documenteditor.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-documenteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Document Editor Component","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.45","@syncfusion/ej2-inputs":"~16.2.45","@syncfusion/ej2-popups":"~16.2.45","@syncfusion/ej2-buttons":"~16.2.45","@syncfusion/ej2-dropdowns":"~16.2.45","@syncfusion/ej2-file-utils":"~16.2.45","@syncfusion/ej2-compression":"~16.2.45","@syncfusion/ej2-navigations":"~16.2.45","@syncfusion/ej2-splitbuttons":"~16.2.45"},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^2.1.1","@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-documenteditor_16.2.45_1531813553638_0.651789540079124","host":"s3://npm-registry-packages"}},"16.2.46":{"name":"@syncfusion/ej2-documenteditor","version":"16.2.46","author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.2.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-documenteditor#readme","bugs":{"url":"https://github.com/syncfusion/ej2-documenteditor/issues"},"dist":{"shasum":"b74332b3fdb695019369ec94d8035a4f466ffce8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.2.46.tgz","fileCount":204,"integrity":"sha512-q4qLDGN5YmgnScQYN9VjcCAW3510xrKQ/dfIB3nhZsQx+woDJ49i3fWsEGInVftq3pyqSyC7zgA/Ixq4FvdUTQ==","signatures":[{"sig":"MEUCIBbi0vJrDBVKnEMAxV93buGQlQqQVUpEZa1Z1fMs83nYAiEA9Ibem2x4iAu4nyurBhOTdgUV3vORv8qAZOK6v2L2sjw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38240670,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbXwtOCRA9TVsSAnZWagAAidkP/iuReenTeA2uYTd3DP6n\npKekIyBcBo9ZUj3jxdS9GCjkYikQLf/1hNhqgGFZzW55FpYMBbPTT8NVum8h\ne6P94zPzvnS6Ao/7b7in2M8ZBghz7gwFHFFWeiUWUZ5ub1lEl+CNbdrcS4SF\nVDE9cCvgyilKQJeaK6YPRdMsrW+pNlWQcQC4EHvqrKP3srR4ZpR0rOhRmLOP\nawp7b7C17GU+uxLs06X7q6qLCG35l35RyUrtZ52kupx95xqPgsN+Fg7wgxxN\nDFIlNy24E+r/Zt7eGsAScsHOccEn2gLeLO65+Pw9c8KjfsLsM9vnklFvAPEt\nWbIgPplJn+01SM00JRVot49Y2q9Xl9TrXzjWbe5BaBk3V6UgoMBVPF+3y9B6\nl+cQvxBbWRaf7rndtmeeeJL2zoAXyfkKXgfjdwaUlwKDOd4D0eu+e8fu8oTs\nJu7x3VVFhRzyXGwCVZh1el4kyaoTcwHnP9N0FIGANYO+isUhbC4e3C7RwaCV\nAjZTtbNM/b/h/pLjo2rj+fMsIbEKk2SxsiOtreQNh2rkfp4zzegV0bYrsVHT\nhf6YWQKesEXs32pToibBp1YSsTjVar5qG9gKMcepp3vofRi5/ZeU3odli6iY\n2kG3vt9+LhnBNAnmBuUnWPw9yAjXFkKCu5zygfEqYi77o8bKUTPEU2p9Lytd\n/4ZW\r\n=qzP7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-documenteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Document Editor Component","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.46","@syncfusion/ej2-inputs":"~16.2.46","@syncfusion/ej2-popups":"~16.2.46","@syncfusion/ej2-buttons":"~16.2.46","@syncfusion/ej2-dropdowns":"~16.2.46","@syncfusion/ej2-file-utils":"~16.2.46","@syncfusion/ej2-compression":"~16.2.46","@syncfusion/ej2-navigations":"~16.2.46","@syncfusion/ej2-splitbuttons":"~16.2.46"},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^2.1.1","@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-documenteditor_16.2.46_1532955470195_0.12847288827399606","host":"s3://npm-registry-packages"}},"16.2.48":{"name":"@syncfusion/ej2-documenteditor","version":"16.2.48","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","ej2-documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.2.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-documenteditor/issues"},"dist":{"shasum":"09f0e02e8ef292a531997afe163294fc01d0266e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.2.48.tgz","fileCount":204,"integrity":"sha512-ISchA69LkeEw+b2b0w+Mc1JqXfz4a+myxFbmQcfq8IWodJo8aal2el78iHGNRZ32M6c/TSugnUFIGS3NZURh1A==","signatures":[{"sig":"MEUCIQD2AgjSyi2VcceTJ8zGJxJpJ2D3hFERT/txrZ61GOs/UwIgRFoIZwVyv8Jz7iSEGIGLlVjC/Db9pcowtpKSAn8Lq3w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38598132,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbcq4hCRA9TVsSAnZWagAAqJwP/25r2Mksg2qJ1iYOa0uO\nc9ftt4ZUg0ZIGf1yC1kIniv8n5nFk9Sask+h0UqhT2uYV3ZYluqDjV4Re7rC\n8NGYaE840qt0T5WeXnNNckPSqiqV+v491RSiD1yBKOsJfXx9dq474vri7ITL\nicxLINQ0oRKOHL7ghw7iXeX/ZK8mnJjCDtJgTVnIHDeG6uiqe72b/mhuJ2b0\nzaC7fU3hBtIVws929iSnVOc9SsoGkelvy4qvPI/6nPwiBF6qRwUA57zSY1BG\nTmKKFTdZlBu3U4xgiZtskLvWKQTeyvp/S5sDtiUOmQtTs4jeOiKKosR9AyrS\nDqMnhRdiC6rbAdrpG9R9qsmaeM40pH+an0nDdNp95CgL/EQO2gwJDlDd5dTd\nOjvlF46xyxOHz+XreNsH3gNZLUTmpbkwTDnQMJLStrqdcXELXm3s7fupgM9L\nAMAZCvJvZQ7EFR80ulvSMQhyQdUnLjpo3xJyYPnxZnctjWXQr6+TUylqEvy4\nPiQTc3YLD9IJGZHP+OU1IpT7czLYYAm8un0Ma1QMA2qR994JV/LPMAiFy4wv\nTgnqZAhiycCqPMJ5tkB9y6Ni0xwgMMxQdyI5nOAbZUgRX/vH8tDLo7S26dX3\nAotiwtKACclMKUpy2tKLUb2HSJX3aq8l7KzKLt7kOvYSONXjRVFhnKpkk504\nJC3o\r\n=9s+e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-documenteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Document Editor Component","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.47","@syncfusion/ej2-inputs":"~16.2.48","@syncfusion/ej2-popups":"~16.2.47","@syncfusion/ej2-buttons":"~16.2.47","@syncfusion/ej2-dropdowns":"~16.2.48","@syncfusion/ej2-file-utils":"~16.2.46","@syncfusion/ej2-compression":"~16.2.46","@syncfusion/ej2-navigations":"~16.2.48","@syncfusion/ej2-splitbuttons":"~16.2.48"},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^2.1.1","@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-documenteditor_16.2.48_1534242336526_0.16627280770052377","host":"s3://npm-registry-packages"}},"16.2.49":{"name":"@syncfusion/ej2-documenteditor","version":"16.2.49","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","ej2-documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.2.49","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-documenteditor/issues"},"dist":{"shasum":"0447d8e8ed6f48b151cf3e5224699e77a7cce706","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.2.49.tgz","fileCount":204,"integrity":"sha512-Old/bSb10yjZgYte+tMK2vnX4Y9dPhhhmAjoSjw92ttnAne+EYifdmF2oLW7DRI0PMzafsuO+LIgPx0YYgD7bQ==","signatures":[{"sig":"MEUCIQCtAs/UE1paUdxfiIyQoJOrbVdvwH9KAcbjbEBFMIvEyAIgVC9Sc2VasnqrLJKa1kQzFIZQCUULc8la4f8DUg7/yps=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38598132,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfAf7CRA9TVsSAnZWagAAkMUP/Rp1m9VJdn5p/o4YMZ6C\n8BHs7SAJQcz8+3YcfQLRkn95aDD0y+lQ4MN01OLYAdpm9PRz39nRxPi2MdVo\nqybuIuxo7KFLSS5BIbiYFZB5npp7LYWvC+clHUb1CeMNiZ1HAdiYF9FD1iid\n3xo7GqXuFO6RzudaHSSFnfdqJObHDezAlOMhpgTO3BVDfvKfzyYy9tHd9KYo\ntsO7YnAr2+cKK/93VHOX0ZS9jH+CUCDNHOP1+k3WN9oFVuQ8lkdONYrAfxnL\no1InVZqIYvxCcEdXwTPQ4BkpWMEJyic/wmRVbD6XvsfvJJRk3orOer85CxSu\nqaUN9zTzD73DclMAA9fYUrHlIWlfDbiTVQ0Q62dzKrALJXmWT8lLIn4H/d/T\n3LEhJcAMzUtRGdJ1lOiLxf5HPVxD2N3/luhirkwhR7BHpzXbEGlWAAgbKMqf\nduqKPgHQzJWFgTWfo9GsnDU1jq5CDI1CQ5UR6+tRGFTeMmaYLf84Sqaz0BYw\nREIyPdbQrhcFAzua+n1jrmtXfr2Wl8EDdZtGvorTLKbqH7TmttJVRzlWE5LO\nlls+RjG3pI+muuriESphNvVjbFaC1+rbmZVfbml3Ql6O5/H7tUQW4YC1NJnm\nhvT21rfJ3lqLq20MmjG0pY6oUrjo7J99HmHGGky1ukmUZAPEhxpK7I/gGaAa\n99SO\r\n=XwrB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-documenteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Document Editor Component","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.2.49","@syncfusion/ej2-inputs":"~16.2.49","@syncfusion/ej2-popups":"~16.2.49","@syncfusion/ej2-buttons":"~16.2.49","@syncfusion/ej2-dropdowns":"~16.2.49","@syncfusion/ej2-file-utils":"~16.2.49","@syncfusion/ej2-compression":"~16.2.49","@syncfusion/ej2-navigations":"~16.2.49","@syncfusion/ej2-splitbuttons":"~16.2.49"},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^2.1.1","@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-documenteditor_16.2.49_1534855162623_0.5389905483933619","host":"s3://npm-registry-packages"}},"16.2.50":{"name":"@syncfusion/ej2-documenteditor","version":"16.2.50","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","ej2-documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.2.50","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-documenteditor/issues"},"dist":{"shasum":"4be3df813744e784aa1f1b62e03d99dedeabf18b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.2.50.tgz","fileCount":204,"integrity":"sha512-DqszFciO151s05qbo3zhr1CxOIcKmO80n25BbuMMW+Hm2IVzwqeQbupBEXq5sMntiwV1cz+DDzczdN1hkFhIZg==","signatures":[{"sig":"MEUCIQDLtTKZad/pL92Lb2Hjue4K+D7Kk4xWpynm2HDBEeVxOAIgM5BetlCCqfuIoC7CEWQlkBDkHjEpMfv91uEaslA9zsc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38598132,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhY1KCRA9TVsSAnZWagAAvpYP/RIE0P6E1Hejvq9mIzP/\nUASKksDu6rWUg2JFKT7ITvzrxwGSOAe5rPHD9skrRRFtHxHHNMxUoIylBqV9\nm6gLHTm+O1HbtfJJLnfjA/fkynwdRrc2RYqKkNHKtURJp2S9n9vgyKQ5MlJA\nMAlMl3Lg3qzKAFmHtvmrQrp9RDvCq3r4rqHQPgmpV0krKkKWO1KP6mV+drBS\nDmVgcCHrloA5ipSMdsT1MmqMxdhhciGd3KpMSiModTqyAdbgbazb3rRCbh9k\nLasS4roatonzYbFXcGkIA/CDFqAMqmQW7O3iagwjVZABE3ScMk7Iz1xwJzue\nO80B64GgUTJGeY9SNIuourzzuZlNe1CeM9mujfYR12sethWMUZoFiu+6mTv/\nRxOQKdoZL3bbN7oYQnp2HdHHinrws+HijGAfF0JIDz1+S6uB4DEcwdUq4h5z\nzdLizW0tfxQoOkczb6qjPlMY3hmJ1aPTeEOji//qYB5UyvuOMPNCjW1BKTsO\nOWjjI2YkyVduFLDWhS5L0EZjR7N+ZpmN/qLgS25aIURwlKlrHWuleBLo7hKM\n8zbdssZ24+5bqUfunUUBvtiwbRcp/7Dwr8GRoyZGjn6WkS4bJmqyQ44YHV5f\nGfOesnwiO1qyE5LQnkmH1mn0PaEJnVx3MEr/2/rfU3Kp19F8uww3vnzRy2OR\nNvet\r\n=+p88\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-documenteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Document Editor Component","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.2.50","@syncfusion/ej2-inputs":"~16.2.50","@syncfusion/ej2-popups":"~16.2.50","@syncfusion/ej2-buttons":"~16.2.50","@syncfusion/ej2-dropdowns":"~16.2.50","@syncfusion/ej2-file-utils":"~16.2.50","@syncfusion/ej2-compression":"~16.2.50","@syncfusion/ej2-navigations":"~16.2.50","@syncfusion/ej2-splitbuttons":"~16.2.50"},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^2.1.1","@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-documenteditor_16.2.50_1535479113749_0.36061636204425196","host":"s3://npm-registry-packages"}},"16.3.17":{"name":"@syncfusion/ej2-documenteditor","version":"16.3.17","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.3.17","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-documenteditor/issues"},"dist":{"shasum":"13d3bdd6a4af9b3567c34904e693ad7814cbaf21","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.3.17.tgz","fileCount":204,"integrity":"sha512-bWjuNDhLM+7A2kojzSZXezfNcSMaCQCB2HSutF3OPfdyajfnRg/uDQSZAOy3FgcsKJOoF+JZZJuVVPLJjQV+Qg==","signatures":[{"sig":"MEYCIQCTfYQVjr5K/hNKoqvtJac22T2iJMQoModWcGRuiDJNaAIhALpxgqws2c87N7+R7DVESMX9JQOsOLdO4N8DT1SdYfAU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28175633,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbl8JqCRA9TVsSAnZWagAA8jMP/igjQbXvPuZLaTe/Z9sa\n5FnhLBD4VFHhCIAFEbuFy5t26m1LEbQpVWs/H25ZGN9uCNsGTNS8BrC5iJBf\nugvWgrH/VByGSbvWw34ChGf0i8ph1Merw15bwUxqzGHzh68JZpiihjqD3oX9\n4fHKrTijwpvokByfIhpZ5WF7R/Uv0+tFq+3H/O603LFMhqmFiCOjXOmyDTi/\nBEKP20CD1I2lvj4l1kHCUN/ozF2MaspMyzG21KpBLX6TDp7amAsndWLbB5WH\nkZbudk6nWc9v+oVEWS2UsD2knQDF8qM4BgD43tINWm8VIVDAd3swoMAPKQkr\ngWIVnn9gkr/IVDcUpIJn+iDV2Cg2hFOJ6Cq9fTNlYEryqs904fEgnUf55n8g\njpDF/ErxxVKhtDkSvSSFJ72r9BNzzcmnSn6I82qLnFpVqiPQJGWHOlQK/Jkr\n0qaOmZesDpfZPUEOBhEIBcuFxypdvZgTjYhvlVf7AhPYcoqYMWgnnRyDbyaf\ng/Zn1czqeoNq0+SXngdkDtE/kVhGiWK3owEPFRxWAzzY8MKl+vxS5ZpDUWcA\n7Usb/EVHYqY5Z1yQv9FnCAjLnlJwMP/febXagOEr1ce4Vdc9uGu2vlfUwh4T\nfId2dz+K2WaOQPlijTPOEQMaM01yGLtSX1X++Hoyz6cMm1iIO3UuohTw0XJ4\n2nEK\r\n=EZef\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-documenteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.3.17","@syncfusion/ej2-inputs":"~16.3.17","@syncfusion/ej2-popups":"~16.3.17","@syncfusion/ej2-buttons":"~16.3.17","@syncfusion/ej2-dropdowns":"~16.3.17","@syncfusion/ej2-file-utils":"~16.3.17","@syncfusion/ej2-compression":"~16.3.17","@syncfusion/ej2-navigations":"~16.3.17","@syncfusion/ej2-splitbuttons":"~16.3.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"typescript":"^2.1.1","@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-documenteditor_16.3.17_1536672361247_0.835782975107342","host":"s3://npm-registry-packages"}},"16.3.21":{"name":"@syncfusion/ej2-documenteditor","version":"16.3.21","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.3.21","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-documenteditor/issues"},"dist":{"shasum":"5216585b071305bd9146302751ab9f6207bdc2c2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.3.21.tgz","fileCount":204,"integrity":"sha512-nHOjPWj9WL1xW8z263gPPdk+q7P2anPPtmgEEnb95M6xsBBooyBsuLak17yNDTMD3CJQ8WqFONOjjt/lfq1Pdg==","signatures":[{"sig":"MEQCIBOhod+kB2dPtLSoyNZyD8mOtxOVxYADGyf+TOG2eTOCAiBRjOc5OHMEz+yOPFlp5HMIyr9ojSa52fLGtx+FdLBGAQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28183964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpUlsCRA9TVsSAnZWagAA0bIP/3hIwjkWhT8PPCGvrLOE\nfFSMW6yFV0ADuEa5MPEhgW+mFZj3Q0VhBLBd4SOQE1qGWf9346NYqE71+WnN\nldO8mz99YWyvgjoTEsRrOc9Xj2S1DUxx9qnjxK8EzRHUIeHbsVx/HSI4dkAZ\nz0DRCtYS0SK6/XuTPc3k/dywUdqAL+0DX1cSrqUln3V22XKMm9ED08Qyjmcr\nyh6T+i61tGfeQlaVVaQ2BdaMVH0i/rNqKHYDK1W+jYOlFOMVM+vLC5H7gksc\njEGKJuvyQBX4nq+oeLGotmEwLJ3U6exz0L0wScuGs85OTakq+7F1gQ7Aa8PJ\n4XdYcVIfhu3NNRN1IVTvJXFEyhpyKGELH3UpDmTAhdFZpiohSkeAJ/RxKtfm\niEzyinnY2UYRS0ckCfYhgFqImpG+JzLm3KZ42r6j2aw9fX7LExzIAxgJnvsS\nICGdmaGkHHH2KPNENbCLCMqxVca5P6b8fYuVe54QNnRg6agHqcCeQps7zIJM\nNfRWSljexVBTTy1tYGWT8ayw8K1kwHQo/EfQjj0aD58JU7NXS49kOBkY5mlL\nEpCBykJ0F2kig2E/LNvbwXsl9EHHJ1ZRcPlgAYiyY0b2qPcHOECTJ65LEmDD\nBsFBXaca58hq9E6JdS2Az/x4HUCARTmeqmCl7SYoFHr47R85Xqun/LCNEPy5\nPR7g\r\n=1B7U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-documenteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.21","@syncfusion/ej2-inputs":"~16.3.21","@syncfusion/ej2-popups":"~16.3.21","@syncfusion/ej2-buttons":"~16.3.21","@syncfusion/ej2-dropdowns":"~16.3.21","@syncfusion/ej2-file-utils":"~16.3.21","@syncfusion/ej2-compression":"~16.3.21","@syncfusion/ej2-navigations":"~16.3.21","@syncfusion/ej2-splitbuttons":"~16.3.21"},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^2.1.1","@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-documenteditor_16.3.21_1537558891532_0.30897284611636877","host":"s3://npm-registry-packages"}},"16.3.23":{"name":"@syncfusion/ej2-documenteditor","version":"16.3.23","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.3.23","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-documenteditor/issues"},"dist":{"shasum":"cc6401ae416dadd17afcd7a301c551b5b327e7b5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.3.23.tgz","fileCount":204,"integrity":"sha512-AK5bBLvkAWfk2MQAlx5wlEG0RHf+EQlk7CozFk0fawu2W+FdirZj1lrMqvTJPivo6lyA1+7z3daR9bZoaTEugg==","signatures":[{"sig":"MEYCIQD2FJi98sCutM26uVF6u6u4rUlZ5UwgNs/qF8Cghb5S9AIhAL29bufOxWtjSQPk8xBFwr4jftkIqC7XLVnVUrAfealx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28186448,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtE28CRA9TVsSAnZWagAAF6AP/i3h3UPnEtvcOp3wsLd2\nqM7eWKfp1l9Dmwzx3f/8phJY77URansMFWDKeVQOLizsRh6qlymoB2lUHx8j\ncSEOuVDiYPyjg3Ar734Z0RNaCY1Zzc/muHBXmTwoRleVqQI2s4UNM5ktynrH\neEQayVywTzZIIYzy2aqiEdPBxCnPrOnfZmMZRyZmAxpmUleosTvtMcu3Sr5k\ny2JrA/lhMUoSVsezWzIFDfESGrvUTPGdGMSvAVltSGy0Ym9cWChFrddZitC4\nlKhYXOztnYvxxq2ZRZSggCmsSMoFTWaY90KTZWWYEfZa43m+IBzia8WcELqi\nv9aIrBcxokVilApv+dBMg/By9CscjrhnL9hHXE7k7ctcbG5vlwYCCjGkdE69\nk7NbnGhS1xO7jOECg6M0sp74/YKFot+ELp+E5vsvSkyKTdKZz1Xi47+4meJn\nUYk8ZYD0RskvLYLMZ02EGT6EGvGswoq5aweMfansIfL6tAaXboXQXRO+ma8K\nVMaKF1PrRJrUqfVJMvmp9H0AdpEtwGRWgZ9VpgQWNUA9yYr20jx0RuaC0rs7\nMrwaTKWIleNT91/QikxbvHmHigmgcLshMmmQWsclxkPo5UVF7GhXqdnw8Uu9\nlVpndz3zzL5rhRDrTlQgdmAHOuaf1GNqB06FAHb0agzY1iUo4Wo8tW/9/YxE\naDFt\r\n=afJ1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-documenteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.21","@syncfusion/ej2-inputs":"~16.3.22","@syncfusion/ej2-popups":"~16.3.21","@syncfusion/ej2-buttons":"~16.3.21","@syncfusion/ej2-dropdowns":"~16.3.23","@syncfusion/ej2-file-utils":"~16.3.21","@syncfusion/ej2-compression":"~16.3.21","@syncfusion/ej2-navigations":"~16.3.23","@syncfusion/ej2-splitbuttons":"~16.3.22"},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^2.1.1","@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-documenteditor_16.3.23_1538543035033_0.24947993809618985","host":"s3://npm-registry-packages"}},"16.3.24":{"name":"@syncfusion/ej2-documenteditor","version":"16.3.24","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.3.24","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-documenteditor/issues"},"dist":{"shasum":"d01b13106237bc0a42c2a66510d7c03c550878a5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.3.24.tgz","fileCount":204,"integrity":"sha512-UVKbbVhiRAnazOoV8VosMaqZUSkIaZtIiA57NOo0x1PeraiBSq0RYUyh89A1WUojketSirJgXeJmdwy1g21n4Q==","signatures":[{"sig":"MEUCIF2rdQjbaTG7Yi8DxhoPx6AfABAyYm+Lnk728kqJwAAHAiEApdNBmnf8niaXdzoo0VX85hLkJT+NmVKyGUpab4TRKGo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28197376,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvFUVCRA9TVsSAnZWagAAeToP/0l2vLtAkGlbc2PHPKGD\nNXw+NQJPJj/mfVSaDUA5SvztPe4qNGemb89CUs784VuqcDW9zU/b2dRY44RL\nRWoL203/eSwWFL+MxBgDOW8lVTb9H5eC5l7DrNfqBpX7RjSEgOqLz436iP//\nGtO864dPrCLYO35pYgwR+fJpXBn7PxpeVlx8wKpV0V+UdJMiS7PZEyvOTwL3\nREv9xHLqLzu2/mzL7ItzgCDvQh005L3cGQuacH393AXKSmLKLpg1cRuaYQZW\nlycmKroVhfl5UbS4XRlHyR2fTO0y3cWWvk7I2DCAEkMag94v4LNLzWiEC+ER\nR5tJ0WuelTPfzgK7N+TlRx99MJbo0m0JbYLnfkgpF985LwNBJ6jpyFA4BW12\nSCr7RjcWYs6iWA4qTSAkWMffP32Iw1ySGYbinQ7IoMME2qodrBr7WzkCPL3z\n0POKa4hE9QjxuzR7Uaholps32QQjuOcdeFxgjH9uIoq0OE2LbsWAUk4Pe3Wz\nJ2LlXeQjUnifH+7nBjJqIsXMN8hOOiScMParMsVeE12XhwJha8DT98LDzYIf\nfPd+HIzSm9QUhYNA9H2syN+Sb/ZeBlE7Lk48V5CPFkDdFGH4ehsmIrzK1Jmt\nPnMim+f2PpjG6b32YlM4AyNqEUBJwjwiw39VLW40vIPH8G/RY4/6ufJ/qOgO\nTgnH\r\n=2mU1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-documenteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.24","@syncfusion/ej2-inputs":"~16.3.24","@syncfusion/ej2-popups":"~16.3.24","@syncfusion/ej2-buttons":"~16.3.24","@syncfusion/ej2-dropdowns":"~16.3.24","@syncfusion/ej2-file-utils":"~16.3.24","@syncfusion/ej2-compression":"~16.3.24","@syncfusion/ej2-navigations":"~16.3.24","@syncfusion/ej2-splitbuttons":"~16.3.24"},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^2.1.1","@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-documenteditor_16.3.24_1539069204837_0.6240725325926693","host":"s3://npm-registry-packages"}},"16.3.27":{"name":"@syncfusion/ej2-documenteditor","version":"16.3.27","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.3.27","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-documenteditor/issues"},"dist":{"shasum":"9575a7252044806b868ceffbbe402f32d301f169","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.3.27.tgz","fileCount":204,"integrity":"sha512-iCggzEX0kF/D/LTDRLGQfc+purt3ZnhRj2k0DtPxVePTvOhvAE0LVx/QSOseMfBrFQAVJ0/s4JZSaIRCEJvO2A==","signatures":[{"sig":"MEYCIQD34j4epjas03p25q3yRPFRLdmYh9fhhiwDQQGUpB/efAIhAPoWLmAYmBcPw9fNlOXTWz+taM8BrqFldUPCMtW+V9Fu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28197376,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzvUoCRA9TVsSAnZWagAABKUP/2F1gkkCEMqFnZfqKC0V\nvb3agBz1DfWFIfqXVfFCWPq6JUwTtUUH1HuLWmZQq15isSWY9dM+dUP25FN0\nUabMN27U3wIAgYMuD49ykx0Th3goRS4H1ayadc5ZRsNmZZvaEDYZ20NsyNb0\nkRC+ICX/cwWR4IoNJ/BEcAuJi1W2cQnp3UUOvEdVwIsIV3KL4ikKpLCyXRFT\nQnGR3cTBGgmEcV4r8LOzXWH+zAiE2AIUA5tjcSgL8yV45gehiNSv3CLe+1yu\nRIdKn29r63rmP7Y374kV0VjeIWJ7g8HvFLd69z3474jo0euIjRxEhO00ljN5\ndL95XyWnNAyvm02ZKvzfdRAsmmrPDNA1bmf5jnqWZYiEG3JSbb/JwDq2/HD2\nnIHiXaSCvjUU+OpZlMPDmU45rLAAIUERtXUDmwz7n6Fjqew8Wg6dCyiam+gk\nsPYXZackNBnP7/hFPYy6YXzoxfpwYQs8KeAwcgcVslSG7OjwmhPsg04Af2MG\nlRgKWCY6r9CwbKBDesFKcweIYP3pbeGcf428/28q9WObrYxtoQ9OXpYjzzRo\nMt2tsQA+PdmW4osMdI8njPDcTaJ0DwU60SEin5+LQQxQnkG0Z6+OjC+FS7yE\neJPNw4ejnB+dZyZFZZGR3be4Qrdb++ElT9PhP0FjnNv+m9LhodkTNEnD2aQx\nwTjP\r\n=IMQj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-documenteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.24","@syncfusion/ej2-inputs":"~16.3.27","@syncfusion/ej2-popups":"~16.3.25","@syncfusion/ej2-buttons":"~16.3.25","@syncfusion/ej2-dropdowns":"~16.3.27","@syncfusion/ej2-file-utils":"~16.3.24","@syncfusion/ej2-compression":"~16.3.24","@syncfusion/ej2-navigations":"~16.3.27","@syncfusion/ej2-splitbuttons":"~16.3.24"},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^2.1.1","@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-documenteditor_16.3.27_1540289832129_0.685089087136479","host":"s3://npm-registry-packages"}},"16.3.29":{"name":"@syncfusion/ej2-documenteditor","version":"16.3.29","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.3.29","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-documenteditor/issues"},"dist":{"shasum":"138c6aa262f56081794676bbe246ceb1dfe5a692","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.3.29.tgz","fileCount":204,"integrity":"sha512-D4mMnnAAS6WBVNJcrnRqDbygJIE4mpnBwHhVYv/X+EY57IQxuEx+qwr+n5n4vLbiesBneC1uUg0xzmThQBghBw==","signatures":[{"sig":"MEYCIQCrIpI5zzCS9rNJRK1xkVZ3LIebhDMDSjEPZ1PcdVP/7gIhAN2wTU80YrQA5GchAbW1sPu5GyRbl1PvJeU7aZiIBp2V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28311096,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2TF+CRA9TVsSAnZWagAA6BkP/jsNwLS8P0G/NUDHhrpu\nl9MyX4pMTSZQ9z2cgQG1ykM/1mfHQkjWlMFvJcv9Qh2gMygDNr/a4QzhBZcd\n8zW7nC6pSJ6n+NzAL0ZjL6cLwtskbMnh0plPgmYEPb49u7np8eMbm8eT7rP7\nX2o+PqHq/iSmu4CorvBmZrZkK6SMzytGjHGrreKkJRvUBpwsn8qP8pMxw5fL\nw/M4104Pr3fy6Qo1GEbekw4jRHkIt+EeinWjuXzDjnPVkAzC3N1DlHl80NuR\niw52sCOxWLq5PWAQgXKbWC5d/ZNu8WXvDOZDsYhpFkRNTDZuov6Y3BEqBYMb\nSWqjH6m4zSSOh12JmovHA+p7FdD9NpA/dU1aYeb7XqEwQFH1RB5EWDfA3jR8\nEL6MTxLoCeUVa6OxxJMf++CWCzYN79GqyBz/qYrWqCOVLGNK50gq/DVjTuOX\nrJq+70NALBXjvAxcdFb1Scev4+C00NCbc1ZaLWYPK+tFiPwnnCXOt4/jv3Uu\nX+QpBQWhfVUmw8SUm41nFb6zvvx144ewKlOCb5kQLO3n+kT4c8gficMUDFqP\nozCuwpHmoaou5nvKRQsNB4o91CSw2PmBORAxoVOrsejWdwqJlPUxH+o2Ia2f\n/VZuAm/bPhGLnNrKOyr4K637xaSNGSYFzYm/Q3S8j9yAKI6VLpke7b6EGAt8\nBAIz\r\n=BDZ0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-documenteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.29","@syncfusion/ej2-inputs":"~16.3.29","@syncfusion/ej2-popups":"~16.3.29","@syncfusion/ej2-buttons":"~16.3.29","@syncfusion/ej2-dropdowns":"~16.3.29","@syncfusion/ej2-file-utils":"~16.3.29","@syncfusion/ej2-compression":"~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-documenteditor_16.3.29_1540960637988_0.9316041425881969","host":"s3://npm-registry-packages"}},"16.3.30":{"name":"@syncfusion/ej2-documenteditor","version":"16.3.30","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.3.30","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-documenteditor/issues"},"dist":{"shasum":"0f83e584cf2e6f42e1547fea2b7a326a84a08136","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.3.30.tgz","fileCount":204,"integrity":"sha512-DL2gjeJ7BFw8RFSKdfSu/xuRWxSWXDOBiAS4DTdrf8HldJLINZyDNUit98ULRepvCkTW6l9huGBTN7pm2x8ZqQ==","signatures":[{"sig":"MEYCIQDuZiaEM0NigQLACCGqDNuHVzIBAq3LgA6vQKvoA5wvygIhAIN4+NmQzNzDKh+pcALCltV0J/9h5DY2JaNLBlgQXB4c","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28311121,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2uJPCRA9TVsSAnZWagAAmPoP/jOqnGvpm7VtQM7lEwfA\nF0EXCzWWuHnISE4h8F3o1duRzPabCtvsvm+lRN3NzRg+hfp9cR30hbW/flXa\nXzGzMh1rl2gVmUllD1/LaII1NafxWf1NaR0jjh807R9Fe3mZPtQPT841xkf3\n0yr+EU667k+rNJD1TICU/8pEQiNpyyF/1u4wmU+Huvbzxsfvs6jOpv4rKEP2\nIZMMAt12kWDh+WpQKXR37mdv7UmxA8Iut+XUp7QcG0lZH0fYr6sJUAKrWEjU\n61veQg2YcNiTWLE5x6DMFV9EZolRrEdJUiYUAX3++9jg1AYJ/ceOhf/hKSyH\nRwaxgXDACpHig2E4PKRC+zwJDpYwy8q4fv3huF2Wx/Q7YCKbVAPudcPSk5YZ\no3P4m6Tf7DXE6N/trX8A+adKNVPgQEX3ir7kde8z1U0hfHaNUZZvgqpQhp+3\nNxtjy5ZIo2h+R860O2afggfCtoiGcN5lgD3n3sOhmgy1c2BHRh8IAB5WI64R\nQwXp2x4legWSZHDpjCEQZRh4R79B8V5mln8Smcv5R/pfnxmxeLwPrLhSo3Xn\n938mxdQ9bWydQMLSvINpVn9wuOesBpbjAI+BHOv33re9+7vxkBE9cWZFIos/\nSfMqNpDEJWxfGJzkM8ATMlI89oi3svlQnOZH8dOMhoSo/7HXJhwSB3/Muqbc\nj7f0\r\n=dnBl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-documenteditor.git","type":"git"},"_npmVersion":"6.1.0","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.30","@syncfusion/ej2-inputs":"~16.3.30","@syncfusion/ej2-popups":"~16.3.30","@syncfusion/ej2-buttons":"~16.3.30","@syncfusion/ej2-dropdowns":"~16.3.30","@syncfusion/ej2-file-utils":"~16.3.30","@syncfusion/ej2-compression":"~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-documenteditor_16.3.30_1541071438767_0.40716336037536704","host":"s3://npm-registry-packages"}},"16.3.33":{"name":"@syncfusion/ej2-documenteditor","version":"16.3.33","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.3.33","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e554668673142d1433d40ea30ff4edcbc3fbf22b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.3.33.tgz","fileCount":204,"integrity":"sha512-Rna1lvkeK2isnyrUbVxP5wjg8qQjPVo+FjHeLwamylx5YSQmVPE+L1C0NoxLUZpoJ+g3uqz67N/VkkhLtqVJhw==","signatures":[{"sig":"MEUCIQC4XLRNHON0uTcY/crk+edfigifem64WNA4YE/7dESdvQIgHGsa6Jx5yb/cEquYrUrno+TGV72a8RelhDDJYSHd8Ng=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28311501,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9Ai1CRA9TVsSAnZWagAAYiwP/1bCOw6PeMs1gubhFE/i\n/Mq49fz4sKSTIwo4LO29xaG0OQkXntuBLUnixWfEbyDLDq40XlsVEIi+x4X1\ni1vMMwx2wBg4pdfDOgmlzWE/FGv5Dq6u8lhgniz6PE0Otf2UktvQIJPIEwyo\n3xqVM3VMq0dLhH1eL0A0my8oEcz8uh2xsFMdwmaY3lZ6Tfu5rrEKXJR4ULgc\nrkrFWRl90gWPTZmsjHR3EcDP6gYE770Lr3fmvvo6B5U0QpJr5crv0YqiU++g\noUK6BwJYZscftvYTebJbL6ILgMlHbvaW1zu+LtmMOjB7uKCywm20LFbGL+Th\ng/y/GzohoAqWQN6MRJ/MDcAZ59tKxbEt272oWKhkr71t6LVCZBpWM7o3/QiV\nOAZnJsk/+GhzQUbeqX18IpI9QpvlokqYDQcO1MbFFudxmZCuD3C5Usa+89pW\nWL6pY3yClySxOLbflj8H5+ivkeP3zC4zhpNVw13V6joo3xUAEUy5jUNRT/SX\nF38z7fjzKTGYUF05S1hd5Xl2CgTrWVGHDG7T3drvY++VRY5Kn91EqYvnvyN0\n0LK1c7xNlabJfh4PrV9yDiPRYLF4ArkIpC6bjByB5kVqF8r8BthenAXgGco9\n+yN41RTWAqbwI6G5S54i85XAUxyXvQWF6rQ8uC+WOG/9HmF6amQqgTdAfV4N\nL/Wy\r\n=5xF6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.33","@syncfusion/ej2-inputs":"~16.3.33","@syncfusion/ej2-popups":"~16.3.33","@syncfusion/ej2-buttons":"~16.3.33","@syncfusion/ej2-dropdowns":"~16.3.33","@syncfusion/ej2-file-utils":"~16.3.33","@syncfusion/ej2-compression":"~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-documenteditor_16.3.33_1542719668110_0.4340586028186062","host":"s3://npm-registry-packages"}},"16.3.34":{"name":"@syncfusion/ej2-documenteditor","version":"16.3.34","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.3.34","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4586ec08a1180751ab464acd7fdccbf7f7dc737f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.3.34.tgz","fileCount":204,"integrity":"sha512-cRz2eH/PcNlKj9vi/vCUMxseT7iRlG0iF2pavX9T7osTUc+1p3YG/5WMRSQNQ/wGlj6j7823GELRrBa3xq/mYQ==","signatures":[{"sig":"MEYCIQDIMCgD4ezWKfKG40szGITbfx8fnvE5tGNwjMIp+9lOKgIhAM05HYfAZXuZvWlAgzR/AeIAePsRjYRIZzhU/wKGNtWK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28311501,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9iesCRA9TVsSAnZWagAAidcP/0i+9NX/anCZRySf0LzT\nrjjNhp0zvcq4mOQCLf0folaMlmKOP5NiC5Sep5f6+S0U5E3RCePoaSxVCYG/\nCreAIMPyRheHivM1Avjpt/7rRMncKY97sy7o0sjrD2sClpiCgqVd6399odRq\naOXKeyEyRfSPcgKVD4hMq+VzgXbvC70oRe4Q5lDiI4gswoWJtGL1ZovtEkZQ\nK6iQJoL2RyRLf1ifo8ktRmfspWb6blx0ZWQQ0lTURIWmTH9avg/GmpRqYI0G\noJmuRoUrZIxaRmhSZ2wKEMmYlTd23QV/w1YrDcuhpkefbhVFtGQGE00QRPBt\nfXui6pr5wN6NZQmufeYvgDuhuJKJBXsRdSSEP6WwHYCxuWtqHptY4BMlwmzq\nxq8XxBaKYDFKJj0FMzMI1yvMyWc0MggIBhnOzQFcxP40KzbbgDq3bn852aiw\nuKYci2e2Kc4aZfxIbNe3Y4xgfSCvY4n2YzzHV7ErjXSxWN7RfTE9xNOhSe1d\na+N5VMouBUj0/OxnDR/HFk8a0VWY8vdY1WQL7+VRND754ck3xJyEV9UKj0Ea\n3JgKq2T+MqLlM/aooJN7SOOSJdzBvHRmSAok8UWhZXX88GqRrlkhn5aEft4n\nVgIRTqb0CP+VGJXiNx/eYjK+0CJy2Yobjbd7GgRpIxwd61l0f3/A/+oV41SN\nUMH1\r\n=naTO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.34","@syncfusion/ej2-inputs":"~16.3.34","@syncfusion/ej2-popups":"~16.3.34","@syncfusion/ej2-buttons":"~16.3.34","@syncfusion/ej2-dropdowns":"~16.3.34","@syncfusion/ej2-file-utils":"~16.3.34","@syncfusion/ej2-compression":"~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-documenteditor_16.3.34_1542858667490_0.0159972327022182","host":"s3://npm-registry-packages"}},"16.4.40-beta":{"name":"@syncfusion/ej2-documenteditor","version":"16.4.40-beta","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.4.40-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c7f923dd6b15a97b7d9e4c36c487100b936acdce","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.4.40-beta.tgz","fileCount":279,"integrity":"sha512-r/JZx1HzHoDyqYj46L02aJTSwfW2Wtl4XMCww7Wag8iGUrA7csNJzIicjB6INF5qV2eQruZtTXkihU9kkIUwww==","signatures":[{"sig":"MEQCIHHCj4y/vyrn5GZ65VbSkOgNQRz7W4l+InV445CoBRjZAiBsX9a88oukUudN/Ty+kZfYY7K1vbGSq5rLFXE/NZbHHw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32590300,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDlqtCRA9TVsSAnZWagAA8dYP/3LQH5nYbk+MUbelKt6g\nE148L3H3uv9f4XM/GDV3jIB9jSP1gAHWkjBkRe8fYPgBRNeTC8T1Ii4zdY+O\nCOde42pDS1clANilwT7mqYezrYRUZvQu0ijQjZxLEUlR+6uGfld1TLvbTVUm\nLTtDEHezJDNcZJ3fwRJ0jdgh+BamxMT1Ittb9czuXKJvkfHicwJEsvwBg/hZ\n1on3YdJ9KXwW8BCfc8ZAu5Oa/C91MKGAFzW+TMzP8ri1n4fYMa/FUZ5vVCkV\nac8bgeaKTqkVBn8aH7e+IMmD/7m8crx0TNsa8v+HcdzvgvHnGvQkggPO9JQ/\n/BViPearBPg70ddj1X1Gj2xiVl6IPIuzYekGH78gxDNZnWrNaKL3p4cB2PHg\nrED7Ih73SH8mbIBTFjUKOW/qXleXpfT0HWvucgAwW5drTUaYFyWgDHVsnn52\nvolP5YMhSIpo0bJ+NUjF5+o1hbM8tMn5vi3P61wLYIxH5LID3U9KhCLySzQr\nrPnj2gNDqFsohYTBFi0JP7cJ9ieYsfi3ArB/5TJIK/9u7ssP8LSDCARwZ5cr\neqphjh31HDiz2b72FIfmqToR8I/hLoqk5z9CyvKHrVQIES2UI6v9G8JTzX4I\nEIfGjlvgjwZcPuCoP49BfnPXiyEiuFVBgWSISxybL15DzqFZUmcZzPu16HwN\nfGrs\r\n=IHMs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~16.4.40-beta","@syncfusion/ej2-inputs":"~16.4.40-beta","@syncfusion/ej2-popups":"~16.4.40-beta","@syncfusion/ej2-buttons":"~16.4.40-beta","@syncfusion/ej2-dropdowns":"~16.4.40-beta","@syncfusion/ej2-file-utils":"~16.4.40-beta","@syncfusion/ej2-compression":"~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-documenteditor_16.4.40-beta_1544444587989_0.059165660513548435","host":"s3://npm-registry-packages"}},"16.4.42":{"name":"@syncfusion/ej2-documenteditor","version":"16.4.42","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.4.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b08c9a7059a179d1890551445eff22e35e7786af","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.4.42.tgz","fileCount":279,"integrity":"sha512-OxhwR3ItF6hhHXUdGSERpIsW42b+RheJvOW/KOyd/IAbSoRTpjtRfDeHX56D4Wg2Nr6YftGlH61Uk1Qy0cZIhA==","signatures":[{"sig":"MEYCIQD9akpuvqx07wTQWrPGWSasEj56PQ52a0zHC84OkbgxJQIhAN0ZONio6YAAWbjEF08ySwQLAkgo8g1SfIJsBc0talzC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32591307,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcF5/9CRA9TVsSAnZWagAAgdYQAJJRzllZ6xKyB8sb11/t\n7XZH6VfYFKczTjP7tw9MgkZPTtsGsnkCAw8iRm64uDREfEcxEoothI3XhR+l\nvgOWRAX2i64aiRzo2jp0TbqIuliU0Nh2atg3qI/QpNqGmPaamnjTlJOfBoEJ\n6LZ8dNC6RaRgfXr+tQlKJsiP2pxpiNBZnlobnSI4HJmfrHLgAbWZLZV648Wb\ns5x4CfdP3qF2bHdVA7gZGeJfohVVw94okROPmob5wvxuZn5jkv+FxD6B1Qp2\niOJxx6t3uvk599A8u0ulAHboudTaum1X81RfO9stfUFxk2cpGjlkiJqIWwLO\nUOc1VQa4HE8jXmhnt5Uvd2BfXrvOzHMd13Sp0cIVHlXbiRY/Nk2fZaTC5E8M\nnPfe4fQ8fAvRzjZ5VGvzpsuUNcd4UFhJLE9/LYyaSxHPNe6jo7bgWC/DON6n\nUs2FZvNKfYmuFus4zJWFNICPQxcLs0PgPjFJXPN15mJuVd0BzWrodd9ZES1k\n7BuCkr6TnmqZg0fpfFPnEv0T09B/8aT+6T4WSizWCoxOS9vVTT3lehpWq74+\nI4nRHqRodKtzOOdH8xxjGn+AAU+VLwrSGa+Aus7R+yUbBNBGIOcsDni9WIwz\nF8uK+NKV+EUlpyl/wkJttnLn2V9VITqTLqo/DaWtXFjuUbf1h1i72H7dix3O\nih8U\r\n=cUCd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-inputs":"~16.4.42","@syncfusion/ej2-popups":"~16.4.42","@syncfusion/ej2-buttons":"~16.4.42","@syncfusion/ej2-dropdowns":"~16.4.42","@syncfusion/ej2-file-utils":"~16.4.42","@syncfusion/ej2-compression":"~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-documenteditor_16.4.42_1545052156279_0.5726738241222502","host":"s3://npm-registry-packages"}},"16.4.44":{"name":"@syncfusion/ej2-documenteditor","version":"16.4.44","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.4.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8106978a5886066449408674b062482016893f80","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.4.44.tgz","fileCount":279,"integrity":"sha512-r27t9g1/h93RZP8ldMhNziEHp/vdaOlwyjC3K2tiQjsAkm7/ligHskM/qKpOJxfEy0zkl30E3/Cox02nM6ByTg==","signatures":[{"sig":"MEYCIQC6Q1fVBJDrgYWbOnJS14aQxXTgAvtSx4ZVl8VMsTmIGgIhAOGadjFEW6cjZksZceY5ig4moW8teDXr7S2R2igzTRR6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32639924,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcIM0gCRA9TVsSAnZWagAAPDUQAJw9IW1ltcYaJbiKvVZV\nqJoPFZRSIAfjQv3R5yBT7I4znfMhIZkVw9JDvsA/U+CRcn1UnhRnulDq2cpv\npnczpbmbAytAJb2PFrsTBpGrtq/snn9Ip9lmla1DY06c4sH4xFEBpXUvKoDX\nU6QXiUDLpKCyGZWXrxEVmP2fstbSYK83nuUXMaCcPVEVdIu5b2OsNC6Zh64d\n6hb1+2/x/hQBMTthO2EUZkXBue0hJI2B/8vGpkA3W/mtEkPIx6jJndmMakWt\nfkz1ZHOA+wqIx8y1m+7lCO/Mp4T+2UtOfM5H0wjKrBU/kkCLsQCCbQP+D2mq\nuVc2cdLU7HxLEC2eLtPZEGGenGf/m+uTBgoKQO89nq7sV8KfiUTby1m79AIk\nleXPH/3Pe48LDQg6tSqjW/OhQgtb7BMYGHBmGuhCPkrv7Mg27cM87SFPoRBy\nwsucCaKlsE16s/F4bsd/BKMp8VpzeIqBszAi6xe58vTKDs32bUfEFseoFOrL\nosAeyN/Q+K3E3TZh0X2EWSLSjzrhePgC2i5Y6CjvowHqnQ87UXD1gVuehxFT\nwSeF6Yvu2OWwrALLoOe5TjsNJ+UfdZ11kSspsJpAFU16u4HrzHAaqwYKAeR0\nUaoZCaVZx/ZlYevQobTOqsE9F3OVZ+wNvoGVGIu/pQ8Vq0fDPbzifpY4Rfs/\nOyj+\r\n=4g3O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-inputs":"~16.4.44","@syncfusion/ej2-popups":"~16.4.44","@syncfusion/ej2-buttons":"~16.4.42","@syncfusion/ej2-dropdowns":"~16.4.44","@syncfusion/ej2-file-utils":"~16.4.42","@syncfusion/ej2-compression":"~16.4.42","@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-documenteditor_16.4.44_1545653535393_0.7604049087049156","host":"s3://npm-registry-packages"}},"16.4.45":{"name":"@syncfusion/ej2-documenteditor","version":"16.4.45","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.4.45","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c08764d6d0b7d28e047d673dac5d6cf81d4b6acd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.4.45.tgz","fileCount":279,"integrity":"sha512-5s7wn4tvEC6fQjCGFE3kgdAJTt2mle4tbngIEgLBudpd+FftmmNqwCL2MQodoSHgsi53iFJ4pHxoOQm8b5hPAQ==","signatures":[{"sig":"MEQCIHYE1RwFEKuyfPAy4fJG9UxdqUlTC9PRZ4h19DCujuxAAiBoAN324oCYPGPX+Yj+4Rkre1YToZqZmuEtq++23lxeOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32639742,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLKf+CRA9TVsSAnZWagAAVSYP/0BPcFvYR3bWrodknVIK\noGLRKJvOpWHybiTCeMhLV+rwTbrI8zEzBisxKhV/AyS1QaxKrAnTDrt9sHqG\n1ft+UEWUA7lOQ+cDnbs9mJ6X7kY6YxH8y442kzbXBtkiIaZhM6SeyK5Jyk1B\n84vb6FMIy18LMuLao/hCs1uZt4XBb9/0JVnUGTOMu6gRbgZTXHzo2/uaMFmH\nGjV/9jBER7n1ang9CXFgGJJQUQodbMI4RZt9e+TdS7dBfwo+EEnlIWBDQJpN\nfWlvX/22Nbj56BYCzhUyx6jApiwEdwaLgA+YCusUpKvXfMyJZIlTRGedzFVs\nM8QY1bGwylPE4uYoUjs7Gwb61eVL+KMf7W38y4iVzjh1qAoNU11LnTNJHM+X\nNRBwdRRedENdzBhQL4CIa7AUW2P2/bOTfZcVu6ZTEvLeFy9Y/KYN0cZqS9tT\nRLcQ2ObPMA55rl4NEhhREnNflzf2HQRqjliXFyS+66DeJVIOZx4bilRzhKqb\nGYfRYX1P4JbdWd62cx8xVwyLUx+Q/M5LVMTlBm12y1XmE4IOr11LY/Zsdwil\nqv+V5HViMGYv7S/m1HG/GfJMXz10dkpeHlQ1XBYViDXcWLnkJ7N4u1tPDCZl\ncy6bdByQJ8m+tdfAerD0ti50M8oKeQIqj2bXmdWpU0Swr1B3uoBdwCQGrNeT\nx+eZ\r\n=+wEz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-inputs":"~16.4.45","@syncfusion/ej2-popups":"~16.4.45","@syncfusion/ej2-buttons":"~16.4.42","@syncfusion/ej2-dropdowns":"~16.4.44","@syncfusion/ej2-file-utils":"~16.4.42","@syncfusion/ej2-compression":"~16.4.42","@syncfusion/ej2-navigations":"~16.4.45","@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-documenteditor_16.4.45_1546430462037_0.29820533453238474","host":"s3://npm-registry-packages"}},"16.4.46":{"name":"@syncfusion/ej2-documenteditor","version":"16.4.46","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.4.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9b83b54b8a091b57801d6bf2d56dadf9d9b22589","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.4.46.tgz","fileCount":279,"integrity":"sha512-tJWCMUDx29dkNS0/6Eu6Q7YTCobmAwn1T1+f0HTUdy3wpeqeo+1JyT9Dd6Ea2MBThB6Xm1TVIaZUUUlh+KP4bw==","signatures":[{"sig":"MEYCIQDv91To9dxlfzZhSRMACX/dj6xAXNHHBcwECAQwbpXfmwIhAKWoNf1VYgOqrmugNxgN8+awJK3KQsivldJgdPpnnOeQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32641687,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNIOCCRA9TVsSAnZWagAAxZYQAIWrN326/AGeyB1CK8Jc\ndF8yGw53bu5SDIMxyiLoTcfmqeh4jDy1iKaV82cQ6hcX6htr/it39i6xcx/U\nnLRob7++cxxyqefoTDbuD9aUForniqJZaIUX68sCjr2y/hjcnGtuukyxB8eg\nDhWLEawndqHx0GY4MMHd342XEQIGMQZKD0jdM/9Y9/HkaxHmamQ3act7AkU3\n4/3hrghmTGKMGfUBQX0x3IYzQ7xryRx2pyOtwAWqdaqqPCLnucIJWwaoHgFm\nD2wc2ALM+kWHhvh1ax2O6uX/TaThzbsDWgLvCcdOg4WdfWv8uh70XuP5dOYz\nkR5SDZMK3a2Ap3qLvXuDwfjeW5uDKKDogovnGhg3mw9EUxfMjyw7KzVTlRnS\noV/t8JG0MDymICEXKRCAVHnD1R3nGEJ2S9kstyuV2WzN8ZfF4RV5mjmGSUv8\nXmsn+NadMOOSeyFmUwfWQYgCi0Kbfg/Kwwvi7WHcsjPnuKGfwToWPJIuh77S\nmQzomORQzc9EBJKF40TyoGVFCAY3mQvHuoj7CEqYfATvNg93uSKa03IkIWS9\n8wHrQkINEFMrQDFpP2HG9oyVckN9LrNJ+dCKR5s3J3dlYFAdLTdOKvB/o3Lb\nltDPOyLmlGjs6gC8ePhK/MfASTvhyAs9rIDq5YRPAFdi7ueZiEN3PdoGZc3z\nlQIJ\r\n=fkYe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-inputs":"~16.4.46","@syncfusion/ej2-popups":"~16.4.45","@syncfusion/ej2-buttons":"~16.4.42","@syncfusion/ej2-dropdowns":"~16.4.46","@syncfusion/ej2-file-utils":"~16.4.42","@syncfusion/ej2-compression":"~16.4.42","@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-documenteditor_16.4.46_1546945409754_0.7686057267689994","host":"s3://npm-registry-packages"}},"16.4.47":{"name":"@syncfusion/ej2-documenteditor","version":"16.4.47","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.4.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c59ba6bc98b73754dbe80867ae847969b804815c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.4.47.tgz","fileCount":279,"integrity":"sha512-ceGlpa+qhJKwQAh2pF71k9SER3fRPLJIYUPWEUq0QUxuNCdnDOAIkPEnrqVd1nKDXFC7/3/jQsoWs+3bwu0dUg==","signatures":[{"sig":"MEYCIQCy6QTLs4NWUpgbBegWTyOpdx111n/ufOfp269zlyOMAgIhAOl+zRuiQmCmkwd6TfLNDiDfkehtanbywhMAE/4eLfz1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32641712,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPxJ2CRA9TVsSAnZWagAA79gP/2bicETVHc+fcEis8c0Z\na2/G4ixw+zCUfWitrXoUhv5Z3r7y4oFGXZ4vf6V4Or0sv0l9TZ9w6l4C08Ql\nCGD/YdYsWHSzmzzCkFNKbMJpq9ukCkxXGqpeKJ26RkPECdJ7yOYO7bCwch7/\nkPpc3gnYIIpej28MsLPz537RFDvqnbeijxaQBz0WW3HdA67j+JtTDCIjoF6Y\nq4R16oY1ewUZHaAL1ETl2jn22kMqbluL5GuWgITtse5OwzVWn0uHNepWqKet\nRTFwYdg3ybMPFdgg3vImv/i3f5rHK/57jmRqZNM65YcbYUHomHeCspdphoFe\nG+gWNAhEHmLhiMcGFvKIkpe9Zv/ERZxG0fPy1nCYEIVp+nHDRS+iVbPvSar9\nI3yj8IhtpLaE5G/VsROVC9neekwwIyREghMqeUsB4sjntQ8rpLFojBxQLamI\nBKyZOQwgQ10PqLcFQCIuFAgGSVHc6vt1aM1K1x/fg+XFDne2rhc/vt2WMa92\ntLc+DAUeGjbWSyQ3njW0RqdqKlBgr2HmG786Tlle6I4eYNxsnmu5YQ79uZyI\n5Q++VPLTU8E63/16cdDmw7TMjutAKffxuQjAMpTZSgE4lwvBvas5/K7HBYNF\n4+opv0WCd4feEf4P21fsPsa38DuqrdAXjf8Phwwdm4SWHkcwu6Fk9JHEAeBc\nt/Od\r\n=GCnU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.47","@syncfusion/ej2-inputs":"~16.4.47","@syncfusion/ej2-popups":"~16.4.47","@syncfusion/ej2-buttons":"~16.4.47","@syncfusion/ej2-dropdowns":"~16.4.47","@syncfusion/ej2-file-utils":"~16.4.47","@syncfusion/ej2-compression":"~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-documenteditor_16.4.47_1547637365830_0.2688550225330879","host":"s3://npm-registry-packages"}},"16.4.48":{"name":"@syncfusion/ej2-documenteditor","version":"16.4.48","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.4.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c0f9ca1a29f099fa7617c1397ea4604d7ef90f85","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.4.48.tgz","fileCount":279,"integrity":"sha512-dmfAbG9TRqSjmd4U6Fj7RTBuGtlPBts1JmqFF8ea+bNoteFcdPm1AQvmL6o0kpF8V6v2zh4BWqhjYQfs+bajdw==","signatures":[{"sig":"MEYCIQDUJEtH6+u7TxIp9C25tpwrtBXLjEwe4r6TZklv0D1BGQIhAI18S6luZZuIGFIp3Nn+yL8tuSMF7UVQBYL+zYUi9/cO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32671062,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRwY8CRA9TVsSAnZWagAAfX4QAJN7EZ6tCRlETyYlYEv4\ncjRCwCWzLWHGthJMfG/xnsVq75fx5CAHSNtM0w2r8PQQXBhXdteRBbhN7eny\nKZ9ZX78FsW2GOGtB+hhv56IGTWmX633rAQzeGeeyV+JTeRTyPRWRH2qiQd2L\nLJgyO5pzZdNOEqAFaDT+NOpuxq0KkMt8EvyqVC4oCTDmJ3PHPqmwM++jjTdr\nDxOw4o5ZrHw89QwB0nPAJ+tfdXq1IhcGN27r6/R10wEpu69VqD1uqegPNw0R\n14Hb0fe7WWly+FAlz/cyp/v7FYfltaSYj7q6i6VngEe6F4fT76L0J5HszQk9\n+cTfMFx3UO9zm3AMydZqv1rqNOVxoejB/AUbl/by7g5amQSmqf4B1aMrtO/1\nyX7pIUla6/WQn9kothG1VUdh28ZbA1I1dOyZdiLFMs8RgVaC5GMkNvVr2cIA\njTDLtf+zp5UudYzhlZUsS7O7u08iyFMrOOZ354njrC494BQpH1M662YKgPbU\nxyX53yEb0nqhez+TzkBkLLz3ut+gqVLC0TgUndG2Yyj0IFxs2HlOf94MgXQ4\no4v6kXeV4WaBhDN3a4Yq3l0rdSAw3Ur8ahBEPyiclw643CMaAr32Pkty7VHQ\nAfpqqiPUYIPV89SrUFWHuKCze5FGUnjMyUHdObPByKFyIzocgyVe+WmVqcyh\nhrcF\r\n=45z0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.47","@syncfusion/ej2-inputs":"~16.4.48","@syncfusion/ej2-popups":"~16.4.47","@syncfusion/ej2-buttons":"~16.4.47","@syncfusion/ej2-dropdowns":"~16.4.48","@syncfusion/ej2-file-utils":"~16.4.47","@syncfusion/ej2-compression":"~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-documenteditor_16.4.48_1548158523881_0.9825834426155742","host":"s3://npm-registry-packages"}},"17.1.1-beta":{"name":"@syncfusion/ej2-documenteditor","version":"17.1.1-beta","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.1.1-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7023db750f95d7887962475f69f1ed6e5154ecf3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.1.1-beta.tgz","fileCount":285,"integrity":"sha512-/u6EftTrQ9ficcMHbZKRwHAYtk/KCk4ny6J/kBb7DFskHf9IJGmkln0QypMy+iZiIhQLKOKd/XDf4m27mT5Y+w==","signatures":[{"sig":"MEUCIQCw/EKAZKJMo4Es+ezFEEVwfc8m8V2nfY1eTbguSmYlzAIgMoA5aKTPYsNk9irqAmzHMeU3QQylx9w0d3gRPEhEpto=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32831151,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUFlVCRA9TVsSAnZWagAANkwP/3+Jy5xScZEYnsosCZNI\nseGWxPmdDbl81mvjqUm8wlqGD71A1AeM4C2BoasoEHYF4UpxARXpgeplPrlY\nRZa1kj+apELQA2LwMqbN35Oss7waqhhD+d9QhSK6joXAA3jsMWifzGNEGePz\nxjlNrzGiupcNXCJFfH3Zd0vI8Xp7Ji2LqSBG80JgPs7QvROBCOcTAiIdGAk2\n3TOcV4AiHiJgylHZGMo59hiQvdXtukynVLuoNqdmvkicFxNzGLdYlJ/gDfC3\nilJ5IP/CtuDJuIqMwqxAlmfH/+9Mw0TztsB818x+I+k1QkpMbiht2rMpxCcj\niUWdmR90Cay2/vz4OFBVJGnHoNpu7sw9+usXWPWrxFhRusYEu39Aid9CK3K5\nj+jY48RJ/278ROJIqfq0A4ABM6+JSHdc+i46+sYVh2TQbh98uymk0f+pANJP\nwm938LKsc9nrJI0qiIjsHPiu8CkI4Yh6zf2u6mxX0ioOl35IEoBYEQ2jo3o1\n1yhT6yIxDRzAR6mmYwkkRVPm26ktRuabzf3ygMH8yt50M3/uaa8jA3N+0Ffg\nDD2xyQT2inyVPgatU/P0dEfn0zqnt3e70kUOfABdf8IGi917fy6JhDh2Dgij\nAJV2I8wX/0PaqDdZrdRlriQ1+zXyW9ve/VPniN3W8kkmI1fcccflEUfSymXt\nT8EI\r\n=ZI3X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~17.1.1-beta","@syncfusion/ej2-inputs":"~17.1.1-beta","@syncfusion/ej2-popups":"~17.1.1-beta","@syncfusion/ej2-buttons":"~17.1.1-beta","@syncfusion/ej2-dropdowns":"~17.1.1-beta","@syncfusion/ej2-file-utils":"~17.1.1-beta","@syncfusion/ej2-compression":"~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-documenteditor_17.1.1-beta_1548769620416_0.37211015631441446","host":"s3://npm-registry-packages"}},"16.4.52":{"name":"@syncfusion/ej2-documenteditor","version":"16.4.52","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.4.52","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2961a33faf42286e5069955d8f2eca5bff14ed16","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.4.52.tgz","fileCount":279,"integrity":"sha512-P/kvpYRb7hDF9knbbXja44lg1VNsWOjsgtY6ERv0DtmzesNQ/jJgyO42o0gcJrn725gLLOQ9VxI3+pcNvdY5NQ==","signatures":[{"sig":"MEYCIQC/zF2mzj37TNtIw5bM2nP8qBBhKhUN+e8XOltcd8L8ewIhAJ87IfBgjed2GPeGAaL3ENgBX0Q6M979UGNA0EWDo94C","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32672119,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWbt1CRA9TVsSAnZWagAAl/QP/RePKx4urT2UxGWHkoDS\n7dS/UaO1K0K783aUNzzZcnlvxsxzR7JQjsQ7ZMs/67n3fR4yKvoweg+FWIkG\nfZzp6tjT4YU7uL3IUla18tXNVuYef/8vIk+jXxQMBCWk/aoVdLQshkbzaXw5\nQm4uh32W5xIcN3Q6IoN6yFpPh8C6TS+vtLcI5J7cdzXDlUc2qG6JDJwh6EM9\nE3lLkWp53mj1/ghZuakTuoSzy9+8+bX64N749WC7HajLOEj8hXfdt5X/CnCs\nt6ULADZap9plucBsyaeglUnjiU7WL1Sk8vSEUcPB0O5igdwoXcQHFwsU6eda\n8WV1SktTMe4EqqnZ21zkQip4hbT2jKmkOvKGrk6RnRJAdsmBPf64lf9nhT/9\nFu1YwBgAoTLrcXiwpBm3FWZz6VA84qaGhN99x8rHMuLeG3aMITIBfb57fJ16\newg32hsPgHwc8G+SEk29/EkkPKsryAAms1XyjGZRIa+kd+gI8JiJOT/j5S/w\nNi5LAzG0ktiWQO8IqskugkNGPYTL5w8/w/23zSCM9JZf2wYuCdrIOCid5RqN\nOr/QrsZ7LoM7/FDIwY/V9NsnsX3b9IDc3I/xcFmIA5WoCVP8t0Kx5tz7pEjh\na4iCHltTc0AsM49/K95reyaxsEwoWqkynfUR7SwbV9WoZheRbemyET6E0w7W\n+Oe0\r\n=Bv1p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-inputs":"~16.4.52","@syncfusion/ej2-popups":"~16.4.52","@syncfusion/ej2-buttons":"~16.4.52","@syncfusion/ej2-dropdowns":"~16.4.52","@syncfusion/ej2-file-utils":"~16.4.52","@syncfusion/ej2-compression":"~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-documenteditor_16.4.52_1549384564662_0.9961601546067185","host":"s3://npm-registry-packages"}},"16.4.53":{"name":"@syncfusion/ej2-documenteditor","version":"16.4.53","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.4.53","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5f87190d3df728f70567df1369c33fc433bef98d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.4.53.tgz","fileCount":279,"integrity":"sha512-lMjwRmR3XLwXLBxDK9B8UiG/4rEnA0WAedTt247nWK5MJRas64AnRW3nBBZIpFQ2Nx1CNzLXNuFafNDwH3vqMw==","signatures":[{"sig":"MEUCIQCLpLiZwn2nN7pwwnZLTSvYPXoTucGpXijqNIiNuGBCaQIgZaBgNbC097hnw8EoQ6Gs3XI/jk7lD8Jrcl3NX3jknB0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32676581,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcY+1ICRA9TVsSAnZWagAAeqIP/R2aateJYgKe967BOocz\n/jzk+/tr8aeNP+sdBcf9MeTCf5y3fDvET4H5TzF/HO8pLdbjVr8XGJv5bcKf\nWFKnNo07EpZKWyn6ZI8cGq/7BIyp9VpJSmfR9n0CtUfGu2Z2I7+GejNwCIvk\navKmALzXXnnU34FPiTabnZzslEA3gMe0aIj/EWub6h8iDSJtbluP0NXiGxyy\nqzJyqqxXeMbJPqPzlaMIOw8pbR+fOT+jrj5PAXirv09ft7sb+ThAwf0u+nSz\nDHcr8o8jDh0QGRO9J62Qo2aN0eryaX5cbpbTLRyUdut/ipX3rG4GyWtdUOHO\nKaFHMnIBHjKjpIooUowEJbTIMsSbkeWd5SK2CEAheKQ6ps97mBl0U5pNNjOM\nJZR+E8qrSHNzBLyGjw3k1f/GnYwxUX3JG2QKZ/9tJnCFVqyXIGerrXt+DbRH\nO8axJ86cLqLzTmE/hnQeGEA+Hl13rPNY9Rvj4c2ktM6/tLGSXoWrQMRq2D3u\naqrJVRV0QEbOa3pnzP3NnyjyRP6JivpkTNKQ230XdMF+qezTWmnyUxeHUBrT\nsDiJSEvSiObHKaLBIz2Or57jDx71C3+Bad3+96dRnCA4rX8NRoK0skSmWhoh\n+fPE1Ws7AGeQ9AnQXsCcuwzr56MwP/lRKrE2lTEIJ3GsUQ/r29RVeypXt+c5\nNu5o\r\n=Xkid\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-inputs":"~16.4.53","@syncfusion/ej2-popups":"~16.4.53","@syncfusion/ej2-buttons":"~16.4.53","@syncfusion/ej2-dropdowns":"~16.4.53","@syncfusion/ej2-file-utils":"~16.4.52","@syncfusion/ej2-compression":"~16.4.52","@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-documenteditor_16.4.53_1550052679338_0.8995062281933066","host":"s3://npm-registry-packages"}},"16.4.54":{"name":"@syncfusion/ej2-documenteditor","version":"16.4.54","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@16.4.54","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"912c120bfecf4e7f6a9fb70d1be55e2ebec18f04","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-16.4.54.tgz","fileCount":279,"integrity":"sha512-Ix4PJX2jCIcHN8FzNB8pIp4OYogtuAr/I/nfsnpi1e3BP+HxGYrNrOIM3f887d+a5XKkeP5fF+69cX64Rs+Jdw==","signatures":[{"sig":"MEUCIQCuFLr9mODSPnoDD3u5OMducqJwzzqkLQN2oFZFD62Y1QIgQY0l2YElna6rS7SfruKFm3gtecHgbEVqlU+1WGZkFxI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32679505,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJca7CVCRA9TVsSAnZWagAAPMgQAIZg/tjHbFtIjVdoTUFX\nTRvxyMeQbRegAfVXEdh3ytWKBgYgk7qyiWtEL5EWyEuGbGgY7s3OG/vrtrPw\nn3RUUzuOrBcS+d4KOlIfGrYapiMPEIeNSv9azHP1IvmT9e0DJobbnv2Keeh3\nP5dFHwzw1u7WAiSwr5kbjZRLKE9q4rWELi4ULucP8Els7ZrDhyTh1ldBbEiv\n2xgTb/Vcg4jQtfATFkkD6aOfMLHE4MBkrXisW7lVg5M9CRRR4XEHITYnrJyu\nwhAksBaDl8GdTbq1VDcUXX1cOa/KIviRxKwm4LPR5zmJwe2P43Vf/Sgj2pPV\nkvo6YbzatwhMIJe4tkkanm7FNVF56DmAfDQwwN99py43Wz6p59EhzsBEAH6G\nIU88tAocs0l8OxATcxQdKsfvxK+VMeVSmSTq2fiuTnAQPK8jRi7Uj+kEHH1F\nc9otaKs8z7nzIXpE/rkbdpiMObwv0ST1wFD+j8HzZzbYPL/+Zr76RvCCCaWX\nzAhUqRsJk1+wJ2j2Sopyh6QiYwSJ21yXxZ/tm5DVx2g30kb2nZqHhpW6AyCH\n85Yg7UbMGP/ZceRZsVtqQ6gWZk8bH+ogUIK+daSAlxkG1gXmOVen+52eLOKc\nLKw/5O4iU7C6EB6lCxdrC9JFxJaj36HI2smNr63d548pA1TnvDR/8DWy0o6p\n9oJm\r\n=kXSq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-inputs":"~16.4.54","@syncfusion/ej2-popups":"~16.4.54","@syncfusion/ej2-buttons":"~16.4.53","@syncfusion/ej2-dropdowns":"~16.4.54","@syncfusion/ej2-file-utils":"~16.4.52","@syncfusion/ej2-compression":"~16.4.52","@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-documenteditor_16.4.54_1550561428086_0.7460609287152391","host":"s3://npm-registry-packages"}},"17.1.32-beta":{"name":"@syncfusion/ej2-documenteditor","version":"17.1.32-beta","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.1.32-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"99308c6c6f99cc52e124bbec696c512aa253f9f0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.1.32-beta.tgz","fileCount":293,"integrity":"sha512-jYKo+92b0jG2CtTCJG5riK8KSghVK+oglmIPKGEMjjDBosYz2koiYpogGbvzHnr9zH9OhNdeTQn8kdD8Z/oQxw==","signatures":[{"sig":"MEYCIQD+AZw9lJZ8eoEqdAsMrReMDXuM4Evt3K0zYcDm9EVmrgIhAIeaM0YIzS+f5l7c1yoVtJ3CKahnQ+n/VTmpyUSUoMLi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32985010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciR14CRA9TVsSAnZWagAAq5oQAJ87LUckCAIzZ9SljVIl\nE1DI0Ybx3SiCzHKyJsNrVyVGBR6KMibMTebDQ+RaE4Nz3Pt6eqRsy2J3Wne+\nYUjFaXBy0xWAinTAGUFy7IIwjpyctsTLb2+F+WGSVH/LWIwDHfP074fWOhkd\n6fpu9xuRJI3vL+mgiMp79Ewo7fTGNz7S4mmGuLUPXdyTo7/NyVoI+7uBgNbq\nb22MrdhFXUi77ub4IBzK+Mi96/nLIukdbSr45covhyn3JDFbpU57oDL3nkaC\nelZl4/I99niApZW93F//UUg1el/MM4uWWTm+XafitjqG5MgI9Vy56qNkMICf\ndIi+fQdv/h3g3xkS6pOQtgBlnyvYEy6tttNw6rK6m2FBO8+JivUFFzPZljvF\n78bQo1Vii65gpqwrv7k41Jel36CwH01hW1gTHqPBxvVo9BsA6tpYZNgFjLXp\nboSGABipVaEvHyukLKM3+h6P+E/MUeOHjDp8cDAfKUiU8H9GbYrPSEXXr/6w\nTe07PuLQhtrGOJ5PEuTlg3jQsoRXadfjTP3yb+FDWQEL/0enBhTjf1r8eNKj\nYhHObIulxtkTmJ0S4OnNJlFtwctYSUXDM+cePS0SLW0q5m9UbXhaaqrbnr6l\n84KqM6w+02Pu4VI3sAsjdbXcjW7jNVeABHtEpZjSBvbd1ZrRaKCQWp6bnPJ1\nGKrJ\r\n=+eYV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"D:\\important\\apps\\nexus-rp\\release","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"0cadff2d93be8e3661d9d4d641342dbf616ec6e3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.1.1.tgz","_integrity":"sha512-jeka+4/XxaO+1CX8FcGDcj+vXGixgT3sEsdiGNNFqoVQ5sHd5/l5VtXtQs5PhqtBtbxThU5j8L6Q0ZW82EdsEQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.32-beta","@syncfusion/ej2-inputs":"~17.1.32-beta","@syncfusion/ej2-popups":"~17.1.32-beta","@syncfusion/ej2-buttons":"~17.1.32-beta","@syncfusion/ej2-dropdowns":"~17.1.32-beta","@syncfusion/ej2-file-utils":"~17.1.32-beta","@syncfusion/ej2-compression":"~17.1.32-beta","@syncfusion/ej2-navigations":"~17.1.32-beta","@syncfusion/ej2-splitbuttons":"~17.1.32-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.1.32-beta_1552489847878_0.6307094954052168","host":"s3://npm-registry-packages"}},"17.1.38":{"name":"@syncfusion/ej2-documenteditor","version":"17.1.38","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.1.38","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"48ceff25ff326d793950e75783c3d16577a24b57","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.1.38.tgz","fileCount":303,"integrity":"sha512-wCVjhrhX2Ag51wkVJy/m778YohhZ8YE6ZWjp/99mvg8I/1IVYNK+D8ZwG8Hfv3PdrQTgJt92GxXh176D0v/FQw==","signatures":[{"sig":"MEUCIGZ67RBFmd4Eq17vjd4lZ2W8X4lbP3lkQmxsrapsTkeYAiEA+lB08t2WLg86NQyJFlS4euC0faG7esQxwdn9MQlRwi0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33171161,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcncobCRA9TVsSAnZWagAALgUP/1dAAiYzZDU1VlVfWgwu\nU53idyrREw60M/WhXCKqOIENr2ZvTQ15X3FU9yoyMDFIbRK3tUCxgQWsXNSU\ni2DjwizxCOE3YIzgxqvOgvVrb0tFRUZqGC3UVo1d642fIyAKUU0qsDnPrbWJ\njqONjWjh86/dQTKjixFR0loVhpYhoUpxJ89LppEhODEdKIO1tvpOHe3xIUZK\nZ8SxHQgiWeYBF5zie3e5CS5omoZFfEzIARLWW/GNnQ3w4El8a008YRywkeg1\nImKTEKfZweYNu0w5ngmoxoTBKCnEA4+47Ld4SrV+uacjkF7dNCrNtX8nSdLA\n2Lo5mTjIEMD3PTqy7vAP9xunZ4gl2vpyyFqckChp/R/jtf4Tow/gw6pXU7Z5\nwX0XZGtQ6G0u/O7/QhdVJt/8GKhXJtakDdmqz/nR6DL6bu+TOiZT2WFyAYTk\nx5ZXbbv/fZCuFEdhKYDwfGZkAwAxZ0xWx3dvbGreyQh/p+6HenOC8czMaWS/\nCa+OWZh+EzCrPIsPrLidYzj6QxTGagLLvR/TUgj+iGefcbsJZ8fPJSd+mDk3\n5TndJjf96WOt9AquJiX25jghN8+uCEKQhxNsS5r9hDFMsyYl2znRYiav1xYR\nB4EeytYE3W3lToo+zyznsdnzci5qYIdd3jp+vZTFVfoM3c/omuS5UdoKcd6s\nDMyE\r\n=5VND\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.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.5.0","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.38","@syncfusion/ej2-inputs":"~17.1.38","@syncfusion/ej2-popups":"~17.1.38","@syncfusion/ej2-buttons":"~17.1.38","@syncfusion/ej2-dropdowns":"~17.1.38","@syncfusion/ej2-file-utils":"~17.1.38","@syncfusion/ej2-compression":"~17.1.38","@syncfusion/ej2-navigations":"~17.1.38","@syncfusion/ej2-splitbuttons":"~17.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.1.38_1553844762518_0.42075410256366563","host":"s3://npm-registry-packages"}},"17.1.40":{"name":"@syncfusion/ej2-documenteditor","version":"17.1.40","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.1.40","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2f606282cab4190b0e11fa31027f3309c1fee9bd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.1.40.tgz","fileCount":303,"integrity":"sha512-fCYznSdhdt4nQgAqeS3zvHRPnE+C3WgxweyD238uCmtk2raUUOythHIUVA3cTcx4JbX85g0k23FACny9Td4abg==","signatures":[{"sig":"MEQCIFGSNap/vGKVryHMVC6MtRY0r+PUgU4ue4bEosMSd7glAiBxoop5K2ujZslKZTL/9ytna84/2eAnOyi+vySVjEtTzg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33194295,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcrIYOCRA9TVsSAnZWagAAxSEP/0dtOzbbqgBf3GmGhbIB\nUxMomfi93s9fn+2k6dBHZxy1JWS4s1NMhFyv71RpRxxlChhy1tLMMj3S68Qr\no+HFACLJKpicA/xvCnrSh1edupuKGFkJP5xMYxRsu+ZQqNztZOsGPJjXQ10U\niKUaCorRLmLn7ptGcJoZMXQU3YyexngXOOH6OGh/yao1pfuITfWkLhGBujy0\nwa0f+Sb4nusK4uupGQzVVifwMRsa/od/0RSH9s8sHATBausWzDcVWDu/drXT\nB3bkLmae+q2T9Vu+qVc82cccz7zKdmzloXK02XjA6GR5sY032fstH3sa4ciU\nf9qAA6rUeDvBWrJUl2MrzIVYUfbRj4D1CuH1n9lNGWNNUgLng+27V4uTggQa\nSpFrj0Hxd1dFx+kZJZ73s7KulgMd3RDVzRwuwqARYgooxKOuy4Kb6GXY+7vk\nlmwZYnAWXD8Wkgxmx6QjmVkd7RBL0BBAaE1ba32F5TpZEK1H0y2zKN5lnwFY\npKpPCLwbho8Ezjxx4zEufTn8lW0lh2RSFtoV5b/AfZ6rZTTuKE8V1BHGxPAS\nKPQlenfgfWRmn0kzVoiwzHVI3TDYkNXjfS1Ok6/Pj/HX2fEf4rAzUtaTefqD\nFG7mTAXlfbB7FbA38Q63LwwqE9mH1ziQqzat7BVFUJucCi9fuWTqY56vWTmm\nMgIh\r\n=OaDG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.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.5.0","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.38","@syncfusion/ej2-inputs":"~17.1.40","@syncfusion/ej2-popups":"~17.1.40","@syncfusion/ej2-buttons":"~17.1.40","@syncfusion/ej2-dropdowns":"~17.1.40","@syncfusion/ej2-file-utils":"~17.1.38","@syncfusion/ej2-compression":"~17.1.38","@syncfusion/ej2-navigations":"~17.1.40","@syncfusion/ej2-splitbuttons":"~17.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.1.40_1554810381008_0.20202566464677751","host":"s3://npm-registry-packages"}},"17.1.41":{"name":"@syncfusion/ej2-documenteditor","version":"17.1.41","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.1.41","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f15e85278b9b4bf0db53b5bb40fbd064530892e3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.1.41.tgz","fileCount":303,"integrity":"sha512-7PyWRX7f0rHVNiHmx3x65LkFyN0MCA+erMZpDnLSA2fYqTxie60Tfnm6hgGhG/EvpcvTnMDfKbj+6Fp+s9gwhg==","signatures":[{"sig":"MEQCIEvPXkfbIEVblVaUEhNwjKqEBIYxTF4xHrval3En19ABAiAWWTXcsFnOS4DH9cnwiicYtaNuVqjOQGzGqULHzg5AXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33203982,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctbheCRA9TVsSAnZWagAAv7oQAJEXRxRUEB0f8O8zV9RP\n8qdsb2lr5LrSUD+2Te5NfE56w1Z0hsG9MWrpxaZWaDLJJ54Y6NAY4n535wzx\no7T8dMc0Tk6Ua6jGEBcLr0uR8faYDPzYkedcbfBrYwgdVsvjg0X2LHCeHI8w\nuhF3L4NE0C2VIm+mYZHs9OnM3asYIkIcMQtFVAqCx6qDKN7vC2wjZ60fSeHY\n9albQwPGix4ZMlUHNp746e56j9Plx/YZ2DBviBv6xNy7OZMen7rOirHZA8w/\nV09fBL2CmkukjvYNRSE3VcNiv5w6XQDRIfw2vK74v/PMHWDEeI233zmdD9za\nicV2Pw7NY+HEasu+G7FjcVrh9l0AD/aCHMYWSNWDfMUqESmvjvguDt48Byup\nHr1li2N1dId9/pryOTHLpLShdVx/2Sh0wY+0SCinKME+wQDXJBfe/gAiJIas\nyOQCF086vof63cbzPSscKMATZ1ipMhD04ExrS3iWB0oYHl8AokoHjVVIOkQv\nfC2W9xZm1ii6+uuqFdoSLpLHYBaIhQ8/fP9Z8VHtV0VgstrnOzQxlVR6H2Xp\nLuXZljuP4RP9jrfbylsx8ZjgPqdP/s4XYtMCvVkT4USC+Nqp/3LMAStD1qzE\nNKmYhrfmVHWGyDGxpwDMMSaP3hsQN8T5n97ASLV65HuflyOXzaJz5i0jb6Ku\nc+gg\r\n=FNy2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.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.5.0","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.38","@syncfusion/ej2-inputs":"~17.1.41","@syncfusion/ej2-popups":"~17.1.40","@syncfusion/ej2-buttons":"~17.1.40","@syncfusion/ej2-dropdowns":"~17.1.41","@syncfusion/ej2-file-utils":"~17.1.38","@syncfusion/ej2-compression":"~17.1.38","@syncfusion/ej2-navigations":"~17.1.41","@syncfusion/ej2-splitbuttons":"~17.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.1.41_1555413085808_0.5756927919889598","host":"s3://npm-registry-packages"}},"17.1.42":{"name":"@syncfusion/ej2-documenteditor","version":"17.1.42","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.1.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"fe5ff74491562fe5b9bdeb5101340036aad19276","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.1.42.tgz","fileCount":303,"integrity":"sha512-/90fXaU0/Ia5k8euSdVZjQBeHxQMvmDlswzl7yZVaHxkD2f8kZGFpETppmYjPje05ftoTnLEhszo6Un4sD+N4g==","signatures":[{"sig":"MEYCIQCHDXzRG60CsAadQwGeBIDtp2TpteWU1jzqJ+UftiL/+wIhANLgc7z/I3jZuo9VfBlaf3ebLf3JOTbEcNBThYkTS4nS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33172094,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvtYqCRA9TVsSAnZWagAAcoUQAI1QMMY8JIemYWDIwhyg\nZYs971HNmU3zjv1WWaA6p2tWeukMbnOwAzCH5wwysf/t1vXLXv9iz9//qjQo\n26kasUEcedjT9XJDWygIJmQB2UiRh+YeFKiYo5vH3ctD1ONLmGzWedrds6b2\nqZj26hQ51Myr3m27cpHHfwWij5At0I4L0ecXcztaVCX+y9RwwmD2X610o89h\nOOXvZdcDQ1H+ecmDEW6egZQHcc0zmncwDW3TJpjbwIJO6bNPJrMGQ4184XPv\nTFeI2agwpf7Zbo3BXka+F6upksbQPKQKyOPrciDwoXj2Mxcr/9QzrCuB1Ski\nYIph/yPrc52y3rASsiuTyWOaFPRvhBjYQr/sgGzhB5/VdKARvLblLzPanmFp\nOKN59cqju3cZYF0/0OKTQd9ZjaCnxkyGe5twugETMRYQq0nkJ5pUfVg5VUVR\nVhzFFrtTeCo7PqUjcML81unS93L81MAqbhRIuiJJddZedlW2Z4JqAsLmqMcj\ndnU9C3hvPytivd5arPbDoCNow+qbvQwnwk7x+VM7XQ8BPvZrpVsez2cynRBI\nVBRx98WA5ZV8hUztcL/VVKcLGFtHoqIDEL68/2Ff20Mg8zYDxb1fNTx64xXX\nA8o58URt2LpFRT3IN8HjYITaRMQu7QD2zkFb2EO3+ZiApZ+e5OmcTntxFK/f\nPEUT\r\n=TIMl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.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.5.0","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.42","@syncfusion/ej2-inputs":"~17.1.42","@syncfusion/ej2-popups":"~17.1.42","@syncfusion/ej2-buttons":"~17.1.42","@syncfusion/ej2-dropdowns":"~17.1.42","@syncfusion/ej2-file-utils":"~17.1.42","@syncfusion/ej2-compression":"~17.1.42","@syncfusion/ej2-navigations":"~17.1.42","@syncfusion/ej2-splitbuttons":"~17.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.1.42_1556010537397_0.7264148196525246","host":"s3://npm-registry-packages"}},"17.1.43":{"name":"@syncfusion/ej2-documenteditor","version":"17.1.43","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.1.43","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e60c1861f67079ba228923e344a92bfdf1893887","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.1.43.tgz","fileCount":303,"integrity":"sha512-C0hZ4QjijISDOug7G2q0AMhRPP+I5USPRFMvBRGMMOUVwgRVtXu3FCDOHTywPWIsuwkKSpiirH2mfl7by3mBUA==","signatures":[{"sig":"MEYCIQDt75VVr6mPtSc4uBv+gu2NfrHoE9fv892VUN8NueW9YgIhAPv3pUb7UGRExgAI3xjexAmiGIVchWQv4PvU+u6ccVwt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33192337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyCHoCRA9TVsSAnZWagAArnkQAJujqNm032/0+X22Fcvz\n5ONY6FGjum2TxXOt+NGnlGL4EJKRsE+t3x4cIo+NFKjtlIN/N36bILfGmQyl\n+s5DWKcpLwIaxhaavoFbWR1wj3UbdWfQqHmw6513heoph+GJXlPwxcQlZSCz\n2mDZeM52m3d047Td9YTgtCCwLudweMRLsFh/JQR8vq/1v4TFJ8lrYcKKiAbz\nXsHY2klarGtDn0JWwKaca4U2mzdk9K3mYZg/URvYVOnS0A0MPIbzRefDu/Rm\nOzvbYLNhpSCNWVFQQtqVoS97HPu25AHjMjx5MyIyVHsNVwSN0gDHvQfogL3u\n+OaL48NcOkc11jQivDY6epU6p5xcXjC6zO1NnxxSUDxAoX5s+VU7zFjubJ2V\nO4l1zAYVHDHhChfWIsPcaJPDnnaLA9EkKbH3CX01np22izRQM7nQreWI3gUt\niJX/+FQM371+BthSOvSWgr2lNyAE3Ng3+CRzeN0H8vPydid9uoo+jmLhIzNO\nbdxikDaD9IMHoHXA7YMfEHBUbikgaIID+fDSHYvX1C1Iu3ySQyBK785EhlTg\nhn76jfB/eNJKFAXc8a3ed0w239Xo6M+IpFnwmP7BxecWxSC1dRMXfO4UsO2k\nTQJVL5ZinHoGeYAxD2Lim/CoCeA3N9eG8PaeXB9p4o1FRlUagwo7neNXt+9u\nNjWH\r\n=SYOk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.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.5.0","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.43","@syncfusion/ej2-inputs":"~17.1.42","@syncfusion/ej2-popups":"~17.1.42","@syncfusion/ej2-buttons":"~17.1.42","@syncfusion/ej2-dropdowns":"~17.1.43","@syncfusion/ej2-file-utils":"~17.1.42","@syncfusion/ej2-compression":"~17.1.42","@syncfusion/ej2-navigations":"~17.1.43","@syncfusion/ej2-splitbuttons":"~17.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.1.43_1556619751553_0.22587893105963786","host":"s3://npm-registry-packages"}},"17.1.44":{"name":"@syncfusion/ej2-documenteditor","version":"17.1.44","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.1.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b3c3f15fdd6ff0bc723a14d4df74e027b3ebf3fd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.1.44.tgz","fileCount":303,"integrity":"sha512-YYwPBOan5sHS09vehMsMzKWxQ89GVpuMNUc9a6x+h5Di7He7l0FX9GiCXpUGxiXVeuzUUnMSc1A9jmf3JpwA1g==","signatures":[{"sig":"MEQCID/CH+3tQlEy64knaN01LEszSWjgEwVWrgpEn41r+qhvAiBQkbTktR0SaQpPnXNHeq/bEc3R9Plbju2mTf8rbKTLeg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33193672,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0VFwCRA9TVsSAnZWagAApqAP/iDUBwhRDgthkzL13CRV\ndcCoj2nzZjn7ftZZVppcZ0Kaadf30gR0iWEWH4lkDnWJjctvcFOI/IqcpVlZ\nXnODgp4OyrLzIprgn1LX/lzYAQjYYxagLCfiXE59Vmv7Eq1UJhb3DLMgmXX4\nxunx3zmousXI8piVI2xa3dLbA0/oYkGJw7wRTMdTJX8KJxStxrMKfj8lvhK8\nr0pi4KvqL9BOqkiZrgUGWL+WB2NxbecRzu6OaVUreV5XPXYSDA9EeRRXT6gO\nwrSY7bBn1mcIeqmZnbLbgRkGfh9pqJA9CcBDj1/JnODx9qOXDl3nKzJCIz0N\n3GcvTYPzeKUGgc29angVrgAXJjsljDtZDxb2sdmGX/Zx9/EGIjGH/VjUpo2X\nw1fQmzgcA2sVtJb39dvnrQ4XUgaTeNEDPEhrF09vjgO9hA4Fa4o7qDZKnsvA\n4QeQiFFjtTHuglOs8NuN0lVNMbd5F4BCiP+acd4XAqG9Eu/DgTWSk2dHdn51\nbHgPzhxB93NqjrEe+GgHhBUNcl5xjhj0qtsXwjVZ3Jz9FFCjpoMUSr+wQKxm\nqIDuTkMx2CHuO8M1oNLFRTQAsiNiEQXXHArVB4l+2k9xVgz2oxqXq0E9xO51\nKi99kRBtJFzdVK2bpM325JQp5EuRbsFkrNhNfKfl3Djqw2nTE/m/Np19Ktbk\ndhIN\r\n=vlMS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.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.5.0","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.43","@syncfusion/ej2-inputs":"~17.1.44","@syncfusion/ej2-popups":"~17.1.42","@syncfusion/ej2-buttons":"~17.1.42","@syncfusion/ej2-dropdowns":"~17.1.44","@syncfusion/ej2-file-utils":"~17.1.42","@syncfusion/ej2-compression":"~17.1.42","@syncfusion/ej2-navigations":"~17.1.43","@syncfusion/ej2-splitbuttons":"~17.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.1.44_1557221744187_0.3144697773969902","host":"s3://npm-registry-packages"}},"17.1.47":{"name":"@syncfusion/ej2-documenteditor","version":"17.1.47","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.1.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0b2031e36c8a84b48c3861d4f71c009512112120","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.1.47.tgz","fileCount":303,"integrity":"sha512-PCuyInV0DEFRTtk75ZyUeVMx2fppJdOst6rt6Fqi2A9pbOdfeR+B2JHmD+oQoQZRpMZctWyN/hz0rt+oCqcJgg==","signatures":[{"sig":"MEUCIQCBVoBfBXDV7MmSIA5h39rS4m27zpn4HmY+CPRxUo34gwIgEdBaRZrw/IuL7j2GJ5SoX3LfqwK6pdS02RLmzlhPGL4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33209293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2pvGCRA9TVsSAnZWagAAfhIP/jrI2RjnHWO/4QF+50Qy\nb90yFWYcfBE9kUwivnHVJZdW7nUSK0KDqeCsdJfqwiw5pToZv2aM4AdPTHrc\nuUNf/BlSIDCTzK1cnfNOYk+bn5iHJooO+TEWNgoqlNtVUe02Ern+rHIypxzh\ngJ+p9/HO7+2SKBzfGqKMRQQDnDjGhk088w8DYYf+Jaau9n7ytKdz9wHGlHeU\nnc6WSqhFLnHZLatgvoKe96bCKycC2BaSV9zhIR0K6S8WE5vYcIUKA4LFr22U\nAPc6bn/qQsepIyVQUrqmxfFOH5gdCcYgJhdgCaqzGt9czKVMEgNTukvOx9Ks\nQ38U5kl/JcCU8Tcg4uyGbpFWR4CdIlbcDZKnLiYLcJezWcfSzACl/4ApKlDf\nk4YUk0/lKqj8tPfNfRxcM+x6EHampDqKvqWl8AyK9OoAQwuyYMJniuOkhFGa\n0VcsLiH1Z/wQzI6Ydf3GhszHZNAQJF/uA/tXMjGtx1j7EFilwnL4jGjSZZhS\nTzbJBoWgWWbEM3chaeXam6i6rYjE/ox9g1JjuWegxFgb6TZeNiO+7xDlWxOo\nEo7IBYrUvQdwMsf3BL8ef9j9bvoDaO6MQO3S+qSFKGI/mdvPczbHVCXA2rvN\nS8rG0VARoCe+WBTEWRkSSY/7tQ6SoimBzZqSvYAZlBVrB1lQupFyVoGO3kw+\nBC+n\r\n=bgGj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.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.5.0","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.47","@syncfusion/ej2-inputs":"~17.1.47","@syncfusion/ej2-popups":"~17.1.47","@syncfusion/ej2-buttons":"~17.1.47","@syncfusion/ej2-dropdowns":"~17.1.47","@syncfusion/ej2-file-utils":"~17.1.47","@syncfusion/ej2-compression":"~17.1.47","@syncfusion/ej2-navigations":"~17.1.47","@syncfusion/ej2-splitbuttons":"~17.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.1.47_1557830597356_0.7218865117374533","host":"s3://npm-registry-packages"}},"17.1.48":{"name":"@syncfusion/ej2-documenteditor","version":"17.1.48","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"441d592d2c66476be72312a4de8b0c5558305ff1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.1.48.tgz","fileCount":303,"integrity":"sha512-dRX4defne/qASyLU//ZerfWK0EBvpJyCrM6EEUjt2pxeBZUa/Enmyt2BDNt6U6NrIOsbDpJDh5Bmqu88chiTew==","signatures":[{"sig":"MEQCID4pJjrDP54tjOxyzQij9Ir4u3ptrMj6Vv/0ZDKV2YweAiBs4uHiLk/TvSFPOx0Ft1DCpkeLtBt76X2ljSWN4Uba+w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33245567,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc4+w/CRA9TVsSAnZWagAA5wAP/17qKtCtJeATxPSpOL9e\nyA20qp2FrB7FyKcE66mGO7CBvoi0n3u169aG9jDKLKElo2awP/ojSvfhCLCW\nJLmvjAFwN0mgF0gH9Blca/031/eORFTatATYBl9F78C8w63NW3854cYRgK3s\nEc7x8RpzKLtoZMQ4KRPAOA0s+nSksORC8sdZsgbdoF08swr9H6Fn0EupHEXP\n8gOqtK6a64ZIgDjQZML96nOPY61Yv/MWqP//E8wUCaSslfUYBmoRxwPFGC3j\n6Zwlpa7tbI3aB6Tk12D5dX78Tx0el9JR8iOr9AMBjt6usIx02hMOYr3fG9ov\nkE0YYevZGcJksz2XR95lqji5i+9o8liYTC7+DLkgZib04LeStSr4k+jj5wkg\nBwsjoscMFfcIeS0ocvyMyL/k+kMtTf2xWt/Cl5pQuVqnkAzC0gclQpoed9fV\nM4cXdYuqOAkhtbsthBeAik7e/XCjdtTA/EUX+fPKSa3ZIpoRmdghMy7yjLvi\n3iKmtsA5XKerCKVJbacaZ1X8ghdfSoD2G/ckEF8u8qQ9DisqcfD/zWA63xt4\nzsEqqCyx5UJ0BXz9awo40XKpFX5ao54vnhLISdXCTUPotax32DPX6Tq0+9nL\nhi9ofawfzPSVrBdhuUyYM0sovNUabzi+VVy4LoflpQI9dUl29IUkHFqKaA8/\nD0rP\r\n=+LhL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.es2015.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.5.0","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.48","@syncfusion/ej2-inputs":"~17.1.47","@syncfusion/ej2-popups":"~17.1.47","@syncfusion/ej2-buttons":"~17.1.47","@syncfusion/ej2-dropdowns":"~17.1.48","@syncfusion/ej2-file-utils":"~17.1.47","@syncfusion/ej2-compression":"~17.1.47","@syncfusion/ej2-navigations":"~17.1.48","@syncfusion/ej2-splitbuttons":"~17.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.1.48_1558441022163_0.7661177332283635","host":"s3://npm-registry-packages"}},"17.1.49":{"name":"@syncfusion/ej2-documenteditor","version":"17.1.49","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cefb667662452c1f950de49f28d4301866589524","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.1.49.tgz","fileCount":303,"integrity":"sha512-HL3wDq9yJaUxbm0jOFHa+RYubvWXAI98xQ8lPyk5irnLhVeDfcZdrbCriZ6ja1WymzDCkatQ4nydvMW05LHUkw==","signatures":[{"sig":"MEQCIBnJcFXToItKJKaUi+4VEPciObtgLL/4iMKkyOX+ElnzAiAUSfUQoUI3tCS2lcTFRmFv+/9rkcGxgGyDEw5c5ifwoQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33250407,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7jlACRA9TVsSAnZWagAAE1YP/iHgJyzdZifnBhgJT2Am\nraWdrf+f/zh23vqtlKh0uIucT/dlkzfvK8FYtY8CHGnaBWBFZjJWj14xaXzU\nGVdRq3LUcAQI2WrtxUWXDO9eh1p4/Nq6frJcq8NllbhrjM5OK+s+qPKburnm\nu6hAeSLJuaLqfryhQxw7u1BBEspgZGi3zYc70YBPTPQxcp5kuCDiOVVNLa7P\n66S7p6YIA9j6mjItIf5NL8CA9BX9aLCWgm4BJo9GlXButULInZ9kiqFz+ChF\n4IJUkSdH0Th5x+xKTQxnvlTi4eQblLdCRdf4C+05uslcTEGDRiarlawpd8RP\nZi5+JXmPscMp71jRV0/XyeymMiKsXT/xYSeLFhUaRoFpvjHuuMmYGaysSrnq\nT0Kq2fkFou14EYMdBomOTHnsy/hPYVP727ahQ4zUgc5Ym8H73uXXJmBNQgp/\nGWEBk1tz5EUkGWDZKqEA5STeIezhHNn0bntrJ+gQiwRXAJTVXdWT8xCSWGIo\n0IvS8mNChAdAfshNqYgNMbUqMvdPqKSJSK50KP6HKADdppaK+9b9gu/xMc8Q\n08PkPWyHtlgeNzaJp2orfJWLCnCZK2apFeo8qtLKSVI5ZGDn/lPv1qO2+Vnl\nSiw7YfN4oXyvkad7GpjvId1ICXitz66lR3D3S6oktBuKTpO93xrbmTSFYAym\nYOjO\r\n=TN6r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"e4155957aa28155e8b5eaabad3ca4e6c4a4cc6b9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.1.48.tgz","_integrity":"sha512-e3xAEZGlQbaKOpbrWQH3dfoT5ADMx5d9mofwWMe/Gp/1O7ZfS9KoXRMDWgJYNt3OC4O2epDeaMI5KvrRwBUGsg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.49","@syncfusion/ej2-inputs":"~17.1.49","@syncfusion/ej2-popups":"~17.1.47","@syncfusion/ej2-buttons":"~17.1.47","@syncfusion/ej2-dropdowns":"~17.1.49","@syncfusion/ej2-file-utils":"~17.1.47","@syncfusion/ej2-compression":"~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-documenteditor_17.1.49_1559116095553_0.5210695206840783","host":"s3://npm-registry-packages"}},"17.1.50":{"name":"@syncfusion/ej2-documenteditor","version":"17.1.50","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.1.50","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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5314adfd048feb5d8bfb5ba5ae32a006bd606206","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.1.50.tgz","fileCount":303,"integrity":"sha512-/whfijh+E/ZypnC+xPDVJofzwev38Y3uHpFtqGdhHrdH7ox4IpEw3KzjuO9wHD96ZnZI2SQEL1G3pClBUI6Zcg==","signatures":[{"sig":"MEUCIC+BHCJHP++vsz9SVS8o1NI34vv+7cobVzdm5SUogIhGAiEA4N2Ln+ANaePaptgS4Fvg43WI8NQZCgHUPV0xJKk84og=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33251323,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc9nnxCRA9TVsSAnZWagAA2CQQAImju/Lm4qEGo7YL+UxR\nQNin3N3PLzuWyCK2hvc7v45OznjDjKdcNLpQEXI3vDx5+YT0m7IPUXAQgSgk\n+1wpLvPfyyGrifDdrvjwgJmCrg5LCpkQXpFpXEK/CQtP+xXiuh1KOz8XnANb\nUN00lC4tzP76gzne5NL9VPO3k8XgcULAVKZRBOBVnXvURgxSFGEG3BKpqnNN\nu2Yits1LCv3/0nhcOFjrjuScCxdRsmPMqDwEh9SRqs6jzNuitTyGPBjeWE+L\np7PCi7XnY7A+LflqRVZCixgypkyIoDo6n/wjytA1VeIABYmK+xvn/O17DDsO\nzcNb3PAmCo/ol/DMVyOwLemNO7tYN/Cj6uwZLicHpKinPhaMn4xcMAoiAYbH\nESUe/TzWxoVQiA9UjH5ZMpu3x7BDOGFbG3hozUgPb9tGEE+DpL/uy8NuXFoe\neJOTUM8RYq3RLK9FaGfsWmSqaoMjgXhCADcRO0WauuVOixd246m1RxF+SUSf\nEgadkMOn/VIx5zPuuwx/vVr7+Peq5VragtuPI2N1oll7hRY5ZAQocU+ccZhm\nXBKiMiSnzWJ2D2dp+KiYumA+YRQsHryO+rBN5G4QPtKa2qegYExMTluFO4Qq\n21qvC9w37xOiryfM1v2Q2aAWnv5r9ZP6O6aGMl8RE+8h0ETdI+i8dsYksDw3\nEEOh\r\n=IHjU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ@2/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"c2c63cc1c0f588e971d1ed68e461244f991c9307","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.1.49.tgz","_integrity":"sha512-AqV7FWWLxoXQLNsPrXVW8pZ3cEbtMDCct1DF+V2y8pRzCB/vlPC8i56Dj9zTLKFsoUWaytUNnaw6QTy3o3vLHg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.49","@syncfusion/ej2-inputs":"~17.1.50","@syncfusion/ej2-popups":"~17.1.50","@syncfusion/ej2-buttons":"~17.1.50","@syncfusion/ej2-dropdowns":"~17.1.49","@syncfusion/ej2-file-utils":"~17.1.47","@syncfusion/ej2-compression":"~17.1.47","@syncfusion/ej2-navigations":"~17.1.49","@syncfusion/ej2-splitbuttons":"~17.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.1.50_1559656944167_0.9812846380593261","host":"s3://npm-registry-packages"}},"17.2.28-beta":{"name":"@syncfusion/ej2-documenteditor","version":"17.2.28-beta","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f558a567210a7c0185e8cede5260de08e25060fa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.28-beta.tgz","fileCount":319,"integrity":"sha512-IlE5OlR2aWZUqfREnW7q5/ivpxBoHuKSwEhu2yl+7gKPW/9tR9KNu7pgcGZ+xdORkw6Ect3lhLvPJLwBl3atWg==","signatures":[{"sig":"MEYCIQDLaBOx1ktvBbaT7mpPuXy3aP4cyqjmyPX4YXuPlVRS1gIhAKeOLFaI73Fx21iK8DIU0qqN8uJeX1yi2nNFtwFOnd0j","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37054720,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFNiPCRA9TVsSAnZWagAAzMMP/1/Pd92Od52cjHv5LTAi\nkj14yG2Eca+ZXnBom7iy+FHE4JlQDUwJSt/S8FpnCR4LnOIt+7RE3mPJoN0y\nIq978v/kXkaRZb8CJEUKxfuxyaJJY1bTSHybvfUPlv79Gya4urdOi/PfqjAU\n4ufvYInUtiEH88LKCpoSHDkO3kYMKBAmuIPlxa1SB9lEY2Pb4jArykKilYeY\nrmuxNVJJHdf476tFaA/8LMj8nYe46bcA//2esfHY6ai3a1OM6w1GcgLhHkGr\nt43z3mCnj+QHRLhhDrhfQLaXeSFnZhBvZWBSiuRVgCnKFeBqgNuy3tjkrtIK\nb+UyVWDo4pUm1VwRH/3WA0rfSfarZV13k1NwRQ82HJfaUbKb3o9q/wxbv0Ct\nyW7E/HraOB5ZktClv2nbxmGSYhOsEvvNdSKrBU50oohKo+sJzJq0WhI04ca8\ndIrxJZTgyGGavXhBI4FtMuDcAQ8Rwju2T+LJ/z6QfKiDIkd7Jp06YgquaTnJ\ng1hHrnYSnIGAefm+v05AIuKIa2O+VKzb03Jf6B7nB8boSYnS2bLtvMJghcln\n8gyuuwJjIibnFfhuywpMI3b2I7y5J+Dy8sc2blFuMGjIbRXq6QcqItTPWAs/\nzhMJwPbI5hbDJtGMrneVRnMVOL2dN0d+yyN9bNkH9G6OOCtVSHMIlYc2bHFW\nSEK3\r\n=LaD2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"ed0f111707c407ee7cb6e794e86342a661c1d70c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.1.1.tgz","_integrity":"sha512-heXnaC7iA8Hsr9yxKqQ3IHDdF8Lcl1haRJM8kmIbEqf6Wm8eWgVEeof/lVR0l/1MisjN84g6Jq9lGMzG90ampQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.28-beta","@syncfusion/ej2-inputs":"~17.2.28-beta","@syncfusion/ej2-popups":"~17.2.28-beta","@syncfusion/ej2-buttons":"~17.2.28-beta","@syncfusion/ej2-dropdowns":"~17.2.28-beta","@syncfusion/ej2-file-utils":"~17.2.28-beta","@syncfusion/ej2-compression":"~17.2.28-beta","@syncfusion/ej2-navigations":"~17.2.28-beta","@syncfusion/ej2-office-chart":"~17.2.28-beta","@syncfusion/ej2-splitbuttons":"~17.2.28-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.2.28-beta_1561647246634_0.7890889891849906","host":"s3://npm-registry-packages"}},"17.2.34":{"name":"@syncfusion/ej2-documenteditor","version":"17.2.34","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4dae85815fc8359906d964b393fd4399ca17df4f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.34.tgz","fileCount":319,"integrity":"sha512-2mLmLpAf+G7DZ71mFxw/gqA6FyAWNE9lodzAxLhVxdy5QiKoiG6nnnkxWQHfbk11Bw6gHrkc57IS5dMB9KULng==","signatures":[{"sig":"MEUCIF5zWwVeegzH7tOfN1qMund9f/J1BECvi4YUjl7Bdrh6AiEAyhJZhST1KajH5zh2FFOwttmoJHxmtlfxHnz8ehe5odA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37217949,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJy5cCRA9TVsSAnZWagAAOnUP/1IGfauuG5e1VmD192Vw\nT/15mcF/YRUnr5rpTiPVgkybhcihbVs0Gk8VWBs0kbNtOz+QYAmWBCWysu1k\nhuOPEblAWgR8V7tZVWy0/3P9fgTuvLBhcsy+mv1lCLtAJkZHwWuaqWAW4HID\n+UZh250JtkfQ1+L3VNrg3a2nJVVf/KOYONsX1v+LMitPzuwcPm08abgI+3RI\nzTFpja5+mRHAg8rMmMEmUUYcf0+qr1Sht5GhMSsUEuoPfIGn0488o5G3Oq7Z\ndEALJp8YFMfX4XS7NvWsD52DG+tlUtbyHSH22N4GVqRNuCZu+p0ttwmAS5xe\nuqFSnUctOQfiCR3r4tVyW+QkkkxbdOe4e7L7WtzGVbX0Y3Q7dHS0ankvDSKV\njjQhkCnT7bItkXcidnHw+kcgusgKLpFhuXNgUljPBB/mzze4Jo8WcYRdJe10\nvueNRtab2Yyyhw8j/Rm6NZlZ/EUXFYPqpAcqXSP0ezliij0jxpIT/UyYC+hc\nFZkpy/jW4pu5TBpn0EhxeUaab9s9Sl9v7R4JMyV8WRP+CRZQ41GE7n0MVeUP\nsDAyZYnbpVqjCm9ybS1Ok0ky//wRt7bFq4TqST/gbg58B0HV5xF+xqMqGRM0\nhqOkNMJ763+Ni4FWEnOwwSaMJn1UfjTqUYdi3B7YQ9X7KLu1e06p7QtmSiVc\nh8y0\r\n=7TzG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"84ea7783c66005c59ec2bdca82c1d5b7661a4247","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.28.tgz","_integrity":"sha512-PQqkNUxk5AIElvmB+mHCPmBuLeY80HDD1OeHEjPwW31NzBy+9OTK1DaVRfS2UiIsvb/wxsdlOhwkVlMneTWpow==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.34","@syncfusion/ej2-inputs":"~17.2.34","@syncfusion/ej2-popups":"~17.2.34","@syncfusion/ej2-buttons":"~17.2.34","@syncfusion/ej2-dropdowns":"~17.2.34","@syncfusion/ej2-file-utils":"~17.2.34","@syncfusion/ej2-compression":"~17.2.34","@syncfusion/ej2-navigations":"~17.2.34","@syncfusion/ej2-office-chart":"~17.2.34","@syncfusion/ej2-splitbuttons":"~17.2.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.2.34_1562848860012_0.6349040570853413","host":"s3://npm-registry-packages"}},"17.2.35":{"name":"@syncfusion/ej2-documenteditor","version":"17.2.35","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6a166d6e0c87043ff9db8e2f67220d7d3c2ec611","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.35.tgz","fileCount":319,"integrity":"sha512-vBSBCh+qXati4gyoc7MkOFVAhFMMvo8UYcr8E65adeCYrZlcLnN8YAwxhuPswsqrUMs/lCenw29mAW5kdG6F1g==","signatures":[{"sig":"MEQCIBohHNRblIhnf4q+T660s1py/V3PS4jdr4na+ybOzPHqAiAii0fZfojt2ycpAICtblqSt2mNU5vEtxm5XMK0CH7Tgw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37267303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLqaKCRA9TVsSAnZWagAA4E0P+gO9rSVeR5xwWdLY455L\nrXlU33vRiP2CFz9VErXNkUmHXZgwVRmS7pXmqJQzqDTQ6MpRNzkr5wL4URkj\nVV404mwBPz/AfHoPfZQCng2OBA56/2aem3TdZyYFpP6kiZf0tRvABUY9T3QX\nSxvkWXv5zHiv5BZBjwQit0pPVFkPtygIQsc0goztWcHQoCx8C3frD2yOxr4Z\nPBKU06Kha0Qh+JgTW9tw5L36hiTzqgRtmYZodacMi+H4AePUYDQKZ2wrhhiX\n+E+wdw+wXcrpSDLXl4iU0beS+JfZgvvBL3QHs1Yvd7YrLJ9ydC8AAWFjreWe\ncyhPjkRpM91cAbu1ca8IsD+02QP4pp9TqTZuDrW72MPuSnneOvLa4lqRzzWc\njmI3IcxnqsjnjkzRcekN9JUkC67oS5cujWCDlO5SDtVPvxtZGicmHSgb+rHe\n4VCUw4cgh4bGYBayGpv4zK0w7qdEfqrqDdVFCKIm/MKMb580H4uBEt4qRUh5\nJ9fyoYawUmoMNn/24IHok/rTfQcpq8HPT7Jnt+jYhqfDNYCS2rgEvzSswvux\nu6ZU//8zl/vFNMcVDWamTeud6XtpzoPTvUX0fy6HsaxN+3FnBHEuq+wC2ai0\ng4acslyyVU5N8/6Ttq2YzvlLy1HFzDrhdN1z3Fl8icW/UnRgZLbwopUt2jQo\nRvwq\r\n=MSE2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"a6304423931e0b4d24c95afc145f7c3517d8f85f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.34.tgz","_integrity":"sha512-2VLW2utxU8FKgKlIJFHnfx6EcB+sJi7dUTgHC9UT18y0eZgHsLsaR4QKdEG3dT5OHADngYJZQB2HRNNjz6/Sgw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.34","@syncfusion/ej2-inputs":"~17.2.35","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-buttons":"~17.2.35","@syncfusion/ej2-dropdowns":"~17.2.34","@syncfusion/ej2-file-utils":"~17.2.34","@syncfusion/ej2-compression":"~17.2.34","@syncfusion/ej2-navigations":"~17.2.34","@syncfusion/ej2-office-chart":"~17.2.34","@syncfusion/ej2-splitbuttons":"~17.2.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.2.35_1563338377255_0.05182752500973509","host":"s3://npm-registry-packages"}},"17.2.36":{"name":"@syncfusion/ej2-documenteditor","version":"17.2.36","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1ce710e39c2ceb3be47a0735283cc4bf7fd0fcc2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.36.tgz","fileCount":319,"integrity":"sha512-EbKdafwaphNssqPCPrijNz/+YvvykCMDE1wbDG+JLUlb4AugatSTa1/QOUH75RdpUZe2+wZe6JcXhvmrRyPO4Q==","signatures":[{"sig":"MEYCIQC2HcdyLfOmbD/C4ygBNIvCPX6rJ4wbzOrkH0yM4a9WYAIhAN2zkEKD+IxyexscfYU2y/lPNJXIbBMQTpNPdPdaAaT9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37278169,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOAyCCRA9TVsSAnZWagAAOm8P/iMDaCBBbX5DZIb9p/o/\nbnrfSqtUF6SjCwLmbrg4zXLDEtulYiGTre4/31Z+aWEij2I5sXvOeX7dPsOX\n1vkfCTiLRCytigdhDClupQ1X37Sb8bEHPmBWG7sAsHiD/VexNb2oLguwJGqq\nrUpcc5H3P1Z+WZAqsTSy72phtaCX1gmLYVmw8XZq+e+W6pbKREuwVSTkqH1J\neGYzmLGJXweSN+6mwmlyYqRIzqjc2NtC5dLY/od8uJ8euSYrJGrF7O7lOTX1\n6fVc8IJmC+3cE4g9EYY8v51he8QK/DgX/PA+6tDcBQuDOtznq+eTKuGvMiYq\nijvjy4jt2RI2CQdwoUJDQtju5nOREb0l6FlSxn3mf+veOxAWdoa6ObpzEDJQ\nDvQuWdc+x2HLYM8uDAJUAWODWNGou3OklFFJbKmYRc/jXUl4byY+qtVQu+gw\nK6Hf+leSbXxClit2ZG8V3wQA58EGJv37nCsRJgqrts2hIKHc9C4EqW+8ZkTb\nb8eElSC4t74QdGYF7fJleagwflXBBdi2oUqrEBqPhwF/R+EEfIiAd+TZBjkO\ndwZwmbd594qCWBhjN99mJurAffojpzksFmWc1QKzqTJEwWICLwSxAgOn20ru\nG1lggxQJAJHaLsNW/91GYIS+DzHuOqaSQhBSW8NXUnLRFX2/+Jy5EZh5K3Wa\nU29p\r\n=7uB+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"18c1c28cab5d3fd02925e323d289c6653bff942c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.35.tgz","_integrity":"sha512-JjntFynvHFdrWFF0V1TKa5bTxackwCgv4ks5u0o0lbKws8frirCLFLANLhhqvXEjqOxWAMh++OyVSAkMulMvbw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.35","@syncfusion/ej2-inputs":"~17.2.36","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-buttons":"~17.2.35","@syncfusion/ej2-dropdowns":"~17.2.36","@syncfusion/ej2-file-utils":"~17.2.34","@syncfusion/ej2-compression":"~17.2.34","@syncfusion/ej2-navigations":"~17.2.36","@syncfusion/ej2-office-chart":"~17.2.34","@syncfusion/ej2-splitbuttons":"~17.2.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.2.36_1563954305978_0.14668166666273463","host":"s3://npm-registry-packages"}},"17.2.39":{"name":"@syncfusion/ej2-documenteditor","version":"17.2.39","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e377d88484f3e4d3e73739eca4ef89d50b2d16f6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.39.tgz","fileCount":319,"integrity":"sha512-Dt/gsKQOvz24g6D+q44B/W1UTQazOBNM5bM9H0ZfGWlLdWcgEq2/YPvzUqWRIUnUcVf6XBifVC5zHZQ8R0bu4w==","signatures":[{"sig":"MEUCIH+hJzoxWD2kILQEo7byIFJSy69uifXgPqYWl3rP82ZfAiEA68TzPsvQf6fUvguy735lNPdft4MDjCbVNCuD2pN5ZeA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37286047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdP/DTCRA9TVsSAnZWagAAO0IP/0FJVIx1UQ615X/K154X\n3zamZKC1ZI9GWF+D5sS8tp1K4lNPn7ts2TwOmhyPVZNxH9GtjSaiS1q4qv9Z\nWpWnFM59MptH/JBGD1husSjX18njoyTZMxgYHFMg/pHuVAyIciO/gWXAPlm6\na3ulP1DIHN7KUYg50/84YmBYsTGe4R7O6ydaGReQefnS8Byzm5Pc36dOxPfp\ncpBxeK+KycgsYEviUnh4sg12ueEFr7yw/xnsJoha/B9hXd+5PGAWdq1AoQhj\nqK+b+/c+dGzEdBFp+QQjA0+7Nvy797x3S1zoWsXcKqbOumjzF2UHHf9aWzIY\n4U3mzMHRAaKL/zne0LaJVSCCDm6mBA8A8SXzRyXshf2AjS4PU3f5M9v8LS0B\nQ7lauYk7SjeXbljs6tdHYGNN3FojWTDy9oQewJe0rX5/g9BIsfgzGpN+3u+n\nZeKZWEy6dFIi4zTyzsBBbcjE85yP+zSz76fzN+yjQACbw9uTDMh3N0svezM4\nMUTN9zDF0bVfHdwpfIVrsWRXf+/8VMNN4Th16JWbbuMmfnXpYiGAy94ADRMd\nT1cAYdacOWZFEmwnP3B1xp2BlJoGbliUTavfAcAUlAfs2xP2wdpIxKKS1txn\ntndvMm3vGh2+87D2876g2uekfRQB8A4iPGRBVXXJoc9VDvvoBKoINiYwp2C9\n5zvV\r\n=dbM1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"6dd9658e5b112e3784ad3bccae07c46b16d175e1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.36.tgz","_integrity":"sha512-AaHaGsLIPmbLdLxNIe4EAiJ+Jnz3Vaob2Vk5dfpgaufQJwWMrqCGeaqupE9Va3dOCpaiWms2mBXw2KKfH5PGPQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.39","@syncfusion/ej2-inputs":"~17.2.39","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-buttons":"~17.2.35","@syncfusion/ej2-dropdowns":"~17.2.39","@syncfusion/ej2-file-utils":"~17.2.34","@syncfusion/ej2-compression":"~17.2.34","@syncfusion/ej2-navigations":"~17.2.39","@syncfusion/ej2-office-chart":"~17.2.34","@syncfusion/ej2-splitbuttons":"~17.2.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.2.39_1564471506159_0.9558045894131539","host":"s3://npm-registry-packages"}},"17.2.40":{"name":"@syncfusion/ej2-documenteditor","version":"17.2.40","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.2.40","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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b7282d85a534d0ff6d16db8be4aabd99f0a0788a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.40.tgz","fileCount":319,"integrity":"sha512-rzF216S7gzsA65gpfYeXhqxl5tTqK8a8x4fR60nZusno+GpX5LaNftvZyqVyK0WwnemSY1cFXl8L3aC3gwV0Zg==","signatures":[{"sig":"MEUCIBBn/SYqGL8yRLtNGAmeBFbiwDPLTBCb7JiJd4xbL2zPAiEAzU+rMEJWkhuBZNCWRTi7PIPx+rAGvK4yLVHUT4cKCJI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37345369,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSV6hCRA9TVsSAnZWagAAPgUP/jl+c3YtGzyrhWdlh7RU\nmuX1VWghMcPKAeOJIqllzXNOzCjsLeZCUFwDnAnB9oKYz0b9VHjHp21e+haq\nUElPZEMvhrVg/vGgs/uRySPVdFiIEiCnyrzN7Ctm5NAaHfcIS9Ht8OjF3DRn\nXTUbwV+QIjLntB+zqr0HVcPrdRKpM0L6d1+b3NgkqQtbsE60KB38VapDOUhw\ng62tXmvcqMX0WwTVI68YOJTtuL7K8yw22aEwkcED4jy/tdt0xC8nFUe4MX0m\n2XEBRJsbd78cAmsfxMVovaRgrA0oXcZOJpa4MtaPNP83bFYoTc4xkay6XTdD\ns9rWS61dz6I8L4azhOdOti6mHkgFk/GCZZoECIa+xuKHprdhBEEWz9r55dm1\npSnIFihTRI/YwsLxqz3STl8+gAPc+IPBdv8Vl8KlmcMxGputbiZKu9Hqf8hc\nFuqI8lpF2vfOtrA+zj3F4plfgNl2tWiYy1Qj2p5+ZNhRmSly4XipmJxL5xXR\nHRTz13qEfEIgjty6pjans0hmVwte3/6k3utYh2bmtaTSIKBULqKu0mDVh8K4\n+/xdaMbQha+nALbKwVCU6W3bN1I4ehw+JDnTYgHoGrsjS4lkffSbkRs424s/\nkOuUzZ3QApZdUMQuGAI6vGa98aGJAXpYXry4f74zdCh2Uu8Wj8u1l2i6YruP\n7C76\r\n=JsXg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"9ee8b618753b1996338ae7646e9aff2b771a35d8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.39.tgz","_integrity":"sha512-8mAZQZbwD2TmwhgJvoQj2R9EPofsusLZoDDYvR+LPTK0WS3fGqu7vsovMYcKbmMmMCb5sZMVzM1M0JEcx/TdFg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.40","@syncfusion/ej2-inputs":"~17.2.40","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-buttons":"~17.2.35","@syncfusion/ej2-dropdowns":"~17.2.40","@syncfusion/ej2-file-utils":"~17.2.34","@syncfusion/ej2-compression":"~17.2.34","@syncfusion/ej2-navigations":"~17.2.40","@syncfusion/ej2-office-chart":"~17.2.34","@syncfusion/ej2-splitbuttons":"~17.2.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.2.40_1565089440636_0.5036413911000215","host":"s3://npm-registry-packages"}},"17.2.41":{"name":"@syncfusion/ej2-documenteditor","version":"17.2.41","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"48bb85323cb1c6acbf5399c65c086ab6f40a17c7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.41.tgz","fileCount":319,"integrity":"sha512-RRbQgqXQiwHpSo3fTZNo8J1VhGfTvQFYEuFFjilzZV67DSGtCS1NBou23D+svAAhteUXujmjip86P3GnH/ZVog==","signatures":[{"sig":"MEUCIG6JJqTjz+JufkV5NKdF1Vs1zNOKkuYDdxqnA3n3Qne3AiEAznIT7DvABPVTIbpPS9rlcKDVfzwbk4cykYAetq/DVzU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37353624,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdU4a4CRA9TVsSAnZWagAAzi8P/27y0Bfl2PHg9/RegZtl\n+5K6UItiYwKeH2TtTU1MboL+IW3Ac1/GqVJTT9sRacv6+z5Nb0XJrYs7HADg\ni0UAk4/uRKKLxPrMmfWnvLvXAr2nNB2gJ+Pp/CwGxTk7UzywA0ej6gw6buw/\n7uDCJR9IhL49P3ZrggwDFSvPlIPNjz9R/4cmewMiHOO5pbCrKM7nW7o7Dg5W\nrsIV5RtfiTMnbKoen5oY/P+kYMiWw8Zxn/mTnj4SPjzffivN3Xa6UPH6+zrY\nCbY2SWjYcVFNjNg7z/92AbkYLSrcehez1754iMOx3fJh0WJH/z4cfuLCsHn0\n8ws7VADPeb5xtYe5tN9BRZMAumy6YhVdXv0IS9use7RB+fyKYrxaKO1tmPAw\nKI6XxaORlDDOIsDX6DOkGD3BNDFgGpgxg1mtwlpOOy7ffP9NHY+uBCILpTOD\nwMnsE/QL0fs/un75HWqGwe+4RFqQts3Kdm+bbMYB9zoN1/6+oSZI/N+DKc1y\nHHAtz5hD/LvCAj0xe7FUfFfGu3nD9XtTfIdjKocMfd2TGQxtyMNplOXnIJso\nKZ2eReC7ZcnzdqIAgsoQ9PNU7XRZZlM0SopyiO6p5X3OrCFQhe4JjKF7kr44\n9pBt3p3DUMVk22st01PG0bfonX1QFO1EDpsGP8ZWmK24EkRRsbvtn1nFm5gz\nwlWm\r\n=4cV3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"f5e2106c0ea3e51db84a355335399687eb54d447","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.40.tgz","_integrity":"sha512-zMV8IjSu4RFlID0K15NBZo1VKYqSoOPQ54tY67+9K+9bBllXbk1SKKsewIkMclSoCnGbqgSKZjNq9OWWOu7n+w==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.40","@syncfusion/ej2-inputs":"~17.2.41","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-buttons":"~17.2.35","@syncfusion/ej2-dropdowns":"~17.2.41","@syncfusion/ej2-file-utils":"~17.2.34","@syncfusion/ej2-compression":"~17.2.34","@syncfusion/ej2-navigations":"~17.2.41","@syncfusion/ej2-office-chart":"~17.2.34","@syncfusion/ej2-splitbuttons":"~17.2.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.2.41_1565755063219_0.27445710017135605","host":"s3://npm-registry-packages"}},"17.2.46":{"name":"@syncfusion/ej2-documenteditor","version":"17.2.46","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"51e6bfdbe7cabdec2eb6e146b18626fae21b3de7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.46.tgz","fileCount":319,"integrity":"sha512-vUJavzMJPW9e0Id9qHWbYr78t3QOGU0QWKoPPhyH/pWRe4dPqSDxc4Fnj1G70jFElzmfmBVabu4n+byN7YQYVw==","signatures":[{"sig":"MEUCIChBSH1015MqcuVZP0K8qbYLcq8UMqgdl6SeeQcrgqFLAiEA5S0gKQBErS0y62lSyhpltV5S3MRQ+2IIg9xRmlfLjHM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37355409,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXnQpCRA9TVsSAnZWagAAbx0P/iVS5Hfvw494whUFTUzF\nj43XySWYbPVcf6eTreaPgqqOs2t+U0iVbuc9m7ZafRFYR8MYDXWv4dM9nMnc\nAteFANDsM/zs/fTaMQOiSwXyBwQZMtFFMw1+84KChrZOmaGY7WwDEoMIqm2v\n3ZWqP5FH77oWLVW2fDpq2fVzhhFWO+lvlXd4tFGtWU+lETGe5Yw0nK7TpOVO\nS2ig+ImYuSSYm0uAMHMApbhGEY3BH3iSKw4E8YPUGE+VS6zMRM9yzeCj42rZ\nF/Hoyd+nEv1v/KosfkP+NWJhLiN5dzc16RIFZgG3Jo1UrGt9Ifk9UbW+qnO2\nohBgxcQC2+TVqw4coEkUCk8z8nw6QiWIGD3Wa52lqT9IiErZ3jmZvM9HnbUi\nC+ZGwUcC2FA2pOBGwaGPqik028SAKh3DcNxubkHNgT1drUsKqn3jggUGE5XY\ncQDYRF5vExC5OjvT3pA+OJnLLBqR7g8nnjR5v3LiJMKY1FH5hbR+mljLoB59\nTTU1R1QQWZXErtqKPsZcdhXX+1UEUze/cjTT0BbmwS7mTWzcfFcax7w9iZnf\n5vk8r34gQR3jfE6CcCTL8k+YQW1YmT84AwBJB81mIKSv49r0j6rxTpe9blyO\nVQWzn8zxbcGxtWxKOLIhzsyHmwBaYdB1xwRG6Ao6idf3fB5i2VOWIp71OcKX\nDbSa\r\n=Qgtt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"c7eacd69db6508300e85b0690f012f667a7073c9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.41.tgz","_integrity":"sha512-lS0OywwEaS5C4lueLV5uE/8F5DSaW9c58MxEgOdEXg6jYH/P/D9jEpJboUBGX6vnuxSGxXKrlPlhHSit6GXX/A==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.2.46","@syncfusion/ej2-inputs":"~17.2.46","@syncfusion/ej2-popups":"~17.2.46","@syncfusion/ej2-buttons":"~17.2.46","@syncfusion/ej2-dropdowns":"~17.2.46","@syncfusion/ej2-file-utils":"~17.2.46","@syncfusion/ej2-compression":"~17.2.46","@syncfusion/ej2-navigations":"~17.2.46","@syncfusion/ej2-office-chart":"~17.2.46","@syncfusion/ej2-splitbuttons":"~17.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.2.46_1566471209120_0.17898970683241155","host":"s3://npm-registry-packages"}},"17.2.47":{"name":"@syncfusion/ej2-documenteditor","version":"17.2.47","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"27808dea6c3fdeb53b413ac2099c368080320392","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.47.tgz","fileCount":319,"integrity":"sha512-ux22bNhWGpsQ6Y3fjCQEWSFW1IsOXOHlKv3ZZVI4Xzcm7X3VNcCOJvg6z8VYOrzPB3DY+/70+NcoPJb7OHrwTw==","signatures":[{"sig":"MEUCIQCXvO5ah4l9pzolRKXHMHPeWDKIDtSFjsL/CDSmbyAW7wIgMFsEl7i3xeZEr0B1WRckXslx726RNtmVAuLIj4H8qFg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37366299,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZT09CRA9TVsSAnZWagAAHfYP/i/sdfuLxnOL//N6Let0\npYrNZsEcQQxlCVIioNvweG03gL7/WtdfL6ZKE3k9Yh5557xL7p5WNnza31Qz\nDoq9IKtwbpZ8SVESfw/Rx0HjCii6hOFKFNNrZsSVvAb1OIWCsOnoFv9holGx\nGj/LMl1Fk+w1unrlJCSDsRC5XQlWRKwoN7ltn0ZaVW8+jG+HTec1JTXR5Kz2\n7PvW+NTz2nybri9WmygycGOGDC+LWnN8+U2i1WPDXBuQXuBgZAd5cosYZa3H\nkNwjKVHGZoPj8amw47F5qvLVD1sVrHhC+beFcUagKYH/vD5SFpSqwiBJbzZo\n38tiM91qmoEQOi+6M5dVRU4NYfSkU4JPP+SlyDkJVz7eUHBZZkiAJwuNwLur\nEoU+CwJmirsej48uWq1EAxh20c3GSKzATB2auEDMEUjFfnvm9Ltnjxsg1AqQ\nuaKc61canl/WVsz10+BeiLJosonnoC7mGrjt0Ixk5SgzaIy5HhrWjYrsmnov\nfjdRa0cPcD01fOBpj1sJa6QMjRgo+yzSjfPciYj5tvI5Uy/Nx2wnUEyH8ltj\nA8+xz667kQX3F1XBOv/IcMWYqUr2Fc3k1QzdLS3xbXpV7X6rrlGhjRHg4m8e\nAF97bwzlnyo1jC/pXD27dRHJWnbH0TY5mNCUUHiEC0M+S3UfQ6TQptui2gL2\nVzb5\r\n=9nlA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"7bcaa2f1299a89cc5b2d00223980d26740055705","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.46.tgz","_integrity":"sha512-7IngEEE4WgwjkkK5jXZS5dob735DRnARG75wA2PVhYsSr/uR3ipyIZTVKJ9/t+n80PkQHdPppNOiMIPGS+ZeUg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.2.47","@syncfusion/ej2-inputs":"~17.2.47","@syncfusion/ej2-popups":"~17.2.47","@syncfusion/ej2-buttons":"~17.2.47","@syncfusion/ej2-dropdowns":"~17.2.47","@syncfusion/ej2-file-utils":"~17.2.47","@syncfusion/ej2-compression":"~17.2.47","@syncfusion/ej2-navigations":"~17.2.47","@syncfusion/ej2-office-chart":"~17.2.47","@syncfusion/ej2-splitbuttons":"~17.2.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.2.47_1566915900826_0.8629275497600897","host":"s3://npm-registry-packages"}},"17.2.29-beta":{"name":"@syncfusion/ej2-documenteditor","version":"17.2.29-beta","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7923a876e64fb86200c60d14c2c86d0e755a970a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.29-beta.tgz","fileCount":319,"integrity":"sha512-ydhD19rFkx5WhnUz0cr+3bf824YU8omyFv2sEz0sSNxSQm841Smlb1qObOs7Fjc65YSKofQJlVb4XL53ScOsmQ==","signatures":[{"sig":"MEUCIQCsnG8yOscHwKkp8JN/4K0j79qXHYNAAVYG/X9anqPh0QIgRHIpx97r27dDjyFRuTDa58upvZ5aY+O9UZ7QCxlSul0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37365290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZYtfCRA9TVsSAnZWagAATmQP/jJl81xQYX0OKpCjhVC3\nWAp6qWv+aiVILf4cgxYNzMg3M8Es4a5KSDGAMg6MfqQ3VbZrX63s33UVVU09\nkg+Qq00kMXi7zNfyn4aSHSEDYfva65pzsk4tkfLi4z5EKpfLl5ltm1SjLLyS\nn4coaod/9xD10kVlyttN/nkgyqAAR2IqgZ/UW/k+B2cAJxmCM36+WqYojjXg\nsgSfRvJcu8aCI7r/XD0xTfJbPM4f/cMKX6xYWtL5VecGeGfuKAMC69b98uOz\nASgICC/l7wHMOAGO7imbShoQka2jzf6ouMNnRr7vGzqXpclKxPgcW59u2r9y\nHsZ3KwL4iUnlzFUaUJCOgdrMcMlT/LPT2ZxR6sMEgFTaLzIznexTIUZpQJlS\n5bQbjrWrqTMGo9j2IWe+3wkULw3KpupKxMqfJgRsMGzdd7seKRTevvmK2kit\nI5q1nlWmDdYPHxKllX1M8nJmE45yl2TEfXvM8n3bzT9LipzZfKH75COTdSX2\nEpujQf2sRAUXGndx5p3k90W+SBryWPLYSJJvfHzHRfLji7E+oqUwVXMv6oC6\neg08vV2jUSJ0KCwxEFAVGsFuZu+Y965iTmMsHQzVe0QY6Il0IOX4kKM2RCuh\nYGSdwKoUijUU4g1IWkhsSyPXqEDTWmDsZfMomT+Qkhu5ob/YTPO2FsN7BzdG\n7eTv\r\n=V3z5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"7bcaa2f1299a89cc5b2d00223980d26740055705","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.46.tgz","_integrity":"sha512-7IngEEE4WgwjkkK5jXZS5dob735DRnARG75wA2PVhYsSr/uR3ipyIZTVKJ9/t+n80PkQHdPppNOiMIPGS+ZeUg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"17.2.29-beta","@syncfusion/ej2-inputs":"17.2.29-beta","@syncfusion/ej2-popups":"17.2.29-beta","@syncfusion/ej2-buttons":"17.2.29-beta","@syncfusion/ej2-dropdowns":"17.2.29-beta","@syncfusion/ej2-file-utils":"17.2.29-beta","@syncfusion/ej2-compression":"17.2.29-beta","@syncfusion/ej2-navigations":"17.2.29-beta","@syncfusion/ej2-office-chart":"17.2.29-beta","@syncfusion/ej2-splitbuttons":"17.2.29-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.2.29-beta_1566935902650_0.4125833986535883","host":"s3://npm-registry-packages"}},"17.2.48-beta":{"name":"@syncfusion/ej2-documenteditor","version":"17.2.48-beta","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1efd7f2897f26895630cfdada3b31e10c59d981d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.48-beta.tgz","fileCount":319,"integrity":"sha512-GNrIF9XgIM8ynqUb4wYWyLy2761zF84f4e3Jo726JNfadkCC/6QKcZ7eFUXXREHBn9FyHhdjUvuGiPFG0xV+mw==","signatures":[{"sig":"MEYCIQDwlf248GACEhiGiicLLEAtED03zR2FcrHFqqqFR8grRAIhAMxQkJbmgTwXroBy4ahDPKuX0VjneHgL0UT8P0JIG9Xs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37366362,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZo8oCRA9TVsSAnZWagAA+WEQAI+yZ0y48OlB/nqicLNq\nGVRJgDdOptDEf5BlmwY35iB4HmBSVvTvgAUSUY9S/ScujvLxMc46J8Ln9MeS\nPe8vRgXMtKLMlxr8CpQfqw1QE07iXjaawpq4A1CVa7wfPlYo0P4dZCsazblH\nGQgTMM7piyjm69r6kg4/7ddZggVaPcnhOIsz99l8qE8vRB97HrQZkzJjsEij\nFJ2giHxdyiNAty5GO1NQAmRxqMCzjdhDcgaL7DCxRv4yUVuLf7opym2xRNhk\n9v5Bh3MAywSj8pNagf66BJ6ixSlRWk4G41if5O8K17TPIiO56W7uIVmSIZQ2\nWBtUwFLfBkELd9dHQRvrkyKA089/zI/bhXg9QzKXZfAkY7JGU52EAI1qhTQb\nEPXFfHg0DiuRcmRj+2gHQ9YQHQ6KTtAo5Wzbnl+6zHgWEDMnhf7GNjYhTSrU\nRNA55gI7Ybb6d6hYSgHjuu3FmLwc5J9Nm20/u/f/y5Lc476VlbK5iIU+rFKt\nSu+iqHlv7TZ0JJwMBw4wlS93cVM3XE2gJLKcAMRZOdsrcposNv9raKmvWJmA\nlf5T303rXbUwG09qTs6UwTCsb813l+K2LP6aNFuBqQG6spRjhyQhK42leh4i\nPo+A5N6uNmL8QpqVcIMXs+6619I8wof2VwNoIN5e1qVyhTRrGo5InUeg8KDb\nqQaB\r\n=QKjE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"7bcaa2f1299a89cc5b2d00223980d26740055705","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.46.tgz","_integrity":"sha512-7IngEEE4WgwjkkK5jXZS5dob735DRnARG75wA2PVhYsSr/uR3ipyIZTVKJ9/t+n80PkQHdPppNOiMIPGS+ZeUg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"17.2.48-beta","@syncfusion/ej2-inputs":"17.2.48-beta","@syncfusion/ej2-popups":"17.2.48-beta","@syncfusion/ej2-buttons":"17.2.48-beta","@syncfusion/ej2-dropdowns":"17.2.48-beta","@syncfusion/ej2-file-utils":"17.2.48-beta","@syncfusion/ej2-compression":"17.2.48-beta","@syncfusion/ej2-navigations":"17.2.48-beta","@syncfusion/ej2-office-chart":"17.2.48-beta","@syncfusion/ej2-splitbuttons":"17.2.48-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.2.48-beta_1567002407969_0.5000565476622851","host":"s3://npm-registry-packages"}},"17.2.49":{"name":"@syncfusion/ej2-documenteditor","version":"17.2.49","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"04df99647074c29cac256e1f93166fe69eb9471e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.49.tgz","fileCount":319,"integrity":"sha512-KKfGDMNsfzAnWq4USJXO26SZgQ9SQjKTpMD/o53N6s0Ud6HZHfkf8oMbPUQ033Lnqjc5qz/CH7h3x8K+JjIX1g==","signatures":[{"sig":"MEYCIQDHC7CfwRxlKCGTYyjdoAcdW9qjkhLxwGZojKn0R7u0TQIhAI0eauEZh4WRyIFefDPlLs6gZ96nQaSkaLT1MzGieS4m","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37414948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdb30yCRA9TVsSAnZWagAAcbQQAJGGJ++BpLagLJ6QETjP\nZzCRBE9xtGu0MYjqK70DG3TaLkTfRSgm0iKBdSUk1QL8T+GT/HxrlC4lch38\n31HZ+IROfHdxig5OVlk6WUnSFDcVGRxR4U1eh4BGtQWCQ7Owv8rq6WydSShD\nFRbCtqvZWodDQ+b1ykr0K7RHGFME7gc/uMXxH772af6QGAfLbUOAp+rL9qgd\nUek+wZwJRduct5ZuNBhRKjoQnqLUo2fmnyBXN//RF+dxS5iXsOptmK+qIc7J\n9rBDIt7mj6mBcfZ35AkQzmnrTDMSJmLQAWH9M1ZIrAxak9eRjywrYig0zZS3\nFxeZiY259TGk9FAQJm4bCLfMvI1y/iUS/JOEJyf1XGmM0yUvRhHjY0BSJHTw\nbuUaDTwV1LDiZNiakKrSbVkBYeYruWGCY7jWhoh+A7zCBlUMNdzug3v1QrUU\nNpNqZH7ht4UIvPFwQzjly2/3IrHZu8Z6bPy1ZHZ4YFD8I9lQG6J3EvJVjtvB\ngWoy+bQA6OZg8MlYiLm63Ro9vfr+jdO58UxIEmhhmr3YNSfDpG48ymkiL9pn\nzbbH45BSuIr2A+Nru18bzNpwXFRw5dABy3EqayIefoLIAlvjNxbXzNrhyIOy\naObc9tpgB0N7paWd6lDNVEK9hvB1qtPe8u1xQW2jNZSnGaL1n/17Ugk8+ws+\nNM2Y\r\n=p8o1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"d1a07601dfbb7087adac92e622bd1c7f5ee2f1b4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.47.tgz","_integrity":"sha512-lC4iDvCm2ZP47Or+AwQi8/aEOxsihhf3cOTQIJz1auKYcq3hJSjx4fj0ZDaK+Eol22hmm94M9Rj6arUh1Grzig==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.2.49","@syncfusion/ej2-inputs":"~17.2.49","@syncfusion/ej2-popups":"~17.2.47","@syncfusion/ej2-buttons":"~17.2.47","@syncfusion/ej2-dropdowns":"~17.2.49","@syncfusion/ej2-file-utils":"~17.2.47","@syncfusion/ej2-compression":"~17.2.47","@syncfusion/ej2-navigations":"~17.2.49","@syncfusion/ej2-office-chart":"~17.2.47","@syncfusion/ej2-splitbuttons":"~17.2.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.2.49_1567587633126_0.25925595623394737","host":"s3://npm-registry-packages"}},"17.2.51":{"name":"@syncfusion/ej2-documenteditor","version":"17.2.51","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"281092f77b9066c2731506d84bce25479fa6b257","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.51.tgz","fileCount":319,"integrity":"sha512-4g3aG4Xm6zucTjB+HSEQa39FrPGWhj9Wg4fhvHEe0zl4/edRdFvoz4LXaCm4PwvtBi4Flyj88JplRFGvd5wt7A==","signatures":[{"sig":"MEYCIQC9pZrQRSDy+XNxGbARy2r8AOG6OMA4Igmti7aODKmlKQIhAL66sRHqsIbV3x0pFQbEzj52DnAHhjcZpWerdrMDZfbH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37420708,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdd7/+CRA9TVsSAnZWagAA4HwP/AgJjE4PEHKVtdaz1VqJ\n3S8bJfr2UceIGieo19DTyQve7O9YlwSVf5td22mjJmgV5V1biU9odkNOrHrN\nT+piBKslwhEW7laV2sv3BJ1iL0hDLMOirbZb55mxY0StGLkQCQaHSxZUlcli\neSo9AaDA6w5QUS5fjlARg8a2SMFDSNVkwzLoSmnYDOWGXZVxjfKbP4wlFYEm\niGKKtYMFSJR1mb9v5IC6B+OMbpk6jDtGaeDtjpJpNawshoJtJ+BSUt1fSQBQ\nE91uO3pOFJ7JIDjwfNbKoHlvNjrNDhTCEsfDPANTkH//iwCiBH93zoE0zH+m\n/lS4OS7lTx/vF2buBuExyJ1veNcwsDzYs1Snn2DKIb7k2l2zLp2CtiTnajz0\nSJ0LcDht92wgtQF6kKGvLbKhDP2Ys1H+GBzYJKq4/4YUoSllM4QF9Dya0sai\nB05jEA4ip0nLQLGFCuyP4MY/e0kosP0SHQ7pNpAwHOyNzwwu/qLmsieywLGD\nmH/HhmfjnB0NP6fHwu3aXO+863dYaqLblURwh2yYX8APXPjdNtnFMD9AmF8I\neYKfItKhdAfn8ClV8zJiHX2R0Y5Wy4pTBIRA3VvTkH4sHl8ZY56nYBxkheBB\n1Vrf5FTGC6En2gL7N3FGXPdz5hX5NtkdAkzv1DdbCUmSk5v00lc4smZRZvHt\n0CBy\r\n=arsm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"7f62952559d2700c0046fa1d2f74ff6800989a51","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.0.1.tgz","_integrity":"sha512-xvCMBEYxmVApHhFWaRBZ31TX51IqUG4qBQcmcz1PYPw78NPuoMg/OmrkKNQWT9BiaTuHUzeF3coSi1qQMToaAA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.9.0","dependencies":{"@syncfusion/ej2-base":"~17.2.49","@syncfusion/ej2-inputs":"~17.2.51","@syncfusion/ej2-popups":"~17.2.47","@syncfusion/ej2-buttons":"~17.2.47","@syncfusion/ej2-dropdowns":"~17.2.49","@syncfusion/ej2-file-utils":"~17.2.47","@syncfusion/ej2-compression":"~17.2.47","@syncfusion/ej2-navigations":"~17.2.49","@syncfusion/ej2-office-chart":"~17.2.47","@syncfusion/ej2-splitbuttons":"~17.2.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.2.51_1568129021279_0.7558140754904905","host":"s3://npm-registry-packages"}},"17.3.9-beta":{"name":"@syncfusion/ej2-documenteditor","version":"17.3.9-beta","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a3326295b630ea2f2e6160e41ef6bbef4a89498b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.9-beta.tgz","fileCount":319,"integrity":"sha512-DHWRmWTjMf866COBcsvW5ga/7xk1HVVMguDJ8vooX+Km8hNBFice0Bi3Q2dJYkgLQ6RZJJCt9UcM6TS9azJ46g==","signatures":[{"sig":"MEYCIQCoVWo+AhFuSGd9TLrPdEDMbrTP6nSRZf59m5g7heC8KwIhAJ4/ga5u5o0t0A/zCo1Jwqfgv+SGzGLRXI4rGRD6qR9f","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37421619,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhMljCRA9TVsSAnZWagAA2lIP/RbBVlf8/PuI4Fs289lF\nZZdFaMmPrDIKigYzpi5eZGGbXSXGQFmKhJv24TBz96PtT2N+Ow9r8H/2Ezad\nS/umwH65qEeaGwllfj1LxcQKpf1+oV69+/x4p57MAB2CCDW7XwneVs1lVSFC\nQXf1lzuumlB1QBQX66b5T3K/woL2wPLOWeEVdRIjGvx2rSVFClTpmq5nvYVo\n9NLh0hWRwAZHpSvPrta6fpiVZOSicces8cuWQ30KwLzfQlap3e0tfCQ2ZzM8\nduBNSwYRYaStM2+kVBRIZySQuj9RyRrSkaJU1vO2llw4x0rumHMe31+Y83D+\nOyj58OQb7YilxyIP2VOa9b21vcCdO3+HJ8R8nMOkC8dTdkuEy6N4neIDi3u+\nw4nty3tQQIQEOrYjoedFSKXrQPFz+9yoUVuJDk/7LmzVJrvP8lidka3I//Iy\nhjaT/iu19LOwWtUH/dn4HfuorvPFmP4m5yptTFqIsK6xzIIKApm1HaJmdI/x\nR776ShUKSIqn3UdyuPazdxipp3SUQ6862QlNtTSzIz2LiD6YX0zmXoFsqvEr\ncLnkNbhsGhzEBDWIWO/rgw+vagoubvPNDFs/QXQJtsVnFjUjPFsfAbXngyvD\nJoTzMxe1O69uZW7sh3FnYbZBA5DkQvfnHeWp6MAnGQhg0+F34xvPczzmwvMO\nXYKo\r\n=iZx3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"f35a441880fe5d5da6d5c1b92537b522c17dc1a3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.49.tgz","_integrity":"sha512-VBywRNUjVq/RV3K8EalRLbQdJG7DiJe31zdOGH/KuwQmFKT+IsUTAsv4aGd1NGpiMVOti5iHPTObhILy0wo6NA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.3.9-beta","@syncfusion/ej2-inputs":"~17.3.9-beta","@syncfusion/ej2-popups":"~17.3.9-beta","@syncfusion/ej2-buttons":"~17.3.9-beta","@syncfusion/ej2-dropdowns":"~17.3.9-beta","@syncfusion/ej2-file-utils":"~17.3.9-beta","@syncfusion/ej2-compression":"~17.3.9-beta","@syncfusion/ej2-navigations":"~17.3.9-beta","@syncfusion/ej2-office-chart":"~17.3.9-beta","@syncfusion/ej2-splitbuttons":"~17.3.9-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.3.9-beta_1568983394727_0.37957215681305634","host":"s3://npm-registry-packages"}},"17.3.14":{"name":"@syncfusion/ej2-documenteditor","version":"17.3.14","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0ad2624ef61142f9ee3c29a7e62d8144087c2bde","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.14.tgz","fileCount":319,"integrity":"sha512-fT7jIy2BpTqFPUyGUigbr2W2maY6I3GjRjyLSd8b49nOJoR8lbsNfHgbYa9whC6RNJI96x6GmAgWGW8CaRuCog==","signatures":[{"sig":"MEUCID66xs2/50EpNGtAOfs00L0w+78k+zQd9PQL4eB3Xye+AiEAlhEImV2alaEAKK3hI6uJKett7jYsrxgPTVIpW9GPm6Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37527743,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlh9JCRA9TVsSAnZWagAApUoP/1NMx/yhNuYbTSzieoVC\nVVT8PDVQ5UuhIQzuVREL5qRNFoRmanAPFTYn1EYkQlJxhp0kxUDf0LPflAg9\np//8T/x0Qfknrx9RJtk1t2qZLI6wnSuxlfJR8m95OmtPSamm5qRupWam3Tyi\nN0p4dyJZgG/pqmwRFrTaWjmST2xsBpswREbffsjcZuDgHiaKPnvExMwvDGjA\nn2gyfO7CmOQS9ByKoTT4yoHJb5I2KG1brPBgiiRNRkTlYHkadUWukkyS4fLF\nScW/v93WR5UwUfTwCb9MS7A6GGm6Z0CP9mwD0xFZ1hqN2mLzrl3t0w6HAWzF\npf0HO4PpkUmc6GRdOJ75zRBoGG40AAk1rpNGF2GJw//fl+3uV1yNu8mqhFdK\nkTJoloTH3zwiULc1RLoZcWXPDBDSLTjK81v83G+DkmeWkzqqEe+dPrsOt17j\neHm779xBQT/pDb3HBSi+H51cRC/vWUjjg2mph6VGWITD31UnA1d0BD0s5Unu\nbQJQJ5f0AHWCQDiaJrkJW+utCu2yHretGejhnHRVCu2eIKFjLY/vCadscY3E\nCoxd25SNyWz0gD+u8MxPQJnQyVNbgdRPqx5KP2i4tmTnUVkG7wMbGBfp3yaP\nDaT/289hipedV3wRVi+tIYb+lDp/xK2t4+HCQJLhFSH7+P7zQy3/1SZSRaxj\nHklZ\r\n=3LN5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"4152a816467c13cccae17a9f66c170504bcb8b22","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.9.tgz","_integrity":"sha512-c0x6MYueKFmLQxQM7FYq6EzdRDX65xozrP1mUjDFEd0FdaUdSUFIoa9KdlHuOs+DZoopD56ovWdgOgnmDimZ5w==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.3.14","@syncfusion/ej2-inputs":"~17.3.14","@syncfusion/ej2-popups":"~17.3.14","@syncfusion/ej2-buttons":"~17.3.14","@syncfusion/ej2-dropdowns":"~17.3.14","@syncfusion/ej2-file-utils":"~17.3.14","@syncfusion/ej2-compression":"~17.3.14","@syncfusion/ej2-navigations":"~17.3.14","@syncfusion/ej2-office-chart":"~17.3.14","@syncfusion/ej2-splitbuttons":"~17.3.14"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.3.14_1570119496905_0.26325203569748257","host":"s3://npm-registry-packages"}},"17.3.16":{"name":"@syncfusion/ej2-documenteditor","version":"17.3.16","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8f227d592ce47082376b7e3015ce452898fef54e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.16.tgz","fileCount":319,"integrity":"sha512-uI13wBSFRVVmhdKOY5NHjRVM8sg02smYIzqYH9bbuThW9Nm9N4RGEjVSa9R4PVejGS1JV6ttL3MCXu5ewGHZYQ==","signatures":[{"sig":"MEYCIQD23Plb4dL0DaCZZJIZBofDdBCgI4ZLbqRhrcwuV6dMXwIhAOsUhlxUU4Fh6AmFK33B7wn0TAW+Lkx2wu4XYxh713nP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37669633,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnazOCRA9TVsSAnZWagAAHlcP/1w6Br3JKl7TKjXT8Hn7\nqGWJgXCdggGhifyWZaTVLXzxPPVHXZdo02H0qgzrswXVzdm2ySGm4siacy8e\n3jGJtIC+JRc6KT/GNDSJwAi2ABaQABHzDvzSP9CKd4D1Vsg2zZn/mHsofaIG\nqGCmRyQEwkNbPNO83ors0QNWqDtM2knC+GcjxXDvwBP9gEMo7OzwtUqCYpwE\n8zdwHzxyTnx3sAa6lBOxJ+glftILPt6gYSi0S7Tpo2evXNQm+kH6p748p2ty\n8Qycuc10EkRxoFX5QhONeejAyXRbcPn8THNIvoyfMQWLCJbwOgbQJBirQs1G\nCJzpIjxOoSRxpLqIPwq363NfhjSZymkzmKUuxei9nMemcR+VsApviSQ8bP0d\nvipTv9WBiVj0ABKBe98S/tWO1lLMlypqMpkzaXqncNQt0Rh1RBwGsyK6/ovg\nd3CTTneABpKlMWn8GghR/B7Wv3EmGbfE1NQYjlimdBNaJXHtW/jsIUNMH3xY\nTxxt7Gl0/LQMJJb6lRp/FFQkcwks8k3gpl0COdZWyL3aAGH5U8f5I4iv/vuj\nNxdyrr6/ztx0Q6jKhmvpWLss0bjj2kxL9TiMinQX/4Ex6WGncVASWGeJe6pL\n0H5mXDY+mbkrtXNfCtWSBOFHTYaQE2Mvwmb84Xck1MtXW9tcSYYGf7QLVf6W\nB1DX\r\n=xfDq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"37c2269bd3343c88f3e56e707db873e10b7362b7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.14.tgz","_integrity":"sha512-wh3xkVkMbWRbLxF5421tdjm+EA0ZOyJgA/qrG6rkWrMInTsfErNqRQA/NboGhIigz7NxTYfHzQvJCSA860yM0A==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.3.16","@syncfusion/ej2-inputs":"~17.3.16","@syncfusion/ej2-popups":"~17.3.16","@syncfusion/ej2-buttons":"~17.3.16","@syncfusion/ej2-dropdowns":"~17.3.16","@syncfusion/ej2-file-utils":"~17.3.14","@syncfusion/ej2-compression":"~17.3.14","@syncfusion/ej2-navigations":"~17.3.16","@syncfusion/ej2-office-chart":"~17.3.14","@syncfusion/ej2-splitbuttons":"~17.3.14"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.3.16_1570614477388_0.8377590671673298","host":"s3://npm-registry-packages"}},"17.3.17":{"name":"@syncfusion/ej2-documenteditor","version":"17.3.17","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.3.17","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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"080aa18dde2a65a7cf89c762e595c3ddcc77bfd6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.17.tgz","fileCount":319,"integrity":"sha512-jhjg4wKR0XrTSE/KFnHWw4EtLMwbYTcfcW1NbHiLWxAdwGHRZ57u533j22w0w8F6T4x1ArlCHtTG4R/AiRv6Dw==","signatures":[{"sig":"MEYCIQCbwOosQCLKAw8NKlf2gUgnAphmuAWOgukcKoj8oF0EwwIhAIvdIyH72W5CleOWhAP+T84mikCeF+HFrKx1Nr7km+MC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37739234,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpcWtCRA9TVsSAnZWagAAsu0P/0koe9RCsVz/f18m3bnA\nNyN7WcN/uKMHWxTfeYYyFAQUf6SpVKxiaDIZZrDEl5EIJzsFNkoYb8+uzekY\nl4cWHWFQH0jPBzH3MESgdbkAzMKTs28QRjwj9j4B1lREyw631KhsGij1rKlU\nEizs094qbw9LG92SOEYMj1tZTBtuvty4NuN+dnHqMkkG0zPl+tWXgnLI29FF\nvlTbJ3B7qM1GmXjzAbrOB3RpJuLZoRVGDwpBYSVOeXX+98DFZKES5f1feGSr\naeZHNJ+PximGQ0rBHRZpYsLy0tHMjiDuvBABjqDEB+VAld0L1oWPbDxBzLpR\nTUjw+SN7EeuvlYGt5jUuXw7sLJseKtGN14sH8dA6d2n9Tv1cnWxV+8RVRcsT\nQsiWY8nOOPZgacy3bbWdn3snttiw/LBqPw3Ef94vncrdcu/2gjnNat2rt/ag\ncQlKGD46YgUczB5C1MHeA5KuvoB8ig0zMKmk+8cSSB7mCPUkcIyyONMENgOv\nDSwcFOYpAmfsBu0jyWyYJO6n0dbZP10MOtZh92tvmrHK3IZVdQ7K/00yIuPX\nKm+X6e66s1sg58MqvK8ufzGRCFpYFtDDps/CFh0wk3fXF93G6pi09eoI14ra\ntAMRoUzB0QqCEWgWc+DZNpm9fWfzKkjWJk/mDU9OrX9Ety/sYkl7JmU45km2\n08SZ\r\n=yjqa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"526dfbf046a6ccf8e9cb913eb12690fca178480e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.16.tgz","_integrity":"sha512-RT/lMoDFQ14SMnvdGbDj+vpS7AAzcpRNJuqNyrrO1wokEy+JP/CTighPrUsYXL3bfejebSfCRpXMse++2DjWPg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.16","@syncfusion/ej2-inputs":"~17.3.17","@syncfusion/ej2-popups":"~17.3.16","@syncfusion/ej2-buttons":"~17.3.16","@syncfusion/ej2-dropdowns":"~17.3.17","@syncfusion/ej2-file-utils":"~17.3.14","@syncfusion/ej2-compression":"~17.3.14","@syncfusion/ej2-navigations":"~17.3.17","@syncfusion/ej2-office-chart":"~17.3.14","@syncfusion/ej2-splitbuttons":"~17.3.14"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.3.17_1571145132698_0.6848951338176799","host":"s3://npm-registry-packages"}},"17.3.19":{"name":"@syncfusion/ej2-documenteditor","version":"17.3.19","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"81266c2978d408cde3a4e4d2954cc1b17a953a54","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.19.tgz","fileCount":319,"integrity":"sha512-6af9RgokuYpbHnvrNIS1bxRav2vKQaIoXDHOc1BwwG95FgO3TNZGI5BCMnxQQcSBAclBmaAVsWnyjq7jVq6t5Q==","signatures":[{"sig":"MEUCIFV/vESfZ7fA3eVY+1gXZuY/KNuOKRmN0BWWzhe4Sfo3AiEAinizYIHuscA7eGGVAa2M2rpqzkpC6qBEtOzL4pW8h4Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37897166,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrvguCRA9TVsSAnZWagAAKucP/2ITSG2Sbm3vY1TfUfqX\ne9UikOtweMAu7j3bXwnaoUWfJQKeHArJh3lFjyuwVHBMWAVkbouvRfT/zLg/\nHDSUDgMLcby8LFF1OltZNXajPyZBwQiWv3HUo7YDNj8p/R+jdetMXRjwltx2\nr+ljP1gGYWDk6ij7VSiewo5uPymXQP/mtsrm4FpD/8wp5LhYIW1uF25MTX5h\nLfXfuizjnJ2W1V19ZINKkMdnYCAa0ZRQBDqtDLxLVJ8kH3v/SNBVBokVi1hI\nMIVUqGfwRycI4Jx+FQHmMMyG/Jljug4cPvlfCTFBfLpxjklx3Xx5jE82ELCr\ni8B/qfqawvxdAdfBjbZks26sP0eMtvHXIBDpeA0rJBAXzdyid1LHa9yYC67S\nhfZkfKW7wJupNTO3HsVqeszom6rBniXGFNe2yG0h84bTDNKJws6PV8vB9DCu\nBRON0mf19Z23A7Y1ncCBaD8AszChahdT2M8QFAz9ygoex2EOQIheT8ME6TIm\n1eAOQUNS/jYXhAr+29DOHytpl54od688B9hoDgCjlVz/f3PUYg3fMp9f24jP\nsMs+sDVuXBXweMK1C02jPkoNb/rhHubpuxiLacKZHVVWJppv1SkObIonhauL\nH883ZygNuXrGCH69bL0HdVtDKycAM9KcZS/GtSlYCRXKAVcQdrlQpuSYD8aY\nPSJv\r\n=9SAm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"2b309b9cd7f3ab53c72619a1cd65094c7227e93a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.17.tgz","_integrity":"sha512-f5Ry1Q5yPFRR5LbG3jxLzhPmGPD62+25PRIrBOj+mb5fYijFlFrIboZG6dBpxNmvKMy4zIBeEiwUjn+l+EQ0FQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.19","@syncfusion/ej2-inputs":"~17.3.19","@syncfusion/ej2-popups":"~17.3.19","@syncfusion/ej2-buttons":"~17.3.19","@syncfusion/ej2-dropdowns":"~17.3.19","@syncfusion/ej2-file-utils":"~17.3.19","@syncfusion/ej2-compression":"~17.3.19","@syncfusion/ej2-navigations":"~17.3.19","@syncfusion/ej2-office-chart":"~17.3.19","@syncfusion/ej2-splitbuttons":"~17.3.19"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.3.19_1571747885208_0.7506425465924111","host":"s3://npm-registry-packages"}},"17.3.21":{"name":"@syncfusion/ej2-documenteditor","version":"17.3.21","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.3.21","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1cc1dc153d18efec7b2d7f31a198e1ce15f94d35","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.21.tgz","fileCount":319,"integrity":"sha512-q+bT+OObSAjWOFFUwECQm6a7Ld6gi/PZZm4l9v7ekzZK9P8f85MTw+Sff/+eFNnbCCcxMZXKO/h9FYtEHvEl+A==","signatures":[{"sig":"MEUCIGKQIB3rbYiQLuF+dSBKbdG5uf/0aoOOZFa4zwNYH0WXAiEA7x+Cp7SkphtL4GJ8GTwexV2YCFUlERlkos05G9Vio8g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38056837,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduXRCCRA9TVsSAnZWagAA0x4P/AoLZTGjaYZFnit/TJPk\noE4PYjHOvjwIZHzYhkBsQHqoMeAsoQmxAfmtjH2KiLSntP8dfN+oLombaUXv\n/S1y5VB1+fw8Rtj8UFh8samaHScuHniS3FJaHxEkgJQcBDAzEwexCOc5ntng\nx0oe2I+e/6Gzr1VQbWUNE4GDLBZPhwXN2l+RER6qd6HSuIUVORj6dxU3lwrT\nOGBEY39woiJAUMYX5au7HfMcC5MCiax6GRRsVGs3dm8Et3Loxs6CUBCnHi6X\nKaVSw+2RCBIUTKVnTncPrYi40C41mH3jXQlSN79apajEl3f3gJJNxHeQp2cU\n4csNG9mXBZYmoVwl+rh07vQCtZO6BMjDh0c1IzN6H1cHF7OpQrYhSVzy8lVU\nAA7Zw/aggtUpTtt7hPVebieme8HFOG6tA8YtYigTqFRvi9F0pTZWAIqdDGzn\nhmx4ZN3jP9z5QyU9bZQRYs1CHVQ96So5Ez/sqETjwrAcmop+MubSwrebaZKr\nDp8oVtWMnp1MpB7fUZ+7HG7A+95rnirimwWWqAi3LPf5lzHCyqVGCtkpjXNZ\nYNFfcQyrZYxnRVCRSMAC5hEeRFlUiC5ap3GIowdepz+jVcE2AoQY/KEv7eKw\n1xB9+EXU2Id31AAnH3xxde3iSc8PFYQHnlpunyfgvuy1LcQiysM8P9iFm3/E\n2TzR\r\n=ZdiG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"6c876f612c5b808e04432aac4217d7bd5594c550","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.19.tgz","_integrity":"sha512-N9QzVEwC1CXp75ZLQ6Di2WSoiYSbVjaR1kr7z0gXxAAO29ye+FEF40/riJZIsFECYPXMTaa8Q08uMJ7QDKdWcg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.19","@syncfusion/ej2-inputs":"~17.3.21","@syncfusion/ej2-popups":"~17.3.19","@syncfusion/ej2-buttons":"~17.3.19","@syncfusion/ej2-dropdowns":"~17.3.21","@syncfusion/ej2-file-utils":"~17.3.19","@syncfusion/ej2-compression":"~17.3.19","@syncfusion/ej2-navigations":"~17.3.21","@syncfusion/ej2-office-chart":"~17.3.19","@syncfusion/ej2-splitbuttons":"~17.3.19"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.3.21_1572435009409_0.6782165679628276","host":"s3://npm-registry-packages"}},"17.3.26":{"name":"@syncfusion/ej2-documenteditor","version":"17.3.26","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.3.26","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6e41b24d65f6bdc14fec0f37177f26757cc1862e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.26.tgz","fileCount":319,"integrity":"sha512-1ZbZcssdWKTYXM59cJi6h9cC3QaHTjQua9CR3/2nhZumU3drOQXpz4CXdvQ8XQuh4ToMzaYTakM9fTiYZva88w==","signatures":[{"sig":"MEUCIQDE4tYqYSs0Jo1iKxORAX+UVGnepZOXTtnwX4iaRBEQyQIgBuHyckJ9qsu1jNENnO203QOqi3Ty0bok/JxICE+060Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38179238,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwcGGCRA9TVsSAnZWagAAlpIP/jCHinWfYtK439UyHDn9\nJ0qlnn8PWxRiAgxCrAA9T3/K+S3Xgy7akxDbcJXdzIErp+sMfyDDYxhaW7EP\nZV00ET+I23ijNaXAPvadS/MoVvnUcbAbUaQOx+sqIhJ6YiZeKaLlW01DcBWQ\nZq5Y7HR22GrOj7BPwgFDTH9ATRysS0JG3cdc69EKiVFd4jpNjdpULnmNcBuL\n9PK9HIMuj+sHOKZD7CuwB9zOECdnqKWEp9Xji0hYAeNXrzHeT0UCCwyPVe2K\nVJ6724ZF+3ZanALNlbaJ0GazS4mzu3JJ3zn/apk8CWPJZf60M3kZ+twCBe0M\n7QBN6rkyqPiqsN/+CRU30ORktEHkmnwgydAvdxQbA3paRQHn1Q2yYD0iPD7w\nnrnUQ8sd2Og36RjusRsmR3ByouPW8KkOkiUcCe5ObrdaLOR47snOxJpF6Ayy\ne+MUQzYRfS+wR8GkmbkrSQsBmkNUb15X6pC2+KlyTVoXaAuA2nL7o5FalcAg\nX06JlCY9DbYijhQJsGQZkBTtEt9hybOa/axKPLyrPu5yZgsnRyZqZI6OH/n9\na/SQTtGYcJJQkeEFQlLk5WraOoY2Msqpd3U90/3UPbap5dgALFz1i9HjP5f2\nnSV0/Ow14b2+wLjEWyxWdsj7n7EtP78IdpXCgKBtA2F0gKKUHA6+/UKHLd2M\nbEYG\r\n=Gcm/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"12c24c28a9ecfc8d282a24bd06a2a09d0df314c8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.21.tgz","_integrity":"sha512-IThAPlD3fxopul9A8Mx8PcTogyVNXBO+FIvoYw0Vj40UvM/UX01d1Bg6X/0r3oAUWiGwSnznpXtYabvKxVDCKw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.26","@syncfusion/ej2-inputs":"~17.3.26","@syncfusion/ej2-popups":"~17.3.26","@syncfusion/ej2-buttons":"~17.3.26","@syncfusion/ej2-dropdowns":"~17.3.26","@syncfusion/ej2-file-utils":"~17.3.26","@syncfusion/ej2-compression":"~17.3.26","@syncfusion/ej2-navigations":"~17.3.26","@syncfusion/ej2-office-chart":"~17.3.26","@syncfusion/ej2-splitbuttons":"~17.3.26"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.3.26_1572979078203_0.8167244520829593","host":"s3://npm-registry-packages"}},"17.3.27":{"name":"@syncfusion/ej2-documenteditor","version":"17.3.27","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.3.27","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a91da311543300b2d42811ce40a9a302339a14aa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.27.tgz","fileCount":319,"integrity":"sha512-bIth/ELYOabG6H6qJFU1iH4Sx1JKCoAg3yZ6ISXJZYOX2ijUmOQNv9ptVnq8IoRNdXnp+4GZ8V0Ec0rICXPmJg==","signatures":[{"sig":"MEUCIGOHgGLZ7S3p+RVGe1JYGg+t/rvxboQehhSwUqmU6kOUAiEA3U7blqIwv3xrsFsWE9yCAbXugRP/ZCLusI+HwbSMaDM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38255767,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyqBlCRA9TVsSAnZWagAAWHoP/RzGSDc7Iwv70btdAmku\nDtji2EfiHa3LRCROtkDjjQCk999E4cl2rjIZ+rmkSvQZMZRY9nNEsj4ix8cA\nZML/AUnc8KBaMEuDr7aifHOVYOXj8Q4yxnfupPe4SJFvWoDH8Ufu07vCpY+2\nP6F9Mp36IW0sAhi6ztpM3UszNaHfzlJpHQsaCSURL/tuVz8NojZTkoYuMeqd\nhz16aCSkbGbP9KE7KI5mxk0iROAbsEYxEUQSXo+AVcvd83XCQM/I0HfQ73nC\n/PFh/UnDscxBAXijNiaujPefMjWZlQ1lR8RCagVy1ATOgkeaA7kdfNUIVAMc\nakvVyN5rSi+qtSYPPq0QynuukWgVDf0YkNhupYjS2/bClvoyrDt5NYZT0t4f\nkdYk7Wdd2Du72kJIomV6KGMqicRadO/i0oUZBSV+WPClcwt3yJZI87o3CG+V\n58ir5J/ZmQyg3N8w7RtO/IUgfM6oCwIV6LeoWzg8HL5M0SdBrXvPQO9v8Jeu\nQ1bQXfkeTW6hk5ianFsz4rphIIdKBwZ6OvMvY/k10EtBl7lR9SUe5evfs4uv\nb3w/0CWoTKcjUVSxtRYwffKLBBO/iFe3pEc346yPD7//UEkbKP9dn8opTlY8\nQPDeNm2ZZhm0PK+1GACv9RYDUpkPsUTD1WWqlT6ISH5Zh+N3G/UUYRbVqJRf\nVAgG\r\n=TCcF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"84a6100ad6a859f510cd6e3e1f5e5bdc4d851afe","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.26.tgz","_integrity":"sha512-YJR54K3QNi/tYD4i0zGe+qw9jXaOl01aaarX1dx79b/jYhpopVYqVUs0vRjrY64QQQvJcg5BAjBSpXWVFbkDSw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-dropdowns":"~17.3.27","@syncfusion/ej2-file-utils":"~17.3.27","@syncfusion/ej2-compression":"~17.3.27","@syncfusion/ej2-navigations":"~17.3.27","@syncfusion/ej2-office-chart":"~17.3.27","@syncfusion/ej2-splitbuttons":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.3.27_1573560421061_0.4502209298097486","host":"s3://npm-registry-packages"}},"17.3.28":{"name":"@syncfusion/ej2-documenteditor","version":"17.3.28","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.3.28","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8965f38fadd0ea01684bfa1764074a410b21c435","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.28.tgz","fileCount":319,"integrity":"sha512-JPCNtGI/L5dIZSlGYlOUleXn7J01oA2n2AMHfxaDnTup0gA5RRniLZ4Qdi+aSRmTjnPB+7stRJWNNQ66E5MPiw==","signatures":[{"sig":"MEUCIBMkGfowrybG87YjOx0t1kHaPnykR/rUp6/br3ewyleUAiEAvvEL4ws3CPeUeulWLCapgLgUP7enhXQqSmhjhXUre0c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38339564,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0+rwCRA9TVsSAnZWagAAoGwP/iZYqpQxOSllkqF/K5nF\n0WSL8x9IaX7hbSK4F6p38xpAQH0u62LlseTQ0lXixXXFX8dW11h4bSMuDdXb\n2EtNFEsMFFrWM4q4S0WZ02LxdO0XpN4f+XOiBXcu7/u6aIsjFrDBHL8hwHgr\noE+gMVSeRR4Hi+ce+yEpa/SmzcmTGLhlAGO8VIv+WxgQJPiB18kBowr6NbQf\nDcVhuCid3hL1dH7l6mckfzijtVAFfB0qlM6bi1bYDMj8EBUBet5adUv5M3LU\n3ZWvvpf89oQSkDgNEIhP67cXwBp61DusrbiFGQW3iQgVpdlhB+mViZgJT7nx\nMGty2GNiZ5gWziIPS2DWTSDn3GGcblxV0LLj7wbZgmxxiqS/hGaFBDUjOVz4\nFuPfkmG2NSu8kcLIx1aiHJjFolB++WHVUHMm185l7g285zbg3UThlB99kvbO\np9RuFrxZ1nWASY0a96328LrgoGTZHCcACSQB9e+7hRuWYbO7EF3Wrcm254vo\nXM2YuO9I6UY4yI9O/5fZbdXHwXtjIXeMuLaI7seTzTv0IlrX3Dsvz8vxjDze\ndHKUKMX5jC/JTpdHkIT3ala97CWqANqO9vdBnbIS9RmjxD/CFGHALFrE2vxM\nzotDfRyvUyiA6+Nr0V0f0eaqr1gNp6MLzr5mCZMxgLdoSJQQRI+48SCRZCPn\n1jno\r\n=TB8P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"5971c0eb4e99370047899e79e02dd23b9fcd80e7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.27.tgz","_integrity":"sha512-3a/W2JtJ5dg3rnsL+CPhV2N7fUJ5agyJy+l2YsS7DEpEzFVU+P2wsG5E/bPymSTN6srBI3ve6d3tp9UxA0dtrw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-dropdowns":"~17.3.28","@syncfusion/ej2-file-utils":"~17.3.27","@syncfusion/ej2-compression":"~17.3.27","@syncfusion/ej2-navigations":"~17.3.27","@syncfusion/ej2-office-chart":"~17.3.27","@syncfusion/ej2-splitbuttons":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.3.28_1574169328034_0.18383782027305307","host":"s3://npm-registry-packages"}},"17.3.29":{"name":"@syncfusion/ej2-documenteditor","version":"17.3.29","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.3.29","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3723f80b2faf25ed9ee2f71680fde498a2e42dce","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.29.tgz","fileCount":319,"integrity":"sha512-8KX3fHbXWEbDjP/+Vays3MSSTEFMhE7gmj8SmS3YK944gSunoJJBPVpx8yd3K16SGOqLRQQT5e+KmwuoweF9PA==","signatures":[{"sig":"MEUCICSGpPljwL95MKBQAk69a59y6o6fNhQfxZq3X/5bu0AkAiEAhls628I1rzujbQa9Z45e4MuMcOAiBj05Np0J1bn7PUo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38424941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3MzOCRA9TVsSAnZWagAABi0P/2ECCqGYqoETVat4aIAs\nlJlTjGlvLxC56Pz0hV0di4XBzJnaPGWvoswPfPVtuxuw8j9jpcWobHzAPzza\nFgZX+e99xqpaYALT6rIZkMMQK1fF2eR2DmrRkR+H4xM/Gy89bChd28XGLZlX\nxQ+nzF6I8tkoo77oLPUamYFkhgCW7eIFN7Irlczt9nlRgpzY3kvqpVTgkD3j\nZmYeF7poTlPhrlpO3/12fdDSv/YiX4xUvixPnKmnfl+OEJVslcPKQuUZNK1e\n14YrHs44o3lCCPdqtOYIH1EAi0AXoUYnfdK6NupqbLKbyGgObCKkoJ5aURvi\nA3SQuuKqieFkDsW9j/wBl5+qUu2WgwInoqYLc5eMjgmXfjvsq5oh5v7w3hXw\nVcSvOGSfU94bQdgEKB0pyWdT1bjzZinSTsvj5yMN/V3Jsog/GcWduFc7fBUT\n3kcttEEtFHyp1YMOjxBhuDUfRta9NGzNGwopR6n1VwN/phka9nuN6as6Zvpr\nej50cqgPQcg36rDXIY4hcQ+YoNdav/+1kwukOeSKJGYabK/C8I9mtjNT0EIH\nR8tYMWpuQf380dcQrfw9pzZXpNmODQ+qW9+OZUIntsYFFLyFnz/qz5x1yOqP\nM+OxcbUxdvvDEd+PIfVoohaT7ZbVq4THh5vrc3WeOKObRP8FKNDDu8NEmyVf\nC15V\r\n=+X69\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"9555c35d7aae3c2f76a8c995a300a38e6bf1a438","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.28.tgz","_integrity":"sha512-Fal5E329ytwc0Eqp0YMdpTQoWMg091qbn5ONZHlou/cwmyVTEGeNzwlr3OEteobkiS/BculjDOfyd7kmLHyZew==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-dropdowns":"~17.3.29","@syncfusion/ej2-file-utils":"~17.3.27","@syncfusion/ej2-compression":"~17.3.27","@syncfusion/ej2-navigations":"~17.3.27","@syncfusion/ej2-office-chart":"~17.3.27","@syncfusion/ej2-splitbuttons":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.3.29_1574751438165_0.28736440401043284","host":"s3://npm-registry-packages"}},"17.4.39":{"name":"@syncfusion/ej2-documenteditor","version":"17.4.39","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.4.39","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8f0d6a4972d26c09193edc6af2cb2f089b985620","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.39.tgz","fileCount":323,"integrity":"sha512-tzSZdL9FNY6TqW6MOVSsHtg8pABcwY/MsvdStgQIyetlHa099YmrlvSTCH6cT4DJ0FZN0X3BfPQOgh09o8/YbA==","signatures":[{"sig":"MEUCIFqhgCgatDwiwUukqYY/IZTkTYVJZmjD5T32TbqTtM+DAiEAo7L7bbpBOJRd7FPjc1EFGylF0TksNDpx9NwXiayJ60c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39674657,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+KzaCRA9TVsSAnZWagAAZRgP/iQVdOTJo0MiWbfIZo1J\nSIHliOeRyta0RgsQwEppOHiE8OwTp+GRT7VvbttStn7thFLDdYu85RdRY+5a\nOA7F7P9nmn8HfBibjiN16MnL5vYk2KGQULxSOJgg/7iTswkNh941NHLzZ7B8\nW4n9JaMbDTRFNiVeeEnlhkWG+YUepvM7306HmdR1DWMG2Mt6TUcimjQrRAvR\nzzvHGBtOI0gnamNSWk6E3F8pf7bZeFVBsZBZ3olIhMzW1MmtQWdMDC6wlwVX\nL0u080tew4CoavyqibRPwLdDv4wF+Y9OqFBvSafl1w/1pOUG/sjYTim2GhyB\nukohD+m8xSeuTwsYtoMHLkoiTScyvjQzvoaZh4qTZow5HntwRrEkTghUsptI\nQWBdyqEsoNl58n2ky4YZFyU+T58lesk/nQrb88BD136N0G8gt8uZOP5Llj+r\nmwn5kVgk99GCs8O6akN8w8uFw+iF40hPYgORpEJuh0So4LDqnYWcsbfKbywL\na/rOn8x36BPyJJwJVyLRQ3ZA1wLgDxAtgl64K1mtJmAsPEoPlT/v2QfUCrKT\n5fwwn9YvqJDNxF2DkH/0NNzfJAlb1RcVlTGAkDT1iqjGs+TI7x6QQFGrNc6X\n7ZXynqKWRpqmlk4J20x2uZoPNYb9cVyRXuyyY7XFVtn1i7CSkAzqs498N1mn\n/UUt\r\n=ZIYo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"b2263196200fe9b74e34b8ea4e13c307e6aef9f2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.3.28.tgz","_integrity":"sha512-SXi3Lw79fh22QsgZ++oP5KiJEqMdf+QLJyC+fL/uNzq8EBqSD7Xxv4z1t9COb+2n4xNgXMv8UQMr2Qi844PUCA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-dropdowns":"~17.4.39","@syncfusion/ej2-file-utils":"~17.4.39","@syncfusion/ej2-compression":"~17.4.39","@syncfusion/ej2-navigations":"~17.4.39","@syncfusion/ej2-office-chart":"~17.4.39","@syncfusion/ej2-splitbuttons":"~17.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.4.39_1576578266216_0.20133728439978849","host":"s3://npm-registry-packages"}},"17.4.40":{"name":"@syncfusion/ej2-documenteditor","version":"17.4.40","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.4.40","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"06ed31e9242e63a0936d7d973a0a37c98fbf166f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.40.tgz","fileCount":323,"integrity":"sha512-VnI+ArDp92ZyoDdbUb3Pz1ilFHgImWFB5wnua1FHCxBNYEF5Kas4PPlroByy/Qf4ELOHqgIRruUX9vhBE0of3g==","signatures":[{"sig":"MEUCIQC0ZzXPhMVGsSROp3rGU7+FekxrUNfm1YGy6ay2OmcEcAIgCYv+Guu7Qnyd6yzcKpx4Na+gLv/WeJhg8T1gtBJEuWM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39710281,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAfEgCRA9TVsSAnZWagAAbtUP/i/rdiyQj4MrU5gEjB/V\nScUWd5REUDHJy8wt0Ll7UGnKlX+1z7/72CwZyuEwtKEQxc5spmgTD3jzNDoq\nulep10ydKoJZa+y8nPhb4TDZR+rVELwzuItrUu8NexJTGEN559vru+kWwkRu\nw/mqTutqpG0BGVk12lY7KqB8dlzXvZJus7GlDWWk71A3nNRkWB8lULm80v8i\nJvI7cG7bGaS4cuXh5fCM3gi3GaARDz0vZsPILE5GzJb+7FUTnClJj9V0bTsn\nVmACpk9YNZmxfIgXscy3ojBEY9d6AKWIJtxo/rzhSMg1P6e20LTe4S/QKxne\nOg9Wl6I0VNsqAyFPtna4V8ojFohQNyO4SKCRGP2keA8H7qD1XGEzGKB07hIH\nOIzzBe1jR+6Bc6RO02xIoSpBs98ukenuPtPpeapf0I2Xhz31vloCJLGzS6Iy\nBEmALIfQV2GqRknJDr5s5h0jv4LTqKMEcy4iPqVyCWRYelqU2dBt92xY3pWL\ni1vG5ULjUphsP7/gNDxXwteXm1q6ofjOeoQTFQmJ1VqhwUB+dOsF4l9WUVcF\n1JAHFMmB+NiBk9ylmENupSLmgbiPrBYwfpY7iB0dNj09uy2oJ8qILXvejFc7\nJxIoyFlHxpkaZdj4WjYw81byFy9UGd8Sgu11htTRCYBEFV/B8GEzUbkJvlql\nVyNv\r\n=fJ+N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"9cdfcdf08bab2dbdce9b6f124e16fafa41d4bb40","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.39.tgz","_integrity":"sha512-qSRwDw+yPN6zhYy/5hRGgMG2wslii+EfeAUtlT8qHHwcGTZffxFiVSSX2iPb1Y31WjRnF2khMO1Qp1WQzHG0qA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-dropdowns":"~17.4.40","@syncfusion/ej2-file-utils":"~17.4.39","@syncfusion/ej2-compression":"~17.4.39","@syncfusion/ej2-navigations":"~17.4.39","@syncfusion/ej2-office-chart":"~17.4.39","@syncfusion/ej2-splitbuttons":"~17.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.4.40_1577185567517_0.4157137422841175","host":"s3://npm-registry-packages"}},"17.4.41":{"name":"@syncfusion/ej2-documenteditor","version":"17.4.41","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.4.41","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1ff6be0e3f5c4415ca8e9a17456c426e85696d12","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.41.tgz","fileCount":323,"integrity":"sha512-spV+sX/ZgkKuiEEZXWfA40+eoEVb9d/jyZFxEuMheqYWiw/0QaMCN7o96D3tfXtvwBNL2kolBXiZ4IILOasJeQ==","signatures":[{"sig":"MEQCIAfkyojzFFhvsihUFz2FNT6W7J6nesvDEmqgMu1IiXJ4AiBh36n5fyQEwpvXjdNZ96QrlYfpcpC6qmC+SbWOl8Ltjg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39749644,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFFC2CRA9TVsSAnZWagAAP5UP/2b30DSMPZNZq6HhVEOZ\nYeSmhovMXRkKpwsF0+ezpxy/TQbHtjM2x5LjoKkdz8jcaTJ9Ysm5h0ICIO75\nQbPDKFjWxoEmAy4OdADJ6wAOOVkP2PevlTfoxPD7KWG/vAFzgpPbFWrsgEvo\nhRhTKqPQSRyGYn+imyExP/zYVliboCjf1xlnZLXpWcafkQZ38ITErRCaYKWW\nSHc07BNjNVq5aCSgbzEvEl1+r7Dbcn438ohVlxbNZZqnYUQIinE+qNaawa/J\nXLiduTklN/twG/QodHGgqphxsV5aMXbFGpJrutsRGBP+fOe52TZvi3gr85KG\nxmDEAc/BAymCv/x2xCtVdJXWuJ+seIg2yVePGdo4Dw5wBoOur9KPi/Jf4/CG\nygEQIYwfF6KsVud8UUxFle3MbfaLMp9KwuJl4tx95OKfswXyy90uja4lwNDA\n5r0WuX31ahTQnq0dQslWPT2Gh9eDYnzVagsRimx73Q6ic2TkafBLWF6qtEB3\nnIdNiXlo954Q1cPsUGAXHLDHV3spb1dus3fUzU3mJgCPuIJ17vhTvYFPbz+i\naGkVQw8rEVmuN2k0nmmQRu7Hr7lnRZ88skzDLPlUAzEMKGkaZd1agkvIH3Hj\ngXia9VqkxMaiRwbeR46gbPsIV2jVpTKdeLaIey0CbasbNEr+33x2tGOBVWlc\nmNCv\r\n=m4k2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"3414d7fcb2671c609da97683d85a7c86f186d05f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.40.tgz","_integrity":"sha512-2YkXGjq5rEhzkswzzDSMLv0eV0rc3Sh+LXF6NzIqi5B2KZdfX1gPi0ygxTnCEoVaJkROEiwxiNBwW1+iQHP2hg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.41","@syncfusion/ej2-inputs":"~17.4.41","@syncfusion/ej2-popups":"~17.4.39","@syncfusion/ej2-buttons":"~17.4.41","@syncfusion/ej2-dropdowns":"~17.4.41","@syncfusion/ej2-file-utils":"~17.4.39","@syncfusion/ej2-compression":"~17.4.39","@syncfusion/ej2-navigations":"~17.4.41","@syncfusion/ej2-office-chart":"~17.4.39","@syncfusion/ej2-splitbuttons":"~17.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.4.41_1578389685990_0.9248824790364667","host":"s3://npm-registry-packages"}},"17.4.43":{"name":"@syncfusion/ej2-documenteditor","version":"17.4.43","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.4.43","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e8b05ffc3a84f2c2a028833704cd56587d789c3d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.43.tgz","fileCount":323,"integrity":"sha512-XPICvEZ1QC/9j8GY00DKe1KHRRv12/pAoDhjY5zHi61O6BYcrxqFb+Zfx7DzqDuvuFOWS7gKCbMVaKIYeW78mA==","signatures":[{"sig":"MEYCIQCHSf+mGr1ZnU3rSDPPyFdxzDzAQ7B+FLlWvYfjDzi8+gIhAKa9vdqvUmIjqN858gxVohr+UpvM2ocYLAcABUkKIYtD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39762447,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHWTTCRA9TVsSAnZWagAAy2AP/jQDjWTKU7JOkepq7d9A\n95ApYuzNh/LSKfmIxUnTJ4NZwDQaXuj2G9F+VHo8Nd7QV63LH/IZFLMSISbM\noKZC+s6gXME+cehByxmqW9uLwyBID2H9krb0bFcoNtRmPOLVoMdGY2No9S7M\nlo8XNlxn7MeFwaO9gE5G9055NW5FcxUHXUtY/GsWBXoSN7RdxXTdyzBn3/Rc\nafGRhOZrScAv4lnfqdlYiqW1AMIIp8uARJsvXco9oAIzW48ftYDEJ7pk5shQ\nmpJ7iYRO1up4MUqWsDXJO5IvMEWedZNN7tVdj3pEdMXNJ2xAmLtD1V1j4nzW\nL4ajYBnKF8rIbKHRUOOyLzGx2G0XDiY3YpGqrVQK1HzMyDNjnyljVL9Ti50N\nsF0wEGmOoG92I0HbciubM3+VPqPewCKXKD2gU/Gzvpu4gyxEt0vneSzV6ij7\nuyDXH3a5TM+iO8h7T8reZ+HtwAQSi3WPFsJTWX5mjlYwgDw8Ua5tZpiDsT6g\ntqmIcB5X+IJ8bTmqLQ1jpUe2zFJVrbTwdokBKgshb5dtyCKKzeRIvVcbHZOe\nq4XBaXcszLW73nxi8jVclkujYVZmekE785LoTa3WzRMOEYuFhLssGexhsw3u\nxVUgEzddohHhUZrPmriVbpXQyyZFfpKu+n55y4Heror7MHDsRdZGbTxfaD6V\nFWlx\r\n=p+aK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"b62be0d015e250c4efbb8cf96618ae8f6afd9c89","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.41.tgz","_integrity":"sha512-ohgcFN52iNY5C6neN6PTAVSg4RF0K2XbQs6vSKir3gbzMC7S4W3WVqsuUoP7EyHlGQhR4ziM8rqlDTiEkogC9Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-dropdowns":"~17.4.43","@syncfusion/ej2-file-utils":"~17.4.43","@syncfusion/ej2-compression":"~17.4.43","@syncfusion/ej2-navigations":"~17.4.43","@syncfusion/ej2-office-chart":"~17.4.43","@syncfusion/ej2-splitbuttons":"~17.4.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.4.43_1578984659231_0.597429297365087","host":"s3://npm-registry-packages"}},"17.4.46":{"name":"@syncfusion/ej2-documenteditor","version":"17.4.46","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.4.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0a738123a173f72217208c3c81988055ddee9952","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.46.tgz","fileCount":323,"integrity":"sha512-hSU7GldvxBCpVewe27j/zu6cPvOXZlK4hz3V4Lu8o9h9H7eqQA5ohFtQUkYMqpFLGcO7c/VtRPRECfM38AlbIA==","signatures":[{"sig":"MEQCIEOgBUw+1vFZjnZeefJkxVe+vz1UvmRF9tj8dwJonYu5AiAXg4JeEKcwM4tzoopADRZnNoUXnK9TL1MQ07+ceYyteg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39824590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMqDrCRA9TVsSAnZWagAA6NQP/1ozGD4HCfbciSQ5NQkv\nEdI1ytRffYLiYAJ8nTxwMPWF+zPChIbXn5JeDeSup6pZSCmDR3CJC1TCiFgU\n+QletVyEKyQEHipvkaiuh4lCZhEQdMcZ7O5DL96ekquRLsohJleP1uzQZjFp\nUhMRcVSxD+/RZWHDOmHzYMq982fAdg1plaGzR+IT5Imwm3zwhxGuoyoqzLHH\nghTNS97ICA8489t0IHECR++uQcg5MgxOyAdElyjApJerUzbI0JnByCSWtTVS\nnnHsMbbbqQUy2GITPaTH1IvTSn+eGEjo2xw8fdDhFueTpTSUGse9+UQhKwMH\nOMVPz1C+68E+X4fJal3Ehn1icmXhfVM5Etr3WDrDr4OmOdBt8r0d3i4AuchD\nZlNnD+btMlLr2VKiNzUq52cjvwc6pFQwgIzF1IEG+EfRVAw3WZzEyAfG41AM\nJsw9z8kWythiqKNRY2ymnbvsge537cJFnqtotDWioeKTQlKKDa0j2YxU+M6/\nmAHkqg1ZKd0+wgQ/GofbTSY9xYadF9sxahRLlbyDnfnxMFEiGupTZ1RJvtw4\n9Wa0oW6k9zMduic6QEgWjs/GnslWp9hLYceLxBERjyPaUnZaLuLA5wG5i4Gw\nTgNFCLyzH1+jSWbGZ6c8GDoSNaPS5qqRMNRtKGaI+/kyryO1LvWdaPEGVQVL\nE/do\r\n=eHMq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"70ceaaadecb30e977af03d419c711298d937e6b8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.43.tgz","_integrity":"sha512-FlXm98RC0s7VG+xnDtO/5HQllItDhxQSuBWddXj7znBX4J1uKoHrd8KnLdbDghuh6T8pbhysY/Uog16T/kgNcg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-dropdowns":"~17.4.46","@syncfusion/ej2-file-utils":"~17.4.46","@syncfusion/ej2-compression":"~17.4.46","@syncfusion/ej2-navigations":"~17.4.46","@syncfusion/ej2-office-chart":"~17.4.46","@syncfusion/ej2-splitbuttons":"~17.4.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.4.46_1580376299024_0.7667039701141156","host":"s3://npm-registry-packages"}},"17.4.47":{"name":"@syncfusion/ej2-documenteditor","version":"17.4.47","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.4.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e45024460b583cb16a8e822814ce58c9f47163e2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.47.tgz","fileCount":323,"integrity":"sha512-gZMhxO6n360T6FK7u/e4qtkwEdEeHD0umgSVUXHVMd3opMsoeFBreqOO2Jk7RlC2Zurdqunq+Q/445SdVwOAtw==","signatures":[{"sig":"MEUCIQDeLaweOqMkUmMzS6o/QJt5xDlUTKDcvcdLRZjF0F0y/QIgBBhp/DMWWjyv8C7RdgT1RDb85l2Zdre+QC1NRbH3vAs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39856536,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOmieCRA9TVsSAnZWagAAmewQAJyjRilfZqrZ/WziWoFt\neXIzyvbmb8DeoLUTci7awxuWE0JrtiIfk5CsMmni+RtIXKNOl4tcVBdW6lT4\nbcktiZe7PR0yABGoZSL601NgA89jVeENHx0Ah1ZZVDN8OXoQA7UsXErtksTd\nnHBStQNx9rDLidVjBA36qmaZMW16D7LtI6j4rz02qAkbSjFU5uCLGyNl4xoK\nWtTbawpFH8lzH4zMWeZ7TChbqVrngsuTlQ7l/vqNAtlYJOkc1BXnWPr8XDZH\n/ueuppFnth9ZA1C1zScNXp5iWsUqAOAdcVA/KzGeLIVWvi2JNOeMn7OmxlE/\n9RQx4OLyD8jtBHxOSHIwElFYR5QoF3/WpMevOmCEnftVI4e0pE5OPOZgh8xM\nhfpQGAUGJ91iqNv5HHQAuSGBMfaP706DPm6mbl6SJf1y34LpQ5EIanxG3ZKk\naQJco240hfEHJt73exwYmTVVLw8Qq9M1VQiAD4M4B1SOqjXNKI2KMCnE9M3b\nGxu1SdUxbB2jbI1dD6IG+aBZ8hRw9BbclMcdgdaAWqgvrK8QkuXtds0ARk2U\nHKmQdupk5pgcm35OrWfb708mCo347dO268sic41Jta71ysLu2nzdeJKHRlgy\ntsaldoy8GjEOGrRIsQy2jJnezKZR2UCizd3ISxGAK4xna/5W6Eco5A+k+YS7\n6JQp\r\n=iNRn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"ef40b6c1e70e6f4823731997656b473cf77e52fc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.46.tgz","_integrity":"sha512-J3Y9yVVsRy9gyKfPDJ5veN98hwZpqjezF2dMa/33HdHbmgBo30vp6GlKphiyL/VkNUVRrjN4dJKUgr8HR543Zg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-dropdowns":"~17.4.47","@syncfusion/ej2-file-utils":"~17.4.47","@syncfusion/ej2-compression":"~17.4.47","@syncfusion/ej2-navigations":"~17.4.47","@syncfusion/ej2-office-chart":"~17.4.47","@syncfusion/ej2-splitbuttons":"~17.4.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.4.47_1580886173995_0.2512660335424186","host":"s3://npm-registry-packages"}},"17.4.49":{"name":"@syncfusion/ej2-documenteditor","version":"17.4.49","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.4.49","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2ceba340c63f8f860ff0424f72112f01a57254eb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.49.tgz","fileCount":323,"integrity":"sha512-rD3c4BNuhHDviYXq87pfFzLbWAsoO1j9f1zeJzXABpdPtrohGa3QMG3XSOhi03ADr6K71USb2QDXK4LeMoXVWQ==","signatures":[{"sig":"MEUCICuHU+PsBZcXMfa5ibsDrnaKHmRjlsCjydvT+cDQAj2xAiEAmImWHFzpFDJ+KQRwxzMuMuj3vY2LoYwyg1xvR/fcR5o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40431695,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQoiACRA9TVsSAnZWagAA+PoP/RQ8ZiF/NDyFCHudAJFm\nmylbRwh8EpqDTJ/Ap2JHgF3sdAbu8Wh4GQjipXj2zu7aVpW35MZUJF2E1B7S\nAWQzjgZeVMLZ7zijLWfqk6Y5HwyHtoFj5n2zyjZH9tT2JePQ2RrylmRfe04T\nvZupnmkb5fEow8+tskDJf2yG+W9Wo65HHYv3EGY2zTYOguRYKQyMrD2syzsk\n7ujMBpWbAFMWYZ69oERp+zF+GMQEb6bOiQisEN+7zpPInqt6mWotaD0i1Zco\nsy56xCLIdf/Iz4GUjcUhQIyenT8U0rUfM4dOZRRgMAkS6oBfaJjxnGmzdgxC\nBXp2eQkMdJpWBS1y5hm9L3Hl3Go3dGpn2lw9X429PqVDynkBcMugh1ywUwzY\neq+Gz8AS0qwNa5gWik5M68Nq4Pzvh4zFWnzRBEyVS382V4+ORAhdnX3QpleO\naXMGn6SUobwth/U8wngnNHcx/o0uBOyibPoEwp263kCI6lGZ1DTzKSpxvXE+\neOjq8IpxsXdNPMjfXE1NHlFvb8sIkETNmcxjT6DAdnmQrlAE/Scui2cl8Ogb\nyX0lczMFuw1/l3BGf1kBjwklXAdaTCuPsubfQfsBlkDQJ1MdpaoCOn+hrCfK\ncyVJ9sY5fY5XzO7kSFkc0YOqQoZLclt6Gwigw5O9RTz+WkQ2jzwUfF2EX74o\n2Ysi\r\n=NVV1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"454ed1a3e1b243064e400a2e43203d95434c8e09","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.47.tgz","_integrity":"sha512-L94BG0R65mOYqdhgwfyTVGuWED65OdOJV/3ZaMlgqEiIQARl1tVHj+Mgjh1fl2oMeJnxONfpvUzF3NSepNZjYA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-dropdowns":"~17.4.49","@syncfusion/ej2-file-utils":"~17.4.47","@syncfusion/ej2-compression":"~17.4.47","@syncfusion/ej2-navigations":"~17.4.49","@syncfusion/ej2-office-chart":"~17.4.47","@syncfusion/ej2-splitbuttons":"~17.4.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.4.49_1581418623439_0.29471182792494366","host":"s3://npm-registry-packages"}},"17.4.50":{"name":"@syncfusion/ej2-documenteditor","version":"17.4.50","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.4.50","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"633c1eed73dc6b318bb7c7b3d41044e813a58e02","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.50.tgz","fileCount":323,"integrity":"sha512-oPR7RT+n+vy6lwQTEBOhw29j2BaRcHPqp1/DhNyKK7oXynCybvv5ezZa0fLNHJFTJ+J+u74nv52QqSe7c1ZA6Q==","signatures":[{"sig":"MEQCIA8XZU8Nqdf1sJD9lej7e6hpgQmyOGoKEf14N6s6gX7fAiAZrJ+qcgYy8iSXD15HMjB5subNgeT6N+HRw4GJdlfFyw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40473105,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeS9GfCRA9TVsSAnZWagAANJoP/3FZfG8rHlDm2p/38mOF\nUCxZA7aTBLdt0F9OhEYZw1G2wEp/c3AuVL8KGHuPw6e1jf1yW/Hok3QQRocK\nk1moJbwYBRVS3CGG8P/nzJWaiLUE8ffh+4xCMFNw/Q33hrlv7lGKEXuC7/0D\nOomw2Zajp7/GdS/aV+OAegFQIxLU4PJS7uQ6DY+TXX0zJsRjL0W3E92OvK7y\nM5nPSyYiHy10Hzu/m5oFJX/2RYstSK4cYVgrwNbJ1d2y+GO2e0w03pz2UJtU\nyFI7ALIyKeK1USkIBDRNrWzZr5FvprIiN5AF2r8YVKczgq8YAHy+lPMIXAbV\nJzp8yMA9XskrfHZQ6NuPBirHNF21PPE2dYG2Go5aLNOwTca/Wt0rTyREusGf\nTGT60zZlbJfIjch9lKJXBhRFNZXQFJ7+6GxnZ+CZoDQgRaFgGRPUEbheGM8t\nEuheDOOlqh1a1LBLwKB2uCx+WuodG1/u+Jb44lx8AHEH339NS4nTAtEM/irT\ngSFQx11E0Mul6Bzhx0MvJhuqEVX79bkGBNP2UAXCi0ft6qVoDiO9AROFLa4o\n60tS/TvVXTUjfj7ylBH76Fq726F69keIlKCYhmq7A42OM5L4J+zX7KwDb1QC\niviLOSDlZm4mRJ/YuwOb3jHPzShpB+N4IojmkCtHd8Dv7k0hlJwpN0+jW3UF\nhBqB\r\n=0aNZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"6f571bf267d89ef96581cc3c1de610b24ac652b0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.49.tgz","_integrity":"sha512-Te/0MUHNwB4zrSNuMjiDF6dNHZukfryrFnZs75oDpPHMO085YJdW5jdRRbHIdEvZLiIeUI4UKs2bfL1VwqGXmg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-dropdowns":"~17.4.50","@syncfusion/ej2-file-utils":"~17.4.47","@syncfusion/ej2-compression":"~17.4.47","@syncfusion/ej2-navigations":"~17.4.50","@syncfusion/ej2-office-chart":"~17.4.47","@syncfusion/ej2-splitbuttons":"~17.4.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.4.50_1582027167137_0.9484947177806025","host":"s3://npm-registry-packages"}},"17.4.51":{"name":"@syncfusion/ej2-documenteditor","version":"17.4.51","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.4.51","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0682cc8e80371f6494977b244a9f921d9f14526b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.51.tgz","fileCount":323,"integrity":"sha512-t7yPoYsV4fVx5Tro0WboclWYqrg8w8oGbEsm9stfSi8M2IXbjDH7uAnLZxKIREkSraAmVcP1WklZ+BGqWVOhSw==","signatures":[{"sig":"MEQCICpNK6k1ewlGPMSewaBryELhVxkFzF3t+6EPnkQIr/AGAiA539Mv4mx8ZLvQXdWQehVAe56HNs7YjhhgeveQA0+RVQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40493118,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVS2YCRA9TVsSAnZWagAA9o4P/1idOQHnyj6TAKCabzGU\nuBfGO5lLEIBM3TwHJac+n/ip8NWDZMqj8jjJf1uSpdMUkRe0KaLvrdOPmibN\nqsofzzelDL8dYL4xZbWjAPyoNJy18i3Op3OxwDsFQaku2JeEPVvqoilXdZLZ\nRFIp3Gc0uBo389YcA1yQtbHyR4AB65cW50xSLZGdGFmWdY2rZZe7NKPqgGta\ncBxZOpXNM7o1idQKBx/wNKji/ThPLTJr+QnkKzKGvj24S37GXjqLD8tEzpxU\nuX5C2DqPhac3aZNr0jhiyGt/+BrInV1w+Q+Zv7ePrPuQ9PIFWngNiC58AaCp\nH29jM4PNe9aagCjZkdjySqLpG90SeYFTTIexskgojlD55jDerHuwxfoTN+8J\nGRXqC1UHEBM+JA3waHBxBxLR0Q28UU3Vy2W+fLwZ9y7WjOUkMrYMB/Y7UX9q\nF59BjdH9iLx3fw6aA5u2MpeXtFeLjhGkDKkgciGtOlwdDeTX0FxrDFljUciT\nRgvaIMwNT8t6llCTnTAOp6VHWJQusaTDgdcfOgpJpBYd88GO7Qw2c36vcPbt\nK7cj/BKJnxyw15PkYHi0rNIf7448K924u0vnFoEE5aBjMLgNtxlNBqhhD5GG\nbC50dMwtQuvKVPddYRvgfKxjhqvqTIYZeEpEb7LsVfqBup4QH1tV9zMWf5rc\nit1p\r\n=kiHe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"e61a20556b712eddace0e88392d66dc83ea45954","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.50.tgz","_integrity":"sha512-fjgS9hz43n/Y2BmE02yE3NYVI4FAVnQc+wTUbIkEkdVie4vAu1pTpIxWodqWvLygQMwXLi/dL5bNS5ZyWqX/Bg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-dropdowns":"~17.4.51","@syncfusion/ej2-file-utils":"~17.4.51","@syncfusion/ej2-compression":"~17.4.51","@syncfusion/ej2-navigations":"~17.4.51","@syncfusion/ej2-office-chart":"~17.4.51","@syncfusion/ej2-splitbuttons":"~17.4.51"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.4.51_1582640535717_0.217131093233212","host":"s3://npm-registry-packages"}},"17.4.55":{"name":"@syncfusion/ej2-documenteditor","version":"17.4.55","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@17.4.55","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9be498d6bdfbdbc81e9101a8ca53fb1fb0b3fce8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.55.tgz","fileCount":325,"integrity":"sha512-ysSabU/DKveyQGdtcE1lNt/lPShrb/QWeBGpsVzxFgXI4MORJEiTFUyvbsU1+PY4E/HByb7Ox2t2jwhry1it9w==","signatures":[{"sig":"MEYCIQDzOKpv2aJ50SAsW6kF2A/e6pjR7HN4Ygw1rA+NJBxMkwIhANbv/leGTRT41XvSN58qQ3jitltbooE0MJIUJYIiuRgC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40849102,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZ3EKCRA9TVsSAnZWagAAg3kQAImy3Qj1MbMMJQTHVYDJ\nz2UYJxvNSlmGJcLfjnQtSdQWmYh3q7ShTgPGeBCDd71LrgN2eEIkohCx2+DU\n4lp91Uo0JLrMQQc7GsGHGv699yVcH2VeIy7lD+DbhmRXW6jxQbg2sKvPe/YS\narwF+yJNjNuLd2fDg3AMpntJKAU+D4ueNn0lDULEmDgp2SHBBvjdaLKFNBk/\nqPdund9L3uA8btkkKs1wTFY9OP45koxcBNgw5ytmln3+hOlYi2Lg6gY8ddYA\nZT/grcY9ZCI3jJUy4IADqZC9yk6JCORsRKvDXe8B6XbN7TUEkZdyqecNcxwp\nS+SYhZWYkuL5czcj8u/5IN0hgUW+b7wEAWEPLnVURqqkbc0b0Uxmz16YODsb\nYqWDYbhXPbwjOPexg78r6bvHBJMZRZTXS3jB/8qxfcd5PkXaGtPFBrmVj9l3\nF8nEiWdDTy4bBV49SThZP8tyqdGB2L78zHV9oIqoj8n+B13f5xEpxYH7YRS7\n1EUV/ZBAQ0HK3fx0xU9yLrJcZ8GIynz+0/XTHnkqf0vidT0gU6m88p5DrZ71\nRsm2SnqrcNhsNvpC664G0HyldQzvdhwg495Ud5zdHxkD/4yCZn9pr3g4Paij\nw8mU4Q/TRdA1tv4WsHmtswhPRDNdPDOdutMvXTxiI3JL1VZPciO2sqw4ARLm\nOYCA\r\n=pHuj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ation_hotfix_17.4.0.39_Vol4-NRTWNW62BGSKDLSIGDGGEFYIRTQX2TTJMY6FIKLRNKGPJREHHWIA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"8da1a3822e2379680cb10bf0416b30d4f5a2da97","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.51.tgz","_integrity":"sha512-19zsCVajIBk+vyu7RY+KAhaxHGXjZG4ZY0kZ+2lDfsp+V5+mPBqFmlNo9nKvJk0I110LT7AsUuo0E+GLrPrajg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-dropdowns":"~17.4.51","@syncfusion/ej2-file-utils":"~17.4.51","@syncfusion/ej2-compression":"~17.4.51","@syncfusion/ej2-navigations":"~17.4.55","@syncfusion/ej2-office-chart":"~17.4.51","@syncfusion/ej2-splitbuttons":"~17.4.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.4.55_1583837449474_0.4176967175647046","host":"s3://npm-registry-packages"}},"18.1.36-beta":{"name":"@syncfusion/ej2-documenteditor","version":"18.1.36-beta","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"29d96be547dca2f952c2f0f4d5887c4dd029bd15","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.36-beta.tgz","fileCount":323,"integrity":"sha512-RHLgiCh3J6PMuysZBG+2oiASD30XqhdfRWJgKaEtK/UBnwTNw2xgkGDxkAGgNDh62DhjtTJ0g8isT4YkiPK3Ag==","signatures":[{"sig":"MEYCIQCdhr/jyF3iwvB1Kx2i6yrWAZtFBlAbOYkX4rGBeOjpFAIhAMAGPntu4n4f0TG3ovk5GTfkT1hb/RUdVawCe3cS6bfb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40865029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeczfnCRA9TVsSAnZWagAA9gUP/0ZOD/nJ326bJReHaES4\nYCQJ+nCcmYVM2rlg1YysRNuEhM9laenngBQE4G23E+qAlz2UznTp6d5Exi6n\n6S64FIo5err0tPgm1+2YtTq0au+iF3n0AmhFoomBSe4mLm/0NCC1lZ4yreCD\nMox/9CozZ0S6QdnV6Nvr2Fnvgl3iIZ2fGqyfTjZnsiIty3dbi571WbhHPmhi\nw3BGYKKBSSgZkjfGoXleLtl1zzUH6CvjptCuGilT4mAByPMEFz7kCaZd+TVw\nEsn1MYQcyVqmgiWGg+roqqecPbgVCVr09EPnBCiOhC1cZ5EmQJLmvTVx2vLD\ncYqd76Ol90uM17ZUBDrEr2NWrjmu6DWGXLIYAXvQIKJR6Is7/EOdsu/bLZR2\nh5vdNxezEoFc1VxhHLhAsTsWkqSENc0snA1qp5qdxrsVajvwET9cLg9rsMde\nOtq5cIjPUWWIIKCttytwSGXlveXJtPI0NW6rELl/DQAVwaBVnbwhgyYNIAfI\nCeRzr4xCKGV7F1mnQV1xqLVWF13bCm6xl1S38ehoX3oCHMHnaMVkhTqDpCqq\nHq5x2igruid7vA0ZeJZ7fA8kJ5cM0QUvCHVz82xtn2H+6VqJ6e3M3BBhR6Xs\nMA75ORLKh9j/arZlvJ38bCR4ynx9kiY2R+QgmOozgmyzKZMICf1aUpFaSbKX\nRTGu\r\n=4CYZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"127046961f63dd2a860049c579eddd5fb9740b97","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.4.55.tgz","_integrity":"sha512-/C6dXY/J2NGGMTe7zcCViv7m8kkUXHh7KH8QAPsujNO386CGM7kWn9a0LuabC7kFim398nqAOSdbhw7YMXA5Gg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-dropdowns":"~18.1.36-beta","@syncfusion/ej2-file-utils":"~18.1.36-beta","@syncfusion/ej2-compression":"~18.1.36-beta","@syncfusion/ej2-navigations":"~18.1.36-beta","@syncfusion/ej2-office-chart":"~18.1.36-beta","@syncfusion/ej2-splitbuttons":"~18.1.36-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.1.36-beta_1584609254851_0.5495287808152503","host":"s3://npm-registry-packages"}},"18.1.42":{"name":"@syncfusion/ej2-documenteditor","version":"18.1.42","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@18.1.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e400d4453124a1d4b8b49bcc4f21c2c51366434b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.42.tgz","fileCount":323,"integrity":"sha512-ISR6V48ISEaOTnFCArom4ZrhzUdXXBWQMQTO0NbIdtsUZIpalCik7k2JRpZMEpOvU73oKWq5heYoLAdlfzIChg==","signatures":[{"sig":"MEYCIQC03BDs2UQG4Wt+CcS+XLfZoKi+NOOahYKZWGP3OzRegAIhAMqEuk3mGGiG5slCkXSvv/XqNTZ/R52nMklOfM6an4aN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40930896,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehHFfCRA9TVsSAnZWagAABTAP/0UfEjQIggyT8tGei8s5\nkLnlF++kjHhK8EzFYc5WIwkgMN25APBf1ijQvVXwI3mIm6Ld0YrFYlekD54S\nhJQAVLoeeR+LNEZ+NqB34/AQokYz53TcjiwUWEzG4ryN70N7+AwqUYqHirb+\ny/f1CV1TPdSQPuSdr4ZJuiUgVaNvlyqrvFAzZ61IkUm1XrUhn0U3ZudCauXO\nFrfrDdTp9JWCZZemXZyrJl+uiZE/GUdTTk5i1/LrhMmzv9egGnkQg0n/7PL2\nzNFB88/ULOa3flciBe2Y+UM8xG0K1kUDiLtBAUyZlA3DkZtAzLvWkfQ8ETwM\n6C6S9Vr7z9HKxXMKld5UmlevIPeZLtZ6Rq9a2Mr/t7Ml5uEuAdAfZyxoT3Na\njJXV1u582hRz0Lbz6hkN0piwuZwmX20Ce7pQn3ZY9IXfL05MG1VoJ3LIqH17\nXQ9IR2fUV8C4dJooHWaIWN2RvXkDzAIeGeBavnGHYjt/MhQxuj8JBT56JiSX\nZM4ZXymHofELT01dPKH2qFIwIPqttjUy/MFpjA1CumMY+6N0ZYLSppjke/zp\nTPELtBlLwQPMS/Z6v8LqXwHs5MtuvgIEKt5eYxTmaYj8utpCyYuTh3uI2/HK\nIlmaNlWo0pRD9b3tA5YdBG6GuNcXy3rfn6vqf55QvxlLgxIgxXtBe1JXNwr6\nnnQm\r\n=WOSW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"c835b6b0d2afc5b756bf283518321521012996db","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.36.tgz","_integrity":"sha512-L5YHlT70VgZeqvysBi5CzPVs/KoKXrcv3q5EScshAjQi71FIAminO9XYlMPKIZlSlrYwJzCpbFA1yEP4G5eKnA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-dropdowns":"~18.1.42","@syncfusion/ej2-file-utils":"~18.1.42","@syncfusion/ej2-compression":"~18.1.42","@syncfusion/ej2-navigations":"~18.1.42","@syncfusion/ej2-office-chart":"~18.1.42","@syncfusion/ej2-splitbuttons":"~18.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.1.42_1585738078486_0.14483522002358762","host":"s3://npm-registry-packages"}},"18.1.43":{"name":"@syncfusion/ej2-documenteditor","version":"18.1.43","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@18.1.43","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"91b90675dbf78e0f3dd8f111288918d59c176313","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.43.tgz","fileCount":331,"integrity":"sha512-yVUjDmigtt1aGL+Pr78NKobdJfD2gAIuoS1MGG9tHGS0N6oYDzzXc3hniLhiRQKILk+6aClXeIXvov8Cx7g00A==","signatures":[{"sig":"MEUCIQC/jM5/oRq3TRPajA6sx7fOb1InaC4NCnj5enhQLaAivQIgMy4oiMnyt5Clr5kBoDKPTn+8kML3bda+HZbZo5vWwm0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42361975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejG6xCRA9TVsSAnZWagAAoC4QAJrsI0sPDhDWJKPrIK2T\n3qBJ1Cpi61kZ1I42PPWkVnzhhYKphqzaIaVKqZVy6r31ja6ZHqr/p9Dl50CI\nP7pSuOrsyv0pylbkW/GFCVxtPDbXliS1pSL74KvkAhMP6xHY+O1QP0MPPImV\neEAS06AOEKt5CG6K1B+c6UyxpDkIRk13OrTWx24BsiNOPe1+Da9EBdpxBIzj\nM+01ITdeftQuthm7SHjfvmxs2QwFP5rJ3vNQBHrkaAT8j1xilMts9d5ZBHWv\nHf7jBbBrObMFf/pFHtSusJ0UWnWS5yC9CsGlVdpkreeFbvhsIy2ER8TfmrB3\nvfRZyspGVNEFVQCSojGGT49a20nr20hw5M+e/eHHyeNzADezensNLqq8EHYj\nGRvhAUcIp/tscJF37tNDpUiCh8nJK3FruBk3WnO28FhCmgt4h+OAB/0qDuUn\nGg97uRPY6X1z+2jM5kfuOsaBO9OV/I12//xboaij+5HnpiGWsIOy2CNOZ6Tl\nLpEGswCNwMryK4fxdCY0SFoF9ysDRY2/ebffldlJQfZVLuk8Ob56z3Ist49R\nuvVExo/wQCWcJUYUYWohNFuWBX6CtJ9CrfOKDK3k/i292lSbBW3qGoQK/2qa\nBJ4xuHPeKsVopaCZXbDYXmgXX76WyPv/3ncMxpYYd9fCNAHJn56miqbC22X9\noFxK\r\n=VVNk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"1468c953b26a81b18c03a4c5296d32e37b533307","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.42.tgz","_integrity":"sha512-guYjb+ZfVVohDGBbUbw3m45YtoXDuVS1NhmDDfSZgvoMXJSVsAM70QxbyssRnfp/fqo46J3rTEFpIUOXjh1bMw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.1.43","@syncfusion/ej2-dropdowns":"~18.1.43","@syncfusion/ej2-file-utils":"~18.1.42","@syncfusion/ej2-compression":"~18.1.42","@syncfusion/ej2-navigations":"~18.1.43","@syncfusion/ej2-office-chart":"~18.1.42","@syncfusion/ej2-splitbuttons":"~18.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.1.43_1586261680169_0.9805411164755597","host":"s3://npm-registry-packages"}},"18.1.44":{"name":"@syncfusion/ej2-documenteditor","version":"18.1.44","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@18.1.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d2ee83d05fe2300e58ce7336fa04045559680eb8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.44.tgz","fileCount":331,"integrity":"sha512-5jWSCs/cbJpnqdnqvnrzvrQL2QpNVhWhUvKt3MN7JKWh5VtREdmaUl3KSESht2QOoMsaeCAXPX1ABeOm7vOsBQ==","signatures":[{"sig":"MEQCIC4qFk+wS/X2Ox/JROgsV5iwjypT2Gow8ebO3sor9y9GAiAknYV6RVWL4DrnWfIqStRQHUo18h3u2g0X16a0Uy1s+w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42485918,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJelaEhCRA9TVsSAnZWagAA3WgP+wVLuNlJ3n1WjBEQxOak\nF4zQSOWWCGea4oXeOJTRzJczYIXxFy0kJSLEhs6U2xsbBsSK9hehpc0VMlUB\nX7a6mDEOkbKVfNDTi/R8RG+d0mPbOcUYWDV+tpTcOgCzYfxxIPYgiWbPFA6E\nY5xJHGlTNAMIjkDaRyEynkGIdqd/1fOJ9BT7A2pACjdeUHTHZDAA2R5ek6Yl\nMKWJjkHDRhmiP3mjD3DUE2bThgRgG1aafeDX58KOf6+LV+eKSbKtnHPC8BVj\nWK5nNZzW6ox5lmwMYSnP3e0rjmMdJ9reLWRBql/Xc5AQYgYI1GRgorl3w4Wm\nwRpwWpeFmorIbpIf9w/wzfj3Rn0PKJzKl+vPR/AUO5vSBCCOt0CMN5ARZA/v\n0HiJz3LRskCEbB6MCWBg0E6Fi9OTF6XcihuI1OunMDtR3pN5Eakq3Xp5ASeB\naPEAxRircSbT0dn26adDyIMxEJ7FHSdy24R7SJJqV8CGWMSy7MhJGTYB9PAn\n+3hfIsj5sUsDpIwjTqjBpOvPHuYur0O0XqZuk9X83/3qsdQEWkXovhbb4iR1\nBrfDQkKDSlQfyaKd0kO63SOQNtltQA4rT1Om9JCgNcc5bZtOPbWVtUn2thza\nk+ljiVrOijKglumTD89ZbzG0Z5SAKlh7Q6L6YvCVNzHzx7caVVC+HTEKY4PB\niQam\r\n=LR8N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"d898bb7f99c5989678ab60897233ffa12112a469","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.43.tgz","_integrity":"sha512-/LXgVVz02KRnbKFsEKhCh+vZbgkaXBwr7tRO6Dv6cfwyrwplRRgGrbvUYe0dvhiIdLOnmWHVSNmxo3jS3HM+0g==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.1.44","@syncfusion/ej2-dropdowns":"~18.1.44","@syncfusion/ej2-file-utils":"~18.1.42","@syncfusion/ej2-compression":"~18.1.42","@syncfusion/ej2-navigations":"~18.1.43","@syncfusion/ej2-office-chart":"~18.1.42","@syncfusion/ej2-splitbuttons":"~18.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.1.44_1586864416410_0.7489933260265969","host":"s3://npm-registry-packages"}},"18.1.45":{"name":"@syncfusion/ej2-documenteditor","version":"18.1.45","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@18.1.45","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9dcb186406ebf9d57067c6e526045fdd2be83518","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.45.tgz","fileCount":331,"integrity":"sha512-o7itelVrH9czsUOLSaabounoGPnCIcu5gCRv5oZeM8BWs2GI8z2x8fv8AiMc/nMeRXl/XWOhV9Jl12bvdvlUlQ==","signatures":[{"sig":"MEYCIQDVFRAWfmM9P4yL98lVz2+whgqlhN+f+/G0Siy3YFM3XAIhAO6qgUFhYUpJVibWUWHxkMBoz6dhZ4OQ6g4OatyIMiZt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42504733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJensjVCRA9TVsSAnZWagAAg7UP/jA+nICpoq1bjeJ/Q0jx\nHzwOFmshanyTIY+CGFyRtCUponZSRQ4CgPvHnZaiWkcbof2Xf9imGA2njQYi\neKxw8FcOK1nxVfYao2Jw60M6HV0O1BY91D3P+8q5Lv2hUohSOJf8Hvg/CIpS\nBdliXrGVvTkY2MVW6fCQhLJ+ieP+roO7OO5dpU0ALvDr/hEyQaqkF5GLqspK\nbTFMCkIujOau7NSq5dvJab1mgnHcYQzpx7Gv1npB1jQksJyXe5TpMakZIbmN\nSYMaReCDr15FygiOLwUk02UBmPszX00ketZApJkpkaFEExj/AM0z/lWNDS4f\n0flNnOExJeUs0Al+mMZFSf99sjeqMnRG3wP9aujiwb9ryii0qFsUWx6swpgo\nVmw2hcJ3M/XDv3LGLsusqRM3G3RaBZeTwo2ARLtdIjJPq/9dNZ1TJka21FSC\na3Jvh4nIApvrdPsGyKxxcPoCzRx2+sRrLGNtVS0r3M7g/YSiZpGFo3ZJwija\nJQ09wHg7OI3cLB8Z48j+HTKgavY8bC8xwCJlrwv1n+9W7SwyPONHR0nDHnDn\nRqawqcZ1z8DDNDaPNAOp7EB9r/PYgiyQDFx9l2tChFxVdg9k3mWkyUcBnQ0O\nM1LqUnEyZXOQU/QQPh4G8UGzoy4O0ysht/M8Q+as/Az1KaAvNisZLjlZjVOC\nMIfg\r\n=4+D+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"6fb015696d9b0744dc0d9dc5d612915c1fb5f427","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.44.tgz","_integrity":"sha512-qXr+/qBZlrZFNuL8m48YnjSr7IsFF/YvK6FF8f3cZ0ODjF1t9iRPMfhxapEI5D3Ajs1NWXo8gp4AhPwM6vxEVw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.1.44","@syncfusion/ej2-dropdowns":"~18.1.45","@syncfusion/ej2-file-utils":"~18.1.42","@syncfusion/ej2-compression":"~18.1.42","@syncfusion/ej2-navigations":"~18.1.45","@syncfusion/ej2-office-chart":"~18.1.42","@syncfusion/ej2-splitbuttons":"~18.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.1.45_1587464404702_0.4087971603453844","host":"s3://npm-registry-packages"}},"18.1.46":{"name":"@syncfusion/ej2-documenteditor","version":"18.1.46","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@18.1.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b467b972a9600104bfd874a161a3d834f6cd8a51","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.46.tgz","fileCount":331,"integrity":"sha512-RVrYBlQ6NA1Vj0EdvyPNXA0JTS4RhOuHTIzA4KykbdK7GO+toz04Sn2CdFP7k75sHB9nZhTdS4f8jdx7pGnwxg==","signatures":[{"sig":"MEUCIFURv517N9rGYLWc8Vql80ufHZSaE5AhbnG7/2QjjzXJAiEApHiwof+hpqixXMcigIh53wj4LRtgfD3UrHeIHA+4/8Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42576290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJep+IvCRA9TVsSAnZWagAAeGUQAJhyateQqlvYxB+VyQrR\no5d959UMm9aWl2i3rozcApLYugqQMT2B5rig3Q+7H8hFDz/LlJOkZqt0TVqh\nTDMP8r/LRabJYoP+NX+gyc1FYcQHt97nKGN0YCwWm+bTAhyMjzzaBVCOaYdT\nt23FhzUoF4dAdZGWuORRqFJA4h++t/oS7cEkWKQLHQoKgsQwR3GQUEQpCZD5\nEEyMgTRI705g1tc+waRUd8ykLqS7Og2EIp/Dmry5jRDp6HneIds6owCyLCfY\nADvTmLwDz3EMnpiqin/V5SYWmOcgPjB9+S3DEfepUEp/lOBp2XLTKHTlhVes\nFJdbTo3ej4FZuzF5FGbueNsbT8U+WmRE4DQsTSFgMu0oFkaTBfhgUsoq1/lN\niB/b0hupZg/08ZsV83kVZJ+Cb3g8d/rIMNldBoFrc/mYum05PvpXiZynkC12\nitOpiq6Ty0aBVaRdtahcmPvdv/JCOTf3b4Y4qc+LIhZz028otFTl4/00Jsm7\nWfdq1HQWZLwmzVMaC/hfyZuYdgQMrPd+C05hSpfghv7i2wUFQ9nFcg52YqgT\nOTmPzhSTMjjTxvwYdMUiTSBkAYF6HsW3+yeIQyRh/FCqMPv4pTpV3pQQQKTT\n4gQHKCTzzboasfVPpCnLwUcmcgCfBWAl7vdoGXbdPyzg1xfOKZTAan/bF2yG\nCE+0\r\n=3Jz3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"06f06a518fc7f5d799f0c6960227b7d16bef318c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.45.tgz","_integrity":"sha512-LlZ4zzlVb5aUDmd9PDvPWVNJBAsFz5K6IU1NeEiAHaXFA/gW9gwnS+2NgdATR2HupWQ+7wUylAOiWJe2KwXE/A==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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.43","@syncfusion/ej2-calendars":"~18.1.44","@syncfusion/ej2-dropdowns":"~18.1.46","@syncfusion/ej2-file-utils":"~18.1.42","@syncfusion/ej2-compression":"~18.1.42","@syncfusion/ej2-navigations":"~18.1.46","@syncfusion/ej2-office-chart":"~18.1.42","@syncfusion/ej2-splitbuttons":"~18.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.1.46_1588060718939_0.25301602291335934","host":"s3://npm-registry-packages"}},"18.1.48":{"name":"@syncfusion/ej2-documenteditor","version":"18.1.48","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@18.1.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9d9bfadd35e01f0c012869f6dadfa889f31aca99","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.48.tgz","fileCount":331,"integrity":"sha512-v3uBkQsf30SFgTWptUyhXJ+urbGoeP3EXJyFyoCWhbpmvZPnwFwpo+ZwzIsN9+kvWDr32LwpknhVR8G1Zx+hUQ==","signatures":[{"sig":"MEUCIQCcYupn1t83/pAEG5XAKj0sPkCqBFIv/XHAwaLj6LHGCwIgMe++C6jKA0OsIfZo9yPJto/jRSSyWkuJNRCCsr6DPjg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43370742,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesU0QCRA9TVsSAnZWagAAtDYP/AuIFuexUDXvuI0hEQ2o\nxWnmnodNoBBxBhIA4YFCCA56/MyychLiFCajzn6aFNHTFRibui0x7GgFpHTP\nUoo06H7sv083TnaAtIUJfaeNM/9LcNCVXIOCUkokcNmDktO3DuEYhdkIHOmE\n3tvvknaDybVOCfluv10sFfsLGusw0mNYASbmdy14ZnE/XRk2aEaV7WVc41Oz\nisHETOVzn54iEPcmPc6BcZ3YRGxngbj2SDpvM8sl2wXG+f3OeLe7xXuRggwv\ncuB9GfivV/l6nvS+FVU0bx0+Qh4uy/RFm0wL+IbM9jdYhKjECBH/LFyyKVpQ\nka2yNf1ycmt8PPvG97suHXVWqY2ua5DK/yCzbH6avJD6XILOEs6ZapAEVeSR\nfHt5LDPPJsohvCLZmPH/MIsWmayuey1zO306alxTFcycJisIqEeVMAWPhfyn\nENZd/1ULXb4odHlE4DIWF6EjRZF4C1Skc6Vo+UDEMEJ9xik0SHn3ZDu49iv0\n+gpz+b5JdeSWBfqguPHHtE7PYIbOEvNCW8fo2CbkIbJnqVbaQucr/NXBwE3C\nWt7tPRtcl3x1ATLMtpDfYAs/w8i0wHeRXGXwK3SqXVviAz28gMIPS0+vXBd2\n35LG/T6RrfvZNbO8TmO+1xE74ytZffPNqPoUWqO1QtmkvZUh8Mz1f7FatgYM\n0TTV\r\n=zNNH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"2fa444761be322740f285d88f40d03938203ba42","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.46.tgz","_integrity":"sha512-/TVEf9F9fvCOivORADMq/pTLSG3zfcrz14BdW77lIFCQFEdlfmU1TWeBD5YO/RB7meITCl635LOwc51V+E//kQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.1.44","@syncfusion/ej2-dropdowns":"~18.1.48","@syncfusion/ej2-file-utils":"~18.1.42","@syncfusion/ej2-compression":"~18.1.42","@syncfusion/ej2-navigations":"~18.1.46","@syncfusion/ej2-office-chart":"~18.1.42","@syncfusion/ej2-splitbuttons":"~18.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.1.48_1588677903974_0.23129638005140696","host":"s3://npm-registry-packages"}},"18.1.52":{"name":"@syncfusion/ej2-documenteditor","version":"18.1.52","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@18.1.52","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d5eaebc8988972cdad2c648e5228b0090269dcf7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.52.tgz","fileCount":331,"integrity":"sha512-f+fjETJVorMmzMOQwBC3DVaK11yNatL7dUjunabMbTLcdn1V/HT7JOj3zJHmpYlNZ+LWLpbQSDmfkVGJrR0EqA==","signatures":[{"sig":"MEUCIEukRIlN2a4eOhL+GFltddyIs5vYeBIx7C1EzJYdV64QAiEA88aeN5apBqncdU8iE8Pmh5ADuqLS/cP0oXQobUDcMiI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43632127,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu68ZCRA9TVsSAnZWagAAHBsP/2ywZ3HACSKJ7JQGsRts\nOCcvfhkb6BZYjd5+80lvMzBdsIPRIsbsH5N7ssxJlrfYhuj6XiNd3xreJ4HU\nCUF3w/a+gYq2NI6MivfeL0iRIPz7jzRgorQ+wM+08xAzawG06IByj/xoOmxZ\n0UEWjHVqJu42/GqBIV6l+HONDsyN8R1bqyV3HPlXUnwaPh4vNXtVjAezdpyG\nEgp0LwKR0gfq6UTmqXEIbpAaohMM0jFUsfEMHWu4TchbJG5HwlRL2Qhd7u5x\nHqaSkQXSFikWr2q/rnwpoLO6SsDl5Hi1fxJS1pkl70QU56Rt0ouMvPppP8O5\nhimy0NBmEVCO6ZYoojXOvaZzA//heV9sjoFKrnqNfvUmbmEskbiPJBFp80jN\ndCT+UTc0yOh6GkKfhHJZxmn7XIZ7NSSHjauZ+FXoygaRGLjZRQm6u5l1eVq5\nvcMYxw/vhtdAII4oO2Tw1DfHMJcPN2ewZTDL3hS/4J6CPfWwZYeSTQLf81J6\nbw7IW7fE/9c2EmrIm3lWQ0xdC50kTaVATBsyiYoAhw+Stny3/gzQNMX1PudX\nxQC1gNJVDhf3u/177bBKwlKtCMGWDMkC5dt2g9tqVson9Z2yZ6CE7CaseRy0\ndyUb+O09Upmkp4NUhQY41bFiFEhtARVUiktPvC4WsR4dTFUjPRLiJmnKgLMJ\nBFT1\r\n=Vcu+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"9d878cba9dd61955d4f8ebaa06805198826152e1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.48.tgz","_integrity":"sha512-ILcDfLjNgUwPNyKOguHhrdNg43yBTyi8NsuwHhpOUCJoqNn8ZdudXzCxreUnnz/CnOYCLjKXDyY7eKscCoX3TQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.1.52","@syncfusion/ej2-dropdowns":"~18.1.52","@syncfusion/ej2-file-utils":"~18.1.52","@syncfusion/ej2-compression":"~18.1.52","@syncfusion/ej2-navigations":"~18.1.52","@syncfusion/ej2-office-chart":"~18.1.52","@syncfusion/ej2-splitbuttons":"~18.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.1.52_1589358360749_0.687516431369775","host":"s3://npm-registry-packages"}},"18.1.53":{"name":"@syncfusion/ej2-documenteditor","version":"18.1.53","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@18.1.53","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b258cb2bc4abe3dfef8f04e638534e5047d0bd17","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.53.tgz","fileCount":331,"integrity":"sha512-f9YVto63qXolw6wknTemVEKaT+hoKo0u2/w7/chXdUxgW71abWfw1Rz5EJWLWZ3poCIDAg8+5IbWb3UtWqtxpQ==","signatures":[{"sig":"MEQCICLwuLI7BLFt065r6U5K2I3QlnuAsUNrZYLg6viGlgTgAiBVedfsAnSHIZ/dB0JuqeVUgTzLLVhaYB1VvVMvCxlzkg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43708287,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJew4YXCRA9TVsSAnZWagAA/LEP/1euLrAw9L+Luzf7B56V\nbudWPBIzqjCt43f6DMSBpbLummbQKWd5LPKrDv5vvY2vh5EYC+FK+lo26HR5\n09FwAUcpGd+s0iahQVq7WFwTZ0OmUtyxvJ2XFNcgarR7tJ8F+D5R/43weLHT\n7B/bxHlhTMQWDp2pS3q8KqmOANW9tFvO5EQeicMECLMhWp7nP8EXowScDhnK\n3EdoV6uw1BbjU82PptH3chbEdIYeGYBCDl8/8+eRF4mx3bk+FHz8AEFsNb3x\nnJxCnlMG3kYK0jPNlt5EqLjOEEk9Yy4xCCXBpnJsGYnnyByK5HeJwY8Z07qy\niDPn1FIpmMk3Wz7pSYl7bMp2noP082nufEolrppTBm5S/Ectuh5Eisr7oADD\niTTHyJe2KvKjhsGS5IBZPjrzNeuiDuRdoILT+3GGrl3N5q+nPQEGF2KjtZFE\nzHlJLNAadERT+oNtzOU6zuRpabQhw2Zq5UoybXDfQXRCx7vL/oQofyOnWq1Q\nDBThsDbccZ+1cE5ZnOVotQ1Pd+Ru5Xbzl0zvm4IjNAf0lMnHJ3nF10lAiyxA\naVkiR9+ohjsbOHeIWv4GTac20mEhsGTp5pz91PkD9CCePK2lRSxBUye5C84j\nQTO9DYt7m56y+sWl01KBqt7apJzdDW4Tqge53r3mvSnBbgZY10IPpZkgwupd\nPNK9\r\n=bxLg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"12eb7b180b1582c4ed8f32f6c1c1d424345802b8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.52.tgz","_integrity":"sha512-CGwXG90r6dox0ue3oP7AY0zj3ZBgTJ9HplBHCA5TL8e2o9VeVmXBustuydvaYLAooyAHVjIDkLuPMC15Z+15bA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.1.53","@syncfusion/ej2-dropdowns":"~18.1.53","@syncfusion/ej2-file-utils":"~18.1.52","@syncfusion/ej2-compression":"~18.1.52","@syncfusion/ej2-navigations":"~18.1.52","@syncfusion/ej2-office-chart":"~18.1.52","@syncfusion/ej2-splitbuttons":"~18.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.1.53_1589872150552_0.18217593707542923","host":"s3://npm-registry-packages"}},"18.1.54":{"name":"@syncfusion/ej2-documenteditor","version":"18.1.54","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@18.1.54","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"504febc3a058b71c5a032a5359da0e4b6115a158","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.54.tgz","fileCount":331,"integrity":"sha512-mpW6YRy/Hcq7yU+8D0f8OjECyBgX0YNV9JtuCD/m1lp7JatFh0ql/FxjYWcoHa4so2SSjuHz+Ic/6lCrALLvBw==","signatures":[{"sig":"MEYCIQCEA+Tl9YBW+MCTR/Nokj1sOxD++tW1pfFfBuiE2DL9nAIhAJTowy3L6DarrCWZIWRj0ycQqmC2f9QFT5twQVdxbcL2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43738280,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezO6dCRA9TVsSAnZWagAATVUQAIqbPvUFy41EpNY/iFao\nzt0EBzSR/kLu2wkZQmAgO2BWQuLsbeL8cASXWfSsUTXwwFSSXYEK1uQeWii/\neZpCp88MZpfD4Lhinwq4LAu3emKssG1satRG0eoKGII4yXbdIDFy4oZBvGSF\n9Xc3RThTkAxcckCWIwjzoPRvzg3/PG4rB8c07dSrD4kcDu5vlC5zpuLSWsKW\nxn2u1Fh2wTVB0wF6AP+MtqxbRGMAOMEq4fshbSA8Mvm+9jS5Wo8zmM3FOQZ3\np88zh5prV/kG/EM+9ekOdrHbZT9s0PczDul3Kmesc99jv9Si5OQIAkTyTezc\nu349ZuE2HWFsxM8T6bIDMS90ToQc5Vq5O7RUb5e2VtwyvV5FDxYT9DV7KZbg\nu/lsx/OHqzxglnkTID7Xb2meQbA1aLJxMlbtOOcwMkelgtCgMdg6v4TFySg1\nVY31L4ZUWQ3kt1dyqNUl5iatkHkEkeVB2NEfm0bDNEVb35w+neSpc8ET0yoW\nc6TDQHTTwCn67mIzeXHKU7tMn1Xtow212fsudKupm/pZRpdfBcJxQEvOyWOV\ntFItcpdMY2pO033fQHPUoXLWeU2cPfbu8hma+/2s6zc/mVt2YVfCmsUVSNnV\nfusKaf1IfxrWDmlbf745xZWsw5ft5hMwXZS0r2OJryQ4T+edONleUTIpOvi9\nZ2EM\r\n=O1NJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"1511535394e248494b2ea410a4b0fe5e226df873","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.53.tgz","_integrity":"sha512-ijc4qoMjt2ivi5bqWNcRmvZRRlTq7E50RH6iRtdWgS3n/GYRAOAuD7bUtSnSZB05kW+54LT2dpN+cEZcXMIPPA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.1.53","@syncfusion/ej2-dropdowns":"~18.1.54","@syncfusion/ej2-file-utils":"~18.1.52","@syncfusion/ej2-compression":"~18.1.52","@syncfusion/ej2-navigations":"~18.1.54","@syncfusion/ej2-office-chart":"~18.1.52","@syncfusion/ej2-splitbuttons":"~18.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.1.54_1590488732842_0.031149043500417584","host":"s3://npm-registry-packages"}},"18.1.56":{"name":"@syncfusion/ej2-documenteditor","version":"18.1.56","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@18.1.56","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1dead4955e6b1cbd279734dcff96f44851c07fcc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.56.tgz","fileCount":331,"integrity":"sha512-UnrIGkjKQDu3Ex5mm0cjQxEqFBTtvGNXvoU8nZWR3sOxzNBbelkR7S6txLOXACM5Mn0BNFu7hLd1BJLtbWkH1A==","signatures":[{"sig":"MEUCICJx05Zww/+TsXKLvWClBMUnL3RMoMXNeHxx4YxCDmUsAiEApf5+CVDQOjvhxrUzm9hxZlojfpTo+KMl6d+QlsFXwJ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43774940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe33alCRA9TVsSAnZWagAAajUP/2xWQT2hBADG4inYJXrB\nS1QILuzjmHkF0J9Xu0g5FwUdq+VLJRybpJ+Ws0fWqkd7EMtgOmY6Dwr/GotH\nGyi0qoRirT7YIim+3trjVCCUPkRn9L8BKYxAF5O7tm/Ip5gc9xTMLMyVQc0H\nMKMvtUNIJyPU1tjV1W2gRX9+y0YIikvQsrtnjogChS58FqwHdZJ4iquaHPqM\nYQJQSfQhXiENRzbXwfzLsf/Zg+aQuWpnTQrDxA1y0s8QJzBi/uTZUSIUkoB8\nKCrWzjxIHgKErn0OPDZAeB2zlwA0Usu4hk1Ger5qs5Ojf0qwLN0fZoKTbh8i\nf5Jjbb15RluufawLgsCuAVZekiPBToc1eaScbVmCPF1EZ5tKv8yjM1oFXq7G\n5PflJ8DxqNfBAago+Rq2l08ZAsGp18g119EmLMfoigZzkRFlbcEbmTKRxFHa\n83LyJxbegTPVJ8OVi1NVJfgWHxkA2OqkQpqtptHjaX2aj38lfU2RJie1pRX6\ndX1lPvPjcR+4BQEz/MeTVjCoH9pAElLd4jRcz3ZuYhayEVL5Tdd32YhJe3Qr\n3JQeZdnl+jMmK/yjemgDANWurYVrXyJOHhRo9j34DYcRgGjtAABvTtyiJ+jE\nc6yx8KjRBWFGortH8BmArgSUF8Kba47CSzLLi1p0ApXVKw9qSosveSlnmj92\n2MFv\r\n=pn9q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"3f6b12af097b13eea2934c1515ba226b45edb399","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.54.tgz","_integrity":"sha512-RBA9woHJ9tfSsx1wGfAADpCIL/CwawN/SfgduGYD31bDUDEejpx8/O7flbxgKxKpGvgqXgTF9+0kCYEdi44oVA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.56","@syncfusion/ej2-inputs":"~18.1.56","@syncfusion/ej2-popups":"~18.1.56","@syncfusion/ej2-buttons":"~18.1.56","@syncfusion/ej2-calendars":"~18.1.53","@syncfusion/ej2-dropdowns":"~18.1.56","@syncfusion/ej2-file-utils":"~18.1.52","@syncfusion/ej2-compression":"~18.1.52","@syncfusion/ej2-navigations":"~18.1.55","@syncfusion/ej2-office-chart":"~18.1.52","@syncfusion/ej2-splitbuttons":"~18.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.1.56_1591703204375_0.3683894980655267","host":"s3://npm-registry-packages"}},"18.2.44":{"name":"@syncfusion/ej2-documenteditor","version":"18.2.44","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@18.2.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"47a77bf3698f4e22b48679688d2c803a4310b7a7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.2.44.tgz","fileCount":337,"integrity":"sha512-VJhYOomzqLY2a9v0jFWZq2v0Wx678hmdU5Jqw87v2GSz7OnrD2wNZHGjgJLarcRlbuB3H0HPomyPR2W1lKXrnQ==","signatures":[{"sig":"MEUCIQCPOwj+rGojlMTZx1NgYVEv8dBklOGMzRR35uPEnyvkugIgNTXH3o24AM1f5E8XXFOn2k1ecDpX8mbLzmSB5upfCjQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46238040,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfA8V+CRA9TVsSAnZWagAAt8gP+QBiRQQCjcltrY9J27c6\nXJ/jBQ8/UHXvWFuUPF+GHr8JZKWcjCkGaD6guuWaxzrDjwTDOA2qYccqcZW2\nVoGV5qQ9HegbYReaGZAfoXMzvUbpY6xWYkgtmXlNF3Oj+j/xR036WBteX1ZU\nLzzGRSTp/KBdRiTiA2zYIJJrWB6+miIkbIDGrAgKFLsQ8BsE/r8XDSWz+YM7\nyQpUCyRiZQx4Q4hnqTMcisuGMgYEw4uo1xb3ij/3StRiyaYMkPFaaAJGuB3Y\n11qUT5xiUoSXUuqCaw0KJKOEEVkPx9YBx6QrgM7LQwpWKyMhaxZNB7wMuFk+\nxvTrRCWn4VzmOUl7WnlHmSAJwaKA3Q6pzBJYMVfu8s+3MaUowoHpinC7zrG8\nRpu8plMoK1EP65MlQFowh2xJh3WyRmV8CII5e2Qsd2uHdfDoMPVX7R4fVOvK\noKcL84TiD+/0RUhgT7spNhFgU/gXwj8z4dFUxYAD8dbWxXEqhCEE7f81EJhF\nvGi+W4mcmfe35lI+o3PHSONQeWq9e6Zi4RGQi7XirVBemzx4F1bh6QHan/5+\n2TPQLzXzeY4EWiNan4x3/JxFSBls0YeToW78WyYLWCZmu88vIvZmENi2sB2h\nXhQr0fDXxd1zwBTE6Z24Q4rUtDMLv+3XhvRRTX52zhSy5tDi5gMMXKY/Z/Nn\nt5x8\r\n=7bVb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"8f7cc972faeb2f1d7bf7a91f1a8da6f3a6fdf032","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.1.56.tgz","_integrity":"sha512-Uouz6gHgJGdc8Escox50+kPog52oHSSNURSCEs9SXM/f6MEmiBtQ7mQ1g55PlHnuiwfgLWQFYIpsL9nRfJtB5Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.2.44","@syncfusion/ej2-dropdowns":"~18.2.44","@syncfusion/ej2-file-utils":"~18.2.44","@syncfusion/ej2-compression":"~18.2.44","@syncfusion/ej2-navigations":"~18.2.44","@syncfusion/ej2-office-chart":"~18.2.44","@syncfusion/ej2-splitbuttons":"~18.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.2.44_1594082685936_0.168657742606668","host":"s3://npm-registry-packages"}},"18.2.45":{"name":"@syncfusion/ej2-documenteditor","version":"18.2.45","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@18.2.45","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9863b9afa97a03a701d411b6bedb308cb816b719","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.2.45.tgz","fileCount":337,"integrity":"sha512-MpJPTPhl4jSF2i4zaqegDoHkKcYrTVJJW8EWRvwtwHAi+6uMok/gAbGJf7zOto8f3bfvffIgNVlLYw1ExwF3DA==","signatures":[{"sig":"MEYCIQDm0gjoCLjyBIMLhyoLfsWPyp49uObIsFbHSLsgzDQKjAIhAIasvy1knZo7PAf6cHPt3FgmWiBbc040K6Dfc1oD+nef","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46259989,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDUkVCRA9TVsSAnZWagAAq5UQAJnimxQWt4MxZMKrIQ8Z\nPN786xnO/sYpBdwt9Iv19edUSrQPtQcqpVP4yIxjQg//naZLtcb1MecOXnhe\nQh2o1On10lPmM48YbHdVLPm9lEqGNsLBemn/qaNIVzfWE4UFtYWT7qqnjkvV\nZ+Tr1QRHNBuquoFEH1KJa7OSi1O8iTz8sv15sZap0x92YltNfcepDkqBT8eU\nyLH4rmLTCaPVXFOVMH1t2uRh9Y+kFgku4HVMbEfQ0q9vZrOSbbqN/6XRvgrO\n8riG4HlpftLYCwy/57LMRGb2lp9/KqYnnZgZSguLnDBky77N/L0vFw1QcjeX\ner4Fu0pHPAo+Cj43RHjyLMbiQtqExV8Yp5ziVzhRJ4ExUUiOVYgWx1zRDT8y\n4zQdormhFb7ijbbu10BDEGI5JqQr28hNcahnHYkVeglMtTPY7RbkS2cH2Xzf\nUTrBY9kS2LnvLn7hOKcp10Jbu63mD4Ruw1C2rozQGujVzk5+8tmLt9PVHwEj\ntrzgs/NN+XfkcHkacc6UEgCEGRXWrocOplU2J0XqcUwhAo6ZeGjji5R8DAKk\nGdwhOimqIGkoPyr85+U5zNPwFJFC9U59bJAFaP5acALtEuXp9cb0kwGu9uyu\nSH96yWl3iW72L32ZnUjB+vAeFRvmejMjNxQSlO7zy/bfX8xSCwXZXDcO7FDN\nLDW/\r\n=JaqZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"de9f5a87349cc940d75c42f277249f7403f53507","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.2.44.tgz","_integrity":"sha512-0UNwSHwRVQKx1YaHDg0n/OOdhYCuxBrsFg9TdXfOKf4bidwL7n1rRcWGGMGK7xzaRG2JHiAps1CXKXlpZTleJQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.2.44","@syncfusion/ej2-dropdowns":"~18.2.45","@syncfusion/ej2-file-utils":"~18.2.44","@syncfusion/ej2-compression":"~18.2.44","@syncfusion/ej2-navigations":"~18.2.44","@syncfusion/ej2-office-chart":"~18.2.44","@syncfusion/ej2-splitbuttons":"~18.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.2.45_1594706196882_0.5510533703251392","host":"s3://npm-registry-packages"}},"18.2.46":{"name":"@syncfusion/ej2-documenteditor","version":"18.2.46","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@18.2.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9b5f864822b0718a009ec38cd88e76c087546522","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.2.46.tgz","fileCount":337,"integrity":"sha512-Kna1i/ZmOFrwJuNtKG40zFYraTUwH3N0Bxz/q02lM1x5pgDPx6VHFdrP93f78s6GIKMjmN0iOAhWEngOznHoRA==","signatures":[{"sig":"MEUCIQC3QhctrTxDDTNzQTv+en7DIyPqtcEBiEsmhCCLFRoYGgIgLA1dqzpfrc528v2zFggl69IkG2sI5pY2gOwSjOjtt2I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46396731,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFqD9CRA9TVsSAnZWagAAGrUQAINexICCr1YH1VCW0G/V\nq//6VpDlX7rVPlrNStmwxUKf9vrtUBSALi0GMKhWTqh5mabtsRl0jiqVqClA\nKP7bP+0PkuiuxMKbRWR+m35+QjCDIqy8GrnE/cXT7Bhnlb6UWFRRRz7IYmJz\nvm8jGv5cr0yfKNoSw2kMqZebeYKSEQKobgmiIlt+f/Eg2rdmkjk8/AdXSqqM\nT7nAOZtiykWcArzJJBVlq6ue7i0wubPbbd432TguHvuqJm1pTkWGQMCZHRAc\nTwKDH9NaSH/xlMqUSdsUHkmMnVzhR+vXFmG18LXvStPc76X4F9pJuIwdZXU1\nH/UjzHGTx12IZ5V2P7Pk1qYI5/DwKHwYzXZTQfe+I2RA4tmvKPe+A9JecPLL\ngMWHkN84waKFK2pp1L4f23m82ls1M08tUVFUVc/Cyms2dsxXZ/RDO/qxOfjD\ncKzsHzQjNrn7Ii4TSNey64GdOZOuWK7ta22e3A2+Ujz8covawxvBhn7KMuhr\nWQ1W/ivTtoqaFRdQwGPnrjZYbq8QFGVdCP6rj6W4304Etex7DTAWKSFwLjDQ\neDx61labUUIjxza9HoUw8m6x46v3qSSrL8WPVPqYg7ITrj7uWO8aomehOeve\nkCwHDlBmPMwKhh/JdbWM61tau20oxuye2YsynTUY0nnenNV/wzhVosOmTzwl\nwF7i\r\n=EZtE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"7268c58d78b48ce53b417066b4b10aaf4ae9a305","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.2.45.tgz","_integrity":"sha512-qnjdalUCCjnjY4S9FyiDZmItH9hyRT4UOHVFOeBEC9irEdCm8tbArZdkaUu/PseBWWvlx6kw0iYDMXc9+tL3YQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.2.44","@syncfusion/ej2-dropdowns":"~18.2.46","@syncfusion/ej2-file-utils":"~18.2.44","@syncfusion/ej2-compression":"~18.2.44","@syncfusion/ej2-navigations":"~18.2.46","@syncfusion/ej2-office-chart":"~18.2.44","@syncfusion/ej2-splitbuttons":"~18.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.2.46_1595318525208_0.2357715580786337","host":"s3://npm-registry-packages"}},"18.2.47":{"name":"@syncfusion/ej2-documenteditor","version":"18.2.47","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.2.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d4260af9ce55a64fece264c83067961f7d6eaf8f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.2.47.tgz","fileCount":337,"integrity":"sha512-3/eUAgiQcB9vYFaGFxlpdVkdwVtA6kOg4ZB6nmtfRx6c4ffzmiBN3BTwfM6v3+oHlcOWN2M3F7Ou+rqmLr/xqw==","signatures":[{"sig":"MEQCIECI/DunTCo2D2bPd9iR1OcDInn0P7m5k1Ga25S6ZDK+AiBemqh4zzLmKtPcvuGwxkblP4kV1/3rEfQoVwb5qggdzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46423403,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfH+tmCRA9TVsSAnZWagAAHtgQAJzW8zAfNYwV/L+MqYjS\nx2qb8D94Kcvq7eOzLYEwu0blrocJaOkErq/4TlWF70N/CvM/d8Ui779RRe9s\nwFZx0156C/mZtmfbMym6WQ6UeEGXLPc4XvOHniPboSnI1sIQoGGdYhVfcoHB\n/I9eIiEDzAX7HNWpcFABfov6x1bKTQHQDx3uToGs12wX/6th/hKebcj4etFo\niQ8mNWfKczgUy/sTr9Occ2mJZT9XLFmd7xgUG0OCJBVfJixuKu0gxg/nSdoi\nyMHeHoOt9JXRkaiv1CBySks0/3h0ibbHRs65476mLUZHe2ueL+mkKEl6m++9\noCgungECMbErgVMF6kWAKqw4oHe43+vDEicLV+SP0lRkE+Hr3iByuU1dCrbB\nXy2euHakmMHuCDhZwpHsCifmrJm5fzERlCjVPYNkMLYRg5okPh01hJmyQvJ9\nixvb3X0IO1onmpToUB6n4wugfuXt0XKkbvdDozvWBLUoxsrohhsUUdf71uTB\nQMQPvMjQVRaldWTA6vpGVykypyqQnxYjt9KqddgpNgBG+7itUVmKkQUVSeH7\n3ws1wL/PxVhIKWiEwL4nsktxvHlCYVsFF1hJ35eXutjj3zZL+0nMea1Bw4qI\n+Q1wvZQHR/bPykFC+Uq7iXhUnNCTFX0QCHYiModwL39kmELVW3vdZsxrReAX\nqQaB\r\n=5OcC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"d639ec2965bfb2dc2ffd161ae76f30f1512a6c7d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.2.46.tgz","_integrity":"sha512-Tv9ot7LA2FhtHatHlJoJKeq/YpgYlr/craNaiE3hHXMyV6JH4opFUMmCssOjhD/imZoOk1C0uPM5oPlpsR3eVQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.47","@syncfusion/ej2-inputs":"~18.2.47","@syncfusion/ej2-popups":"~18.2.46","@syncfusion/ej2-buttons":"~18.2.44","@syncfusion/ej2-calendars":"~18.2.44","@syncfusion/ej2-dropdowns":"~18.2.47","@syncfusion/ej2-file-utils":"~18.2.44","@syncfusion/ej2-compression":"~18.2.44","@syncfusion/ej2-navigations":"~18.2.47","@syncfusion/ej2-office-chart":"~18.2.44","@syncfusion/ej2-splitbuttons":"~18.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.2.47_1595927398044_0.5804803060086805","host":"s3://npm-registry-packages"}},"18.2.54":{"name":"@syncfusion/ej2-documenteditor","version":"18.2.54","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.2.54","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d7a65541ef634080c3e2e5c2e44ec8c960a92c97","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.2.54.tgz","fileCount":337,"integrity":"sha512-PrCFfQtiluFT8diURtSJXHjOrLfiOQUFalxlqyseNyc4DMHQ2M8yWjQT0h8e8deWuiL6fJ1wiMuoyy4NeIIABw==","signatures":[{"sig":"MEYCIQDnT+hljYSrulxMjMmL0qapZFbfpzXRJTEW9wS0KJFYBwIhAIVUV3CmeBXzp1/h7CqcROt5cNen0E8QKFpY2sPYiFPt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46670672,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfO8jbCRA9TVsSAnZWagAAmcsP/2suCGxaC0AFMQMP1E7j\nbuTf3BZwZgQJeQ0AxstYvLjzexoGpSMwi7WXMlUU/j3DipU7jV61XjacbkyL\n5Kv6LgFbLChktGkKTFFMpujr3mONWjFAzHIkgzIVK5Tn6m+P1WKc4K9Hz2W0\nX1+Z0J61if3W4DSBWlik/luE3QGqX/4HqX3WoHCmVIeWMaUj/KYnO1n2ShnX\nOW2yz654xBOtq2RRn1ql8pRWzUrmm5lXchroxWOlj65h5xVauM4MqTjBOPHA\nINfUYmlkcileAqj49bRqNwunnLgFn6Wqp/Z36k4VMYRBeUdcL693YXhPlh2S\n0USU/j07wh5kee0Ja2ky2+pm6AVesTxQ+7evES0p5hugAGUa7l8Ol82zSDWA\ngo62SDXH+zC0HioqjAUo9+DDuXsW8jRk4tFp1bK2IXZyVYkBAuSAWaNATwPy\nYLPVe9/oDmOqpXMCVk1E6tgA4DTTGGpVwqyqnNb3/1Kq1DK2zdLoMyi5NVU+\nLxURbLnQJT6XabfoavJjmPQO2YP4LXBkQyMda8FaMqYm2NGx6Kt52sZPILlT\nU5dTd2TxYwin8ynIp1+d2ItZlZYIhRUgQfM0ukvrE2wvpLXnTW8MGrOuE6sI\n8JuD7CUpkNffLgj1eoWa2awwUpSTUzNTwN5qyvBsSchFeK/uTfjnC+UR0bUk\nSldJ\r\n=QUrA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"a3a42042d24a590ee797b21b862a0e1275409b40","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.2.47.tgz","_integrity":"sha512-Abhe6nMUVhXNOlbFqg5ISB0llEQ0OgjxtgUVm0a+zXah1Nq670wgB1m09l7DjxoQD7HUmyJRRsNkird1G097ow==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.2.54","@syncfusion/ej2-dropdowns":"~18.2.54","@syncfusion/ej2-file-utils":"~18.2.54","@syncfusion/ej2-compression":"~18.2.54","@syncfusion/ej2-navigations":"~18.2.54","@syncfusion/ej2-office-chart":"~18.2.54","@syncfusion/ej2-splitbuttons":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.2.54_1597753562991_0.4569972515382965","host":"s3://npm-registry-packages"}},"18.2.55":{"name":"@syncfusion/ej2-documenteditor","version":"18.2.55","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.2.55","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"883545755676ebd9c95d960b688194a3803f07dd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.2.55.tgz","fileCount":337,"integrity":"sha512-LM4/sO9q6c+7PUdy2awXhvUCrawBj+MAzKUbjcNJAiyp95E7dGdM1imYCliouQAuNF75fvLBYap53HantfFh0w==","signatures":[{"sig":"MEUCIEjVHgWHOPdt5ugPszZRRqwNwE63+nsi0RJRGLkZs2wAAiEAr48f2ajkrbgX3AohFFtKbT0dihkBrJZuZ+Y3+gApfzo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46680897,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRSFVCRA9TVsSAnZWagAAYm0P/ikMIGpJpKnVWK2ZVStp\nf/d6eT/GRW6TWF7LzcrOgXT3PJaLI7GH4m9yzfnnerRAV+eV0FhQazHbAQBi\ncRkY1Vrra5FN4B8HyhVMIA4s+owZWsT82pU8VUjOl0Fb1fuQotMqqkUa+7M1\nf7SgJOa6OVljP+Tov2JRc3gmotN6DAkHQa38Q3+mh3dj3/eT70iEJdE0XSdt\nhKwUQlpAoTofXDC558VOSnetGQ7B1fgTydoEahwmgWWizyo4wbzsxVM70hhd\nmkMHOZBsRYDvykn/mQtF2LsUuxt7j2atyvujTLyfrn202EjPfjc9iUc9Su9l\nxvcXWwtFRHkSWAxKrkhIQOVeMdcN3e/Tlu6dgPM9Sc8ZhfUWPPM5Oj+d2QHD\nHzDSOCd6eFRdE75SXsFuira+631cd/6DbUEVukmaicl2NM8RojrelYtP+hNk\nW9ozzMYsNmKcPP3+JBXwdO3IRb8k2hvxpLawRhy+WA+1DBGEYRWXZdgLPUHE\nGR79RLjIB15ty+CD6voxV4SWU9U/Ln+sUSKFOHCD4bHtkxF4iqos213mliWA\nk+9vZ3GoqD24Xm/jT9Pg4qQjM5YJs/kQrKwff6JfpSkJMao7AVaI16E0K7hv\nvydVqjZEtG0uCVvfl5e3i02m8wFGE5i2w+Rk4tnTjKz6pTZp3UIseE98ZKaT\nTTUe\r\n=QI8l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"95353b9bff52ab3b278a1f3741739a59a7690966","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.2.54.tgz","_integrity":"sha512-krH9/2seg2yZnS+bHxe9PTMe+ZySey4M2QRglMjL27iBiMDiAmyhfU9iqcyCjaSPjZVRgbJJbjuRR/PWzLxjyQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.2.54","@syncfusion/ej2-dropdowns":"~18.2.55","@syncfusion/ej2-file-utils":"~18.2.54","@syncfusion/ej2-compression":"~18.2.54","@syncfusion/ej2-navigations":"~18.2.55","@syncfusion/ej2-office-chart":"~18.2.54","@syncfusion/ej2-splitbuttons":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.2.55_1598366036828_0.08549353899127854","host":"s3://npm-registry-packages"}},"18.2.57":{"name":"@syncfusion/ej2-documenteditor","version":"18.2.57","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.2.57","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"348f3a135e51c288d4a4edadbefb812a963447e0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.2.57.tgz","fileCount":337,"integrity":"sha512-5Ct/4/kCMF4jeIcSV/iNFv0nP3OKvbYlVjfRMTSsqllCp6+FF0IQl257oJWB3ZT0gAAhjHG8Ph46TnCQ5XE6xA==","signatures":[{"sig":"MEUCIGPW/w27d7/P2uAG4CSledG2/gANTzSPaJ3p6B/+xssyAiEA3hEHuieU/YHiNpv4GZ2U/0w/bOdBwAWsDaag6pwEFAU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46719797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfV2/ZCRA9TVsSAnZWagAAa1EQAIgU6Ks6cxEtOoQZleC8\nvhx1eFOqBvlBk4nMPkoL/NomTlBWBMuukrzmUz2w74A8HUmWCraSQH6NZvWr\nrTtE4RckD5V9WvA/wJhEx8vJFa+JggJTNJGPxzTbzpPsUKW52yJIN2l9/dBL\nvO60rEvHauve/+HpVqfrvHGqrl2M7E8feFpFv2B4Qs6vleHW2rdLUdGcpOCB\nylWDHY3f6705xBwZZds9VChUsg1Afd5Xp1wTbK0UGzJetyMcyTups4lZh0p2\ndoL0KAKlokV4/3VKRe3f1omm3WhET9SV/w9zYOYO/XoOmBLZef8ZSAOhPXI/\nnNHepk16m0ReOsOobsteVDkhRvCrP2Vk5SUG6WLDK6iWgD9mK8Y7flpeI6BL\n2IiEpgFzxrOXhgz+FOZ42EFCbasdIRfrOwS+S9rNgHa8h6p5MNVk4RpFDDrI\n2kKE2h3SKUzStoZUqDX5wCz/rcgB+uAr625l5Tc/SF3Om8H9LeVao8e2FWaA\nZbgL52YWVCZ/ey+es3QtzWs6DyGevy2I/HCfFqOt3tHdDmQhdewrrlINj1/s\nwKuNd/8OvtpVf/bGzjzRMCfkSJS4CzGauthT/NAbBly0q6gzRcSB820NUFXH\nRJx6MWsvo2zuwICoSY4ZP16jddLGh880qZz8cniMzS7V3GpV8QXfnynwSRjh\nR+LA\r\n=DuCg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"ddd64433d439b5911da7dde28fbf042cdd45647c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.2.55.tgz","_integrity":"sha512-OaxkrQqfbf4e2U4Nini4Y9lFvqfC7aNdjLRzynGutKiUUb2UaaWeu2HsWaavSmqr7HqhhajqY37cMOcqozltNg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.57","@syncfusion/ej2-inputs":"~18.2.56","@syncfusion/ej2-popups":"~18.2.54","@syncfusion/ej2-buttons":"~18.2.54","@syncfusion/ej2-calendars":"~18.2.56","@syncfusion/ej2-dropdowns":"~18.2.57","@syncfusion/ej2-file-utils":"~18.2.54","@syncfusion/ej2-compression":"~18.2.54","@syncfusion/ej2-navigations":"~18.2.57","@syncfusion/ej2-office-chart":"~18.2.54","@syncfusion/ej2-splitbuttons":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.2.57_1599565784446_0.20966276580031917","host":"s3://npm-registry-packages"}},"18.2.58":{"name":"@syncfusion/ej2-documenteditor","version":"18.2.58","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.2.58","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e9025e8d21a4c85a4fa6dd1ed6ab6300487a4a2e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.2.58.tgz","fileCount":337,"integrity":"sha512-PXb2FQeBvewn8Q86aCR8+pfEjtsW8gtiDDtdLpwRYDwsIsSTjEIqArqTASLfzKx0viIak8tPwvlWoQaUom9ywQ==","signatures":[{"sig":"MEUCIQCL0qWTGMpuO5+yaqPTdh2DFZ4KsVs6f+BAcew9adkvwAIgSOawa/dVYGPJir8O3aFctzMTzRXtT9IqqWQJETN1gIY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47501008,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYNR7CRA9TVsSAnZWagAA/9YP/RaHX88zexXp7yW6bUm9\nyE3I9/p3y8clclVDfbMd4O5JXbwU6Hozh42JHFy9DL95eKkhls0dHSWw+ixI\nzAsOpr51S1ytTGZpIMc9bkBqDk4Ipg7flaXH+Ngn6sl4RPbAqwrA23z0kiHJ\nkFZkTxQZ2wJuPbkh6Nv2rtD3VPnP92EYflxQs9ahEw2PUj0a+Pdn+pT1cfG4\ncy6fd8OGatBjFZUaGT4ysnPpl5A39PA4C8y7rEN3T+JVIWqzGPjCuD1IL30w\nxI5cMxrj1785e/5tdAUmysrHlA+p0U9pHT+Mda9DkYfVJw0Aw1YH91SFj9bW\nmbz0WFFw9mA7kFPsephtifq63ke3NLWsdUqyEum7JK4xSgvP9/7Anw4CXzQF\nEcYGdxud1MC2w+Sng5yF6X1uCWj46tbsZFpEhiQdA0iTyQ/AjrN7Df18rQXY\n0gHRpBP8vQJ2FzMarc9hzsw4D4g/672khxdt3LTsEtLxjukagbbdqzlCPVQH\nI+hx6DrFGtBs3H1w20pAotjQnh5XYKYL0c7DYZrB/C1Pel+KbPCH41MfzpwJ\n+hiqgKl/e+3sMsnB/53iLxe1HoUNOENHHXJbMw5RXmsOk0VFaT3Qy0ZLZwg3\nqHOrRI4bGSmMgU7ZIou4XZfTVGOYXoS7WbmqevxvYq086hHrs7SL7MSEKtct\nw5WM\r\n=GkR0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"3c565f7394ac00771f74caf20c3ab6cde13ff18a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.2.57.tgz","_integrity":"sha512-szHWOusFRl/FSCaMTQafSzyHvQbTpfRmiTzYESIex/ZGsdEQxi4kyThEuPbDXVzN4VDaXVGRPoavpOJlmrWf/Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.57","@syncfusion/ej2-inputs":"~18.2.58","@syncfusion/ej2-popups":"~18.2.54","@syncfusion/ej2-buttons":"~18.2.58","@syncfusion/ej2-calendars":"~18.2.56","@syncfusion/ej2-dropdowns":"~18.2.58","@syncfusion/ej2-file-utils":"~18.2.54","@syncfusion/ej2-compression":"~18.2.54","@syncfusion/ej2-navigations":"~18.2.57","@syncfusion/ej2-office-chart":"~18.2.54","@syncfusion/ej2-splitbuttons":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.2.58_1600181370989_0.8195077801807622","host":"s3://npm-registry-packages"}},"18.3.35":{"name":"@syncfusion/ej2-documenteditor","version":"18.3.35","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.3.35","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e19713980d51ac1e4c003a303bc3523542281df6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.35.tgz","fileCount":337,"integrity":"sha512-a1RoMTfBR99m7d4Cbpf4bbqt0jnX0Zbx9ySGSMZXicPY1ACswsxMybQA363/U0KgF9bkegT78U+uAVMH9InkiA==","signatures":[{"sig":"MEUCIQCvDLQTuNQQJ7bzqXOwanPojR77jc50fJu0pNGuZfq1wAIgaA8WJahMBZxhi1H2NbgZk+no2of45V9ZdrG/69+vwcQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47527519,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdaThCRA9TVsSAnZWagAAKhcP/RaogVFPkhXnVheqRYeZ\nE34BTfzIkt/F1TWQMMfvkOASLFBEe2UYBFcsrcmtnuzYR8eq9Es+2asHb5NJ\ntxDTbko6jZCJugTJs9cX9Z8pc4oN2AfkAKL2JbPweW0M/8TTLIBBQrVO8u+V\nFMr3YrYJP98UrTl1SxuPqmWE/ZkhFfSydOCUlkNtUNIu3YDXm2qJ3u+e3eQE\nlk57pNf7H6ZcEQnSGuYRWTrjoszq/mnfsU1KraPehplcMPZ7bk5xRfxXEVvy\nqkQZa/5s9VuqgZtHplb1aUZDm82j/hngUOCzbPfpcNb0jg4ITHyp8N5wGRYt\nPpo/qXAkdzCvX0yyrW6fNusLI83tMYdpsU/EBVQCz7ntzExjuteia6C+ou//\nkQ9TaEHJb2aaopDXqtad9rHaqjYsa3ixVISfI5U9ovo/a27R4gnrIX9Fs0LE\nEpgmFF4wBJA6yrPSJ7od38B0EAqmQnlxeoU1LQypvToSTXCRee8L05QEQhCz\nbGvqovnfy3iIwwfXAIctr1sXTnGpFt/KUL7TxtCEy4V32UAfQrXQHG5bmklw\nvjuqMeNenkb3GI4n85Yu+fNWbQl7lkxtKLx/ctt0auEDkJtQ6qqXU+9+HfGS\nDW6/NXnPPoxK0IA6gB61hPeuwWb+Zr6qNP7p+rFVve7MpaCMvz4lMfv5GT26\nxzcS\r\n=SrHC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"80d0b2af500d8777ca45b87b3daa523f7cab6c9d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.2.58.tgz","_integrity":"sha512-ihK+ppUrJSqy1XF+4e89rBiIe+gQPdm+IjWWYYY3hn+N59X07d/aMmVaZ91zzpsButmsmhB/0Ti8x0PBxgjGMw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.3.35","@syncfusion/ej2-dropdowns":"~18.3.35","@syncfusion/ej2-file-utils":"~18.3.35","@syncfusion/ej2-compression":"~18.3.35","@syncfusion/ej2-navigations":"~18.3.35","@syncfusion/ej2-office-chart":"~18.3.35","@syncfusion/ej2-splitbuttons":"~18.3.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.3.35_1601545440253_0.7371475295853289","host":"s3://npm-registry-packages"}},"18.3.40":{"name":"@syncfusion/ej2-documenteditor","version":"18.3.40","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.3.40","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"57dac446250171babb051db5b33829483e5c3081","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.40.tgz","fileCount":337,"integrity":"sha512-t0QNDzTPpyv7dSBYshnIK6U2Sl98V26nShYMM6x26xz2TQPz+pNXNyC9zAKQp1etgHGRhhmXuTXcaOZZhov9ww==","signatures":[{"sig":"MEYCIQC9ZwKd7TspfYhYC6CzLpYz29/ZPDFWE3+dYOMrk2YMbwIhANJVytgpNGxPdj2lEXnO8JHB4A7otasXm2H/1OW1jLDv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47669283,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhbJ1CRA9TVsSAnZWagAAKs0QAJNoHwobiL+LmkOAZRmm\nuv2XbgTtXZyGCnUbTcjgO5ZttZJHgB/MV9v77OiCxOz8LDqBkG+WH78wdlVw\nh18BHxSZt3+zNAs8+BGVbVZcc74WlodqiESJHOZJTP/+vc5ml3UcYdQVcYv2\n8P4R3d5CvBfmHxVX3qMN7yawTbffnlkVlBULGq9FFMGWCAf1XJSx4VxUNSun\n2RVyOiEDjR2lRGjt0dfAjOb5w8gN3wr9txgVLDCkFLMJ/f+9BUZnOmyMYlaC\nnDW65/pOC7L+T0mPppc+LG0kMWrPGBEjTHSpvFKTAtaN1x7RVdg3oAk/6uJv\nv6DJ+loMCAZ7RZ+VxgJ5T4Qq/9gkIHyJSfNkjbcS3Ba/Y5+AFWH7xzguSUJ0\nsmR4+FrehWEadbWkKISTH1lzObWNpVWIZ2uI4ux1AwZe6+a91Kcp1+3IbBdg\nnEhFE3Uo8D9RbdhXIW6HLN0nWwmsWB6YnrA0Gplb2/SWTGbcjPpgwf4nx930\ny+ntww8HBCZha5ZoABX+X5zoABQMHx72ZRR/gGVv3h7+MVAN6+HJSHT8yvdj\nivJoLnJfgNTVYiTGLKiiF6kP13/7W4r8OkP+ZaxxCGu1d0YqQ9v+Aqtr0p7q\nRXZbQ1pzfDY9xwVZwnjaoD8MtRhInfUgReBGPp0Zb+PEOaAW2Crjdbl4T7sd\nrwCi\r\n=4mk+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"f9d51f0258afec48354abd8b08d3cde1bbda7020","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.35.tgz","_integrity":"sha512-E67os285KwBylPmmXtNUB6WQG54r7YuxecP5ch7w6YfTDK5PG3B2+Kp7/KTrQfkj4/VDgnKDa5fZ42pfp6jtsg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.3.40","@syncfusion/ej2-dropdowns":"~18.3.40","@syncfusion/ej2-file-utils":"~18.3.35","@syncfusion/ej2-compression":"~18.3.35","@syncfusion/ej2-navigations":"~18.3.40","@syncfusion/ej2-office-chart":"~18.3.35","@syncfusion/ej2-splitbuttons":"~18.3.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.3.40_1602597492515_0.6877369259856323","host":"s3://npm-registry-packages"}},"18.3.42":{"name":"@syncfusion/ej2-documenteditor","version":"18.3.42","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.3.42","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4b388f8dfaa578f0ff741fb987264b01cb3330a4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.42.tgz","fileCount":339,"integrity":"sha512-of+VGzR9bocwxQbz4Nl5fku4jR5sYDBZr5YKYsojefvI+W7FiTDAaVIzLbsA3CnbFHmekTaWYCZ15tY9JO+KQQ==","signatures":[{"sig":"MEUCIQD+RXZpn7xxHttGs3F4C4B6JAIezGCg5tlAujn2hn5/3gIgS9DJ/Dr0WVNc2VHN4wSvjjpkMOI9cOxpWC2jiHK3i1I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48353215,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjsopCRA9TVsSAnZWagAA58oP/jhSCsK4bbxNAJp7JeGm\nZJs4jU7Iu0hk3/XNetMOy9gY00Zw7SZAcE+8jHtAp78O5/lrHXLzrkGBsWR0\nCRT6w1fwnKSeSjN0mOz4mYlMNzOQN4G1se9iodHsVMIWQU9fDr/cL29lAFZi\n4fCMx7jB9eHYpsy/N9fDcY97mKPLL8SnTtEWS1tu7IDHb1SbaSfZ/6lBwS5q\nDVJffCQcs1U86xqS5YQ7+2q30PUwoy6GxR1RCasLiIV0zhm0WtyI652N1DWu\nLWcIsUvymdDIO+X2emyBvMo5xEBPT13LM91cQuvrcGCvTCDQ5Fa0OqbOM5eD\nwOwtlU1WyNDV8tGB3JiTD60L/u4OBixL+QpnSrupm8TU8bry6vExiGbaNsip\ntcanUh7tD1Irsnxo5Byho1NquvX0tKaoapNbB96UozvQQaGCQ7m86gQ7SEju\nA4jISy4/SN2FMnUAztEJxWzyaZldaNL64cvie5VDOvmW/5s4h3ZPXzpxPSJD\nmkOJd6Rizaxo7PhXMY1TKhqyIV6apD8WV4FiKpiDIcPZagTouTcg2VI+WhRz\nFpj21h75SlrpSfnWINZpMO7kpR/+tzMTQkE/lbHYkf1Nxh8dFj+VxRHTQzdS\n8hNk4lmfl1t1TpGa4D3yEjggHcm9CV3YLGJCdZ01IHbHqJ7BznMjqrCI0A7B\nUaxt\r\n=EyeZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"a17b941623db251ecb8aa38d3f827909262a2324","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.40.tgz","_integrity":"sha512-Ei4doFMClse1PEEhi4zYYMCaH3zc3b33MtZndsW2UBfqWD5izTYhvDorcjsSHk0r9uNWpnY/bUUx8qjCD7tiHA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.3.42","@syncfusion/ej2-dropdowns":"~18.3.42","@syncfusion/ej2-file-utils":"~18.3.35","@syncfusion/ej2-compression":"~18.3.35","@syncfusion/ej2-navigations":"~18.3.42","@syncfusion/ej2-office-chart":"~18.3.35","@syncfusion/ej2-splitbuttons":"~18.3.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.3.42_1603193384599_0.5479443180891794","host":"s3://npm-registry-packages"}},"18.3.44":{"name":"@syncfusion/ej2-documenteditor","version":"18.3.44","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.3.44","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4159a963afb2924bbd53aa1b8b83eee37c92e5bc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.44.tgz","fileCount":339,"integrity":"sha512-dQQktIV0FKsPIdwzbfdQ4/mEt6EV5sJy4Kh5E49oC6ctKJgSCJxDfX1WqW8Q/35IYMYKOdfRUwcj+JEKBE/0Dg==","signatures":[{"sig":"MEUCIBUl6Yj9qb8vLQrNSiQM457gnfycuyDSBmtbWjg7CRA8AiEAywZCSoSYdh3vy3CxD31BnKe9TcqtbKZg6XLU6B2i9XY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48364153,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfl/tCCRA9TVsSAnZWagAAeC0P/2+Q5DXPaxuIUT062KRo\nLNb9HZDjaz8ymAASFmzUpYKdP9LqXZFWTj+9xnfVU7UFnWRKw6YxEL6ytqXL\nmjXGciPIFAAfWI2gwf/UHPaGZfoE8IKmN753Dv18wlzw+Y04gHDzgCROcDk2\n8mBoRLtHGI6cj6BC3gpuxdYaDlv/XmK4XjJjKRb/NJVXG45KV6AEHxZ2VWNc\nJbRhjnbFGgqg9fiP3WEZEvMrUTG+zJIukSP/cVxVvX0WPhWVYt5asI5iUB/2\nzsRttjR5SxC11BjHvtDWmzf4ps1jnt+1LeInYTd1RWychRINRKDe+KcJxvZw\nfChnPq66+hSmLebdGOhdekDZF6eKrdMEem5vY6+7TzzWLMLJmHb5aeCNyeWd\nmI358nVp0CFdyrhlCfraLS3nzaIlObItsPSLbLT2DGkb0h+uSXp2VwNLmEeZ\nk3kO959FrlVFUFynoOPffz8R0z1qqMFkiCy958gprglAh4uod15+lAZ9aZSo\n6SNk4dJigRupTiLdFARU737gykTULyHryHWEeykQWIrLxlEi5iFnKM9d1u/v\n6pqA0wePu+JX+yuNsrOk7ZaU2JrHaYFhPxzMLTYlWrb8V9RG/FeczF7zDyJu\nlrIYhL3UlcCFEyXbs7b1g1Ku0KqI8E+BV65SdNa9fYDu9kJqMHi5u99oVj77\nWgjb\r\n=u0wA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"45b84a9891625756bc43c9f471ae53bd06083225","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.42.tgz","_integrity":"sha512-s4x8fWWS2+04clayGN9UBKY8KlNrb8TUsQrjwEE4sWMYHthPIlsawtQC+oTFM53v5gBH1uvxRTUuaatcVGEsGQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.3.42","@syncfusion/ej2-dropdowns":"~18.3.44","@syncfusion/ej2-file-utils":"~18.3.35","@syncfusion/ej2-compression":"~18.3.35","@syncfusion/ej2-navigations":"~18.3.44","@syncfusion/ej2-office-chart":"~18.3.35","@syncfusion/ej2-splitbuttons":"~18.3.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.3.44_1603795778001_0.529597870793731","host":"s3://npm-registry-packages"}},"18.3.47":{"name":"@syncfusion/ej2-documenteditor","version":"18.3.47","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.3.47","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5a0ba30c770e937efcec0c019c0a1168aba744df","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.47.tgz","fileCount":339,"integrity":"sha512-P42GngYgkkJJDXbNwX++AZiWdGuppDkji20Gx2ggnOMDaogiLP1/mG1+T10wziWoKZsCcodZ8pIUsPGdSaWYFw==","signatures":[{"sig":"MEUCIQCc93kOZlfNNOIepbe4lcEC+MMgr/r3wJE4M/pJr/OyHgIgUQ0FdStLTyK9/N08MCwq7TJLIBhA5DmFNMJUhC3Wx3E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48375221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo7UWCRA9TVsSAnZWagAAct8QAI7BqANc4HAP0rfStbWa\nHk2lHj2dX+TJ0EFGRRlCf3Vy/6v6HE8qaooyvwwu0sLK7z1Gs7eeMYuvy8E8\nUFn4yD0T5VtH2u+U544BhQKjHPYcLr5Faalfxb+tTLc7PsxIGdsFYSXicAY8\nD7zPmFLZXBdLBFVkVj3uwBfh2JqIWoPG1PHFVgOOeYGaGLNo0UeVVHUYHtr6\nBMtuXVMIxqWVNOuA1MK0cLUnVOguB9jajc80IzVPqczQpL8/iHEJbPtcaUMY\ny8fK3xcU61a07aMvZpCBOSiRXahnOvQCDnlwnAZ8RZziNtq8oVujeuskLctM\nSYudJCdRZ7l5NE0Qw8zodZo4nhnAbgHRrMxuZgi+luu3fom8DcRCpgj4BnCa\ns/xkAu2TnKGX9NyqShx6s1//uRyh17yCA5mxNPsrt6/HMsDEa9DoCJLil1p9\nf3fQYgPc+8X6tZYWb2B8z8ydb/Iz9meCT6gSN75qrcT155jSnM5brQMOvXyV\nJ+7eiYuPGl3OPt7lxk4MX1I9jMMuGmGlBR9S5WZtjN0w+DKX27vLQ0mf/37g\nhrqzJ89xIDRZTGGmP1J7NaYNW01VCSN3ufEFX3t6HR1FJMYftMvGS4NLACSj\nfxwmxgDxRGAiRlpSlWNpfvxKk2tAFVzhWMtDrKqdRPTQThQOEvj/L7eIHNN2\nO587\r\n=N2L+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"e708bd59ebbd340e1b94744911365834267da6ae","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.44.tgz","_integrity":"sha512-cljzqntgSPralQJEIsV9RCouOSNpKEXCLVPpnDs3QSQIGJ9Vnpf+16WlcTeyTiLNrhudDpY+fuDZjPspQRA4bA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.3.47","@syncfusion/ej2-dropdowns":"~18.3.47","@syncfusion/ej2-file-utils":"~18.3.47","@syncfusion/ej2-compression":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.47","@syncfusion/ej2-office-chart":"~18.3.47","@syncfusion/ej2-splitbuttons":"~18.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.3.47_1604564245434_0.8142670004804864","host":"s3://npm-registry-packages"}},"18.3.48":{"name":"@syncfusion/ej2-documenteditor","version":"18.3.48","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.3.48","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b79704dfa7383c31a5b7c155b2917cd1571a92d2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.48.tgz","fileCount":339,"integrity":"sha512-WsL0ByS0qqTFaVqrW2Kq2Ld/0ZdYIoYeKqc62n9ThPLeDq73vZHwPVeat1mV8QTBE5C+Ilx9sfCzf+JuWvETyQ==","signatures":[{"sig":"MEUCIHwXxu/+I8gf2IhV1bxio87HAcF6R+51bXZj6FY6IrN+AiEArtYfIF0X/Acf/xfLUkO0UslYbZDrlMXc0aAvvmjUmWQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48377179,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfq49/CRA9TVsSAnZWagAAo4sP/21FCHxAoSoRtlEkCxQG\niKk2jEttmRyaNcy96qVYDjwYYodkJZ1zbRy4Sz5AfOcety3KqZBAJCPooJjg\npAlXbW3ZhftNU+gh5DNLVVvqhPbH+JyxQysxh7ouWt8iNeBr5CNquUmNNILR\n5l0a6e159/cW1VAVD8OvpL3fnbHFOit+p0hkDKqEQcVmKEi4z5Xe42v+Ezlb\n/HZUj5XuZvFZI9056OQn9N4jcpX2KuyxQKJ9sGIEP3GUrfJ7Mb1Otr9khLlH\nY/l/3xginUeFCJV4sjWerUkHlMdSr1B8ZC7pa+UDTtmsc8DhSZPhGisB8YpN\nwCKP5hgQH2Mao7tC7h9neCf5HFMRn1fxlQuvi8hMiQZJ6Ka8upGo8BfFHg9T\nExOwD3vhiaKsKBIE0ubdVdbY9LjNz2/cAs1bDZu8iIeVwWq6YkSqYgZnLqeD\nGaUR/RFqe8+k7bj9zuZcML1myF6x/Yg4Z8Fu7gF9scSMEoJPUMA+Q3RhPAIy\nW6AB4voVrPM/oco0hox2EvJNBz9JD938LtvDlUGEJJ6BTCb8+lGKNfaLaEqf\nyo9DiWrH9o6Z5HQcKDqR5BsnKi5OvHNAKorif4WoFQtrKiIiow4BGXLS1NT/\nomBsQZ2TgaSsGN5Epru0wkjlThamV6zywGu1rscgC5aIhLkdsNODzf9IKQ5h\n8p3Y\r\n=baXC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"bc5ae5838173aeb30c319a4fefde3eb04a70e748","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.47.tgz","_integrity":"sha512-twL5Z54BsM4QFsrTzlJ69WK+jnMFkMvePQfFWmJUcUDP7Mb87YvFqRtBw2mBmdTTz+tDJJ8YguA4rzvEmQI5ww==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.3.48","@syncfusion/ej2-dropdowns":"~18.3.48","@syncfusion/ej2-file-utils":"~18.3.47","@syncfusion/ej2-compression":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.47","@syncfusion/ej2-office-chart":"~18.3.47","@syncfusion/ej2-splitbuttons":"~18.3.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.3.48_1605078910935_0.7310827562090474","host":"s3://npm-registry-packages"}},"18.3.50":{"name":"@syncfusion/ej2-documenteditor","version":"18.3.50","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.3.50","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"167ede03f518c3961bd60d431a1f6f0b95b5ad69","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.50.tgz","fileCount":339,"integrity":"sha512-J1Aql1k3pH+kh3u4r//mSNb/vGAGPc+sYf5A5IZK6UgbobYQ8wTOcpE+s1eXZR5+/+Av0iKbhATWeMe5n2LafQ==","signatures":[{"sig":"MEYCIQDSrkDmys/IdYsoEWXIhYNU/Pc5VqhlKbeK36Cvq9SFUAIhAMji7PxQzjYnIZk5zZ8h4LrNGQFMfDpXO1QnRRcy7RSY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48383634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfs8dRCRA9TVsSAnZWagAAje8P/3J5e3nQxpg/T61fdhkv\noz3I3yguUeXF5t4SbdWZ+oDErACskji9Tux9tAv4FDNmsuJTpMLOqUilgl/Q\nvtnr03T2dnclNQcFr9bh4xVuxdTM6bCDzlzS8SwEBdAQPiK4IAmvVJPYQi5D\n9UYnSb5PSxQ9V9r2nz10UD0k96/KLGxW2FtPlPeMWScw+Ws/vwqoYB+YeHYy\noPpLuvP62rlhB4wF6Eq+zxW0jBdDI0pBtr6nm97dYztECVmYQeWMjWwlbBid\na5fXKNbNCa9gIWOtr14He8D5W1Q4cX0WIm18GbZODeziKtBt+5pvlanTGFTl\n13ebmRbwlabqLlR0jVYsT3b8TxruXjaqc83Sh6NCKULuHeLXOT4vX65y+Q78\njOMMtTZIRkTWmiZIcXAOhUsB5SbXNeYT4DPeq0bLs2v+pdX2zBvTJjkFOBDy\nlTrm9zKetSxWez1m1t3xLOVIHPtR3mTjsvmo12/DzxofGvni1dWEHOjsH0Ym\nT2CX2OUSMDhSV7dbzGItlSQ7cHwhYLZ08BUXgwQfaj5zVZxNF85feWNkPKXB\nGCyln7XkEGtQbK/up4fLsKtVx8TRi2eSlJB17e5PecZoDjSngJyc2VtJXpVJ\nY2a7usqbcaPHuDsK52DhKPMsDnjahtQAolBZuFrtmGYSy0ymRq/2dPN01WwV\nEy6Q\r\n=ASpe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"34c3e90377ec8b054a914ce2f90f128d4cfb7445","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.48.tgz","_integrity":"sha512-nBwkTh9F4Fnz5r0piXwx0hbVJkvP7XQ73OXYejP+lD3V+O3LnU6oSttxYNVUy8libsLoSDgJNSC6jQHocov5NA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.3.48","@syncfusion/ej2-dropdowns":"~18.3.48","@syncfusion/ej2-file-utils":"~18.3.47","@syncfusion/ej2-compression":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.50","@syncfusion/ej2-office-chart":"~18.3.47","@syncfusion/ej2-splitbuttons":"~18.3.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.3.50_1605617488756_0.3745808037497975","host":"s3://npm-registry-packages"}},"17.2.52-1205479":{"name":"@syncfusion/ej2-documenteditor","version":"17.2.52-1205479","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"71318b93741dc5f5a18b205b33e1f725de05d47b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.52-1205479.tgz","fileCount":319,"integrity":"sha512-WEcOTHfoGOWg7Nvo08044wzESEV92fJ3kOwjzC8JKHoqaYE1WY38COvszjJQ1iMY1P1rJPlFX0EBWiukkGDBsA==","signatures":[{"sig":"MEUCIQC/S+tJEkpCAWbGnPw7LQoxW8EH2YLbh7ZscD1LbsPXxAIgOL+kG21fHk3GPJTr/RpcNxaN2HIj4aUSw70AtCRxsHw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37420809,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfu6phCRA9TVsSAnZWagAAB90P/iBEVLU4WecoWuPK1gc2\nVZJjaZ5ut/uiUxfoQWaebaqv5ZBrsxIpTRtQw/UGhR3b3nLvWPZlNPV4+2Xp\niLspq3xTZP3aTy/Appexo0/MPPpX2fvBnFOBgP/3pIRKoC08+7DAT8aqKcqx\nw7p4Td1rCyU9hROzUSgn8xJk7ppWh1+K/XykDXBlfvvZFTtcDx0kCRfCUmCR\nJSOM4DZa25M/2e+UjmmDqKihqqXd1W0IB8Fq4cncvKkCalimOwbAya6mH1UN\nMoHPXBefsRg2YpBfDxJioH7EMjC214yYS7TYQ5muqaNsZyka8s2JI9E9tXaL\nsXW1byhgchCeGsSk3mHXdlix7FwskTnfDd2ij22yBIiCXvDJtf/TdN7nBCA7\nzRK2CK2L6R51/kgDDMUDipjPClF4vHv3spEAouQB7ZRSTXVtuq18Foi2riv5\n3um+Pjd9euk/EL6a287thrpMEKInmQZ5aov5QzCTWOWBReyauqepcR1n1k4H\nEMgTYniDlDGuOa9VdWj/E3BJ9elqGBTqjhwbRRItOguHhvt/Dg/JMA/vocS5\nvDcOrE0fodQfpHfjtxF0GYXfZPksAAKn3MW4+VI6Gkt2ggValKRDnsL1id+N\nCMwRx5VK87QHy107+jHs5PrGYSdlZAoz5hfojWZClcmMiKb+yUrFe4560HUA\nhILg\r\n=ppcn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@~17.2.51","_spec":"@syncfusion/ej2-documenteditor@~17.2.51","_where":"D:\\today\\cusom pub;ish\\node_modules\\@syncfusion\\ej2","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"281092f77b9066c2731506d84bce25479fa6b257","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.51.tgz","_integrity":"sha512-4g3aG4Xm6zucTjB+HSEQa39FrPGWhj9Wg4fhvHEe0zl4/edRdFvoz4LXaCm4PwvtBi4Flyj88JplRFGvd5wt7A==","_requested":{"raw":"@syncfusion/ej2-documenteditor@~17.2.51","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"~17.2.51","registry":true,"saveSpec":null,"fetchSpec":"~17.2.51","escapedName":"@syncfusion%2fej2-documenteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","_requiredBy":["/@syncfusion/ej2"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~17.2.52-1205479","@syncfusion/ej2-inputs":"~17.2.52-1205479","@syncfusion/ej2-popups":"~17.2.52-1205479","@syncfusion/ej2-buttons":"~17.2.52-1205479","@syncfusion/ej2-dropdowns":"~17.2.52-1205479","@syncfusion/ej2-file-utils":"~17.2.52-1205479","@syncfusion/ej2-compression":"~17.2.52-1205479","@syncfusion/ej2-navigations":"~17.2.52-1205479","@syncfusion/ej2-office-chart":"~17.2.52-1205479","@syncfusion/ej2-splitbuttons":"~17.2.52-1205479"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.2.52-1205479_1606134368736_0.4706414143698603","host":"s3://npm-registry-packages"}},"18.3.51":{"name":"@syncfusion/ej2-documenteditor","version":"18.3.51","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.3.51","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"eaa3d27245b577fba7d7ef3a27bc921c9c964776","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.51.tgz","fileCount":339,"integrity":"sha512-m8vxfqCYQqN0muouqWL56TDEJcUwlq+zYBHvKzM735R3QCKnADQC1sCZwuw8k5hUuZyKvMox8vN0stu9ArTsnA==","signatures":[{"sig":"MEYCIQCLZEnrKUUB8LVU0Ob6gyyTBDhJKTq+rS3YPf7nhJusCQIhAIiUpN5GRnm4G0PUwltXCCuB5p4QVfnRX8mv9yN/bkEg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48407350,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvO7vCRA9TVsSAnZWagAAkFQQAIhj+4YWRo8vD7KYLzNH\n9FSE/X+b/tAOrFE8YVA15SXn1OETJa5SMpeyubq3VM8pcVojKL7Utw3XaaQA\nuczOMyFUh0cVMrEzc8geiOMN6+LIscL93CTIocCS52uVzb4nRC9J+6Z4iTrU\nhRi76DnDTyCKU65JGq/XpxGnkh81lXg5WFDN5dosvsWA6PN+tWZtO7Evy/KN\nI3EKN7gOfBFqUwvWCf9ayzOfjxKU4hfFrpTNHiHys09rzjxUeoxTHB20u6QL\n8lLV4k556PKbhJ5kJR0VLk1ioDntVCxFhvpakGnxXb8u3+hrek2ih1COq2jH\nJwECcwhnOe3JqqjfAK1X2XmHm58RHIT0AnW8psp6+AyLn4cym37xEWrtBG5Q\nxmVs01aFhJmzlnFnyrBxcCzYmjuFB/9cF1mxjbPZF54OVmk3y5iw2wJ/Tj2p\n4KDH95l+yQCYBa2jhl+/GIP9L8anNzuodg9etSHozTA/orUMiF1wtj4WLBX7\no+h2N7V20exRcq7Fv8xablMVCTchjB6HjmyK7/Su2JvC1e37+Gt/o8jhSeHr\nMGtqx4E/SIU72nAamDKzNYtyPUilJPybRK5Ie6w8t4HnH8UmmHu2yTURbKkq\nbZ50kNBmwLZAUef0CI/GwSu+FPfw1IwLcwpG2vITNxdjQVIPz8xhME2ehnLN\nh3qG\r\n=1cPA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"df43b5924f0d74e91838b824e8a6017413b3fc9e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.50.tgz","_integrity":"sha512-URr2I9OgoC/VBCzJbCF1CAXBqqp7G0Dr1u+LNYvMVRq/6f374MK9/8oIDo8lmTLkFiAwgrF+/aQHmqSa2PtHdQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.51","@syncfusion/ej2-inputs":"~18.3.51","@syncfusion/ej2-popups":"~18.3.50","@syncfusion/ej2-buttons":"~18.3.47","@syncfusion/ej2-calendars":"~18.3.51","@syncfusion/ej2-dropdowns":"~18.3.51","@syncfusion/ej2-file-utils":"~18.3.47","@syncfusion/ej2-compression":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.51","@syncfusion/ej2-office-chart":"~18.3.47","@syncfusion/ej2-splitbuttons":"~18.3.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.3.51_1606217455228_0.7390069232394607","host":"s3://npm-registry-packages"}},"18.3.52":{"name":"@syncfusion/ej2-documenteditor","version":"18.3.52","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.3.52","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a3aa829a4f74849aac59e24e2700ae3227edbd03","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.52.tgz","fileCount":339,"integrity":"sha512-ZrH5MaXi2v6xu+N8WrHtksQ/9YLDNV/86p4klLxjD0g2yC4OLRWZMALOh4gPEaEK62lN+3Gw46Rx/nEWI1DV6g==","signatures":[{"sig":"MEUCIQCXDs6BJKNWNIP8XuUepraGxAPyUBoWgKV6CuMwgfeKMQIgB5OdasY8HAmoKXPShJ2NgOjThDjLCh4vS/1tJDa8rkM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48412203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxkJtCRA9TVsSAnZWagAAauQP/AuIXg0j/Vy1UZHrPmF3\n0uc3ilw8WzExdHx9Sxsm3GhsGh9iz2IJAMSFiOy4Bn+tj1Bmj1Nlww2aNRG/\nI/crKXR46peoEBecH73x3JDjNNbCLRb98iQmj5aXgJcWqIpLAT4Z+c0ad/7r\nsHJGa8VeJR+FWNzwWrs/d4t3IiyPnlFzJjz85LURmVOXw9AB8Z5gxCwvkfVt\n/GiCAP2GymBm9zI9CM/Dd6glOe/3sBitd+4UrC/J/zx9gO/EBUzpA8rC0eWi\nryJ5Y4dl34LffZ/sa/F7GqdaolIWXCTjtgpF55/rPPSX2mtlGhpZAkk+tlSD\nPYiPTwnA1sHt3ooQn22Q5a1dlKooij/UygS5hwwVU8F9SSxqjPe8CAUfIO35\nehOUmOMYj+hy9rRURjcPO5XJl7FqHzCyl6IQbwuXyt7kmWSGWStY/BGwTLMa\nRy1FN+YgcA92MBaylZ+OW4iPjTF2+hbcKCbJe9+5uh09QWBQt4CJ27LgR7jO\nofUMoe4zbOpj1ukBjR6ToN5lPjP8rcV+rNcGBkaQ7ne723bOwXAemXQkLx02\nBJfdT2kFaR0JYdTEa0apxkraid4jJAd0oViXzX67Stip1a+XyT1mN/a6RsqM\neBkyp6x1a/XwXagwUN/8NS0CjmPvzQxSwWtJPBbHyEm8QXBlfQ3z6hiBHauC\nTkC9\r\n=drKI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"a7912bcbc251af959e97722c9cebff407417011d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.51.tgz","_integrity":"sha512-bGm1zeEfda14tiGQb/DEx2u77fMuyLYwyVjBBFT9dh4fLw/lNIX133k2ykY8iGAjSa/uyIfORghMKQqFezwu3w==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.3.52","@syncfusion/ej2-dropdowns":"~18.3.52","@syncfusion/ej2-file-utils":"~18.3.47","@syncfusion/ej2-compression":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.51","@syncfusion/ej2-office-chart":"~18.3.47","@syncfusion/ej2-splitbuttons":"~18.3.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.3.52_1606828652465_0.6576488490719925","host":"s3://npm-registry-packages"}},"18.3.53":{"name":"@syncfusion/ej2-documenteditor","version":"18.3.53","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.3.53","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"51178fa91ad95762d6ec051055e9d919ae7933cc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.53.tgz","fileCount":339,"integrity":"sha512-Hh62o2i1fBYlZ3cmFNz1yTkFIKSPrgSO1TIcfy99KZ4N9fcBhKefGzXlArw0/0XtN2oECw/ko/FRN6IHA5sFWg==","signatures":[{"sig":"MEUCIQCstHaUOkVIxcj/3uGPuSBKY/UCxRwiKGCUFSDn317SNQIgbYopZcLY12wEvpMyen9XDaVhIT5Hm7PSgjxarJwBZIE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48416733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfz2ZVCRA9TVsSAnZWagAAY0sP/1gP7l/RzTFivJALOSSx\nceLcLNK5rO7acWMfvE4Zw0Tl5PMSWlX1zr85drvJ2AzLEssRSa3TMO3WNuyV\npL/1s7eF4zCY1hD9qr6kJMGG5K7KM/AzkGYd3sTlNgN9C7sC6XnCpOgV19an\n3G9aJHpRekFxVMivTzrRdHzP2jdWEZOp7ONUpCIYKv/FgFH+T9+bvdWGDP3b\nH0+kwt7TBS4uPcXmXpi52llpCm1aWIZXehoajQNmch0MnOjZVOD6Z5yxlcQ2\ni3KfFyHOyeWc1dRw1IzxKxANu0Ua1CRuTQyuWhZAj0CwMuYgsVRxBX2rznGg\n+JY9ONjwvyH7Ek4GPnb9dWgI5gzyaFuL6OOkVzlu+Cy4apESbqdaK9Uie00D\nY8KeB8D0v3V4UCTZsrF+ViygrzZhRfFnDb+zH7GJTUA8WqENUw5Smgk3cGOP\nteCgrrNhIilFB79NQoRdNAfPq4XB5k+baoUWJoj5K1c7+DGznfvxvZZJU2je\n2zs/yb6AaqHAeJx21vIJ/OcCjF+IMn64xnRcIUFc0bRL+mjfBRRONjMSXwAu\nYLh29GGp8Hjs7sj6rLesGLccqMJ5f8uqJTIpr8D9tzLTa/sv9BBhcT+wNpOs\nF5ZyJhWgne4uiKRfTNZ3nwnj+mc0lRiRNVEgbCExZLtTiW+rhHsnbfFXZc64\n4pf+\r\n=cv3r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"cb3ae6e16e3225dc4858ee115ae67c6433b6f1d9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.52.tgz","_integrity":"sha512-DKPxguj0nzdevXVJCEmT09FW2vtOh1ShCU33N3Xkt2ITJ4Sw59ly/LNd68JBa/+ZXkijeVDxmK2wDM+m3qz/tQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.52","@syncfusion/ej2-inputs":"~18.3.53","@syncfusion/ej2-popups":"~18.3.52","@syncfusion/ej2-buttons":"~18.3.47","@syncfusion/ej2-calendars":"~18.3.53","@syncfusion/ej2-dropdowns":"~18.3.53","@syncfusion/ej2-file-utils":"~18.3.47","@syncfusion/ej2-compression":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.53","@syncfusion/ej2-office-chart":"~18.3.47","@syncfusion/ej2-splitbuttons":"~18.3.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.3.53_1607427668562_0.2935514863411728","host":"s3://npm-registry-packages"}},"18.4.30":{"name":"@syncfusion/ej2-documenteditor","version":"18.4.30","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.4.30","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f87cd2ef74286a3d948256e2fc811fcb2be3c916","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.30.tgz","fileCount":341,"integrity":"sha512-JxnjPoPTIWDwck6P1ATys33wTqqckMGltUwZzLf/nLsygT6th2cJxmFDg1xXqUzflCRnpSob2YQN/bJOpj0W7w==","signatures":[{"sig":"MEUCIQCmgRI8RW3JSfAHb7v26JWku9H1qQifTxQBonp3zSOrhwIgRIq9O8y55eEBoyWowHJoU7RqsZrMLqo/RsQnfxMTSxc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49804182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2whICRA9TVsSAnZWagAApfMQAJzTujPVia0MeitCiDEm\nRfTpLez7Thssdxc6BIJRb8y5/4azcNa3wuqjMCWrhCCVfWMGhKXATC/PWhU+\nCFM6nOEupDh12DMwZ2nmAkwrGboZj+dc/lGHKhGgl0kKJ4FS4svLcBDQqYAU\nwejAzC1EF5jcyumotEY01WEcBbeRnRKTglPVZPWwu/fueIUWTaD8peLN/DL0\ndqPdZT2Mfo63orFSetHJwzCjvWvGurE/ZptZlb5KeAfQ85Q/HG8bboJh8re6\nWhp7vndLFYzGejoh2v8JLxkk1X4ivNsJuOeR3umSMyD3mKHMdO1Vxi9jr0YW\nIuZWLfoawXm0uON4m1sXoulL1RJqhYD7ykBaUVKDOvRDEzfbNPvRjm1UMZZO\n3AAs0UBH8GeM65suY9bccLMrj5ItkCBuh61G9Rk2QyY6WbpuUPUi5zX2VQsn\n9vOOFZIxsNatj5tXdv/+YVK31iZIyuQ7VR/mCQ5F4K+0TfCbhO+EqG022EE/\nclWvD2WoZdzN6N+O/5UfOzLNBVt5T0mnP/dOnDdLwI1k0gx0RYggTi+3zZ6Z\ns8c5VkFC0jKntzWm5bULXA2wtUEbfWhSKiQxbey0Ja6XnIt5LLij4E7htCfO\nInrmuJFUfeBRg23T2h38rMjf/7SOB7tY2LD5L0pTTW7lQ3LiMmigdCiLZcAo\nG0c7\r\n=gehd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"dd1dc868bf59568f06799d7febfce74b043427d7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.3.53.tgz","_integrity":"sha512-WKwUXZJo5FIKpxUfFFCr/dYwZi2FYzz9o76esoGYp17aza2b7PSpoqUWNSur0FD8zmuSyvka1e4RHdfk2oDWUw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.4.30","@syncfusion/ej2-dropdowns":"~18.4.30","@syncfusion/ej2-file-utils":"~18.4.30","@syncfusion/ej2-compression":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.30","@syncfusion/ej2-office-chart":"~18.4.30","@syncfusion/ej2-splitbuttons":"~18.4.30"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.4.30_1608190023816_0.6364521683626618","host":"s3://npm-registry-packages"}},"18.4.31":{"name":"@syncfusion/ej2-documenteditor","version":"18.4.31","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.4.31","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"93a18cb3b74efa13218389b576a815d03dbc7747","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.31.tgz","fileCount":341,"integrity":"sha512-L8Ppvtb865V70vcV5e5N7pgHw2LlEs+HkjzrShpdH1VfPhzQU5xAEUfG+GjesKoyHOrGKHYoMpnisgYLj191aA==","signatures":[{"sig":"MEYCIQDwyrJLUxQ9OnkESu8tgFiMtxBJDXs3qPRf+QKFCVF7uQIhAIxTenPyX593kzsqcRCjP+lifJGCmq0EapWWGB77bH6m","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49807227,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf4dwtCRA9TVsSAnZWagAAVNAP/igfsdktOUbGHjzUHeg7\n3yWX+9UKXFxFgWZ50S7KXvmsHVT2lyJQZWgKTEa0QxAK5AsytTLk+UlkzCny\negK3qk9CjFVvQXMYvG2F8MtYp33Dg9x2FASRD2hd/0x3G2eLZLiG2JXH1AAw\nI6wRefPAWScwJoHtuEbQEgllEucod9w0a8RxnL4md9SQHMcvectYe5ieDVQb\n9/iO+WgepFwN56lUndYbuDiUahU5vyLHyTTK/mmffN7uR8k4pvF1IkUzSV/U\n8iX6QkpzlOur0oVKqErStFljlpWqR6G7o4TqRDIxvgKkrLFScoacR4i+s9gx\nUFhz5oad4AIfGZTIRAjPcCLhwn1FgTacfG8sVGKYbIT4ZA6rmPJzvBcTCDGh\ngCLYRYxcQjMybRpIjZnofdT2/RDRy7DsMzg8bEezXqH2nzqWweIcBxbDwXcR\nfwoRZOMnnFI2l2p4D8jTKjHQugX5MnwtULFbzBJum14nMw2g4M2m6ijPQOnV\nBtByJA5d6cQYktCXS5odX/t4IRJE5KoZrpS4fWuGWOVy5GCVskhRt2iY0WJF\n5u3OcpskW6Hh/0EEnzDZoxG+VML50uzjEot5gZroPQG/sRx0Js1afKq6cztO\niFqyOWkU2gE1lpyJwZLcP0jh01TMqrBfzYYd+GGSG5OJX1L39pIuh1Po914C\nEmNk\r\n=Qz8r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"d588538dc505b70d0f8e41bb1bf0d9484d332390","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.30.tgz","_integrity":"sha512-yYPc0vBaoswbGV3j1Q68W1ndflUb1XswuMLNOGaCzUr1dSAkWyzCo+IDvptIz2Y/UwXJ3AzALQVbmkeNNg/eYg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.31","@syncfusion/ej2-inputs":"~18.4.31","@syncfusion/ej2-popups":"~18.4.30","@syncfusion/ej2-buttons":"~18.4.30","@syncfusion/ej2-calendars":"~18.4.31","@syncfusion/ej2-dropdowns":"~18.4.31","@syncfusion/ej2-file-utils":"~18.4.30","@syncfusion/ej2-compression":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.31","@syncfusion/ej2-office-chart":"~18.4.30","@syncfusion/ej2-splitbuttons":"~18.4.31"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.4.31_1608637484621_0.8618188081341132","host":"s3://npm-registry-packages"}},"18.4.32":{"name":"@syncfusion/ej2-documenteditor","version":"18.4.32","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.4.32","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a1faa46fd941aa5955def47eff24991bfaacf4de","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.32.tgz","fileCount":341,"integrity":"sha512-0ZP1SfmMl1V84K5B4q725vbP1j7JIpg1uEqw7/hBNOrAdY5Ra08+MobgkGRaIjeeBETsws1NlYzWmH56QWm5LA==","signatures":[{"sig":"MEUCIDqkRjdGelTLpEt+dSNKC5vAopYyQmxiPmBvN3XY666pAiEArbixtaXmfQAIpQPpf3CUBy1uDmavGMpLPLoZ69GftFE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49831103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf6xbSCRA9TVsSAnZWagAAVIEQAICQ2roTb1zgmK8NyLSW\nEYpZkAVgJ7pTuZ6A6/A5P094JvgkfRCJOqDmJ3GuAZZOAW5uAYE3sDUfvAaw\nYLYaNfl6uL0WuM1ecxT4DMOlhMFli9ztXXr+YloFD3be00nOx3sY6jwOhvwT\nINm7ilnmG0i13lO31MGhfzQhTy3qcmQd7Aj77z0GC8hBPpo2LCo3oYeKdBEc\nPH3yhn5tZ344wXBwt7BHbSJqRBtXnU0OegKK5lEfYAi+I1XYJOS1igIRAcNA\nIfoDy2arq3e6u0S72XwaZKE10zZFAAbr+QczlYEixOsk4v89vf6uFxGZoETK\nRUulPObH0JTRqkuJGW3cKCJiLF0DQVex3zNo9LkOzlaVJ7tBFGoLEUNepbIy\ne5Efl8MCmX3/1V7CFd2cWSmuJVe+WLO7Zlkw/NFxjjZBOFSry5AoacZBEp7v\n+kowiKnaxqCru/wZmc2SZj3MvsZ+V2s6mwPuNE1JWOlzUVuxpm7ybAt8Dej2\nnUP77mljQPmMpR6mwREfbicg9CxRALWv87MhRY18g2OJ9weqkQWGp+H4/ujt\nWmzN34YVZwszQyGP8h486k9N6C3Y25z1VKY7dyJptpRtKlv8Z7miHU2WUfKM\nXVReu0zcmZvVEZEthpJYYLt0BiF8omYoNyrRRhzOZdtAC+FN3glh8poAhT13\nnhC0\r\n=g07J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"0842c67a9a058d829b65792d6c1a66231ced4337","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.31.tgz","_integrity":"sha512-yh1fK7ncaKO7Y29FLVouKxLQlJTaxVeoZN/mdHPw5/Og3fB6erelBhue04vbgu5JLjKm4Z1WMHdjIoH1u7WvcA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.4.31","@syncfusion/ej2-dropdowns":"~18.4.32","@syncfusion/ej2-file-utils":"~18.4.30","@syncfusion/ej2-compression":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.31","@syncfusion/ej2-office-chart":"~18.4.30","@syncfusion/ej2-splitbuttons":"~18.4.31"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.4.32_1609242321775_0.9689792668428867","host":"s3://npm-registry-packages"}},"18.4.33":{"name":"@syncfusion/ej2-documenteditor","version":"18.4.33","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.4.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5e7bbc990a6f4b967e5a2c6ebd7044b31b016b94","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.33.tgz","fileCount":341,"integrity":"sha512-5P1ELnXym2l9hHAgv2UQl5ns77NYsivxmVXCdZiWXu0Ddc/d3GzTCaAW6MjJc22h19GMzuPfBs3qWNG5fGqR5w==","signatures":[{"sig":"MEQCIE0xpoi9dGkJCrWZk45V1R5N60z91idi5qXEP4ZjDM6UAiAJq+M1Dl+ro8OiCRWYxxuva6osR5Wcobp97M0LuxWwhA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49841133,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9Bl8CRA9TVsSAnZWagAA/6sP/RoXkTVEXxFtThlzv5KJ\nB0WaPaPK202WXGIV8Qe3mdb608rV/4qa+NzvmPbWrX4aQ2RINWnRNKPOnr7k\nVtv6yxEqSR2Ke+EktUc7PbA1LIcgX23NAYwVRJFddv9I1QQwbGumM+7AS59A\nNOvFOY4gdIlAuwQxw7pr02UZ7JNsTki5rKUwLZANDLlr7LmgHPBzfsaoAdCR\nOSLEeNG2tHLmwSwlnCNAuDVKoEBD+O3k98WXgEK45WfJER421jde55BYNBQn\nDmN2JkNCU9yNBG2rnVavFAo6dISLNOPH5WhvX1eaIyDaiZ+tC6pauIKZXNTG\nYxUCfxENrhp+zdFmi3F6egFJA8oR6VkIyRPTR6CY6F0UQqclMiwM2eSKmYB3\n59uy3+t6VRvCMRElAfYaZ1jh6CoYiqtEFRZp5nV6nTZdYcp2tnVXAlsbfoEJ\nfMLoFYvLTJfiDzEimwewRUZr4j/aHdJQmYGo+e5IowdCXAEKzs4dQWVa1Kh2\n/ZYpsND+tcF2vR8mI9YPKBjrVZ+Rv1RtCO48dWHQ73emWff3TIgc3VNvxV5T\nJfqWifiSDz0yNFewFqz0jEna1/zDmgQNk/9p3zDGUEMfLbnO6nCcU31m4KmS\nZ+BIsLLaFp8FokSfL3joyH37K59XKjNYxG4+4oIpQ8+l7NNhIsAzQL7cZNvt\nrmef\r\n=AxIi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"5f2e0098f34cac65660a8547c3c52dad13616f33","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.32.tgz","_integrity":"sha512-GEYSuDCwJedmuN2A9BZK+ZYzs+9O7fvi+qzqzdsfCZuwYKD7R2MJQUOC9eMLJpZAXWV+mdzHmGv9R53YmkcexQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.4.31","@syncfusion/ej2-dropdowns":"~18.4.32","@syncfusion/ej2-file-utils":"~18.4.30","@syncfusion/ej2-compression":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.33","@syncfusion/ej2-office-chart":"~18.4.30","@syncfusion/ej2-splitbuttons":"~18.4.31"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.4.33_1609832827441_0.9094226723564514","host":"s3://npm-registry-packages"}},"18.4.34":{"name":"@syncfusion/ej2-documenteditor","version":"18.4.34","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.4.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"92a032dd5c89697199767143e95e4a363603a0d3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.34.tgz","fileCount":341,"integrity":"sha512-eqZklqi/lfme7KVPHdL2Y1JoFyDECU8j9LfSfxeukzpvmdWR8tXoXNx89wJ1v/1aepTUgK0klInVp5tOoLsIQQ==","signatures":[{"sig":"MEYCIQD5QlRyFVgXxX2GWpArATz8hzV7o6o/x1YnoLQy6R8haAIhAK0d1GJ8C/1h7O/nk31s5D6fMPM4PlK3Yj5xY5zCzbJp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49872098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/bSTCRA9TVsSAnZWagAAAtwP/2pQb24o9yL6eYdk+H3e\n2J5a+Qnf4deCDbtrH0aQCihs38KrPr/D8KWgSIU7etw/bGcl/NaACbqkzfY6\ncRXkIb7gFxCaSVVS7Zza5DvoYQCY2gdubSqY4Q8lGhLeQIugBfIZ+LWm6jAx\n2JnuPdZonUyz+d3GARDi/dZBloN8t6KYCFLLL3MLiDibZ9FL7tRnJtfFmkdL\nY1dCHkl48Uxco4AhvEEM+6vZ1bRUGVQPPEUcFzZgtV88EJ5uIwzyf2EeL1PH\nhxLBzzk8vDXDVKDAegySS3TbjTbEIcKivV7OM3MWgF6n15cC5a+1dDBSHH2R\ng6y2jS6rFPxr97hiztCbLFsETCgNyFvU4NSCXYxCwtVVdr7/FbRSqg32ffVH\nQInSijlXdbRTqoF4I2xurH8I6XBZ5Z2XoJ5pzMHAiFszxOZcnmlluoQfugdm\n1/KIJ0sKZzTy40+VZ8y3gur6Q59OHHGMsL+fuJrb829quMKyQFSsRnACn+kE\n6UsIRWiwgikXQ2eJq4KAa6iYovLg9Y9ynPGP9epvqnYE3Cc0CI6eS1gPz0Iw\n9YiqK2At3zJ72B4H6dk/wjW9QuaByHEdOZ6+rQzQvywtuBva2CNPRjc5yB5W\ndehOHfhEyZXSrk3NtaCOpil62uSEhgDEydImdzF103w4Na0YkSgIRuA7KAby\nBzzh\r\n=y/hE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"d5a92232b9fcd295f0ecde281de4f93dd4338c6d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.33.tgz","_integrity":"sha512-JiibOYN4Lp2oAEZM9wXIGrJhc/ggQi5EYsUBPQDzox+A3F0QMD4iev0iURaWHu7bQ1+ChwcpMzxQOZHxlR1dxg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.4.34","@syncfusion/ej2-dropdowns":"~18.4.34","@syncfusion/ej2-file-utils":"~18.4.30","@syncfusion/ej2-compression":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.34","@syncfusion/ej2-office-chart":"~18.4.30","@syncfusion/ej2-splitbuttons":"~18.4.31"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.4.34_1610462354626_0.9007824198744501","host":"s3://npm-registry-packages"}},"17.2.55-1205479":{"name":"@syncfusion/ej2-documenteditor","version":"17.2.55-1205479","keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"UNLICENSED","_id":"@syncfusion/ej2-documenteditor@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://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d768d0c4371f303010637ad696480f42df6f63d1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.55-1205479.tgz","fileCount":319,"integrity":"sha512-+AB4QveoPTv6Vf885SpFJNrhm3r8DMAt+B5ng4rBwoFCfRKT1p8Rrzpb0jcrywT979NcPFoaeqJKtMw9ntejLw==","signatures":[{"sig":"MEUCIQDp0xHMZYrxvAe7uWqRZDIEuXTJQgmaqcVzkbupeKTcwQIgQezmoedExfHw+BNSZagc/TiHmlKY7sMf4a4pN/Tfy5k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37420686,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAVrzCRA9TVsSAnZWagAAHcEP/35zFsfAINMtwEu9RLxn\n4NQp8SjFqppvvvhNoYCdgrhifY/ASx0GxLTpMVJKdQaQGhhMr6pcVVszL2dW\nX9DwGL7jiKVeLz/n9j9hlt2OLi/rZTdSOJGzq9o606LFDlUAVeesE0lKgRof\nYg4V2E/PHBN/Zq0Woj1io3cW3nZQ2GhA4SNkPAIz+qO7DKTH/YDxXSopg4Sh\nyEGv7C8hMV0+E1T1UXzlEp7s4tsVFxDq0lpZ7QQvYDgHXV2ZIG/Pgc4/M7Oa\nxQYIu2kwDdQY+Xx9OgQboOZI/G5fUn9rs6EpgsnAlIpgUySE1H7fjFWQ4oZp\n8K03KS3rj7IKHdJ7bf9X6gq32Z/NcLZqWgpvkBngTxtR3tw9t95RGnnrapk+\nxbow6qqOJsBnPA6PztrTmuG986CyutXfLCIKeqHGJTNBQWXXvLZPN/3YHzzn\nter5xSquRp8yk18DPMY9WGN43goqFmqTix491ffsoF10Tp7EKTPTmCb9DO0D\ntXz33LychBvgo+a6ZsOvM2OcYKnsRywMjrjVD40TZG46EdtWqlGEuUrYMSpx\nNxSOB6kv1auDn6Gm8MZH8xzkj2zA8l0bQT9BiR2+SeVr4WYw41uNwiTFUUoT\n+Z2MrseUfL3UbPN/J3Pf6dwYYMG6gV8qCopNF06+6Jth1Tk6+ud8RB/gaMrR\nLzn8\r\n=7S5O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@17.2.55-1205479","_spec":"@syncfusion/ej2-documenteditor@17.2.55-1205479","_where":"D:\\January 2021\\package manual publish beta\\projects","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"71318b93741dc5f5a18b205b33e1f725de05d47b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-17.2.55-1205479.tgz","_integrity":"sha512-WEcOTHfoGOWg7Nvo08044wzESEV92fJ3kOwjzC8JKHoqaYE1WY38COvszjJQ1iMY1P1rJPlFX0EBWiukkGDBsA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@17.2.55-1205479","name":"@syncfusion/ej2-documenteditor","type":"version","scope":"@syncfusion","rawSpec":"17.2.55-1205479","registry":true,"saveSpec":null,"fetchSpec":"17.2.55-1205479","escapedName":"@syncfusion%2fej2-documenteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","_requiredBy":["/","/@syncfusion/ej2-react-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~17.2.55-1205479","@syncfusion/ej2-inputs":"~17.2.55-1205479","@syncfusion/ej2-popups":"~17.2.55-1205479","@syncfusion/ej2-buttons":"~17.2.55-1205479","@syncfusion/ej2-dropdowns":"~17.2.55-1205479","@syncfusion/ej2-file-utils":"~17.2.55-1205479","@syncfusion/ej2-compression":"~17.2.55-1205479","@syncfusion/ej2-navigations":"~17.2.55-1205479","@syncfusion/ej2-office-chart":"~17.2.55-1205479","@syncfusion/ej2-splitbuttons":"~17.2.55-1205479"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_17.2.55-1205479_1610701554227_0.7386603257728095","host":"s3://npm-registry-packages"}},"18.4.35":{"name":"@syncfusion/ej2-documenteditor","version":"18.4.35","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.4.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0e5d0c935f18645884fcde996c225c1a068bce16","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.35.tgz","fileCount":341,"integrity":"sha512-iVrOKxwo4Dr/vIY3ifnueqUzFc0VygjNxz32JmPEENTIuGUuRAqzpneYmW8BklFmCZxMfALK2YqNzLtXSz/2Ig==","signatures":[{"sig":"MEQCIFAOlMcBY82npQdDaDRSnL5fe6QDdsZtcwTFIWzeGVfhAiBXLijjlr8AGg3QEG7l6Lrp9oeEqFn/sZLpyXgnAPFDTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49904226,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBra0CRA9TVsSAnZWagAA+6QP/jwbb8DxZNKDCC8S5H0k\nGck593zkZCkEtweh7WVLziDPRxRbAHp3dLFfYPYx9vmpPCZJc+VWAZrXGleg\nDnrooxHF4IbUeqGyzwx1tUh7ryYhDcpF+MMVtU9Dx87IV4ljI118sJ0Edya8\n60SJscX12xxYTxZldBjtrQ/Izs5CXEypwNkFFl3eSvBY7oo1MbIUdSgs0aMx\nb6mubLpP2ZoLUDw+NtqKNHfBmzLxIcxcHUSQ+Lp4ZGuneUjlFj7NdTBNWYFK\n9U0PmJQJcCnFPTdmZggmSRv+odufmuTYq5ReOqEZ/WGonmuheKAqdZtlckPr\nto1ojy5zJegF37H3fauQ9L12YiRE3HGVvkI3igNMmj7v2Aj8iXbiCPzhxjry\nbaVF6azEMY6Lmrb7vZrLLnBQcKlF4UXnR03EEZ3EFXEHXELJ9ttnpTTyAgP8\nk35iMHoHhNcSJyF6acMRjMusIQs9XniOA7BjVywpXuZ9G+g3gDnYH1Eb2vHS\noUkflx04PdN2uIK9WBQPM1zrKl7pumoXQiOPU91KbSe604sATBz807KBdtys\nR1+8YeNa00xNwri97EA+rVgHt0cTvxgpOJpdFCoiP9gdu2TfUPoJkXDkGerR\nvrVbD7cLkL+tTIkWnxTN5jSQqAolv/CuHGxsoG9LoWuf/0j0nub06wEzdktV\ncblZ\r\n=A/SE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"c0246e81d552eba51558ddb11d1daa32944a4b44","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.34.tgz","_integrity":"sha512-ZTNLhzK+q70WdYRUrDqPkdCqGoQ0yYwQ/JqBvPRsHzFQtXdoizAQGr5QLhB2OVWekUYy+z41LF7hiWu4R/Opow==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.4.35","@syncfusion/ej2-dropdowns":"~18.4.35","@syncfusion/ej2-file-utils":"~18.4.30","@syncfusion/ej2-compression":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.35","@syncfusion/ej2-office-chart":"~18.4.30","@syncfusion/ej2-splitbuttons":"~18.4.31"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.4.35_1611052724104_0.11834065886893264","host":"s3://npm-registry-packages"}},"18.4.39":{"name":"@syncfusion/ej2-documenteditor","version":"18.4.39","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.4.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"08a969bb69482dd10eb3a90869a8fc8dde86b436","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.39.tgz","fileCount":341,"integrity":"sha512-PBmw+974IuhIZ38jHkPBwC14pHsCtvsjO+jAZAHhybdycgDBfohJahZGC6U0QOQyoofR4Ajuc/g3p0uO8YPRQg==","signatures":[{"sig":"MEUCIQDcNfcQc8QAeVbM/Og4DdHVU3wJ+h3b1bcUds2Q/Ed69QIgTY/FSrp0b1TyCepO8FuWmBZa+7bSlDfZsWLt84ME9eI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49922518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEkcXCRA9TVsSAnZWagAARUAQAKRa6Z/BKpummonUeg8y\nvXrITxqpKuRdROllRDKuezEEM1T8PI2d/T+tO7cHqKOnwCgvPkuBJfkL0Clc\ntbWbTSA1moko8XlwxcpcK9keINufQ5cPvdz17E3O/61J+b6xjHk1pGWaFsC9\ncye5NYzlPX0jL+AI48zEVOeCuRGcq1lPBbjskRlpEBniTNudHz6av4uDcG5+\niDGsxRG7frR87FjcFIJSXYCVt/W6e6ox+ANeykna2CFjJkpM/C8dHFZC8gEr\nIdzIjnv19LMWWey5FNl7RlQ9DL7G2tUMoM2xbadW6UX/AR5S3P9uw+XMvoGK\nUIMEE1+93jFpn15/0Avi+4S/WVgPRr4pUEiwNr3d1t5lQQ7JS4Ga7zLc5UGe\nbrR3r9voB3SValrTq8hG8eI9O5klkGCkcI2D/2PrPgDL1mx3YQR/MgeW8L7k\nPcaZFR7d6kIMqde2Sk1h5d7CV0fRNfjKD6DXcpqnYNjoiFRzsE1UaXW+Zs1p\nfHTi7TjZ+/zq+4Pq+gB4FOjCuiG/5N85sZe++B06oTl3qc2lDG4Ib4MRvkAV\nwbQkndWwyAtd1RBG1I/bk2MxG5bogxAV7TypEx8i8lDTHECxI0/2rM2tQqHs\nV/jbxpUWHmfAXBDI+su+2Q9no1004a+j6HZp+K98a/7doPWxMLzzdgnc4U4b\ngkNo\r\n=3rCf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"6b251cfdf3a3d5ed481d467fa2596877f61b018f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.35.tgz","_integrity":"sha512-IIv1gPp15HErSARirph8akp/Fsrg20Xfttx71Oz/cMzHJK8vn4KMs+L7tAL+AccpTBr3129jTqMClE26ReINiA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.4.39","@syncfusion/ej2-dropdowns":"~18.4.39","@syncfusion/ej2-file-utils":"~18.4.39","@syncfusion/ej2-compression":"~18.4.39","@syncfusion/ej2-navigations":"~18.4.39","@syncfusion/ej2-office-chart":"~18.4.39","@syncfusion/ej2-splitbuttons":"~18.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.4.39_1611810582581_0.16645311628712456","host":"s3://npm-registry-packages"}},"18.4.41":{"name":"@syncfusion/ej2-documenteditor","version":"18.4.41","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.4.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"888e692d6ee80fef6856a3f433021972cd69c1af","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.41.tgz","fileCount":341,"integrity":"sha512-5lAW7holdyL5SH8uKaB6JlAGLFZmWpSPdDbh4NE2iADyTL5Ud2UGos4jkGOcOZVY9t+kihWCtv81O3/NC33P6Q==","signatures":[{"sig":"MEYCIQDzbdHZhSv8dEP0OnPdettyNYbFJbJP/BvYpHV8M3rMdAIhAMUCmy0ijDApMCZHNppWKTTsq6hm5MLivmyvwlwYFZN2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49931467,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGUANCRA9TVsSAnZWagAAbV0P/1y1Jwf/cW1zHKfH+D+T\nVD/leVuYavgC5e5u7sqq4Om19kxGuIENv3JffyffGhjnPVRDPN3UnW8xeMu1\nROTlVSza5ZtrdzLh0cOnnbZ/vn7gCr2RzpV3g0Yfhl12Sq4x4uQPz2RKMgHi\nuGVF+OcmA+OTp1YZT3HpvcuRR6CDjU9TjuW4eeRGpd2ftEYNpzu+0P+NO0zW\nhxlZEVb17BN0/a9W8mbV5uRjcHaHE47BOBVktEXv+72hOQBsgugVJ+AMMQZ0\nPu7vLEPcqk5ou3fjPBHlZ6F4jHq9eebyVPJLHmSmCO2zdsWXPRpiMjK08gXn\nLt6XGB70IyjaYzg2rUOi5VEL4Uj4vzxQyHU8NQGid6hnn7AOKOKnzLmiIxOO\nHRxUI/moH7GGNYWPwmzMt4RyXo42dC5HA5MoFppJrBJj3u7tmsq+KVzMGEEX\n1ARV97PaKdvXOARku2dyTSfWLzHQJQIFGfe2tFJ6Oua1daXdg8WuZSoePr0x\nkdG2fL32+HAXFLAybiu2v1MuCpIhUYhbaWNGzc9y5amrOJYdzHZuvX4Cxm5T\n6RvQrWi5BBOkbVjseUou5JxGKmEkxR/af+zMrhsEOdfzTmyHaBlggXHzkolX\n1Uofvp64E1E13/T5O8cl7cy1O7TQLncmugibxzRtLI5aZRueokqylez/WnJQ\naKWl\r\n=ytzL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"bfc59c649b2e120215492560768a9a3b0fd6d62a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.39.tgz","_integrity":"sha512-bC19SYGleXIOS4XcOYfFK5orIkpkL09jHmIdk8ocQ/ZWPi2DsMoWqIondOY5Ifvkv8zT6e/5rcYVaA7KJn8POw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.41","@syncfusion/ej2-inputs":"~18.4.41","@syncfusion/ej2-popups":"~18.4.41","@syncfusion/ej2-buttons":"~18.4.41","@syncfusion/ej2-calendars":"~18.4.41","@syncfusion/ej2-dropdowns":"~18.4.41","@syncfusion/ej2-file-utils":"~18.4.39","@syncfusion/ej2-compression":"~18.4.39","@syncfusion/ej2-navigations":"~18.4.41","@syncfusion/ej2-office-chart":"~18.4.39","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.4.41_1612267532659_0.8087944901706026","host":"s3://npm-registry-packages"}},"18.4.42":{"name":"@syncfusion/ej2-documenteditor","version":"18.4.42","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e251d5625e359f2093b768e21ef709700e504a86","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.42.tgz","fileCount":341,"integrity":"sha512-CHTXKJrEFQOv2YN8bkEFvGE4StAIfeK/95xQ1ZCLKNQqyv578r6nNXeDVPpAcFQt8Y5eCWCmhA8rR6HS+RhE0w==","signatures":[{"sig":"MEUCIQDzLR8SgMfyLoIkKAizvedN5e1N8ACC8cTOkiP1yPcWjAIgSoIdO1rGe4+k7DqKHf4Nyj01Br14WuMh/H0iblIjM38=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49944019,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgInF0CRA9TVsSAnZWagAAG/UP/2S//2tgOexE/RDr4Pea\n3muw+JzDVa+WuHK6/Ig1j2dVD43UeRpOR7J6jrT8Q1BNF7ddKSLGft4AwSJb\nXCqk8RlpVETBFP2+IxvxIkoYLt9bOrO6fwT1sJJdegwpeQGHVvWYHtODtu9i\nNrDNzbQTMjcpH/mFevFbBFxuTu1LM6eFckluq1dsYYWCp/MQm1r7v4xB4pQ3\n9BFd/a3O8JgKoDOZ20VSk4yu2McTpKLrJ63XD7dPffoaJjdtpZOaKpWS+QSZ\nLDp6f6L223Xe26YInc1GAWrukKb0ihdypxVBWz94gzd+4NeOTnhIt6ewXK+2\n5cjPmH7fsqXMgN6BGUZ/zphPz+m0rymZqTimdIDxRvyhi0MMupvKnVPtfHGw\n0DsN5ciPcV2rDE0LDdEcZnTsJxf9pEuKQqX2+xIimZpRzbBkoBYgjD78d7Js\n7EC6I1geM2TQC0+ikuYmuHEFpRqxAHmLbZb+NQobafcymhCvnZzc9MX2IQHm\n/DvgVgB6ih7A5xg/zX65t36urRmTIkMC4xq2riSjgq/2LPgn3eGE+V2kisZb\nZM6GsSIkLb92Wv9HJy/u6Y2UK5coV83vVw2aqDNuxhZTvuS0xM52DfCguk3+\n5PrH9SEa13SgQK7IctuH73x+NVF+UTBEWWyT6KCOU8eiXggs7Dpp7OWFLwEq\nmzPK\r\n=dhld\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"e8a289f3a8d6670e99f7d8b44899e1ef380ba518","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.41.tgz","_integrity":"sha512-c/+b9q2uABV02oanLSxpsjueo8RtNFFh7HIw0pYQ4wWzDNmeKtjDq0oxPy0QVLGcAegcXzESGK0j6CRJav/Ctg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.4.42","@syncfusion/ej2-dropdowns":"~18.4.42","@syncfusion/ej2-file-utils":"~18.4.39","@syncfusion/ej2-compression":"~18.4.39","@syncfusion/ej2-navigations":"~18.4.42","@syncfusion/ej2-office-chart":"~18.4.39","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.4.42_1612870003591_0.21801293430255808","host":"s3://npm-registry-packages"}},"18.4.43":{"name":"@syncfusion/ej2-documenteditor","version":"18.4.43","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"da7b8ec20989cca1fc9f6be238c1f566a1a0d875","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.43.tgz","fileCount":341,"integrity":"sha512-9nNe93K90OzSkUg1Cvg1WwAAsbJ12CIbQdUT/vog+3pBYRnsYlaSQdtx3MzDWZb3CAxiggXsFoWcsuuKuCd4Bw==","signatures":[{"sig":"MEUCIACynkNImvO+4MMH5+yRFfxBhbhK99nDYB4weA51QHPPAiEA77MMckrmGchAZcQEXar52U9fvMNcuTmgOGDs+kweiD8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49979162,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgK5IMCRA9TVsSAnZWagAAbdcP/34/owfOlqpWJ8iQe+QN\n1iUPbgvIguMUvtN4P99ZwUvJbStLKgUCqBFlyt7zQoXDItivSPFjbjo5XoLl\nIHbjLjdUEULU9UtvuW3Gl/nNcaW5l2E0OKb/WNgzfU9uZGgqZ1cCrEUmC3tU\nhoeOpeO6taQE0r2qnOKfw3mQDVRd9Kc/Urz4zywhbhbI8R5vtLS5vq4msSgI\nUfF2GDqM7JekgHaz88WUymWM1c8JtfioVyXC7S45DJJEPW7eg7Td8NPG1y+X\nXco9vVHwohcUZk5nk/7d/XcxZB2gNsda3GWg9c8JzlyglM5y2cgjShcjnXhQ\net1PIfPCBp0dB/JewGIeZEn8mMJmJVTIvumZFTxaFfCc6f/vO2c4YmF99x/q\n2OtTPXM8AkUq+/LBPwpc40wW9XioUy96Rid7sEkV9fdjU3WrufUgt6kjL9XZ\ntrC4oDy2XEqz2ZcuF6bPMLghfKO60kgNr5Pr1MMvLcmafC7VlEwRwViJe2OF\nKBFK1CwSmPYJ5ezAvsGxJV0oeQ7dXhXpIgxxx2HaXpGKSxt9Xdz8AbGWo3Nc\nMnERBn/fC7JyBsb+6xhyOOisnzsdG+0iM2Px4UxrJiMPbhpWQOhV70oy0+rR\nv9GB/ste+1u5wCz78wdJn2icGLQ4Ld0MS9zBwPYepVvJsXdXmsUb3irUp8zd\n29ez\r\n=xXlN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"8126c7ffbe3f0dbfe89ba23f038d8f86d6acd4d2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.42.tgz","_integrity":"sha512-yHVEDuO6A2KSKHWP/dne7N5FEtahF1Ym4A8IRCQpW5iDqEvvHK2TQHt888cu8qCHL2aZpFOWLy7gUKqcl7rCxQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.43","@syncfusion/ej2-inputs":"~18.4.43","@syncfusion/ej2-popups":"~18.4.43","@syncfusion/ej2-buttons":"~18.4.41","@syncfusion/ej2-calendars":"~18.4.43","@syncfusion/ej2-dropdowns":"~18.4.43","@syncfusion/ej2-file-utils":"~18.4.39","@syncfusion/ej2-compression":"~18.4.39","@syncfusion/ej2-navigations":"~18.4.42","@syncfusion/ej2-office-chart":"~18.4.39","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.4.43_1613468171530_0.3013636770767918","host":"s3://npm-registry-packages"}},"18.4.44":{"name":"@syncfusion/ej2-documenteditor","version":"18.4.44","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8c2807cacfbe0839ca8ca32fecca6c03703aa20e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.44.tgz","fileCount":341,"integrity":"sha512-N4fS4xKOcGOxTW4LNVLdH0hPdSzGexUcnVLjKDe/7qPbJB0D+jJthREYFdSPXcn8JBXaG7JBs3n4DVDgvaoozQ==","signatures":[{"sig":"MEYCIQCzU7X+12xn62FQaygwvWXMDpXDyijfRKETa0U+KUP3RQIhAPLdJW5DejaWC4qXIpLszawL+D91VDPon8EF6IE2guWu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50002726,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNMfaCRA9TVsSAnZWagAAxzMQAJAMk7UgvbO3ad1Dzdwu\nsBMBi0OfKHPfSuOAarZ3lKw50pHYeImsvcTAlGkx8CjrNd1/IISTLTa2x1bT\nYIGkdzAbCG0RfekkUwJcvDeh+SkqrQ/ZOpIKhAwhkJP8xn9Xab990g4TTbo4\nXg9+gTs1Zm68nGHWDfQSaZwJYOu2Il/BPXxLXfMtQ1GbursejtM5yd4u/7Iq\n4FsnA9NakBfN6KV2IrOmD/S5LF2hvQciXTM9x1FKUe3v4JQ4VqDzRg45KTIN\n4EpuxnzL070MKrvkp2IDnJQlqZXFyUfcxmaG1JxxCVWB8HDszknD+9iwf99a\nDNMpYtTxh84JVq/3ilI7cXJxL93rJVwd2poZohq8ppd8y638OZNmF0zhnpXs\ntdy869cSKYyDrzdC2wWs1m5do9S0d5YwH8+lEP7cjU8nL3jn3TNpd9JoK8cN\nsNniH93vrLpf8ltJpO1Hkc4bW+DsUQDbmxn88dvrKYtdyqnxUU7z7tXccqJi\nr8e71727t40oOtch8DN/Av3R7ach8JJYLuhNpqCpbrBpPNF7pHgU+zrRC59W\nq8N0ZBynENkqeBOKjCDZF8khZQozqcl5OhmiILY5YdcXkXzvqslgBliZRS6F\nEHeQ0+fajFvGNo0Av7QSQi9ld4R3YemJrSynQXrp6COzV5CJ5aWfdg4iW+OX\n4U8o\r\n=ULtO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"9f02016e993bad5f9e24bd1c21edcb62eabf11a0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.43.tgz","_integrity":"sha512-9SukmSKOmHCCSHdnTSrmqcl3frO2V3C2jTsazfY3qm5sYwJssI+hSDPRa9RctYeeBQxPosHRHnrTFVHG7I6Edg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.4.43","@syncfusion/ej2-dropdowns":"~18.4.44","@syncfusion/ej2-file-utils":"~18.4.39","@syncfusion/ej2-compression":"~18.4.39","@syncfusion/ej2-navigations":"~18.4.44","@syncfusion/ej2-office-chart":"~18.4.39","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.4.44_1614071769368_0.7038433232867403","host":"s3://npm-registry-packages"}},"18.4.46":{"name":"@syncfusion/ej2-documenteditor","version":"18.4.46","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.4.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e163ddb7c451b29d1d92cdd406de4e6c91851611","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.46.tgz","fileCount":341,"integrity":"sha512-I+ibeJx0pSjJMqpUW7WtWtvZIX0yTQoVMCPoaTJENZMrdo6ydl4XwOvaAPW9SI8iGqFqhxF8N9CJnEb92unLPA==","signatures":[{"sig":"MEUCIEBOFYYtF8BhhlV6rjnaK08Qir6PhbbfdPaHF07ZA8hTAiEA63BZK9XM8LA0HEBrcLTG3Etnmd9cHkmugpoL/f3UH1M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50047250,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPgduCRA9TVsSAnZWagAANT0P/1H1mYqsxqJ/5Im0rvez\nqIKivE5jJfVsfG+6LUlWgKhnk6n48RF2Pam3IFD1NolHNiWKO20Curx1Lvrg\nWcJeK3HhNaKLUUlhcv149Mg16wiw+6hofMiT3YFv4QZ5s/p83DYSvQVc/61m\n3sIKmCpgiZj+COg2Gb7Vusg6fvoxvAPP2y5/1UCHYWasmIb1HW2j7zU8t/cU\nfjcywQsrnHwoHmZbQork6AbBT3P6hGA9/74M+jiOLiEpvp2XKCWXOo/eswC8\nzkFaHAoayt6Xnryau3H3D+jdFXFu1uZPbKwSJiLk46fuTm8eh3A9b4BsJTdO\ndIn4HCGb7fnsdeJCB32sG7WqUEAu8oC2uHfSZ8uPLlf9I3XLmKKriFJg4+ZY\n7goiIGJXEYWp7HXZ7O1mBCXnzpuXSD9LSuYGoVlf0P1teAnXffd8m/RF/fZr\nGKYfXViHeFn7dq3FXDqIh9YEwBB0gl8SJanuMbn7pK22MOm/tPUsfthCA/zL\nqiFAhKqZuJkp/WUxpz3Gw0u9XfnGG+uK6poqhmSfm4JglWl4JzLC0p+yCeHk\n0pzAWgfR9d8xMFi2a8XtpuavmPgB+2uuH0y+53e+liTFMkr5zRrQG23w4UXJ\nzmq60rkqJ32OPMW8E1su0DcZJkB5KMZ41zkBKjGonla0Gp0w8by7l70IDA+O\nYLwo\r\n=5kQZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"5260173b41df708f114c72b406aaec7508507b13","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.44.tgz","_integrity":"sha512-0ciTN3oWAmG7SFKpWx0Ao0Vutij53qQawA+CBb//QILPow2Y5VtxoZ/RR4hIduPAltSr5I0kvw0ooCLG/ys1oA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.4.43","@syncfusion/ej2-dropdowns":"~18.4.46","@syncfusion/ej2-file-utils":"~18.4.39","@syncfusion/ej2-compression":"~18.4.39","@syncfusion/ej2-navigations":"~18.4.44","@syncfusion/ej2-office-chart":"~18.4.39","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.4.46_1614677869953_0.2213935321640068","host":"s3://npm-registry-packages"}},"18.4.47":{"name":"@syncfusion/ej2-documenteditor","version":"18.4.47","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.4.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9201256c89619c3d5cdea802abf5b618e2c77144","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.47.tgz","fileCount":341,"integrity":"sha512-dEl/avcGDmM13EBDvMp6SLIRpQpSudVWvmqt2cBv+grcbFtPTTsoDDaLa9rZZvGQyjkCEPs4dwIuaoNi4BShCA==","signatures":[{"sig":"MEYCIQCFV4xm25kV8ph7J4uAIuZvtHINV+7Re6qD78e994sRmgIhAL89iSGjeRMQ5odo0PzLOnJAyU82clkJvQItMJpkctXI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50066113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgR3BmCRA9TVsSAnZWagAAOMMP/jUSSH4yTCU6Jbk32Drg\n6uFZ19/tJVOjCQU+J0eK5Wfo2UoQMo5NUTI3RC+JgjbAdZsrftdLRk35Wr8S\nBOR4pgkzOO4gCdhTrvEDUDGnDsfJ+21xKMb2VKmpbzOV/GdPkAuS8sb+Cux5\nKjmTNOPaEKagRM4Wmru6bOajJcH5afBbqv+gCNJ2FnkWwWBty6f/pVB8xdcz\nMofevoc4zXO/kc93nL9YGiZroXvV8m2/uohO72r6XBwocsLjTHsqkwPGmHLB\nV5EfzMhxe2cgfqcybpa4bIcSBK0Qc1MzlXZcXobP7Rryq9Q2yM/KzQX3D+ky\n7An4frxz2fNXs3a6HMYvwdcMFIabHdkdgNkmC0WTzHcMHhVP/yYO7O96ibfr\n4zwcZyr9XrfmKL/HZQHux60zEKXtJSH7P+ZX2yuI/MYaMZigZ5k+m8fsGvOd\neWTkaA6OosikONCcttg1zjm6K6qZtvY0Gn+I8Wq1xPIVuRFdh0fEJjrb67JK\nB86O4bcZNICDlhCoaXaEZQnMWKEEjfwZYBWFJQzL8u+WpYeMPDujQzD7boXb\njaKqSCdJskevdA8dt9Vq0hSgx/GlR2WkGDTZhWGWgqsy4WTYKRxLh/QVQJjy\nmAje+V78VpTElLdEJxw9ZODEO96d9/OX9T8XUavO+fv66QEdQh5d7CtiBjeQ\nG/iy\r\n=Qeyz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"e9337acdc1d62d12f07ebf1f1c3c4ce3fa287b45","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.46.tgz","_integrity":"sha512-Y/SaQdf+2ZoJ0hhz41iMnk+xle02yPkfiUKmf41J5x1tF7pZyChbOxiHaJOIPwDX46z+WRQuOjUKWwrI3mud+A==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.4.43","@syncfusion/ej2-dropdowns":"~18.4.47","@syncfusion/ej2-file-utils":"~18.4.39","@syncfusion/ej2-compression":"~18.4.39","@syncfusion/ej2-navigations":"~18.4.47","@syncfusion/ej2-office-chart":"~18.4.39","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.4.47_1615294566011_0.7813656603791066","host":"s3://npm-registry-packages"}},"18.4.48":{"name":"@syncfusion/ej2-documenteditor","version":"18.4.48","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"be91d1ef1b8b3a46e17fb45183dfe963f6ca19f7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.48.tgz","fileCount":341,"integrity":"sha512-t3UCK/TQmsf92vJuKKZ0o4nx5brT0ShS7I8vUA4NK8EZyF9UwcIIkbXXXVGK/8gjXOz6s3NYNRLYGql9ugEOpg==","signatures":[{"sig":"MEYCIQDC9owz9TCvDD+671j/ns6hF8l0ViqFxnsMu+7BE7cz9QIhAPN4sPy664aD3cY7iUeB2OTlKfQ6E9gGc9W/YCnKckpA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50075808,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUH3hCRA9TVsSAnZWagAAT7IP/0F/guvvg73I+lM4z1Bi\nfFdutaC8+Wx7y0cvHqSrWLGUfEimxQlZYGPJLSLdeGQJ5/ZHRX/QdwvLtcXt\np9oa0mO53pcxaPbntLztboopzNUC8gqqjJemKwQaxd9WWZwYcQCKHc9Hj1Pl\nDkQYXvGV4OyzBw4OeRFT/2HaOIg1shHXJbmzvxRTJD7tHLR3VCm9UfADKWOx\newXV8JA4zDxuWlvMp4wi/UB66HV5oEz/LnP8DsbTT+aovixNCumL4eoE9v7n\ndXuKU36U79js74KGjw3E89xH9UwUu2w2CTgAgo5FdAp57V63YSJZjyMPReAP\nZQgpW5YwYM4FlDn9H3joYKeJhhiO/yKdNZ1jHysdFfo5BkfRxMeldSXvsL3a\nOxln6vJv33PyVfyFOns5E1ipNUezEbRbu9m6mrhqXn6ZMgJzk3PN8foOeRYM\nbQQ4Xvq6NoLNvdMkpA1WJUi308UCVoJe5IrwHaDnmlMhwPFwCgHcNJ0Qph7a\nNkp80PBUopNVFMyTz6/A51x+9wyLRaZFb1zWzFjAB1AmokMem+LZrch46ZSh\n5V47yKYJX+mCDJBxJ7BSUa1/ka/n1zIe4Lbk5TNeqiABmiOTay+vPTNPqxgp\n4VJLyXOweGakTUFc/nOw+OR5gq8mkIwZy1CobkhsjRkx0BqUjLMYM/zETLEN\nT06C\r\n=RLnQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"ba999f07fa550db2b301fa17215a9cbeb2fdfd53","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.47.tgz","_integrity":"sha512-HHwR504v21XoKie79JvJjz1PHt0p5A3zse2tcbCXJLHySO2oC5uwJGarAq9yhyQYirsvdTQ3CTJCISw+PepcSQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.4.48","@syncfusion/ej2-dropdowns":"~18.4.48","@syncfusion/ej2-file-utils":"~18.4.39","@syncfusion/ej2-compression":"~18.4.39","@syncfusion/ej2-navigations":"~18.4.47","@syncfusion/ej2-office-chart":"~18.4.39","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.4.48_1615887840822_0.04890273337162321","host":"s3://npm-registry-packages"}},"18.4.49":{"name":"@syncfusion/ej2-documenteditor","version":"18.4.49","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@18.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bb0c14b7157853512ddeca5eb64be68b99831bc3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.49.tgz","fileCount":341,"integrity":"sha512-msQshKae94gO22fOe2vMHG94VGz4SPbJMW4K4FNgcfSkabeWXNeZGlkZ+jSvbpzStWLTAgykqd2WYksxlM8eyw==","signatures":[{"sig":"MEQCIB2Y8le325bAnFvmdakZqjkhLUW8KE6vVHGk7HASTllvAiA5ypSbsQl5HL+LVl/mc7QtwfxMoTeIFGskVzYA9uxZKA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50099853,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWaz6CRA9TVsSAnZWagAARy0P/2btSkWnx/qMcdob1Zy1\nWJ7EodnCNq4M3ZckSoeXHQFj0EAsLYe41dQvQxYZgDCqzt7jwvaw/4BsuFks\niFV6dQ1kOuEvZXSJhV7aj8OzHtN6Q1jxOjGupM4fIA9HoWTEs5oJcZieaxhg\n+fJ8qqWIZ51rcUGULBFHmr5VDkghzkskgn3Vd/tCPTTvayJlBKsLbKNFdG28\nEPqvd4M7+1ONriekSRrYbq7Sduz7ACn8JBvJDdwh/kXpAgest8xglf4V/q0C\nk7YTwV/NXmcPFWlf8lQ54pwMRs8utG4FWpWWGsj58vEMtOl5Tdu1516KOB5M\nZ1//2bDwFXwvXg119oMxjL22vFhukPRbOpNo1xFMaEHFMiGDNbMbEVu5E9vP\nOvtp0pdzg3npQAQSKFsF9QDHg7zcSohv3dbNpVEDfBRTWwGJy4qhiPPHZt8O\nm22Cn5vdQaDA1B3cfBMSHuU9Mb/yWKiU0O/7TTxuPZxlYvZ/XjvOg+CVOdex\nOoriZuXdp9YhnSdC0MpMl8aTsGe+gvM2KEG/Cqd+P0sKAt4wE/vzSIZCO2GY\nIfFP7D/Dyu2lCXPxdfRispxIJNwWxNKXBzVFoaLhMA0RyyoPxunC3YKb6TKW\nNjiBg2IOGTUQVNaA1z4iHgbjYDNX4w7qy8LaJedVi6W6LV/QCmVr4xwLwnwy\n67Yl\r\n=Dgkc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"37ab36d14b4636dd62ce7d46d9cb1acfbbc82d9c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.48.tgz","_integrity":"sha512-WPNu0BKpZVvHVvsUJJO2MWz0j1AgoqiaaAOK5l3Fc8FiNAkzrc350Tw2bVj94VgWO06gV2WMWwm3qL228iiHAQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~18.4.48","@syncfusion/ej2-dropdowns":"~18.4.49","@syncfusion/ej2-file-utils":"~18.4.39","@syncfusion/ej2-compression":"~18.4.39","@syncfusion/ej2-navigations":"~18.4.47","@syncfusion/ej2-office-chart":"~18.4.39","@syncfusion/ej2-splitbuttons":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_18.4.49_1616489721364_0.7589268100664792","host":"s3://npm-registry-packages"}},"19.1.54":{"name":"@syncfusion/ej2-documenteditor","version":"19.1.54","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.1.54","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c4e25923140ecdc35849cf727ed7c81053a3db7c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.54.tgz","fileCount":342,"integrity":"sha512-twy7QANXZ7rPv84/vDtuxBmzUwZDEMOf2ohNHLE+rtJTsilkZaO4fQZEezU2bQrT9hZkh+E/8ZUruXQe9t5msQ==","signatures":[{"sig":"MEUCIQDg+PYutiU3mH5n/LUS0FXQtCHobSdQD9nEpHSbRSbgAgIgUNG0UjIbz7PVLqb6lDpKZDe8LdngVD02B/1DyejfJrM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50138092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYzp0CRA9TVsSAnZWagAAlcwP/0TPqLdeUfWLvJv6+yZ7\n53oUk3IZT2pP4UCBZ9uBJLWLapWSOdAHc9wMZLZ5pbsvHhEoWhSTqjhleRtt\nNv9ks6oaXIbkSdqA99esWB+QR18pDDCUf1oJptPIHmaTmmtoMrTqaPqAwIW0\nbuuMCmOMJpMKU5TxhwO9O7NGLwK+bg+FUcmd01xxHX7Ps+kd85k79ZE4UAIZ\nFqrbeBYeh+MC3ijwAtS6Q44r12xkEHk1hCdhj8zpZV7zQKZ+eeB8em5+6q4z\n4veQTfj0qwE1hXh8ynXIo94x4BUswfOJRXM8Fz599SvmIgAoJuy7rMeaU4OY\nVCKeTsPUqIwb/NdNqmeeFKiZ/whEncb9cDGjo36LqbM2hae6LlT6kBa+4fK3\nxEFDliwvWkqEaXT+Qdlz0grDh4JlDB5widu9ydZS0JagvuRZLDoknD62cX9Q\ndKnM89wAqtgjDZPI6vK6vKBvr5K3tKPrw32aO9VhaUGVmLvEA9LTx84DfWE9\nagphg4oAPMeRqs5rxW8yRb+9apQFWRDB84p035KhldIgvppKlqSgOMGlIcQB\nGHdfSYblgvXjWjScQ82YdmNW5HNPSQsl/PQfW08yJYYy/pdHpP1tD/4Y0nl2\nWSBzcLW169k+cMDzhTO8p8yo7E0eNivgktfY9NN1omAVCJpxg7OGOi0Y46gC\no1LV\r\n=CA91\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"bfd9678dd02274588e2b81d222f15e43a442d3e8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-18.4.46.tgz","_integrity":"sha512-kP8jNuFiHi/6BmUPd6ySYI+xhthWdZFLlLvaDB5Vfc+m5eJIo9v7yK7hD2GpqsGHFcncnf3xv8TRzjXJT799BA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.1.54","@syncfusion/ej2-dropdowns":"~19.1.54","@syncfusion/ej2-file-utils":"~19.1.54","@syncfusion/ej2-compression":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.54","@syncfusion/ej2-office-chart":"~19.1.54","@syncfusion/ej2-splitbuttons":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.1.54_1617115764279_0.7664855184658228","host":"s3://npm-registry-packages"}},"19.1.55":{"name":"@syncfusion/ej2-documenteditor","version":"19.1.55","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4a597da4488f7278d053db5e0536841c7bdb470b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.55.tgz","fileCount":342,"integrity":"sha512-6VdjkmVBkjzYLadCTacdb6g2dN+1gXH9oPNu6xhWRYr4uOo6Hxc3l98acwVd73xdxh8KFquoS+hCtBs4nw/OGw==","signatures":[{"sig":"MEUCIHfO6ct4ceyOpzmJKv9lV2p1WW2toyoUreUvOQurxFLPAiEA9sYUBr+ueiVyLA2H64mO46chXSYgtA+yztWM430/2F0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50192129,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbACwCRA9TVsSAnZWagAAD9oP/A+xN9VlyE0Uotmz/lK6\nG/yTpYohOW53zj81ocAX/xg27Ybx38G+c/cnQCGS2kcgnUwmTqN6pDmbwN54\n7HC2tg1IVAwqamUTtD3ZQ+wKynIEFzBfNjV62ppy7zkO7ntnISGiD9QvJcwp\naXLIJCMpWPeZVckbamvRBPlfq0SoOTXAsmXX+BJIqdPfoanQ8vcUKyOjw6v7\nqJ9WB8sUloeU7rxfTNGY0aDGIJV76mK+mWraKAoCpb5ZROyfJ1yqqdsRNg7e\nsX+skLhaseeYa/VhaIX8Z7kadr197xwTBWHmoQ3AzeslIZeLoY3ET90rxBCk\ngS4h01PsrjBlg0+Lxpz2yfeJ17N9VieZzT684TA2Lcjh3l2F5IlKzd53KRHr\nwHD0P69aPIxaH/yDlAt8W7cf97arFcrnhXl+2H1d6RH1yc4ngp7S7ACU4nVN\n7eL5x8AKuXEoxZTybM44gGCY1C97+hDb5bAotLeVdp62ByyDATcnBLG8GaGK\nYGK6JMxesMuBR4J9YimXQsO4hhOIdLmXF/UTi/h07pk7Lm2CYrYfTdWHwuOr\n43ShodPhfMFdTf3kqz/G4Cvq92RW2/hb9TsiKecOQsMpTHw5dfhe2uL84SF0\n2uwZxDKl+vPohJE37cHCdhyNzQ4sW4shY9XWijiHKNSPrcrykW/o3n/ADTQu\nb7M0\r\n=sCh9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"a2e5194dcad8bc024edcb2e8000c598dc6efb139","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.54.tgz","_integrity":"sha512-ILdSOxigJdHH66u/RuyMo+dCGtWftgOFOm6R5VDaPQhRKadZcZ51RFhoJEW9586thIAYuEwqnARWWnAtM1O4+w==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.1.55","@syncfusion/ej2-dropdowns":"~19.1.55","@syncfusion/ej2-file-utils":"~19.1.54","@syncfusion/ej2-compression":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.54","@syncfusion/ej2-office-chart":"~19.1.54","@syncfusion/ej2-splitbuttons":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.1.55_1617690799493_0.9259377441505188","host":"s3://npm-registry-packages"}},"19.1.56":{"name":"@syncfusion/ej2-documenteditor","version":"19.1.56","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.1.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"26491823819fe87327ff0fc7e1c370307e418ee3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.56.tgz","fileCount":342,"integrity":"sha512-honRgcb9qgX3qgLpeaDSRpp+e1DwWMX2ikHkNzK7V+Ql7XpUZh6bGzqAlGpyEN9yFA2NsGHZgfFn/1zocGIZJQ==","signatures":[{"sig":"MEUCID82wGKJDNibE/6mgVMi1IxeiBW3HG0p5ZPzrKZR1bx/AiEAnKPtdhu6HW8j5JgUpnrN3ioBSTMKkfTrUOinuIFuozE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50463654,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdWISCRA9TVsSAnZWagAA3AwP/Rqe9mEgWXV/Wj8JpDNR\nJDxUQPKeoZ4494/7x3wAJ82XKQj4m+AHiR76zRybx3Yll6NGzTXX5ht5637V\ncg0b3U6NSSPOnBAOvawKBqdC4XPVjMUIUswjkgTYgxbUE43rFo1kBUzSXJSe\nNvhy6xfFXykd735aLSw4ABbC3L7fbA+lYw3rNXvmxzQ6xzm6ad5xQgkJIkqX\nxajFx/b8g6IiA2It7eYBwCjrxYfQekdMMKT39Tqg0S2md8KBVQr8Aalkv1od\nnSiiVXXo9ggSBRZtPyUyqbCAmXT2AeMBLn4qnonkiUycw19U/0NpX+KLGIvF\nnGnFQ7rhJbxtfou2fBSu4SmGw7JQkD+9VahmIsFbJ7Gqa6b4zQKnjMGLHIxO\nVbLf5dBN96MwHNfa0NZmlGvb7pc3GrZm+TlMIH5JBAxYpaAMphoQ/XFIQ2Fe\nEwiGqRxvHTncBd5ryaHJ/mN+YwvPCYBcGAqLMfpuYt/NE2eHF3Kt6H0pyg4O\nx0sYIyxeAAVEELlM9day2iAqAWcSv/goo/N3jzg3zqYrTsLh9+pymMhy29sY\nQSszsmKHERqkQIJGLx2oMg6H/NRB0GoLB1ctWVUYYnzAnXOatbESN1dOZMgW\nsq+Q7i8lMSkekbohnXTq07pweKRcUolZGLHJi7vNuLag3vKjl7GWhvWQPwZ1\neH1J\r\n=mcpc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"75039c1edccd742925d660592aff94c700f0adbd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.55.tgz","_integrity":"sha512-F1pPd82APEtdQPOSilASShE9V+ujGPP0GnZ5sj3WjYukPNyikGPu/mimySweLgTvctMKPtdIuSysKidKJxv72g==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.1.56","@syncfusion/ej2-dropdowns":"~19.1.56","@syncfusion/ej2-file-utils":"~19.1.54","@syncfusion/ej2-compression":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.54","@syncfusion/ej2-office-chart":"~19.1.54","@syncfusion/ej2-splitbuttons":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.1.56_1618305553808_0.32422251917292355","host":"s3://npm-registry-packages"}},"19.1.57":{"name":"@syncfusion/ej2-documenteditor","version":"19.1.57","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c51c7657f90a688f142ac843a1f1c5541817964d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.57.tgz","fileCount":342,"integrity":"sha512-T5441InXmsG4vJ60mJatsDpTyjHp0zci8nJJxHHee1evJi3NelQtc352gtbSzvhkEUS528F8w1hWGs2f/bIQuQ==","signatures":[{"sig":"MEUCICg4OdM2r7LNmANk7jxEYMmr3kmZamdKvE9DujiY1IIkAiEA7Je6mTLGjkbnq1L+VHeyGeseWSVYjNylBVFXWkgkNoU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50858703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfp/pCRA9TVsSAnZWagAA4vEQAJrAzKlxQKipTrdaYMsv\nRuDuTs3eeH6JFrMXdMukCnNEkaNH7N9JgrDPNwSGZkiYI5kj2Aj5ANYbDbPt\nHOnmFGvNk9YDbITNjzQQivRRMpTPCp3DNa6HI3pBOkKmTflncwcZJ6hxtJ8i\nys4X5838Fpjrzfw68ohssEPv/L8TzVKO8ln/y/AYRIwBrqlYvnkAi7y/7WL6\nbeoM6A2LGMMql4rvo6NYDO+Vw4xffNk92cfxuLRsE1s7ZEggf0ddtoq9WH1l\nm+gd+1ejhTy6TxE0cUQbQfygkvESMqj1IMBIkEM0ZsWGa3B2GNa1s4Wn+eCT\n2CzSSsmvLLj9N6POskLJDlkD+vWouDHpIOwqaRN1EFtJpn+xbuDkFhvgt19V\nbrbh1TYf8e8OAd2W/XQeSp+FDiVyQzvZX9Mv1HSILPFeYubpwTarLCsHoe9o\nkOCkWvdrFxmE+4LIspqIw5yIB4YU8CMCAgZ9G8AbufPzuoTSdeVIkRZIHNRv\n++QqdfEbRlWBMllZ8QQCQRglVx6Ic0D7A40X4sv4b0pF0CdGR+Y6jigE/DxL\nq9tg5TwsiPDlkWAhai7/UEQqHP26yIgvjZmHwR9U21A3klyZTL7IIghH45He\nC+08L/XBSMzl4uN61BFNrU6VAq+T0ic0wOVTA5JTd1p8LEuXQi2ynkD0Mpw6\nqh3Z\r\n=sNZ0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"b417d2d0fabbe442814440e857492e11df24654b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.56.tgz","_integrity":"sha512-iAzuwwsZe0MmmiDO6ibYWdqETM+Mh1G5rAjvHx/evBtzPA/FTx6kvbMUBLPCc0H4OhlwEZiLncipXpBQMltj8Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.1.56","@syncfusion/ej2-dropdowns":"~19.1.57","@syncfusion/ej2-file-utils":"~19.1.54","@syncfusion/ej2-compression":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.57","@syncfusion/ej2-office-chart":"~19.1.54","@syncfusion/ej2-splitbuttons":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.1.57_1618911209058_0.9813456162667047","host":"s3://npm-registry-packages"}},"19.1.58":{"name":"@syncfusion/ej2-documenteditor","version":"19.1.58","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f4a4999e98c20692b04f73726d8c61b3e04d2d44","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.58.tgz","fileCount":342,"integrity":"sha512-MjEqP9IqSjcPXjsnf+qhTAZb05xUxHGUu405aKNnpp807ij+OOY4KxJjwenLifCo4jnSlD3cTeSWFAesv4zYsg==","signatures":[{"sig":"MEYCIQDSfGfq3dHm0grl8QP+ODICE0EDMfZ8JInij4pdNzeeYgIhAM4uIIP1ffO1/9HYqrhJ7A5Vv3l6RZ9bKct6au5Y8MWi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50920300,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgh+iSCRA9TVsSAnZWagAAeXEP/i6tPEoneOODqqcbXKJv\nyhD7NRD39uq1dGPH9DNRbbinbp7DkR2LRVg9WyvXMh6pjc4yqLXAHZV3qhEJ\ngfdF7W0D8vJwslYH5UDCVP4dnPaovxaXwdOHSeZcJ8PaU19+fg3IhfN/rqWM\nP5glEPqCFZJ/QsOe/Sg2AkjqjSY4xJKweGezgOZqkr/wPtMYoHAZwrX+/2dE\ntI4ThGksm4lu4onw4qv9jSLu6M65rUbGPIZhTSmq848lOExx+QWkHtRQ+57I\n8tjU7+PpKU5THZCjgRvH1rqVa3hiMNRbxO0jk2KvYTV/gJoM8B7FEwvtL345\n6NHP2b/CDSapsT6POifDlBxTOKXTJfsg61LI0NnysJ8Whw7r+XYIdhF7uXzZ\nXJmCdI12Pyaa+Kjd2J0mZmcEuB6l14UOdqpRSUCEzWbQH0O5LLDZnmQqbQdi\n/5XEZ9JHk7JmQWJOkQC1su3WxE60DCvJxUe7nx/rf/U44lIdJ8Uekzoacb0L\nEBNIToDp10O3za7G8usKGTFy+95z32oxEwFwrSjd6HkvRA5qamD3SgtxPFk2\nj/T7pzTPXTiy5ojYhyqZ22j2D9QwCygerWXx8elYFuxFH8evlHYOaZE8tYYm\nSEj7OUKM8cz8jFsIbdqAgjnvurSNORPGTGYfMKMAbV9HIWNbng6tlY/muXY8\nB8nB\r\n=BcBp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"d397f1489b9afcaa12c58d6af0ecabfb233b60ff","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.57.tgz","_integrity":"sha512-AMcqBB1nq9F+ENBdvujQRRAVE2UEF08LFbj0JWF6QsiGysvpzRIpBIRFnFVJmR7sCUN9fnoYG2oKVl8vX36wJg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.1.56","@syncfusion/ej2-dropdowns":"~19.1.58","@syncfusion/ej2-file-utils":"~19.1.54","@syncfusion/ej2-compression":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.58","@syncfusion/ej2-office-chart":"~19.1.54","@syncfusion/ej2-splitbuttons":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.1.58_1619519633082_0.027319507813566846","host":"s3://npm-registry-packages"}},"19.1.59":{"name":"@syncfusion/ej2-documenteditor","version":"19.1.59","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.1.59","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c0a99a9e9ef7d23b75ed804d5bf1ff3d90c58460","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.59.tgz","fileCount":342,"integrity":"sha512-3Kq6quaOPLKv1WVxdj1SqNd2d9Dphwv3Q1z+ZMO3ALOZAn/KXOxT9X8a1pVhfAxBsgtCdLvNtflMy6AigwfaAQ==","signatures":[{"sig":"MEUCIQDuVqVhO/jeZF9nADezmlMto1zTgH5PN72A7z6v+RZ7KAIgMznmqmf6W7OQg6aN3YQGZNCwxrUL2EgfYvd77l+MGgI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51285717,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkRMlCRA9TVsSAnZWagAAjOYP/0kmcdVFhyxDC2hPDPgp\n6PJh061Xb7E7iGv3OlnPHKqZR7AbRyLP8OTeisZUX7EJ27lkfAsrBfSnqtuJ\npwVzxkfvySm/ZoIUB0SOGTY/oE8P/SULx6EJVEVZnzUyYzZXxXUlRTKW45Ci\nyUJRRLxRv3pI+idhTNSEzoEmzlDjEedxfCKzn93CDkeB/RkZ+waLV/0nOXqG\n6MNVW0tH0SVa0hhrZe2Y8Xvvb3AfNmK0LJwAqOQ8ZSOayOIuif9lFIhvzkeD\nF8puBWFlZfxjbevjFs+RkMcIUZMxXCxqs98HQV8BBl9I1FU7NLZjRULSIX8H\ntezq6rxnaN5ka804Xe5J9i9CgkJrmuk1hJHN93kPXSJKudzV0LEafsO8pDKJ\nPUMDgQH/0VfMIjP7VlqPQ76rmJjITBv1lSd4oJoNpW6B2E23hGw8PaoF2fJk\ntpUFeYsINis8p7k7+IAymvkiFFO++nydh3mjv+BAdQlodGDy0idXH7CpYykH\nojXkc3lnT5KXlroDAozY42hAjbjHl58g/1KZs78W/+VgTrFu6zPzXHJmjGU7\nLRxH1XAzcIvVqXsv+NmpXiO30/ZUpTbrFixEOFl+HXKKAWDTEmGW0kEl6iyK\n3KurGUkRWoZu4pC6EDs38XH0l06K0uZm4VFeg+WaT92kTG9Fh3kmIBjRuQLj\nGIcN\r\n=5d7n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"26651155dbf5ac9d7f05ead7492aba4484e1a53a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.58.tgz","_integrity":"sha512-M3KT75muQAqENLdEVvQBPV06ujnrnK6Ge9V96Cks/2xePfix4I9gTdfuzSI35E5D/OSR6y1DTJjflDm/rOxSQA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.1.56","@syncfusion/ej2-dropdowns":"~19.1.59","@syncfusion/ej2-file-utils":"~19.1.54","@syncfusion/ej2-compression":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.59","@syncfusion/ej2-office-chart":"~19.1.54","@syncfusion/ej2-splitbuttons":"~19.1.59"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.1.59_1620120356257_0.6109651618882879","host":"s3://npm-registry-packages"}},"19.1.63":{"name":"@syncfusion/ej2-documenteditor","version":"19.1.63","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.1.63","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"97a0074d5b0d7fedb2d48f6a59e2e0fb45452334","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.63.tgz","fileCount":342,"integrity":"sha512-xZQCfWHNErUDeqWnNR5E9LK5mVZpfkcOL6shaykLcqBc4SYaE8bFl91cMf3LwoGHuioB9SShOnQ4+l5CEclQtg==","signatures":[{"sig":"MEQCIGnand9GvZ3s7VKpj6Xda7VNBdiayktsf5Aka5eTHTLfAiAZLsACVLJJvgeZ9BFgOW71B28xcJM1obRZ/EFGz/wN2A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51353976,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnL/DCRA9TVsSAnZWagAApz4P/3AmD5O8HOOOAZ19jQk1\nQjIla/XixZy9XloGG266O6qOHdlMpv36FloYjgCWbPKEjPKRU6SByF8Eb4d5\naRpAh1f9hl8ZUgag9n23fZdq6wvcO7JhhF06cLiLA8L6wBqmOMe4gOB7N34c\nKPKBFvTdPt+Y7t5I8oIfiWzELTvPFA3GwHa9sLtiZliFtuMCDzsI8th/i5Xj\njma74OG1Wp7hsHPgS79PwnZjek3nYPLwYIRkAmzq4JjuW9aqW7+P95WARMLO\nhxTbv3mJnqPJthpYV8v5FjTloBuXzLkvBnMj5FEmLjJJdnyAQGYfQvAJbv+9\nnckyMfazRpu8303CvqmarCeShAIOb0CAfcaPPuhJJ2gt/qxFZy0V9bZCj5V+\nZylNbYGXm5p1qYcBUgDOEGd1qo5s2sweU8r8aFMAMz8mHwbBTdg6HRGOnRzD\nfHGofT9O6UdE3yOFyIMS9yVdf8o7fySfHR6qJvPqq9TrjT4DkC6F0cRWiAad\nB9XvtKf3HEvg5upzW5haZdQTVCGdh2FTJgTUG4if+rJrBENKD0SvsIICOk4n\n87ab3+K6d8lw0a3io9e6U8WfBpLW44IUWt3oIO/i46dd1ATcM9YSqbnhlPGy\nXz4dJQnHGSMOh/2SKcyPoLbGrcxoK415vV8B6joCvrecwNcCJrJhkqARONHe\nItXW\r\n=pgm5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"fe34cbb3d257a6ba753ae0fd5943ebb8dd15bea9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.59.tgz","_integrity":"sha512-NeA0fNZDMaJcKiT39uZTLxs1NWj3fifC7frKkqoHNUnTrSmzxIa4b5B3aQVIfYREqiyVBVPgzdsOq030rB6Hng==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.1.63","@syncfusion/ej2-dropdowns":"~19.1.63","@syncfusion/ej2-file-utils":"~19.1.63","@syncfusion/ej2-compression":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.63","@syncfusion/ej2-office-chart":"~19.1.63","@syncfusion/ej2-splitbuttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.1.63_1620885442658_0.5394181415115396","host":"s3://npm-registry-packages"}},"19.1.64":{"name":"@syncfusion/ej2-documenteditor","version":"19.1.64","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.1.64","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"aeca8cca46c3e855bd3aff7a0cc4ea9358ce771e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.64.tgz","fileCount":342,"integrity":"sha512-GGteYCfsq6vvCG/5HlnVe8Xvymu98Y9O7ReDeetfZb/5t/XYAoNPhgVDj1RfCVOHbTqHjiEo98fOD3kEs5G8Ag==","signatures":[{"sig":"MEUCIQC12wMb4TYxzIb8W/2dYhtBzMUbJ+igB1g2sttcOHqQaAIgds/FMencvGdJg6yXUTQbwyEFYNG35dGp+6G7wcyB9tg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51380361,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpOIDCRA9TVsSAnZWagAAS4oP/1TamUaB/r7OwIBdbGvL\npqP/RTqWcpgVFGnHF97udoo0iaYdLCZZdt9t1eRd7fl3nnUXdhXwtbhIEzOR\nXdqbsdCYRlrMJ1J2pNDJfON0d4lWcaRjZnL53YbcZ+XJ87Xw+z5vpYUsbWLu\nYVxhE9GTHjPLGSHigDtwnb2h/Nw7Axa3ywCVRCThlw0Mf8zrrXMalYtYpyZx\nOUtDhgZuC37x0IZV81HvtpIGZzUdgvWrMg2RGDEMlH/Adj3eaNcABROnPDHx\nQNI785jCg9n0ys9WSCT0cIH80G7NTv6VD+tcto7LGJOARcLDLhxKZUbRhTbE\nWw2se4P9siwagB4Ooub6/iBfkGws5h2taRAMTxAGSn+cXCmyCWQxvoyGrTJz\n2+u4J2WRiu3BtxAbTO0gEcTPxdpM0g3eeS3OyMqjSQrJ8UMS29feOG+/IL0x\nHTdcJO3kJT3z5HRMzDbp2PmRJMDCZmMTp6TZVfdCgFlx0V+6PvGZb2JzQyRg\nuTmJb6QHJLO9TsbQmvolsEoICx306yZshkZBSOEsadvGp/Mlz/o/FH2teBW+\n5SJuaH3TufCjkzoc8+85yrSegWDMA4bFIcYdALHQ7fQ3rtIMZ0TYJdzDxEUu\nqQZ+hhSSnIg/gfGN7VaRaS5a3qiyHaTnL+sxlCi9X7MCIPKVHv8e+S9a1f7Y\nAHoH\r\n=2ook\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"2330b6ecca22dcde7e44f937b570253cc806b757","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.63.tgz","_integrity":"sha512-f1wGj3WJBZVSKtAlMWcsJ58By+mlO77CtQgoX1X8cZV+a19cz6vOR7QRQXn50uBR+6hV4pPHNacoCZyK5ENVUg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.1.64","@syncfusion/ej2-dropdowns":"~19.1.64","@syncfusion/ej2-file-utils":"~19.1.63","@syncfusion/ej2-compression":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.63","@syncfusion/ej2-office-chart":"~19.1.63","@syncfusion/ej2-splitbuttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.1.64_1621418499050_0.38264844737324144","host":"s3://npm-registry-packages"}},"19.1.65":{"name":"@syncfusion/ej2-documenteditor","version":"19.1.65","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.1.65","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"04ab00fd2e85e43676797463b8ae507d9ad3b4f7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.65.tgz","fileCount":342,"integrity":"sha512-ZgG87PLEZ8wiJ9PTohO8lOtdltl93wWWoa0DddDPPuuraA9s01IPaXvoS5weqScaknpGjbYxjy9ksvBDA7zvXw==","signatures":[{"sig":"MEUCIQD13Dfw2nTLjX63XYOIk+nVFEzomilpaSKNN4X0hM1mhgIgK5fQmKjB+op+5PWEy7RHAqVMbHEiM8ABs0WH6TJlFr8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51449126,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrJ8qCRA9TVsSAnZWagAA4s4P/31f+9FCfnkdC6WvgyCZ\n2Lm+xq81eNiAnfio75mWGEvWyGEO6Lg8f0zZLl93q1nDSwXNIzPc0SIaWru6\nwBO2Qw7oGTIyGJgxDIBwzdyxz4Vs5gYYmCpNWY0I1Qfdvq1P7H7N7k38EH4Y\n3pwYP6B0DF9hLB3vxqJDOZZRRgB8x+MkSL2oVnb9DQhPMwW7HOL2GCfABypV\nTPsNbzjBy5CoBPJ8Cqrxg/rX/bzyobWX0Kp6mt3EuFkOj5REUIcO5eg5doq+\nnwDqPxiWWkcRsNWrTMNf9m5Yai/R0bB6bmD990BhKoGzJYMEF9n1urC3eXm5\nhFxHpuTEkL0pTSgpm6klSlhmt4bJaBbo09GxJpBYQrkU38BMAu2A/TBh1ddS\nodsIR6ZLg2JPsWSEJaY6n6zO3dg6S4MemYGu0CX+e2VvTKK66xLlHBPl5Vqd\nZ8zhta6SdFQuFRZEPfWTc9D8duE/NZP0vLH3b1VjqtB5OQ6TUeEgVta7OqU9\nwVMHfvafF4hCxslUH0iYTqP8rnTdSOmFGPePgWR1A8XO9DmdwyIUlrPPgOCS\nKhKwXxcVaky8lPqqkT6lNjJlbmbvqIX73X9b1gJN+VMHsU5/UNZ8E7LMCS7W\nF4I0U/Itktc5NCEtqgYSgdkCiHI7FEI2kkUjEVYSavsJpU0LGJGUkpGVoc3c\nWtNi\r\n=sSZA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"cea737e240362f5dfb94718ec2a55e4e265be288","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.64.tgz","_integrity":"sha512-yfDEMFmYh70vrg5AM3pTBo9vf2Ejo5yXVsXFQC0NUx6L4YXPFvEUONEijQJb1Kb2RtKExa2KkVyAu77jFoGMqA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.1.64","@syncfusion/ej2-dropdowns":"~19.1.65","@syncfusion/ej2-file-utils":"~19.1.63","@syncfusion/ej2-compression":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.63","@syncfusion/ej2-office-chart":"~19.1.63","@syncfusion/ej2-splitbuttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.1.65_1621925674260_0.13638606112387786","host":"s3://npm-registry-packages"}},"19.1.66":{"name":"@syncfusion/ej2-documenteditor","version":"19.1.66","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.1.66","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"334834e10f5bcc9f59f55603a3d3c3dadb4a07a4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.66.tgz","fileCount":342,"integrity":"sha512-2xGER1j1yMeJNvn+jLtiTpn+boaaD2XT72aa5yZO6CIcXfeNinOSVEML+/Y1GPnFcdM8Ps00pLictXowsW6Y8Q==","signatures":[{"sig":"MEQCIFAjVfe4ClV2RiJmR7djyAaaAfvTVRn0Cm21tZiUEMKrAiBsH8sR8LVSchEUpVx5CjFQDDUMU39v6i/vh5Fb62zpAQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51468055,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtc1/CRA9TVsSAnZWagAAxQsQAJ4rWSd6DygXcWnV4S2u\nFXjOk6QDHJ4TnI/7SALH+enHPuNc2PWDxm37PJ9y4IjtzFFzyEsH7TTeacgo\nzN4FuYeiPynGjSaGCeXyDiSoL56BhRismED/FYfL5h3C/UHqJeJS8GnxjCuq\nEwIlMkGvssxX/aBzTqls1YXD3SG4RYIyF828NZBGqOr460JsBQlufvfgyxUj\ngAbHMycoILyiyz/5NA/p3dbq1VmjmeNXmSSV8p3YSXWuJVwktceyaGQNxWFC\nK03yaubPQSVNonQEGnxEOiprFvcP/EMMQOYpkZa/b4hLmx8l4roc23QYPMp+\n39YSMBbwIbyZTSoyhBOJtDau1wCZEmutqIUcqDc5VOiAeNny4oRBCCXJlJez\nhUjE3SVmSKpAT3T8yY2fYX0lR9zhanvQz+92dUu++zTITXUJ+YigOYtQU5oZ\nNyp62I52OIHh2TSMDLwhsgXy8hDQ/87Nqp4Hoea1Xol5lJsZFq69VAbEsuOH\ncnfvqqj/E1YCtGJr9VaW8BIDBX6p8mNqCENqWv86a2ItfPgc65niIKNQNRv4\nXajptXttRdw+euQlvzc0Fz5DIFHLlnbdP1kVh5uZmK7vMLCCTkaGkbQ6FFZp\nRF1LJmrlOtZiKvj0IjuCLtXkzk5TngHZj9NZnU2CAK7azK0cNEPL4O7JP9Sk\npmaN\r\n=UOdU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"0b3cf044396542c9dc78a2af1274cdd0614d47a2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.65.tgz","_integrity":"sha512-GPcGikYmaXlqBLOLYabSLlxfGngGIEEUc7qEuj0EIJoXb35LGE4Zi1Xs5hXRegWocaSrtAQMq9avHImfIGljsQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.1.66","@syncfusion/ej2-dropdowns":"~19.1.65","@syncfusion/ej2-file-utils":"~19.1.63","@syncfusion/ej2-compression":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.66","@syncfusion/ej2-office-chart":"~19.1.63","@syncfusion/ej2-splitbuttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.1.66_1622527359189_0.40596915400737954","host":"s3://npm-registry-packages"}},"19.1.67":{"name":"@syncfusion/ej2-documenteditor","version":"19.1.67","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.1.67","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"af09845cd155f55b690b688eadde519d75144fc3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.67.tgz","fileCount":342,"integrity":"sha512-/ut71lqgKEbiJEHQ3icgqUPVDiVyBB8yJyqsJjVlZFo9julyJYVVLBBbZpL0Ln1RHFPbAu6bNnIKn7OhccV/OA==","signatures":[{"sig":"MEUCIGjSntv3vXKJlLYDlmwKPOkihCWPHDfCvSa9erJynsxNAiEA+f2MpYavUGPjYu67kzl7IWVw6ZIDYjJno0Sa8Ll9YMU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51544563,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgvzSECRA9TVsSAnZWagAAvgoP/08j86WQjjPbefoRceAx\nTDCYheOHIwMtUi+9nHupgl0Ur6t2+bHg0nIky4rWtv3HzyBsIVgvoSU3lJV9\nHsD5UasB4pzRc3zhMhMfEZ6KhAcUA9t+RjipxaOTlkd5xyX03TzZg/2U4+ez\nFhVBzfdxOvQ30sxC5LYk1o3QfYmgiLk3Ny7kGnq9gbwObz3xkKkGM1uTYSAm\nWAFTfY/hnVdMUm0kk4vMjjZuvvNpKL0B6V1gIrptCA56WnO+RBMHNBMmnGeH\nrETYIfnmn7MvvDaAYDfteJov3bvjO9FmQC2Ri/JuZNo8ZFsGqn6tFvVkDPvg\nsu5Jqzk2K1Xiu5SRBDdp6bULx5vx57c0ZHjC+ejkuRHx3UfgMaqRx3C8Umfs\n4GGcnMVWnihlLESdVq6r97i9XW7UUBzSlLmDhHuG13jzPsDLMKLdB8W7w/KU\nwH49FIeynAp/0UxclR40ZmlHBos762naEktqibAvkpjcxUJnATNC2wcAHLrd\ncuYzqbKrbQohp7dpxvzbp4T7G245SouodP4f6NOJyYFRkstsrjq02kJz0KJO\njbd2HM/OvLWs0LDK/rGNGsKw3A25p2R8I79Ujd6Lv62/FH7lDh6tZBe/EWsD\nE/Y3fcGOdDivv3MwODmty3JAbyjNieV/0TK1Xq3RK2Pmf4ptcv8CHoCYZnuZ\ndEu/\r\n=Qky1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"ee44a14b483de4775c4e105fbf3a4927b6730ca4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.66.tgz","_integrity":"sha512-DCfeB4LFl16IFdv9/+NTKNLBvLtCxEWkvjOSL6lLiHoSIEt6Yt/3AWeZwpu0N15CrgbsCkjBuzNM1Wmbq8IJJQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.1.66","@syncfusion/ej2-dropdowns":"~19.1.67","@syncfusion/ej2-file-utils":"~19.1.63","@syncfusion/ej2-compression":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.67","@syncfusion/ej2-office-chart":"~19.1.63","@syncfusion/ej2-splitbuttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.1.67_1623143556401_0.01182507812907696","host":"s3://npm-registry-packages"}},"19.1.69":{"name":"@syncfusion/ej2-documenteditor","version":"19.1.69","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.1.69","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"341599b8e5a7dc331e621e07261ef08ec6cd3335","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.69.tgz","fileCount":342,"integrity":"sha512-breQG0WvmT7aRB3HdZDeCXKWdIzbAV9AxntNTEdz6GEtpTsMmL3Zctpzs5Xuhlj7Jyxrg//wWSOO3Gt5sRnJsg==","signatures":[{"sig":"MEQCIFvaf2vUu8BLe3VY+n0PSGzrmgI/ALkN45U9bPs+BpgDAiBCyRBo8Mapcdf1Ug7nUwmL/NKJOfhbGP0qQ9AuS+jr8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51595940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyFN3CRA9TVsSAnZWagAA8SUP/j3sNU3ZYyJtmu3R0U0h\nd/NngvbAYSfM0d9ln27R7Ue2+/rEojwiXgmxTAUAPXGwvY3MX9LRT/DtcVl3\nhB+pZdYPg7K+2NXRJ19IFP2smpyphk2rPz96fR4LRlJ5+1k/nJGr9Kyyc2Ye\neOrPVe3QHPKKCSPfRduBdZYbZHDYsEN9aa0H3nf3Rh+XOjle+xOTHTsWtiAx\nL1/GI7nSWGqlBSpTXsnciquvjOu8gk8cJtbZKoSVPwcD3ft5los3tAMpzVlk\nHAUfnHPYSqO8yPUeYp4ebLlcH9odksigxWJW2mkOadSTjWSM7fVJVs5oj7PX\nwZzNjfWjmc8DEPS0BRfK5MjJ2959SbHiICA2XvboPZs6uToUJdloIWqq//7r\nR83bM9sCxasMY8Tq8KcODtDG+ALDt2HZ6NRRtnAG59FV235X2917kMP4MxPN\njn8W2IV1vRrp7vssMfWJalyimhH4dP+m1eWKuMNCh1izRv7pKSZ+EkljZg/d\nsPw3QsXiWwmsvG62lwk3jFD09qj89foW+jJvdcW2w9FmNdVyRNtdvpzcexV7\n8Dzc4hWSyykNPYcBWr7VhKwYRDfe6dCOQ/EwO2952A0Q5kYZoiV76Lv5xcsM\nImmnXzs88POK/zstun1pYy+Aeorg/dihULzDdNsli7bK7W7ygknJG1pDH6dR\nhZ3S\r\n=5lgQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"10d805a49d9f0309a3a0b879a9b5312578cb62d7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.67.tgz","_integrity":"sha512-nO07rAhSITTLoNypMP31wC+k0y6mc998712nJBvY5P3s6+tFKqPumP01NM3tfgsRKSMK+/MpPtICo/ewZ2V9oQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.1.66","@syncfusion/ej2-dropdowns":"~19.1.69","@syncfusion/ej2-file-utils":"~19.1.63","@syncfusion/ej2-compression":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.69","@syncfusion/ej2-office-chart":"~19.1.63","@syncfusion/ej2-splitbuttons":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.1.69_1623741301977_0.7984602184200524","host":"s3://npm-registry-packages"}},"19.2.44":{"name":"@syncfusion/ej2-documenteditor","version":"19.2.44","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"580fd81199be8617a0fc06ddc33783453aaa47f5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.44.tgz","fileCount":362,"integrity":"sha512-U8IbyWQZ6A8mSsIqjMKkI+t8sdEDXNbD0dSqKc8GV8kpWjAU4OKt+kiiSs6S16EDhta8Or4hz7NFSLmofQ94Kg==","signatures":[{"sig":"MEUCIQDp1etlzt4QeWzbpGfO1xSrhrhr9tONiCE6U+uQSp5iVAIgaLwkXVUxDx3/j4Ux4tXSnBVdW4z9/zuFucF1g7kMufs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52600066,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2/zGCRA9TVsSAnZWagAAhPYP/2cjep26n7BvcduncEoW\n31PX5OFe25hQfdYFNr2ANeniMsUAoKLW0T0SmDZpjteHI9gdxN/3chJ6dFgI\nxF4kLGQoYgrxtY7IiVvQqwDbBn9oA+8Cuwej2QCFehgqcV9Jj+6tbGlLlEVK\nSa0kiFMJWCw91fV1gFTCPZidNk8DrrHKCR/20Ck+MFI4G9broYUE63g2PNbz\nS4pv0jMhWILHw9HWaIQYraWSE/GqEl4HbL4vRE/GsAfayw51eMjh2k5eJDCL\nRk6GREFWnHw1wtlo0Nxy6xoVn4/c/vZcgLw9C2KAnzhwgXr/5degqfytt9bb\n8lX/xzCYOWI/HlL3SqAa/hull6DLGInZvu2/3r6CTy+1wTAmcEKbZ0DOaNKq\nf8Yfmn55m3waONcvVEttARyzVuObYAr9g3ZsY1b+t9rjtPIwpo3/QmKIvmkq\nFUUYt7Xn9dG4Oo2jqk9LPOnZ7m9UQBcSZHJOwnLY3w+e9cVdz4PBP1xckz6J\newIOsBevXFgCkSdTRNhZUJl7V8A0Q1bcI9LuqyqjOPP+y3cSy5vl5UbQMv/3\nH5KCDsSR9nONVLLQmdWMWxKHE8timnj0Rx0z1M6kTLsKaHF+bLd1JIkfibqs\nZ6/u/hZW8i4JipMs1IBISEQzxfFFafPatTO2PqdxOn7xF/cKguCnJVGu5vf2\nkENl\r\n=3ytj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"17a48c30e569f17ee0eb07bf7f52268af5b6c8bf","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.67.tgz","_integrity":"sha512-Mh9DeIRBC94Clf4XW1W6d47+dql8keHd2MydDwIuhIkQiwfKFyc/h9YDMUdaKVglBEHmSKei2y/s8AGmtmDXlg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.2.44","@syncfusion/ej2-dropdowns":"~19.2.44","@syncfusion/ej2-file-utils":"~19.2.44","@syncfusion/ej2-compression":"~19.2.44","@syncfusion/ej2-navigations":"~19.2.44","@syncfusion/ej2-office-chart":"~19.2.44","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.2.44_1625029830185_0.11293908017145249","host":"s3://npm-registry-packages"}},"19.2.46":{"name":"@syncfusion/ej2-documenteditor","version":"19.2.46","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d1b41fa80288e4b5180d3b02c52570a68dc4c57f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.46.tgz","fileCount":364,"integrity":"sha512-b5JSM+0MCAWD6uOGfc7Xz2oraR0pTdTGpT/anhfHifWwsg6yX+Ysm8J1E9BJArEZeCL0WJZX6lWV4+J1nlMJIA==","signatures":[{"sig":"MEUCIAVTP518mhyHL6rbek+v779JAw5PP8DJYG0A7fjNayIaAiEAiOyBswrQ74nemvqPp6YjFF9Pwa8MfZO8RWSkb2HTfSI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52881659,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5BF2CRA9TVsSAnZWagAAeT4P/RdTeatJ7O8DNtkWzkFX\n9eRBeDs1ZEU4h4+iQgKZoET+TS4gk9LkSZ2ADenJbGxFNTiGqcrWzH8k+Em4\n4NRwuBWn84Enespsd9OyqRCyWeroDwgh2eA6e9PGZHQsOATIwnt3nNa3QfRA\nM02liqw0EjxFBLUsHVuHajblJ5kw8K9Fk3a3QhCvqcTEIgMoEVaiDTeXCkHG\nTr9Ua7fXg+oUK6/MT4lqmn/41vk8f4vWmPIxi3dJUFjCE8EmzdeRbxlGToFG\nqRCeEixrsJ4YWdhUFNR9J0XTQkGrhgupyYaaTYp8UEJhEB/0gZ0qeBTnJMpe\nGMuqDf60XblU4O8OYGOhfyC3lHB/8vPHoyaIlqmQvBhUPG5yk6TmCu7S4avh\n2Ccfxe227sgHcWmGIs6OtUnwLiHgv3NUy+CgbIEQtae6LgeVS9I8QJ9I6Iyf\n2EY840JYMuR2baC6cwHuhr+k2zSzIeARDLy67VKE3pM108pKviqTeSnaliAQ\ng7vKKyOzBrkfQtb0v5BCSSncPgyfW5u80CxT0czPe7ssG0Fy4lHEDwSG0GHs\npbqXRObWvUeAV10vuQHFV3u44aw/nO+n0OcHqJ9YAtYPqpSSKUvxTh2ei9TW\niMVaaJiD02Z15/Bo9UaVglSWV27j5oV2U7hIRgfimOPgV2U17PJ4N+vt4ln6\nF5oN\r\n=KBXg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"95c0f7e8fddd3db6071e020253dc4359b90dc9d6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.1.69.tgz","_integrity":"sha512-Ck0lnxmCOOKz98KlgHJ2Y4dvnOTWTaAr73sRDbT1jrstU7nti1jIZvKAzA1Mrm4vUBLg8tywrVTBVPOu8ZaqxQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.2.46","@syncfusion/ej2-dropdowns":"~19.2.46","@syncfusion/ej2-file-utils":"~19.2.44","@syncfusion/ej2-compression":"~19.2.44","@syncfusion/ej2-navigations":"~19.2.46","@syncfusion/ej2-office-chart":"~19.2.44","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.2.46_1625559413519_0.6831312139105612","host":"s3://npm-registry-packages"}},"19.2.47":{"name":"@syncfusion/ej2-documenteditor","version":"19.2.47","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3e1046e4c905c4c82dc1cd70024c02b126f15550","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.47.tgz","fileCount":364,"integrity":"sha512-+TsKMc1bypT93rxE3EQJco2TtVQlJHrJP4EoDpkTTdesxVtTbGDlC2gv4oY+M5+BPTwu94aJ8uXgEfXC4HPEQg==","signatures":[{"sig":"MEUCIFaECcfodvX4n2RPP5LQJqSX0clF1DkzNQ7R+7q1qUpNAiEAjxF6sTc/GGT5rxHNw3jnNnhqrfSaYE2hmy0v/Wkrvgo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53075736,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7Up8CRA9TVsSAnZWagAA4SYP/3PDGb5LfCXxJOm9xsnQ\nvTA21g6JGdRpJVO4TpPoD1Mf+ahQwaJURzc0qDJ0Axzr2O8pfnL1uBq4sOve\nw2RaBTseRDfZrIWELb8K7mSF/vdxQkjGvrccVo/AABIOFtSFXxMfVlwupnxH\nSqBbs6u9jEua0DqiKtOkoU94Jurmcd+W/C0zIypQhFeHb4gZVNRhtrIxhhR4\nx70qGqyLJ4Y3chu56pPvJuPvsauDWsBgyKPyK4+hTiggDaHaFaSFnPM4o97L\nSGAnA5lQJWRWaU10fIsK6B0eX0Guw+LQ4S2jH5uon0NHIeZlo4N6jVLecDxf\nQ/w84yLD1nkU3fww6a9zVW7pbaMU1w4xUBN7JT8/zsiwTVhJcNCbpzhDBX+G\nZZjp4KJ+5SioK0Pekq4KTwd0geluY6cBhtdSiosteM3F9Fzq2KAxV2oPpXUE\nk6FEchhxugc74BGnLs1FMdseFO5trPBxRLlSv2z7eaB/cdYC4jGEiNMiaIDc\n64mRFuiK344FHIT9lpq/Jqa5jyZyjOxNb3Ogwefoaq6q6N9U+B8cLnEvcBTa\nHZJGCZ0AUAyLGWBfar8oiVUgw5R5Jz4HPTfaC7WIVZl6U4JX9791V7q1L92I\n0jEDJMLcWj+7b9DTrS67iEFYe+5RIL0s85+L4U9Rsym7RV39D+MXBB8E6Fho\nRBiJ\r\n=Lmfh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"12e6dbba498f7c184d65c5522513086b35230878","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.46.tgz","_integrity":"sha512-tW9ny8RgHtpgqV3Ymjzps2Aka2MU6xLbwFvh0eKqcEs0rCrnTHGmYMmzZesX7sZaPG1ksGDS4ATqCVjzfT/pgg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.2.47","@syncfusion/ej2-dropdowns":"~19.2.47","@syncfusion/ej2-file-utils":"~19.2.44","@syncfusion/ej2-compression":"~19.2.44","@syncfusion/ej2-navigations":"~19.2.46","@syncfusion/ej2-office-chart":"~19.2.44","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.2.47_1626163835611_0.8843593110094905","host":"s3://npm-registry-packages"}},"19.2.48":{"name":"@syncfusion/ej2-documenteditor","version":"19.2.48","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"fcd5935a177ec6b7c73a200e534ed3a9f3296341","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.48.tgz","fileCount":364,"integrity":"sha512-6nKx7JEZGCK9Y6Yp/xmM+c+BrKhwZOGxxNpXMFxgaAQT3oHqr0pTr32QFmtj3V5j+U1sv3Txq2EZS7awDFtYgQ==","signatures":[{"sig":"MEYCIQCiV07qW9LGL/37CK5X45/ZR6yytOOmqQ9yW4AalBYk9wIhAJ8pSBvwq/FzG4NpP2xEf3fgH0ihzZcLfx1qahsKtLHr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53107249,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9nXPCRA9TVsSAnZWagAAuogQAJNdujZqlc/yFQZn3SZv\nCFgk4dRCxlrLwgK2H7FFAV4/kgT+h4eaS+CHOPoDFRHE9jVHT9ctLoSWhQb7\nE1nfOH5FRj390muDixrBC28Q9S0+U5IpiZ/JTYGEJ6kOqU9o+L6g2xdP2F1E\n7V9xj5mutoqcwJOdFlXt+8B95o4wcgV8RotfxlOP4KPPodD2FCwWcixu3kFq\n6lwBVoFQsnJbIZzUDy2F152JRCq6EzuZe8M+gVJz9dNHoIXcdZHO3ZIw5lO+\nluPrCZBvJZU8u9km/2WdZ3Q9aYPbVHqmNvXweAoP6pR4xPFrU1nOMRrip04h\nRBUDopHQR+uyK+ucoaZT0XT0yID8+bkekY8+vDrJw4bqyFde/P1JixL2pEba\nFIdHbX3iS/6JJOpu2G0XqaXAE80M3gxv3WKuMNl3BN09a3FR2VV7WjmCUXqh\nThZDbouD5689hFrjD2Zt4bI+1Y3Wn2Sq3TNN7NNTG2Wqjj/dc3VMKoA/KKgb\ng583u/zrONfcrDobkoUIoNPu+SscAA91Fzi45K4pZMQ3U8aTR5dSrWMeAIVR\n/OFkFNi4C1IWMx/GIlQ/UDcaz1EesJXpOhupq7IYYTtkCwxTn3j/r9nXCxxW\ncb5GtWPR1SLGn2gHXOxEXnK3UWMCVZCEywHTnZDdZ5QIuD0woyHYHSAWtP2R\nm+DD\r\n=RPZe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"3df6311c8a3f6b18d131ae2585d82395d21e5e83","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.47.tgz","_integrity":"sha512-/Yf3whAkgRHduzx3DUj1dK4aOw6q7P0E1tdEdC2288GArmz7FgKQ8h5eN5Ffr0VwooplZIMQtUgFKKkgnfMFxg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.2.47","@syncfusion/ej2-dropdowns":"~19.2.48","@syncfusion/ej2-file-utils":"~19.2.44","@syncfusion/ej2-compression":"~19.2.44","@syncfusion/ej2-navigations":"~19.2.48","@syncfusion/ej2-office-chart":"~19.2.44","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.2.48_1626764751275_0.05223217998790153","host":"s3://npm-registry-packages"}},"19.2.49":{"name":"@syncfusion/ej2-documenteditor","version":"19.2.49","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a2a281592720f61ab170e0574b60a80178ed2ab1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.49.tgz","fileCount":364,"integrity":"sha512-1CxNxbN4u+HwG+2ncPXnqP9H+SlusUnHDYK/OXloqV162eV34RieJWrZXnO+UnpcsGWos/gplX9jASMOv4b2iA==","signatures":[{"sig":"MEQCIB0ShCH64mrURPvdPzkXbHxgN0OdhAR0GiHQ605uhXdvAiAWA6mtHdC9LfHcfUpE9Iqyipfo6KfUU3fU3Wck6cgKag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53105113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg/7NcCRA9TVsSAnZWagAAVH4P/R2dR9dtH1SSyHFcOnt8\n7MLfdLQHD0KZwfgMvK6uo4sUX6JShRSJF20hJj/A4sfvYGlpbJQUszxd773k\nmcaFPOrOGLGD5kMkut9Clbk+jiA7k+qgUcMBFD0nzPcfQW3f+yuXip46lXHv\n87wuaZu/T6BKAJVETwFOufQtIpte53mLBy/fx05E33Hx8MhRcOCZIUxH3Rqu\nY9vSAZkMKZ6CjALBkgoA2BNTiyt3v+Bb1VIl5z9JN4PH7SVNTEaGC4GLBHVS\noGth9oTFby8S1itHngH5rLPJnWSIqe6wlSVXAg3aUEhij3MeKuMGya+UYRV8\nlV9vx3poRTSce/pTqx/4JEOr0pho14YE3Z1ylnbdmmV+JrZkhMVZGw+LrzyZ\n44zk6S/ZHJHtr4CEUbUJf6SXbIaiDGDUlZHAR/sEotIgeebTv+UP7EdhKsvr\nJpKJhFxm953Bb9ZM28/S2HHqhG+i3dq8fzGfPRxH1GNTOLYF3BCzLNMKjKm5\nm8Vj5V0iRyqtcel1G88nIFqdiWfWGitDxHip53vBA1LOt3Y/5RtqSON6ra+5\nDOhDqm3f/2R7ry6oxBcs95Cpt/1TfWGcid5sLX5PJePaGzUO68Hs1B2rqJGH\nqLnBrioXWcYa7a2fa4QKP/gHIovfLqQJh1eUaapQ4T3YXhlp5MQ0/jC/oB9h\nm1Ht\r\n=KhyJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"667134ed041293b0b925b07197988c1fa9a9fdd1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.48.tgz","_integrity":"sha512-88LqhrVKamBGyFyHEXSArxhRKjfrq34suxKyJ+aKvlnXtg3v/OGJSfSBjGc0iSdz9lDcq3GacOrTsFB6yQAM+w==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.2.47","@syncfusion/ej2-dropdowns":"~19.2.49","@syncfusion/ej2-file-utils":"~19.2.44","@syncfusion/ej2-compression":"~19.2.44","@syncfusion/ej2-navigations":"~19.2.48","@syncfusion/ej2-office-chart":"~19.2.44","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.2.49_1627370331788_0.38638438974658595","host":"s3://npm-registry-packages"}},"19.2.51":{"name":"@syncfusion/ej2-documenteditor","version":"19.2.51","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e57282a837550f33f7f8e0f4eabd15edbb9e1313","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.51.tgz","fileCount":364,"integrity":"sha512-R8YBOJxVa2p0OTrJGLrjumQwX5N00PNUHBK8oZx1dheibcnXR66v8dikwdf4NdY8tga6SvqP3Wsusq8FlVi6TQ==","signatures":[{"sig":"MEUCIEIQURoEkOH+1F9w22arswL4Hrn7xRwqvoeeMDP3bV3rAiEAyVp1ZvOZobZ55rWUJLr3kDduGUjLl7+ZTaLgdvKRkWo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53120245,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCQXVCRA9TVsSAnZWagAAeYcP/jTxe5ciGalMU6dRsOTP\nLAPD6s2kaAsZ5HILNN65gAJeXMDMXuSvA81hHTfK58hQRV37GtWog142oo+/\n9/w5wuOre7zVPgA0ePmVTQ/iar7Uw8NsWf2Iy6eZCGVJGBQwPWUcQQvr6nBN\nD163yHamtbM/WwjCYjDyxCxMdHd5OtppkNYWni/y9+wyZ3vIBs4JAQLN0F3x\n0mxTbrT3XFtX8yElk+uxwn3q1M+0mBG6Py05e0P3V8WL2jN99IsN0/p1DmRo\n9qztAktQV0w3MiLURUi1oofXV2nQ6Uh66QxYBK3vptOu9uGNNzKjoSbb18Kc\nlYERIrqtILxMGjP+E0Y2LGmI8dBKDYIquOW+dDztbjOYzGIjfx4smvFTuTon\n+ZAChdmzUhucYI394B8yoHPO+8FgHHopdIDgDoaWMArqCxCy5IfbeJdnEraF\nXHy+M6wXgZrXjTc8FjA4ENCDIXJkTuWGVhvm7BBoGZu1SrPO6MLt6d76kCSr\nbofZaouCgNEurORDI2jg6Fwk34cM51WYyE+HqJWj2NNyQ8sW5J+0j3qeu1gp\nk86/wJK3hRlean7sI9qKOceCmbBdp1qlFtPmXB3BKbh+GCsiz7meH+hwVQYZ\nDk32fgYI8XS4mQtEcWAsxo2mswQe+yjfIPyfZR6tEFI6rYKWhsglO5DQkM5b\nauJi\r\n=F23Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"342691b8c67730cf25561f7d77f7474c1fd6a696","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.49.tgz","_integrity":"sha512-Fm56OfjAydEemBOM7MfrVMiycwmbi5nfqgXUz8lQvyOh91GqLthPXhJ28a6HkT9tS2WAdMrZw1O1sDtFijPsiA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.2.47","@syncfusion/ej2-dropdowns":"~19.2.51","@syncfusion/ej2-file-utils":"~19.2.44","@syncfusion/ej2-compression":"~19.2.44","@syncfusion/ej2-navigations":"~19.2.51","@syncfusion/ej2-office-chart":"~19.2.44","@syncfusion/ej2-splitbuttons":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.2.51_1627981268681_0.5356143857060143","host":"s3://npm-registry-packages"}},"19.2.55":{"name":"@syncfusion/ej2-documenteditor","version":"19.2.55","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"78d2ed8dcdeb7fbdccf36d7f349735a7fb07253e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.55.tgz","fileCount":366,"integrity":"sha512-tFZShCxgCJU5w1ANycmInsdaYiXuV2M35z4cQJSoP+TPoh6fltfZKyWG6yYmZMNnlk1UqHYMlY7J9rkvgFSuZQ==","signatures":[{"sig":"MEUCICQIn5sxQ1kK3nhjx6x1yOT5xUzL+d8R5IAkj+X8zZFsAiEA0kQNO6rV1gxpKlfv+xhzOSLaCkovegdBJhtAVy0IKl4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53431577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhE2DyCRA9TVsSAnZWagAAVyIP/2yH1+SGLUsZHDhmePB+\nixr04Aj8b9XnviV07rvY/iy9fwQ4wSd7zofO9Cds2ixwZgbZECfT1SPfDl/d\nIymtEzZrzO7ycnQuXXI0KM0I+dh5TpnO9AjZCWbZSxVWLMRpaRNWIpsBjjFk\nN19qINLyJ2md0QlOfaCyDWxyNsXYeUo5DalbsbqMFlGC8v9hf1uljUrfxF2P\nEdqyKMZMf//JdhvmIpuC+3BRR5xNefVsQONU9vo3tazPobG/ru+DwmcYb9VM\n6drdfHxPXE0+7Xx6Y1MLzubK7PnViThPi0vQgqESI32zNcnMmol2lmfd2W9X\nliA3KnvkJSH5rH6JuT7lSxP/waYwmdQoS1CxZX837aPlrQmaQpbA/sItFH8L\n+6EBJ18f0L7ZfYzVCp10CKg2y/Tt0spdfkEcp4rbs6pVtJGjZPO7EII119QP\nKPOaIWsZaMGF5MfNZz5Dl1pZcmDkVMmkYspmhcWxWp0Sm2GxiEGrjXFFcdWJ\nOXpZZ/Z9c7uAYCzqGuMFajZYfLGjHgxvU92r56eixi4tnxe5ZufD+234YYE1\nR5bR3PnWxWFIPa6iJ/OXXp+JaEuts5T3c+/miVQlQze61vx1HeWpurBlTIOK\nnFpX1W2ExopuA+xwGe+JyEe0wp3zTS9E3NxlzE1FVOMecn7XW3nMHPwRAYdO\nJi4h\r\n=v5Kz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"2fa013020063dc0b24ecbe52e17ba35c529fc939","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.49.tgz","_integrity":"sha512-dws09U1KqznXWiLvAXuV419R6cf48tDRLQD7uUhH0JRZJJ/nOfY/erLuoRBmPrLSyWdHlcB+HlwuuU3azo/4Ow==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.2.55","@syncfusion/ej2-dropdowns":"~19.2.55","@syncfusion/ej2-file-utils":"~19.2.55","@syncfusion/ej2-compression":"~19.2.55","@syncfusion/ej2-navigations":"~19.2.55","@syncfusion/ej2-office-chart":"~19.2.55","@syncfusion/ej2-splitbuttons":"~19.2.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.2.55_1628659953946_0.5162483984373367","host":"s3://npm-registry-packages"}},"19.2.56":{"name":"@syncfusion/ej2-documenteditor","version":"19.2.56","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.2.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c0e9e8271e1e49d11765b2f355420e17232066a0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.56.tgz","fileCount":366,"integrity":"sha512-SwAkjGeAeRuyNzcWljpbScSdvbl5/larScy2YtYgTK9uPVKNwWgvuJB4Ng8btS9+tRlrN31aJ5j6mTEYO1LJSg==","signatures":[{"sig":"MEYCIQDBrLmZCwAKKg645jFJrLEQzhZglgbySiQWA70RVvTQEgIhANakh1FCtZ+Fj+Huu2Q4XMUHszrMswdtQRZKeVFGUl4f","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53425273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhG4JECRA9TVsSAnZWagAAHgUP/ifxgNpbNizUSvmpAuDv\nN3ShiNvK41VgOaG/rl+XWCUQpW9urLNPzu9m44fZpL0sdWciTUo6alahrGg0\nao4608eZk9/Hd8bdFOe1p8h3nZQqgIsssgL1frVm6Lp03q6dcnTlaWO8G9at\ngMQhvahrpbk8v838aMgGreuMj3s3fypYQ4NaI7X/5W5CNXYBolRXvMLM6mrV\nfYtqq+jkyy8OF/ehdCrZ7XvX2zoNnps9jZRRPCLCYpSbgYGJRH7gYX9jNk/I\nqmnsSKQs1WazDOLlJ0R2EfLLchQ3yhs3FMU41FECGclBCG2OWHCuqhXHtrJv\nr3jU0HCmxys4ZoyKEQsFjneqx+OnBgdvXSExCuY5N0MAbOh8uBlxtZPHQ9e7\nEJ5MW/jchWkgs2UzmVOk/+JZVBw1mcqIpqlYhkeL7p4NgAM0y9gqh32FbZmM\nTdGAQyt1+v7IOoCwOhXTPUnWBPcVijiHDBOi8bMjXqgYW4u36w/f6ZJ7rZsn\nW9fmTBWYHBGQdZcAEHEZSJzGgoUMTARD7Sjxx94OF0dj8wiwEas2s5fqOIWG\nIrNvK6u+jJwFqkM4GBc20yEQ9NoofNBXhC/U9afQUxAGTigr+at65HWfkAq2\nqGqetnG1oGDyEHTTRb/keUVHrW0NOcM+a/yFaesJPIAkW789FIImRmqNlJoH\nhrV0\r\n=X+cO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"e0398fc2bd3ff21e4025839c4483ee0fa30d9d32","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.55.tgz","_integrity":"sha512-cfBp0jBpxp8QPclR6EPx5WTRvQpELuqZUG0FlD/egLVzFzryF8SW1ycdlBoIn/sMNWYOXiqw9YkApLQzUYd+bg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.2.55","@syncfusion/ej2-dropdowns":"~19.2.56","@syncfusion/ej2-file-utils":"~19.2.55","@syncfusion/ej2-compression":"~19.2.55","@syncfusion/ej2-navigations":"~19.2.56","@syncfusion/ej2-office-chart":"~19.2.55","@syncfusion/ej2-splitbuttons":"~19.2.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.2.56_1629192772565_0.4643519297008505","host":"s3://npm-registry-packages"}},"19.2.57":{"name":"@syncfusion/ej2-documenteditor","version":"19.2.57","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8e83e1af984c7d520c85da61e535cd97489f160e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.57.tgz","fileCount":372,"integrity":"sha512-4Lqg9ZhRIZszSeagPgl76bk5Raz7t7/jZnKhGLEXoIS4qlEPa9o6PClJtcQIfheFNyqWXMEb654P7GEV8VImCA==","signatures":[{"sig":"MEUCIQD01sDR51Uz6sc1SWTDbaSH5kjEmkvgxmcu6hbgbEPg+wIgGc6wRVA2X1Hl5XLYKoOW9XSDTLEFs1R/Ve4+danrxDc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53577102,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJLgKCRA9TVsSAnZWagAAY5UQAIWWmaIdLBk4FT2z2ypU\nNC0ipHUwrTqKNviH22Li26OkjiWXtk/5A/KIhLF7czkA1NJq77WM/nP8Zf/u\n0MkzOxiHKCEfb4+MkKWEAJUuArMt6bswwoq7AtBEthgay7hEbpy89xX+kuZI\nEHss4fSIue9DQWhP/nz8gmwk8oUy2TClkx+7z0GVMTc7wHlOYJ9Tw/JQV9CD\ndqRDx2RE8HHFnafBfVLa7bf0qx6JhscccjRgF1aZdY+XaaJhMK6/bwb4CyZ2\nuLbvwb6BSAs1II7ftBRHQAFYEO1pibXIGqbbFZ9SMM96D6ubJr23QewzYtRv\niEeVyU2E1snJUafJzJHI0k3Acrb4iM/JjMFDIxR2ULMoiScWXNP7Gn7yC5yO\nnXGVmUdTwmcA7eZbQFZsjmUM9F4i+ddf+Ksba9xMf76i9TklbrPmHnxpaXR3\nqzWy3/v7WJCGXNX+k9AdUM2sXaGNBnQDIpzcE6nPbAkKWTDhcHX6IBNTrgts\nfIr5ROpvMiCRlZEZIk4e1LfB+GFIWARKyIY6WEhZ/p/BEyD6Yl4GSpdapfdK\nNQKZNx48vniF1SPn0hWYHbTmrY3/1yGqFZy6PbIpTlimHd2YRTPXmhJzD0VI\nDA/3aX8NTfIQb0NAflqo2l48Ul+pf884pMPWq5Qe8N6pEGyoUHqR9LRb9384\nCJEd\r\n=RXYz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"23dbd531df8acea62040c1cd1a2ac25c7d9a6650","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.56.tgz","_integrity":"sha512-GSp0C6NX+mBaQkMsHRZEE0qz0cc/Eu/xaj0jHQdAZU7Bgco/0s1OoHEwerclBPsaJaU+XKFSbdVYioE7Z40vQA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.2.55","@syncfusion/ej2-dropdowns":"~19.2.57","@syncfusion/ej2-file-utils":"~19.2.55","@syncfusion/ej2-compression":"~19.2.55","@syncfusion/ej2-navigations":"~19.2.56","@syncfusion/ej2-office-chart":"~19.2.55","@syncfusion/ej2-splitbuttons":"~19.2.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.2.57_1629796362647_0.9422399350397126","host":"s3://npm-registry-packages"}},"19.2.59":{"name":"@syncfusion/ej2-documenteditor","version":"19.2.59","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.2.59","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1ecfc7717f18cb3377c540532a34b7001d30d82e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.59.tgz","fileCount":372,"integrity":"sha512-3HHbPS4rhh78Qr/tjD5IdIKEXtq/uL81Z3a7FJFWd68hKltu275LT7r3ZMH6AokR/+KlG8PYa50WGFI8D5u8Eg==","signatures":[{"sig":"MEUCIQCEm+ZIHeSuF7DYuJhOnFLdkk6no/WSwqE/7K3DlXTWugIgNh5Asg4yj8fJG+QB/8OvYJUkhDG80TYtkBon/hzJX/4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53601044,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLfBSCRA9TVsSAnZWagAAtykP/AuXI45b+DQo0Eitx0jJ\naPXu9YBNIr8ZNxngbFDV4lQWGUIpvwV7wix0GjyPUJS6j1Def8axztc1cF4q\nKeyhEs2BUFVr7UBFkz4oUZJn8KvNcDexpNglFw37VYJdu1Q7PXnAiSGLYu4w\n2vrbCoSyxtJMBK+6jJj2Z91h67eAD/C31aGmy3y3+RMSSCah59jbGWV0NrSW\nhY5B9pAW5bWlpnDA2puOerKJGC0RbpYLnIjWuAXiMI6GkKEmJjkzrphudt/3\n9eS4vJYwT+Y069JdfsJKGE6gp1HMRB0xv+eBDLTTwZVavD/npjjrccT80Jua\noji530kQO0EvD2psFejj9m4ozGwIf+Pi+IWiCuvXgLfmX9B17Mv8J16duNnl\ncja1hCY0tS/9MSpeYYGZ8/PJXoViDuX3eqgjDYZbDxE5UTjkPzfsAdZZDyQI\nS9lZV2w6im0qHXAIhNaTmeF6ZzpGpjM496mShkDpyimYz/KY+jPX/eFXbgGV\nmKJyxzn8oSJIQfvjWfzYFsbEXtHqHCnliE4IxqP/NSQJsLjp4BiRhbZWdHQz\nM6Y3eHPCs6UHnwzvJ2KVkqXBNlmfiIGqyKF9HbWbrIAZY3+0p/c0zzWY/qwG\nVBXDY5LzB+rxZq2edTchBJ2uNxsdsYrOV574DkmQGwHdL2cp6eUkvlLyhY7m\nH8++\r\n=LzTp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"f0852408a2e80f3413c560c807eec410d4f3e493","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.57.tgz","_integrity":"sha512-m+fixtpi/LxOegxQXJ5L+q8yYq7gioPGip9F6hQW3aR51dEi6Hd5j1RB934pmn32ynCxguPJTzqMBIB9vIIy/A==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.2.55","@syncfusion/ej2-dropdowns":"~19.2.59","@syncfusion/ej2-file-utils":"~19.2.55","@syncfusion/ej2-compression":"~19.2.55","@syncfusion/ej2-navigations":"~19.2.59","@syncfusion/ej2-office-chart":"~19.2.55","@syncfusion/ej2-splitbuttons":"~19.2.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.2.59_1630400593952_0.1777569129194283","host":"s3://npm-registry-packages"}},"19.2.60":{"name":"@syncfusion/ej2-documenteditor","version":"19.2.60","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.2.60","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5e1fb7f79688b092a332425c8301caca48a42d95","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.60.tgz","fileCount":372,"integrity":"sha512-uZFDlfh3mtkfjHtGPF6uqkHmz2VH2MiWD4iyT+w9vnSYRE6+EA9HNePNYmUa7CW2Xsv3DNo9Im/6yS3/Ke4bbQ==","signatures":[{"sig":"MEUCIQC1Xs4sXu3YP7lkY0mH1oIEfHqh80A5gmTvQt62UgokHwIgcla8qzThhK41q56m1G2hj1IArJB4hTNyMPtSU2IzmcA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53620999,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhN0c9CRA9TVsSAnZWagAAWZUQAJGdwNMSEWR0OSlpziDR\nc3TGPllTbSIqWByfRZWX+1fdPhZABIQPunF0HLusGeH1VCUTYheGTEXG+Ah3\nkjEWp+B5aGIxNAlgRHizUbjSFloyfD6fBhmUkW0ZKwUIEEOce0S6PDSfsooW\n3mXbjpCZMjPbjUV3635d5SXRge2UHHWJrNcMnxrZ40GaNcNr8ZjPuFXhffXw\nJUGVi4KqOZj6JhhHzvI8MdVeXPio1/d+2omuqnff+KSEkqsl094Qyln4dIiB\nRSEf5j0cimxwiLqr0AVgAvWIZBy3pt7qWvixyDiPe9dLNMeWc5XZ4gnB9m7h\nHlW/SoKNMhSxyZL6zvtpkGwoTS40cCHcqCuvVTWdH7TL5CurTHOc1YPbXUbD\n+UbLHR0xlTlwFz1XKHfCO71HPnPwoBISsFKGDxdrdB7jnDm7cILzkblqabKc\nl/4sik5Pe0ktWJnfV56WSOWcPan03F0N0aoeOynOzY8ZWCfDIho6dja9ju4e\niNZrBNsco1OxyHki2dEoJZgFJpd9EiErB33gFi7WV5pVnJI5hCqbNefxtg3W\npuFleQS/nqlvoig3s5YhlFdKmwg1BAhbIAIuiQtjrL2PFoQcc4GXMW15NlZg\nNqYvBs6YnVuUZDvCENWDcncJq32ji4FL6okgGeudQpkF2wcF9GD8mms+lYfV\n0PAN\r\n=qg/R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"0e4297d757feb84f3b7c78c44f29192c64945c42","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.59.tgz","_integrity":"sha512-omQEzp5qnrWb6alottzCc+5+nhG63GaVZ2+HN/UtB/qDcOT08N69O/rhQ5SL1qwCXGDBeeWmVtBP3SADlfreVw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.2.60","@syncfusion/ej2-dropdowns":"~19.2.60","@syncfusion/ej2-file-utils":"~19.2.60","@syncfusion/ej2-compression":"~19.2.60","@syncfusion/ej2-navigations":"~19.2.60","@syncfusion/ej2-office-chart":"~19.2.60","@syncfusion/ej2-splitbuttons":"~19.2.60"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.2.60_1631012668928_0.4585799367769421","host":"s3://npm-registry-packages"}},"19.2.62":{"name":"@syncfusion/ej2-documenteditor","version":"19.2.62","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.2.62","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"53402f0e207ab21ac9f51c0c5aba3bd3297ea21f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.62.tgz","fileCount":372,"integrity":"sha512-0AfIw2TDVPqjEOTjbp3siQOxaT8+31XoYt4dWrgybsE38P2dgVlo4hjgD+vhO8kpKa341pWLZWRFehPaETnbZw==","signatures":[{"sig":"MEYCIQDsb/qPhZGYvbvCbKUWlElh2RrYav49MNTYGW6l4ilEAAIhAIj0ZQZJVAxAw4chgn/YLH0z6Wi+N5Q1g9TUD8bmfTzB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53620999,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQIgcCRA9TVsSAnZWagAA3FIP/RfiS4TlkWgVRUdl+v8V\nDsnGXgpGOt/ARHTbdCiogaYWTGczBrBlutTqeGUnyZ/rJoY5pFnd469Rw7zP\nd/1Q1unKP31G1SKX27Xv5jGYLHXK3ICEUdFnOz7j4EYe2N2/U1nm+/VkSkjF\nBSpEuliZIXV1mwQwIR2pTUlwfpUzFU4IItn8daBMLTO6xoAZvYauyonaXBVR\nQircHfttr9ux1tP7SlGY4pWfxV1fqrkRXTzloOAshpMfkEx3nM4+EVMO9pa+\nGFmdKQsNM0rTNmWntcsK+8zkZLMgBZP+AQ1kcLil9c6qJWywITxf2rhw9MoZ\nh4UyljlbYooUqOQtSvRPaf6JCD3uD/H3C1LCqgiwLUCXbwqq/5qiLkoECvqA\njbvi+wbgfhINb64EGLysfPL5pG+l5CEcXwOwHM4Lk1MAUrBdEJxxhGhrkMLc\njg+Igi/U/a/2TTMyzJnjS1rIOZQqlptwiB+IGI36RP7+tAmIj0NsJgEp0pJM\nCSnjyCELwkKPorMZt4Fg6SyhWKdoKoGR1PuCcyKUIa2vyq5o+hlCyrwVSMc0\nQ1PoiUX7iVJDifjteITC5w5HFPXRAB7cr1GgdiIc+SE1qdrpDcze0wV6on0n\nDdiHD92mOR3LPX8NtFDZrvU6WbhAx5yqiK8TGoqdJQyMkysFFLQV3qcQYkem\nNnNH\r\n=qfZt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"0e4297d757feb84f3b7c78c44f29192c64945c42","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.2.59.tgz","_integrity":"sha512-omQEzp5qnrWb6alottzCc+5+nhG63GaVZ2+HN/UtB/qDcOT08N69O/rhQ5SL1qwCXGDBeeWmVtBP3SADlfreVw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.2.62","@syncfusion/ej2-dropdowns":"~19.2.62","@syncfusion/ej2-file-utils":"~19.2.60","@syncfusion/ej2-compression":"~19.2.60","@syncfusion/ej2-navigations":"~19.2.62","@syncfusion/ej2-office-chart":"~19.2.60","@syncfusion/ej2-splitbuttons":"~19.2.62"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.2.62_1631619099824_0.9118268749319702","host":"s3://npm-registry-packages"}},"19.3.43":{"name":"@syncfusion/ej2-documenteditor","version":"19.3.43","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.3.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e4bbfc78971af98aedc5f7e4f32e1ff7fa297f3e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.43.tgz","fileCount":392,"integrity":"sha512-RbXdNBAzcI29Gfu67DRMODuNWNvK85eaem8zLriWegjrnCLQ+pK9KsTN0FdOV1TPyJ6q2SBUla/c7WcMmBnfuA==","signatures":[{"sig":"MEUCIQCpz8SKMhRQXJqmKRpAznjZst0t8ZSydEji7dPg0K0AnwIgA1EPVRBdAaDafr9ycORBIkhz31BXsdMfDIcBbJDnU4w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54255392},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"14a13543e8c833471a2d44592a6361fd0ad4613f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.15.0.tgz","_integrity":"sha512-PCriKSQ1YpbEHourwqDBxCrRyF1cFDt52TgPUknYLUshlq0A5M95Q+eWJDapglkZanzQHEZbbUHv+RgmLRqYcw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.3.43","@syncfusion/ej2-dropdowns":"~19.3.43","@syncfusion/ej2-file-utils":"~19.3.43","@syncfusion/ej2-compression":"~19.3.43","@syncfusion/ej2-navigations":"~19.3.43","@syncfusion/ej2-office-chart":"~19.3.43","@syncfusion/ej2-splitbuttons":"~19.3.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.3.43_1632978042278_0.5369044976565129","host":"s3://npm-registry-packages"}},"19.3.44":{"name":"@syncfusion/ej2-documenteditor","version":"19.3.44","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.3.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"dd0b52fc292e85fdbfd76b881918ad9a201ccb9a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.44.tgz","fileCount":392,"integrity":"sha512-y+PsCRWsB9W/WHfrEA1Hwc8445l+l8h/Q20gYzp2nyH5QKrzA1pUobS1LCjmlgOgr145h+oMTQfSECRizlgNow==","signatures":[{"sig":"MEUCICixmlJQJv2EKftUzbMrpplyTcszXpTSfvcQu40PI9HgAiEAqsnqHZFcBTHglBsYDqvS8+1pDyTlLCqMdB4/AzBbE+g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54323673},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"f64bc1ba0b599d6fb58c007508a5dd61d6f3a24e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.18.7.tgz","_integrity":"sha512-q/+uvXDR8ajXCZnv9dakoB9xT1RbWiyivjoFwQeOPUxLkJ5jvBJIrT04zInQDfdR/X6MWqTOXCeryCYSfryV7Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.3.44","@syncfusion/ej2-dropdowns":"~19.3.44","@syncfusion/ej2-file-utils":"~19.3.43","@syncfusion/ej2-compression":"~19.3.43","@syncfusion/ej2-navigations":"~19.3.44","@syncfusion/ej2-office-chart":"~19.3.43","@syncfusion/ej2-splitbuttons":"~19.3.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.3.44_1633429137896_0.18027420481788825","host":"s3://npm-registry-packages"}},"19.3.45":{"name":"@syncfusion/ej2-documenteditor","version":"19.3.45","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.3.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9edca3cf59bf1e3e4676828442c80b8ce4054a4a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.45.tgz","fileCount":392,"integrity":"sha512-P0i+pJ/HbBfWnZqhLzH7lgqRZGcvQF4Lnvmoqj1vIOy0klDjHosVEsCbY8gP8SY6RitD0lt4oLve5uSFz7gLtQ==","signatures":[{"sig":"MEUCIAVFe831c8HIM1HWu+RRG/KV2ImVdYje3CtrbtI52fEdAiEAtJGeEqOUAWHBclu6RujCi4T9aZw0bLdLWt+3ahP805M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54377382},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"05dc6249308ea4e511754a89eb6adda0d03da6f3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.44.tgz","_integrity":"sha512-DxFEDU8DGgwRt74rIbdmpinjCa4DzCfPREG0I/SH04I+pucZGxw0bjNx128eo4q0Ev6CMIhMUf/jOcVd/Nqx8w==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.3.44","@syncfusion/ej2-dropdowns":"~19.3.45","@syncfusion/ej2-file-utils":"~19.3.43","@syncfusion/ej2-compression":"~19.3.43","@syncfusion/ej2-navigations":"~19.3.45","@syncfusion/ej2-office-chart":"~19.3.43","@syncfusion/ej2-splitbuttons":"~19.3.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.3.45_1634036336850_0.6195929764916477","host":"s3://npm-registry-packages"}},"19.3.46":{"name":"@syncfusion/ej2-documenteditor","version":"19.3.46","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.3.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"308586d1f2c48cea0355b3213d6438799508f52a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.46.tgz","fileCount":392,"integrity":"sha512-gioRFVr829ZyCrTKgiAk6cQNTSv7QZNsF8a1EyombWkRpiK0FdpjKySFtyShde+1Gr5vful0Rg1SSEZQLRQPJQ==","signatures":[{"sig":"MEUCIQD3AsGWU0AIqD6aNn7CuFUR7KOTVY+IReLOMDwslxfO9wIgEe7fSlv/SmEnJvAJ3NigRO5AY0jhlSceJQOa/jptyxw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54441156},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"6b9c4ffa5f1404ad0f3405fde70a7d9c1080e269","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.45.tgz","_integrity":"sha512-ZG9Yh+doD+tOE4T9FbF3AscCyJcQw0VqNNUle4+vXGrzSEkLPFuF7Q1X2IYcXqFItnUqt05Q6sefC4ZjJTA1ag==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.3.46","@syncfusion/ej2-dropdowns":"~19.3.46","@syncfusion/ej2-file-utils":"~19.3.43","@syncfusion/ej2-compression":"~19.3.43","@syncfusion/ej2-navigations":"~19.3.46","@syncfusion/ej2-office-chart":"~19.3.43","@syncfusion/ej2-splitbuttons":"~19.3.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.3.46_1634638682566_0.68204884256112","host":"s3://npm-registry-packages"}},"19.3.47":{"name":"@syncfusion/ej2-documenteditor","version":"19.3.47","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.3.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a67553acda9c4b94eb200c772ae0ea31a3a50bfe","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.47.tgz","fileCount":392,"integrity":"sha512-3hfmv7fpSkVl+FvYA3dthHPAjW+xUqmUyXA+iUNcVPU1QaLKWOaitmh7lkmQLh15uMLVJkGMeww6TXpROkoUhw==","signatures":[{"sig":"MEQCIEde0p+W8uXCtAI5z18Jj50TOdPadmVyHpPe58q9+HBNAiBZMpJ83f2oY+9qt9OYEAt20r2DU/YemcXbCwo4NXzL0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54500198},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"81ee567e6b706a9edd5ef16939c75f9f70d757fe","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.46.tgz","_integrity":"sha512-ybR3H/fesnsFR6hppbXXEZwnn4IY6TbO/wxlUeQa68RQlQTZJ4iRz4Rm/AOoHo8sarhNyc/RgOKIulbOXQc9UQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.3.46","@syncfusion/ej2-dropdowns":"~19.3.47","@syncfusion/ej2-file-utils":"~19.3.43","@syncfusion/ej2-compression":"~19.3.43","@syncfusion/ej2-navigations":"~19.3.46","@syncfusion/ej2-office-chart":"~19.3.43","@syncfusion/ej2-splitbuttons":"~19.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.3.47_1635243537999_0.8999344491203451","host":"s3://npm-registry-packages"}},"19.3.48":{"name":"@syncfusion/ej2-documenteditor","version":"19.3.48","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.3.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6c33df60f0e390d5bc74333220b078870fcfd40b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.48.tgz","fileCount":392,"integrity":"sha512-X6gVtVbKayrBY6T7sX/irRTtjRy6dgbSnLqFh4Ov4ZBrf/KR4ghWExReLxZftm74bsf+eIdLpTJ/rCpjZA5Heg==","signatures":[{"sig":"MEYCIQC0xgYbKvUVsFJAcSsqvRzNKNkt3hfukJaZ3FaHlstpxAIhAO1AwWNNLpDf9595l/UbugFTMj69dAjKQljt/Cyxl2M0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54499606},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"26cf4fa89b93dbdfcbac09bc5688fac258735c8f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.47.tgz","_integrity":"sha512-tcICFyPuj+3TQGkIA8QPNjaoGg5Qt0DrszTrAjySviPfyFOW6h1Ox35DOsom4kKo77VgHPdAWsKyWZK31AzgXA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.47","@syncfusion/ej2-inputs":"~19.3.48","@syncfusion/ej2-popups":"~19.3.47","@syncfusion/ej2-buttons":"~19.3.44","@syncfusion/ej2-calendars":"~19.3.46","@syncfusion/ej2-dropdowns":"~19.3.48","@syncfusion/ej2-file-utils":"~19.3.43","@syncfusion/ej2-compression":"~19.3.43","@syncfusion/ej2-navigations":"~19.3.46","@syncfusion/ej2-office-chart":"~19.3.43","@syncfusion/ej2-splitbuttons":"~19.3.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.3.48_1635849295133_0.5749100778234677","host":"s3://npm-registry-packages"}},"19.3.53":{"name":"@syncfusion/ej2-documenteditor","version":"19.3.53","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.3.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3205a07a528ac5f553f26e246ef683a6e25a28b5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.53.tgz","fileCount":394,"integrity":"sha512-Jbdt3uyWI1Fga3uPobzFz7LZ1OsYRt7dnk/CzPgcP8obOxzAxggB8M8m1Gx6v3QHBI+381979bcfY71K5JK14w==","signatures":[{"sig":"MEUCIQDNemTgCze7si7ZZ3vyzhaGeYOsmoKONJs9uFYavFvKbQIgQ1M4ed6AXXzo+D0KLpfLfxhsiRoA2jPLCbiOvPCabBM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54545327},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"d37f3089771e85c5ec291dc16f4e1ed52e2a18f8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.48.tgz","_integrity":"sha512-2+EaGXdaMh5UWZk+ePJ2bDgDZ0ojh2GuIZU/oQT5JkbgIqDE4bDTrpoZ7aMXKxvjTkrHTgwgu22VdoZ50zgnPg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.3.53","@syncfusion/ej2-dropdowns":"~19.3.53","@syncfusion/ej2-file-utils":"~19.3.53","@syncfusion/ej2-compression":"~19.3.53","@syncfusion/ej2-navigations":"~19.3.53","@syncfusion/ej2-office-chart":"~19.3.53","@syncfusion/ej2-splitbuttons":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.3.53_1636695935771_0.8120018011229846","host":"s3://npm-registry-packages"}},"19.3.54":{"name":"@syncfusion/ej2-documenteditor","version":"19.3.54","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.3.54","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c980504e3cfb839da13862e737b00c3a4067381a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.54.tgz","fileCount":394,"integrity":"sha512-SU0lva5JT6leL8NEt93725OHFvMIDlRPI0IzMlbly+asDk8zHNUAwazcJmXVdgWBWf/Q/Zn5w98jlmySZSbs0g==","signatures":[{"sig":"MEUCIQCrQwbxel6TOnA/T1Q1a6rUx476fg2elFVToZnF5DdoxQIgLburMztF151D7/H+ShHfykgc3x6EHtoiLmMsEApDyBU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54562162,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlPrZCRA9TVsSAnZWagAA3ZgP/iycirxSbLuIhUBgFjcX\n1I7b2WRjAHHt3zyRojHsXYKAnGdbbnidhXEAH1xASreBbylusGjkYf8LE0RF\nXVdPOiP+z6Z2q36/PERgNvoGPCcLiJBt7A2qaaBHJTd0/k0IVLTIZQTvlLGG\n2Gld57PHBKD67VsMVC6auax9cMCMVonbK5X0D+RHtKTVYmTPMf6Hrh7ecJkQ\n6WhVM1nJhvYYfBMiqNCshCKEJP8+dPMvyZrbNm58+DLV7LjPV9GuUARsFmjl\n03wz7h2xouzOLHdAj5YhYh40H58oWvulwJ8Uj5PpoEoFGUR7lgu+BeSgBp3V\njjukmnQ2xhnCipSyQVJ0zO7voBGmcbyrjUEeoqK7sBDdPI5LdhUijCoc65bZ\nkAeHOZa+rRSSah84Xawd2IyghA5VR33xhBeZLUc4ziP2gTSL6y3Ryv4hNm2n\nl6xEf65VXxE50ztrUKT/dZ8tQDGz0zKJ7MK/m6W1I+qGJdjYE54n9JJJJTjn\niydzFyZlayOStv7OZDwbTKp07dnvh054coZ4V+iQd79FsOGDprQ/2F5yH+Hd\nmtx5jar8iiymO9ImUSEqQHvug2gvMoQ2TID9K2+2Q4O7t5+fAKxessT0l+ko\n8NI4odl2aEbtuk+DbZnaHmI89hL9fbPD6o0xpqSAHhsNKOJMSPAOCVOInSX2\nkgRY\r\n=XITE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"6b145fd792b99f2fc41c2a51f42ac6c5b2002c92","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.53.tgz","_integrity":"sha512-Y21o3Bww7H3o0Xn21U8isO1Pqa8IDmkPRvYa+sSCMKAvErOl4/5QSVFEwLNx8FSQiZmyy7PZqNPGlLL9J6i1kA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.3.53","@syncfusion/ej2-dropdowns":"~19.3.53","@syncfusion/ej2-file-utils":"~19.3.53","@syncfusion/ej2-compression":"~19.3.53","@syncfusion/ej2-navigations":"~19.3.54","@syncfusion/ej2-office-chart":"~19.3.53","@syncfusion/ej2-splitbuttons":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.3.54_1637153496767_0.07152883953205458","host":"s3://npm-registry-packages"}},"19.3.55":{"name":"@syncfusion/ej2-documenteditor","version":"19.3.55","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.3.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4f7a34732671bfbc2bab560336c7ac25a086e67c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.55.tgz","fileCount":394,"integrity":"sha512-TVoQMx1sCrY5/DTHO/R3v8X6m86hP7Q6wELkHQsq7QKOEoQMNY1AtdNSsmThpTJkaSVPzawoPzQgqNfalJAbLg==","signatures":[{"sig":"MEUCIQClCUrl8zYsL2ZsGSA7qWBRM6RzLdLauxij9OPeAnZZVgIgEzcRVHjqq3wmy7nzo00KjH1/ZD1rcornilIjaYCJqGg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54568352,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnOHOCRA9TVsSAnZWagAAGgQQAJBid1/MVdgk1njlx6yT\nkfqZM+3dHHu2buiqM4qbxE7Gw/sP1D84F1mOnRS0Lvb/jtt3fRsfxv2XqfZP\nvPnwnKs1ny0lndEodlH7PNOr9YytmuMHa6Bkvl7HGeOX1OpSpY2cJcRQrqHE\nQ/vN39hZvRs5e1X16P+xvnloJvplAPiKnJu5MyhVIwhCNcSjwhPxtCm5mib4\nUDZtCibbaXqjm8wD/hIj+0yzp0dkfuCRFVIPvXKPa/GLkB6I0bLfR2z0UaB1\nI6TnhfC7wDU8YPWXsW2SAzDQgakShimHXWXk8CD9Iu3iVr3d0CGwvrxiBjV4\nfzwBiw2aAJby4wA08q5mKvGem+hhynklRqPUmK6oCp+RPN16LIdlAqj9V2s5\nWt91FNiW9Xe4pUs2fGvaVWOSp46yibPvyoy0pXVKqHx9uiGDl4oKU7OxKxJw\nOIYiJ2wqfWpgvEjwaSuvHozj6o+BVooE50FSSLTqE5wSHMlLWn5M5PFNfBRT\ngXEaXVUW7T83Rqa3NWPGhwBJCoXzQnbEkLocMtnHP5QrzZViMo2yyq2RGjf+\nkk2vK0wVedU+io/kHkuCW0dIBYJnSnH3Fwgqmgjw7djBA0maNxunSVKPYcwT\nbe5wa9v1KgfOJVvcPXY7csNWhi24Q0KOYfigA+ttgmBVkvsBGi+XZbN/Ttf1\nt6Vl\r\n=7E3X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"f221368648fb5b2d1aa66fc5a34f2a3dc6c0b9ff","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.54.tgz","_integrity":"sha512-5/EeNRBq+Uc3EYS6/y7puYBGVlERfpBrQ06hv4KNpqV7ZfuKGjNgrAIT814gCPfYcUFuC8zTiVECX8JzD+CgxQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.3.55","@syncfusion/ej2-dropdowns":"~19.3.55","@syncfusion/ej2-file-utils":"~19.3.53","@syncfusion/ej2-compression":"~19.3.53","@syncfusion/ej2-navigations":"~19.3.54","@syncfusion/ej2-office-chart":"~19.3.53","@syncfusion/ej2-splitbuttons":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.3.55_1637671374565_0.2864619829364248","host":"s3://npm-registry-packages"}},"19.3.56":{"name":"@syncfusion/ej2-documenteditor","version":"19.3.56","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.3.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"16d5d85bf152bc7dec0b644a71dd96064d6ce0cc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.56.tgz","fileCount":394,"integrity":"sha512-9JdSzySS5bJk/u2J9ck6A4xdcHqZjm/v3NQWrGv61HerFWw5FxX4mbS2UbDW57MJEZtRC+2WxTXhaI8Ufr8cng==","signatures":[{"sig":"MEUCIDrxlvMUwsEwRQ+C5BnNnplb1ZRGMGEwZVax+lWPpf4IAiEA5b6MhWZ7Al0/waJ8C/YsA0trLZ70+soFtOFKl4KXiDo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54890295,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqNCICRA9TVsSAnZWagAAt6sQAJRA7zDiCj6Uc+gDXV5h\nkKsaKzWQIznA69wMzAifSnlxq+qWq+O5aXn0KdYtiWnpdq8a22mryyErA9xG\n9avwAe8j+33Ghocd7QkKS0lraREYsXYmoN5wnqaP5SpDCc1rNK6ES0tpvGmE\n92YnTTtIscw+u8XzP59CdN03LQ2g3XmazZGqW0VkzM3KztAj9IlaT7/KEgXN\nYVlrJz09/h2ummApN3XaHqthBLPqHjUkGm6mVbRaYi6gDjukjeyUeH3kTydS\nxDrngqnaAOGU1jX1r7J3OL6DJlWV2gkPfNqjnTps+fIcxR1c5H2jnP4qFC0a\nxFPNT/eo4cID9r2ysz2Jx5UP6MAjCn0qs/FRyCxTj8AimV3eunA3/zcjI1Xv\nhqpeene0fMfKFkSddMakP+C690n2lpRhnyZdYJrSkZJHPEH3jBhJn7ZrZv9A\nAONi1WlT89sUlR+3kv0qw8N/JqjJlmm8rNrNKPKfaQHB5zOd+4ru+X5u8hb7\nayOPM1D702oZ5c5xeSmCLHvAHdNR9MSV8lyTQhf3VsPYwC3Gt9ymYFeIId0r\nxDPoNZWNHZzxUvQfrz2c+PQMtDkvbjQiz0uc2zcEKKBxnuuFeI4SVZtizFXe\neFzegNgTcpJaarLZMz9pTtTHBBGWbZN3Hnku7w8T66v6orlZbGqhyiXl8aBS\nwF36\r\n=fbqB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"bd5f71adc01a05dbf24ca3ab6c1cff5ac931fe92","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.3.55.tgz","_integrity":"sha512-BEMUi/uz9p9yRc46s29r0Z+Z1Ak1RRNuTw4VoTwEhPU9DzA5A24sIJ1QX/u0k40DkaWI/yIPlT1s1I22UA9MhA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.56","@syncfusion/ej2-inputs":"~19.3.53","@syncfusion/ej2-popups":"~19.3.53","@syncfusion/ej2-buttons":"~19.3.53","@syncfusion/ej2-calendars":"~19.3.56","@syncfusion/ej2-dropdowns":"~19.3.56","@syncfusion/ej2-file-utils":"~19.3.53","@syncfusion/ej2-compression":"~19.3.53","@syncfusion/ej2-navigations":"~19.3.56","@syncfusion/ej2-office-chart":"~19.3.53","@syncfusion/ej2-splitbuttons":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.3.56_1638453384368_0.862983258363134","host":"s3://npm-registry-packages"}},"19.4.38":{"name":"@syncfusion/ej2-documenteditor","version":"19.4.38","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.4.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ca83e2c2ca68fcfbbc077d23f799db46f14a7c17","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.38.tgz","fileCount":397,"integrity":"sha512-W4/QlnCWRdqURjifxfVQLTaLsTZKUwiQLFlNS9h+oT78RZRTZ4uMgtbY2ScNnsZhDV6BUYdzQo/gMbA2goKiOg==","signatures":[{"sig":"MEQCIBNan089szUNW72YBNFw3CjI8M0smbEH+8QAC3YRWkH7AiBGidsKsFFqym0C1dz+TQtuNRtMhs7OfCz75sJq+xQyJg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55020388,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhvCTYCRA9TVsSAnZWagAAI7YP/RTgslSNMZiCtSAWYe7M\n11ZEGmxKYm4bl/2VS0h2oDgCMCMbs5KN8b5MH5HVOQU3iD9bfEdhZ8IDO9oW\nnGF8wiUjoEp31zeDcJjDkk3ztcjADh1d/MIXOJxU8QcHhVyvyF39P1LOVazi\ncAU8hUOaLV5AsrhdL0aFJDLz2aDV8DTkEWsMEz/pyYBZZnCeDHZ06OinVBHQ\ng4pg306PTyGezMNz7wUwQdgia05gCtJIojp+OTkO4D6nvwRmJnHWdkuArG8B\nLk7UCWL1LThQ/HxuoyIklWfxDcvCVGVl12tfVau5OEsyW4oMlILK5BqwcaEi\nJYOlFmBluuk4mkKIkQpvQQimcgBmjEHNUyGbV4gASx1fjEh+pd6+SbE+Mkke\nPVtRlzoTbc+wTGykAI0Pz3pAX6JfCeaRpUHr7x2PRFxIRkfwKCe+4sbEuQr7\nCxht/xuNXeu5Af4smGKKlzShwlPjrBn2o0prQyn5CmTeNZ1nqYztz7zgYXBY\nLDY+ormam9+gT40qxRj4XHO3MV7hwv0AR72b5Ufqs4aAMK8pmeDTInD0Txeq\n/wg2M8Tf0W0/wCI1+ZW69XKZU1Pa0b7aLfDrD5LCpwQObDsJObWG7nia4+xf\ndRGV7kX9mizdJ8Jc0mrV29LhV16ts3Tak2NtUOdYiFin7j4VNHjOwfkJomqN\nXe/B\r\n=zTJ2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"e03e146ea20d2676fe2784ac1e37279b2f652db0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.23.6.tgz","_integrity":"sha512-5XktHR2jBzsVFxUEOH1r3ZvlrQQ1NFYzTDYhVr6xN8NrHfrr/+icit8W+3/k7+qIbstbfnkgO8WDNwpFcHo0Pg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.4.38","@syncfusion/ej2-dropdowns":"~19.4.38","@syncfusion/ej2-file-utils":"~19.4.38","@syncfusion/ej2-compression":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.38","@syncfusion/ej2-office-chart":"~19.4.38","@syncfusion/ej2-splitbuttons":"~19.4.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.4.38_1639720152517_0.20940905566440549","host":"s3://npm-registry-packages"}},"19.4.40":{"name":"@syncfusion/ej2-documenteditor","version":"19.4.40","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"70bdf18a183997e3df88b60543497fb2e833d30c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.40.tgz","fileCount":397,"integrity":"sha512-IYc9wgSHjBePcjMWyH3lwB46CaotxmOcCdkEo1kRh0mkp+n1dCc3VbaE29VFixQYKSoCr/TtqIMfz14ms7x/vg==","signatures":[{"sig":"MEQCIA4k2UDziS3kiFaoV0Y3xO0Xs5ntUjUXP3O3elsHco6dAiBr3MJLsj0tpHFf3S7DlL3XLSWKply7mpQZlPs4OGg7TA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55049600,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyyDTCRA9TVsSAnZWagAAYYgQAIsTks/TDXXtqEF0H8H5\nqIez8O3H4t1ZC/rYA48/aOFXfivCJPEnrQjOAeV84198LQj+0ERhBs/xEkrG\nLONqdufXevdQ5du6ic0Vh8XceUNKQnbCr4M1w9Tlv3ia8qUks9q70ZiODyj+\nEaJ+DdDLYJybev7g+r9UODDEniqGPwFGMns870eK00ZTtL0RZWw1soaGxUrP\nMounnmRva2m4klpRsf8CIzL5Etv48m+t95aNmmqgIzvrtjjPAh/ydUBE4Hvz\nFLV5R8e8pJxp7/5MTJcEDhnXGQ7pCnk56mGm0ghF6uJiBaAVl4zKOZINTVq2\n9UPirwpYqkAfh3zVId0VfPABkNF+iK3wJDxjhil3ZIKZAH2rWoiDwfs1YG9M\nk1vMB7EmWTsTK/M1ruN8l+8ZK/s5uB5r1brvYmbd4VtieRRq29PFlozo8o65\n7u2gD5u34tskMBMeGHkX7irKlgTS43FhM4mYMUgrB84kw7YVS4obY4NNrPvR\nAmifZN0oeESWNSR/ihILu0DBdXyNtEw66sstEsUsr0m9klP7pHYBTts4eYxP\neMCsmFMTr8luXrCyz3lDM9gTmr3RU/XkXa3tp3UJ3MmtUla9VAYBnSXiT/Tk\nppNyEoY5WWSxQSmsw2Ludr2Jl9O+qmbpd2RFM4K4dJDkxIXVHru++vQUJO2m\n6zVo\r\n=/Q9o\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"5a981571021c087b2ad01e3746c8c2a919db62b5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.38.tgz","_integrity":"sha512-HproctsUS6vVvT4lkU/uVEnAOH8VqSY4VGLtMhWqLJRrLk9WTn3JA3kXvqMu+Q7hT3xgyncvh7WNK4ysNb9aLw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.4.38","@syncfusion/ej2-dropdowns":"~19.4.40","@syncfusion/ej2-file-utils":"~19.4.38","@syncfusion/ej2-compression":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.40","@syncfusion/ej2-office-chart":"~19.4.38","@syncfusion/ej2-splitbuttons":"~19.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.4.40_1640702163039_0.9897178417265586","host":"s3://npm-registry-packages"}},"19.4.41":{"name":"@syncfusion/ej2-documenteditor","version":"19.4.41","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.4.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"46cdafcf23a3a98b2a9c03cdc76b9e34326ff625","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.41.tgz","fileCount":397,"integrity":"sha512-6jGD22w3dbUjTlifbteUYwshzv76U2qTpUqORA1my+KEuv0zJeNk42gpPIcXtrwmeyKpBXCtX0fafB+HG2BWMQ==","signatures":[{"sig":"MEUCIBG9XVa/p9R3XtkVltPjtrT1jCWb6kuX0x365n8H4JnEAiEAm9PYq3HEXxaMg4cSkhEyc73TvBC7yd26gk0/wxSnS0U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55067666,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1C7BCRA9TVsSAnZWagAAED4P/jEw9SaLTDFxATrgDg6d\npU0vAQ5PrMsP1q0hkxRC/pEKqb6Hreur50aWfoGaO2miZcWFH8Pp8CYPfVHl\nOoc2+1bBTEW5FrGW6NLH2Gi5evGhc3vdsGrbSBVi88WZnB2dF7U8GMudW9m7\naKwe59af5tprRusVr6k9yzNQIh16n1mqJ5WtALP/nWiWZIcntn6KynaU8tJc\nad4MM0nw+ALkdIiEosic/sKlXwwu0bTI1DTK7wf2Z//2d3Vv+F4GX4zyqDvf\nv5OG+ze58mDJGBB73HH0lSOuu+19umPsmI0rl9HY8fhN3p5+BuVMeP/wKTfV\n1ggc9sdRErp1i23F2uJDpB+x7s7ptbD2DvfVHc/vrB4u2N0FEusklZ+vd8/5\nvNQkP2wPPMb7zHNm2UF1FI7UL2cqEn/0PnNGCj/L1iQlWnH7qIlsvifvhjVc\n0nqdzhtaneH0z+YHYcP5lex9TaL4t2+EwPwInq1g5A3TbCwSEBdLkIdopJFv\n5PFE3DrCBwiz7yqO3NKdtSS973c3S2fGM/83VXrQdWwqfmQtUVOvHqyQYBDk\neO6RY+Saml5I9LkEAHLbi7UQIVZ7k1H285YVHqkSE2b3YT7CiMPlCbpyV3CB\nYqpJDFBL1Ggvga1sR5G8IZnviWK4xZ1M17P2yXci/pXVhNffD8cq6BwB7I7L\n4d4w\r\n=i2+l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"cfbcd394c33b11d0aa4fd2578a97e3e58e20aedd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.40.tgz","_integrity":"sha512-dOkcRl+M0c7ivph7moU2/VZxhn7VbmtRE+4BLhRFbx5DpI9oPM7qEPINjmftR4RKqwEXKzktWegeZVTx0roBoQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.38","@syncfusion/ej2-inputs":"~19.4.41","@syncfusion/ej2-popups":"~19.4.41","@syncfusion/ej2-buttons":"~19.4.38","@syncfusion/ej2-calendars":"~19.4.38","@syncfusion/ej2-dropdowns":"~19.4.41","@syncfusion/ej2-file-utils":"~19.4.38","@syncfusion/ej2-compression":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.41","@syncfusion/ej2-office-chart":"~19.4.38","@syncfusion/ej2-splitbuttons":"~19.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.4.41_1641295552862_0.09705499462082856","host":"s3://npm-registry-packages"}},"19.4.42":{"name":"@syncfusion/ej2-documenteditor","version":"19.4.42","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5b972988e0af7758545b18eb917e773275313fca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.42.tgz","fileCount":397,"integrity":"sha512-+1xmyo1IPn2mN7Kb5f5H0ywQig95T1gGqcayV+DC7ZjnCMUL27hmtCmmyUMcR3OuvwO+44jtz4+2ysg9TuqNXQ==","signatures":[{"sig":"MEUCIEusinPW31u/tPZWDuxmLQVizBkHWiUZ7XF+B7Ubq9AnAiEAqi9DP9OK07FIkIxl/OhKng2BPsqfGUegLYFOPkZFTFE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55067666,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3Y60CRA9TVsSAnZWagAAvIUQAJr8f608SEDRh2eBq3fy\nAIjagMskDXzetORPe0CMXl7WeBGHuaXdhnUpSnbBMbp5AmV7tZ9GWZlhQ/M+\ncg1bqWD5jG2GS3GtLOlsnLYViVUDlFi0TXevGDjvDWpDlgbUuAMVyjzTcbGM\n86vr+DIBSQhCWK/NGGn8C+J3jhaTbLuk4QkLreneH5Zt7wkJBCLS2p4Ge9+l\nqyfb+MZxNY8uRJ1JBVdGSbrWhBJJvxdHnrREvKgOiaAmlh8yuWMl7gekzvBI\n30vg46eiFg3NL9XZaqM02fzMZtvVnA3O21F74VKIHGy11IPhXkV9O8DrZCPp\nJuArbHXvgjFS5YYhvA195F2WpcH3pfaOkThYJkQwcdfGSSXZHV//XtAw4j4B\no3dN8t3LxrT+GTQTiV76dZyebGyB/8tIQtddbt+RXa7mQi6+oWoF6LTvgh9N\nNKE+Ykmfamu7pQBLTZw7bKP940cdlGFAnXqhH+oBlaf01dzsVFq47fW8vfgT\n2TGt2KW8eiWxFbYgKxcWvGSCtePX7vZATsW76pMQb13bemtieivhz3rlVWVp\nFRIUySrvbOWGTnvcg3iCNrifgDmnCyI+HitMP3TMj1X0KTKLOXxaEMovqEP5\nUO+bi/JG3hCAHKhGCxETnlWKvgJPNWfObpZk2l1hz572EGqnxY0xEEnNPpoJ\nsfO+\r\n=aq85\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"cfbcd394c33b11d0aa4fd2578a97e3e58e20aedd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.40.tgz","_integrity":"sha512-dOkcRl+M0c7ivph7moU2/VZxhn7VbmtRE+4BLhRFbx5DpI9oPM7qEPINjmftR4RKqwEXKzktWegeZVTx0roBoQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.42","@syncfusion/ej2-inputs":"~19.4.42","@syncfusion/ej2-popups":"~19.4.41","@syncfusion/ej2-buttons":"~19.4.42","@syncfusion/ej2-calendars":"~19.4.42","@syncfusion/ej2-dropdowns":"~19.4.42","@syncfusion/ej2-file-utils":"~19.4.38","@syncfusion/ej2-compression":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.41","@syncfusion/ej2-office-chart":"~19.4.38","@syncfusion/ej2-splitbuttons":"~19.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.4.42_1641909939665_0.7468555311462093","host":"s3://npm-registry-packages"}},"19.4.43":{"name":"@syncfusion/ej2-documenteditor","version":"19.4.43","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"bdfaab579180e0f26a7c3a011cc503316f1cc817","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.43.tgz","fileCount":397,"integrity":"sha512-F4nJtUNCvSU+8uA53wm7Py2AZpxv+qVzwp7YtGvIO81yAC4bldjKbDTyA7EW26RpzQ0sVuS6YlfUQUZReRTdhQ==","signatures":[{"sig":"MEQCIDKqfKxngVJj5wJskze5VRZnqps5poesc7OSLwMPZy7tAiA0Z1f0u0RaKc0bu6iSu3FoKOcPsOXYiLy8DUTc5ymjrA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55153823,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5qI0CRA9TVsSAnZWagAA+Z4P/1CDEFRQJKJQZPEC/fia\nZ/afnzNaVdLxhuMPpi4t71/d4KflBog1nNkjnZBeqfSVv3ehSqNwFqs2Jlq/\n62rzXsAIKzdCsZTjA6+QEjN8VW9VlC9AHirTIy0vWNEsFqnicpKkPxpcBP/g\nQESoEGEd8mlgLZEFBH3YMrL4ABS8A1wjGz8uQPBxo9rqgRKweVtfcKpeaSLc\nRZKhNFXoC103f4CvsBpTRvMCwUrzs9+qf7Td/PVUa4Vcsez3IxudzHRxeCWM\nA/0FmPcV0U0WZGTRvS6aOGgf8GqtVCDQ1Z44sEOEB2M7q2EHJrJwkX5lN4eT\nvKI2qnuQl2csjEsldbSGkUfICsJOjrMNptjvTiKQ7691bUl543yU9F3neWIU\n5LXRimTWzw+rezg6hA3QhjXGMThFg7RTuHumwCLb7Uu/4MdkUikqD9IX19eK\nM6sAd/B7cgAsc6kb6pah+8oIKXfxoGQgLlcbgxZ0d2NRXG2EbpeyLLpGTqu/\nIsm2/LY+A2toWT3phRuNPREniuiEuN7W2OUmSyHgRdP4hw56XblfTDeGWSu2\nXFonUBV/ElzqzTzVjYxQp6vrgSdQVYtZcUveyOGABNz8c32/CIgtvMGz+B8Q\n8781pGghhieU4l2062jEJDQYcu9e4Q1baaJBdeXEDdApe08FEsGWzgziCS3O\nZLAe\r\n=pBTe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"a5ad62a02c3ce79367edd30eecef1bab7e5ff5c8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.42.tgz","_integrity":"sha512-3tYRkm2y/zrJ0uqBBsDS+P1XSuPemye8w8dqoDvVMOb6+bJMaxCwqu78pPM9TvrnwGUuVmfgykedFnFHjkK5lw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.42","@syncfusion/ej2-inputs":"~19.4.43","@syncfusion/ej2-popups":"~19.4.41","@syncfusion/ej2-buttons":"~19.4.42","@syncfusion/ej2-calendars":"~19.4.42","@syncfusion/ej2-dropdowns":"~19.4.42","@syncfusion/ej2-file-utils":"~19.4.38","@syncfusion/ej2-compression":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.41","@syncfusion/ej2-office-chart":"~19.4.38","@syncfusion/ej2-splitbuttons":"~19.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.4.43_1642504756005_0.36481213512997335","host":"s3://npm-registry-packages"}},"19.4.47":{"name":"@syncfusion/ej2-documenteditor","version":"19.4.47","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.4.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"476734c32824e487b94f134d6597bc1631febbd1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.47.tgz","fileCount":397,"integrity":"sha512-3u6H80LgVqiAZwkyU+lHmNuQ9tGBfsjsgt5IAjdM3op5MnQdnDL6j2xGE8au3oA4AlxJi1ux0rvTr87HZn/IMQ==","signatures":[{"sig":"MEUCIQDDppEfeDMIZivS4jykzKLHDHjfbdrBj60+0wsyen4FTAIgX+2qcCVGDtVBr2qynExtlM990Pzv8P/Gt4Mz2P2R9cY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55178704,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh7+rRCRA9TVsSAnZWagAAL/EP/RH3/uFCjp9nC2kVKiqI\nFbaHRWI4c92DH7151+f29WNRhuX3MHseUTz2lTls+TC4nmeQ0ov9xSGHUlJg\neWAD5DErjKj653GsuPH6gzuJhtBfTjsHYnTGEQWKjzGFm9piCJn9TfGWgsvm\nMXD9lDbrl82ZvqnZVTHI3bBbfkwd688267ECW04xsTvXyHbbqnQArQfWvnWU\nvOdMyeWT08Wynyaxe96CpWBdgAJo5/PvvBgP3KPIsu1j+FPRyghoHXIL6d7i\nyNnMmT7J+JYqVicd/WIU/KJXbk36KxC4G4MHKil2z653dq2ICvHYYLQBmQiO\noilOatfVeT8QOMckTzsEr+yCm5LIjwqOeDzKj4ilxdmqPd8jNgPthY+uwGdy\nla0gX82hLPwlzbE5c2jU5ZXIEbZkGF6z1wF2QGcMOJ3gJ7BtZ7OxHfstP+y/\nyc7k/FPrYEUFjIPPY2hrmvc0dSmI8nOgw4ftlUUVSowwCxlPJva2oy2cmWhw\nyJdoOTR4eVMtfz+MnmcWSPgZhCA/Wo2z+GcPYpvnpMDaLXOqidV5TQqsmngr\nkYyrfqcD0b9T09IHaRrA+qeBpj2OHpFaJ6Dk3pNutfn7QL1QEzIu9ZzqjKpp\nu4dmg9nyBCcXzJYb3Nz/cr8l/q4qrkvdb6gA7GOAB46Amy7/j0wWAGOQyX4I\nLvjo\r\n=mAI7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"4d613b620b7261fd9167e8cb941ab58f6760447d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.43.tgz","_integrity":"sha512-SliaHJDxgDEGBWgR4JzjRdl4xAuC2JE5yrjvDTYbLBS+cM3tS5RU7iFNDq3k49o8K/eSjEQUwb8BznCIDR+qYQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.4.42","@syncfusion/ej2-dropdowns":"~19.4.47","@syncfusion/ej2-file-utils":"~19.4.38","@syncfusion/ej2-compression":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.47","@syncfusion/ej2-office-chart":"~19.4.38","@syncfusion/ej2-splitbuttons":"~19.4.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.4.47_1643113169131_0.8359838184082888","host":"s3://npm-registry-packages"}},"19.4.48":{"name":"@syncfusion/ej2-documenteditor","version":"19.4.48","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f2d2d958ccc06f654ab8a8bf997b51126aed8bf5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.48.tgz","fileCount":397,"integrity":"sha512-+rHC/7F3X33bwdUSF8NF+xu3mFOoROv0ZxQbN0mCu4lUrcdzvD8s7TxeUj1wHkZ1opDtUFSOn0bOQNwIMv3XdQ==","signatures":[{"sig":"MEUCIDWVtTq2j3FY453C3x/EMNY21quBdr4C/t7HNMtuCD68AiEAz2AxbUqymo21cl/Ib+qpq2dODJBfcTmyKEF+GrtGhMw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55246989,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh97a+CRA9TVsSAnZWagAATdkP/jpregT3eD9aCMupFCLh\nbsgeyLMUcAsh5P5UbceoUiS3sGzQdkscsOeOpT543jGbswUcrjolT6jYsjG5\npV9V5vafB7W5AFzJLa9/++YW5nurRnEhHLm6iUg/DmxTb6fFYwnxdqkS0fm1\nwEMQpUt2niljHjLeodZLdU6+XNSllIcrcUsRXT6rAYS4kzDGxk/FlDahHk3N\nHikixf6S83v/RY/bYaADL/UOb993fAGO8rb9JHae1zu3RftMXgWOhv90QAwI\nLwB5B1Z6HLyuI7k6ojY6kseo9q8dHGmiyRlbgPMZRqOgWwiwThJEmwKEa1nR\nOd/xlbeKJ4Z4wuzCG7cgSrtg7r2RwleS71xq10Xp0yCmwHgwl7e5uPZToqnU\n2HwOnHEjP9dJ6NhVdTiCoxAQIOWTAUzbPUId9cDuoWNhFzKDis8cW9OWOsNX\nBmwUHFAZhpiCe0gAd1OfXNhp4D6ku5yNjnCM8NkuknWbAQgoNvQ0kW/dI8+H\nFzSVkvfcU+Nvp/+AWXUl9EPjPigewJynu4NIeCHns1mkLxfmBdT/1HYqZsUR\nixycKE8WCITmZsytSITyeOmhfoCinK78GG1f7kDCJ+icB4VXoF5+rtsmCiq0\nDq6Tm0D8+0ZlWrSZljbxH3dDziEpmajPgMKsgXr8Ca5eF0LUAFjwSYJIDwf5\nIK0c\r\n=nCtV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"98250225048544cf189ba3e2e38981b677992ff9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.47.tgz","_integrity":"sha512-eUiP2s5v1ZbcJIb6jmlktz/EvOUbdbnL1tSm3trKTdhcH4PHfqw98gqI//iBGKgR4Arg1YiAreIIabTRokISfw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.4.48","@syncfusion/ej2-dropdowns":"~19.4.48","@syncfusion/ej2-file-utils":"~19.4.48","@syncfusion/ej2-compression":"~19.4.48","@syncfusion/ej2-navigations":"~19.4.48","@syncfusion/ej2-office-chart":"~19.4.48","@syncfusion/ej2-splitbuttons":"~19.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.4.48_1643624125678_0.07952812018650768","host":"s3://npm-registry-packages"}},"19.4.50":{"name":"@syncfusion/ej2-documenteditor","version":"19.4.50","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"315a9854f39906cb5947342281ef2908c53b160d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.50.tgz","fileCount":397,"integrity":"sha512-82HzrQU77js+zJ4sjwWbq1XkP+nVcvC+NhvpwX4+m61ZaYohZAJucJJskYw7+WHdFQRDtYo+Za9UAMTTgl8nag==","signatures":[{"sig":"MEUCIQDHdGSP30HjDXk/p7XLkhd2yR+g+dJCUzEklKIKT6ReXgIgEXJUyK96UuxfcjRBZaottSGR05htXwHByRams4XHUao=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55451789,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAkJ2CRA9TVsSAnZWagAAMHgP/At0R2KmKWBIZ/6UsRK7\n9g9nqr0fYtPH+/WbYQ1EOMYvAbilP0JHJ2f4h5Vk2LwIKGD19dTrLeWVS96T\nQ7xZWyT6lwCvxl05uW33K1TaI5gpWUabgKq5bPvt+MpIfqrSSCEXdQcPOKEC\nUT6RSq6R72zvnwMbSE34SlNPG/hK2oN/Tn+mfjdmTxLQbW9T6vMyoQGo7gjF\nM2T4FSMFXFwVUCTDObpm725PbuFREvkihB4IxXfCEQ2b1w66JO6n/5IdA3xU\nJ8uEEvGEMatrpsZ4Z7Q3qRzx57qdtCPQvV99Ndhaz8Hy/VB0qpjeWc2eN2d0\ntKuGlLPFL4dVsz9f3zHmn3DuC98K/Sn3IBPy2cz+yPISJvpsbBOtA+j7wMBk\nwvMs52iWBflK4yv2eAkQ8G2ib3W7ub9hS/uuKKfQneCAH4gXU5t2GuatDkq3\naAE2qlLr4uyRMbB5aoyPOQ0pbYQfsfrGxmh024SiFEU2La+huFdeIWdHh/PI\n4KCIfHYt7BFKK6PpJ6lcxUB2QkOoH/Ni/YukZLnAhaO1iXwojETKtNDB0QZh\ny6X+T0eaFL/K9qsWgXYb+K7wu6+Q5emk1VgLB0j4DQ6N++9sg5FTFsHwuczN\nLdJpenF9+WaPTaiddO8wH9OGPX+QqAgI7NsdZhf8StyH18Bih7dr0XYa5kYL\n9JVu\r\n=z/ol\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"0cae7a194f61bf93257f81bdb97ee5dc8442c8b1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.48.tgz","_integrity":"sha512-gB0wcMNNnlKtQb5KPOzfNionFPH3ir5Ob90lNpBtcyV3kvo1MWwDTTOYIMrcbwc7UZn2v4cS9XK6V4C53QaP8g==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.4.50","@syncfusion/ej2-dropdowns":"~19.4.50","@syncfusion/ej2-file-utils":"~19.4.48","@syncfusion/ej2-compression":"~19.4.48","@syncfusion/ej2-navigations":"~19.4.50","@syncfusion/ej2-office-chart":"~19.4.50","@syncfusion/ej2-splitbuttons":"~19.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.4.50_1644315254343_0.264368018690216","host":"s3://npm-registry-packages"}},"19.4.52":{"name":"@syncfusion/ej2-documenteditor","version":"19.4.52","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f6e1994ada5d108bd34eb07d612fac699fb6a352","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.52.tgz","fileCount":397,"integrity":"sha512-I1CSW2t+AvidO/9MLb1qegzDIXdj7hn1NzMxcFXonb6bHKx8tUmLN0XJLUUzCt6Twn7kZf9zSwNC1qTJmDElKQ==","signatures":[{"sig":"MEUCIAtoyK/XxM5/zObl/rGzI96K4RxT8onUgIxUd2+Tc69NAiEA69dkStrCHe2yAunB9+Djzm4D3xXdHWpjXZ8ennadUbg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55491020,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC7FhCRA9TVsSAnZWagAAmP4P/3UWiF2SUS4144BtV0Oa\nWlP0NApleWuntH7P14r/wiOSlRBTYZ0oH8SE+ocWTxKx9WsHXhjw7ELTB1Jy\nHLKjosi2YZShMuZbFE2Y+NTvqg3GEoi+qRjz1pDgGjr8XYuqpcrIS46iCas4\nkU3p8/D5eqFne769AieBYBujY+OV51tVU7z2Prx7KdXAUulH7rDV3ORAtl0Q\nbbKTVVCriTZh7faQkYkYwXCdVTMQD0AY/RoarlZZ50mcuLRmKm0OC8UqZ7vh\nkZl/xWwZfqwC6xQrziv5KX1kN6ThW16oBJiL0fayiqln2YZsUgv2pxyNKuZ3\nCDI0U5ZvEv0KhElbSAVpeYfVbRx1qLetdhPhdOMbt2OGFvzOdUsJ9Q2zLNCU\na2oqEcz2TjTY+nRPQzG0OYOsumx4MqBUOw28pF2HNSUPLreK+iP5WAzCRek5\n5Ruy5/cJ/7xBWUxna8u7NsM7bIy3CFyjvPB6reI786mRDRZYuVxNfgImibkJ\n7fbX0AkQSA03gEjNJNyLZcQn3flhhVXleRuqxPbpAI5UpeOJyIw6u/28L2H8\nG/c95FUzLcHaqWfiqZM5M80+F7AcsZa+ERTLwEZin2hcAIVqnT/dlABznq7+\nz+UF7TrgNUDSKKnEuHZoo/eTkARsOINGcAh1wYXDbPfZPZLs9v6om7wbXu6I\ncLGE\r\n=HBH/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"924d247c5fc23610c05a59119a2ef8070de61826","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.50.tgz","_integrity":"sha512-nLbNABChxSEu1uniuDPiiHH80DylRlmYzhYRjPO3Opem8nsJIDuKAyB2gbdh+JwR4rTvQyf37/KblNReY3s8pg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.4.52","@syncfusion/ej2-dropdowns":"~19.4.52","@syncfusion/ej2-file-utils":"~19.4.52","@syncfusion/ej2-compression":"~19.4.52","@syncfusion/ej2-navigations":"~19.4.52","@syncfusion/ej2-office-chart":"~19.4.52","@syncfusion/ej2-splitbuttons":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.4.52_1644933473485_0.0009198878928742271","host":"s3://npm-registry-packages"}},"19.4.53":{"name":"@syncfusion/ej2-documenteditor","version":"19.4.53","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5ad156399a7889d3fc3296092726c1eb102db6d3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.53.tgz","fileCount":397,"integrity":"sha512-7kb9coqZtibqUbC55lr/idXC9Xce8shfYcSNjPDZQHR9xj+PntXvnTKRDklwa3dS63Z9zKabq6iyxwAwmr5/pw==","signatures":[{"sig":"MEYCIQD+Tn3DYK+ppXC+XCx8RY+rV7Ky1aYYTltMOSLAizzrFwIhAP1w580Jj7NBBWuPOmFvfA0wPZnngzbXRzc/tnH49Img","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55501895,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFMAJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoeuQ//SSIC+pnjx9GvA1BATMNsvY/R6jE/Rukcx1VRAEURiHu3l4jj\r\n+lqRLDsBYyxlNruwH6fgh34hK/x2AVqA9u7KAd8eRca/928zQA2rEi5F2JG1\r\njA7QDwXFzuFOemNFAsBdtgydK1W4TOdMJP+HQyjfvl4Q5hGme9A3X3ZNJKKr\r\ngGv/OoT3XnxfBEezWPKE5xK6zwbcGTPsM9Qhcsnkx4a9uKX6EhGQd6TpfYnl\r\nNboVqOjAvwnk9ee7fiyH1CC/9uSTtXKzmefrEIxrg0rGGDwUX9Z5F4PaRXtv\r\nqfwucSmHY41NZ2r3+Jk3hpDZ5GC2SlX/PKawmffIAdlawY27rDStYabPLTwy\r\nXrEyBMFf/hTOlyGiWuwX3Kj011okbo2egkqPCRl4MSAiKAIkpP4pEtz/wmJS\r\n6fVfOVPj7G0EgV6+FkSK2YTGUEbwEAcUkXxG8f320iz3k3pm0P85V9EIBZiW\r\n4gmbp4RkzxJk3KZ5CNj+WdTuoaY/WNdwQIJab780h8tU4awYVtDvb7SWKUQE\r\nln5uk5ePX84u8VL6z2NZsH6jho0WEzQzk94UcVaaSBvBbFmS7kJMRrhfwlpC\r\nS8ckra+J9trr7QvtFc+wnRa5P+Xnknao934GIgiyL9YdG4faJ5XOShxifuB5\r\n23V/LJ7U+uyPX9+Q0IRpWRLTNGHUFXLS+tk=\r\n=kkna\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"788534fbb24490ee5223359cdca2b48ad86f5257","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.52.tgz","_integrity":"sha512-wUxXxCcV/eDtAzCOEDxJumgwOPvknCato1MX6rdPoNYXV+EImRFwjUDeGs1E6aAn+I4fmOBJOwtwGFo40KapWA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.4.52","@syncfusion/ej2-dropdowns":"~19.4.52","@syncfusion/ej2-file-utils":"~19.4.52","@syncfusion/ej2-compression":"~19.4.52","@syncfusion/ej2-navigations":"~19.4.53","@syncfusion/ej2-office-chart":"~19.4.52","@syncfusion/ej2-splitbuttons":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.4.53_1645527049456_0.10453953480644484","host":"s3://npm-registry-packages"}},"19.4.54":{"name":"@syncfusion/ej2-documenteditor","version":"19.4.54","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.4.54","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"29947ef7dd87d59a616a85af8caef36dddf540ad","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.54.tgz","fileCount":397,"integrity":"sha512-SsqfJNSRx7ULg9jE2p5J/4m0NkRxT//H8uu3VV4ynhwoHkj8pi97c1w0OrZlfq+M+49EibWSpFDFPcxP5EQivQ==","signatures":[{"sig":"MEYCIQDC0+06yL3GsD9aBALGRdh8kpOaTDX8HTifpYR/cknykQIhANE29gsxYuzVFZaygLdDfbulfatvSdNTBy4Lqg7dQW57","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55773244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHg1zACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpxURAAojhKcdUJfGoCbUVaT8pAUC6+vKh231YRUdEZdNd92pTFKVep\r\nkkx4z3w0208smz/UcncDz0UOkll2i7CvxvolBg0E4EWYRUwfe83CEqoqAUf/\r\njW+3wEgg1DUwHOi7WucCi0dsQwt9+jky0UlnuWor3Ky3JdL/3wjTVbPXVNUd\r\nH454RtuyUHSQKoZGsrJMJOPNbg0iCSQtCfNnoOjvm4fQffDmJg+jDJ1eB/4L\r\nFPDQuyL+AqNMEcT/cNkCd4vLIePYYbEVPPIIRHybQ/EHSGbShqYGte7N+2Bk\r\nUhpYA/clqxj8SqGjYfmzjYUQotmlFtYxmEbmQM3Fctz4+wF5XWN+N8DRhcA9\r\nPMNEvhuvacgkp2qP4m9jNymCbO4E4wwEviavDED+92D3kPVfK4eas+2CrjTq\r\n9Hir0AuydmJRutdWHrCuIIZfupd/UHN0OV4qWcVDUo0ku2ROcsBLO+SQyrl/\r\nEHKd++W4FtmhkTdRBiUWe/CWYHF6AIzU7v30vrQZH7oWMlC1ALkQXS3tmpLk\r\nRjrr/KVZBs1jjpKRLx8sb7huKYjVya31lgQxlbFIPKQ1c5qmk2A2us+qmcCU\r\n9Hr7rJ1eCyWtlo4aFZEHdp0ebAtlr9251Ngjt0Gp5Wh+8vtr14paObyTsR0j\r\n9RxvWpytBP7koVF0IsH3jmXwOrBIMSzcl5Q=\r\n=8M7n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"b7cfcb9f15d0c0700d884ead5fbf943f8ce77362","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.53.tgz","_integrity":"sha512-NzNIBWWLYzuX08OBrbX/ofsei/oV+sbL7CH+KS/yUsHGpRVCgGUhkJxhrRjehtaoj/AvwNjTMQvoRN16lQnlXg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.4.54","@syncfusion/ej2-dropdowns":"~19.4.54","@syncfusion/ej2-file-utils":"~19.4.52","@syncfusion/ej2-compression":"~19.4.52","@syncfusion/ej2-navigations":"~19.4.53","@syncfusion/ej2-office-chart":"~19.4.52","@syncfusion/ej2-splitbuttons":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.4.54_1646136691018_0.6426138567110384","host":"s3://npm-registry-packages"}},"19.4.55":{"name":"@syncfusion/ej2-documenteditor","version":"19.4.55","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.4.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5eabc87d199d40743984588bea5c3ecf998719d7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.55.tgz","fileCount":397,"integrity":"sha512-K/Z9IqlGoA6kiGB0mBR3+gN8F8OuewRU9SsnM2AGArVBqnpuBcick2xX6scrA+cQyXHQ8lFOq1l26rDguqzVQQ==","signatures":[{"sig":"MEUCIQDEY0kl70hnHaH2FJ2ZVmaTrAGrX997kRDFeVZ75S70ogIgL21a6I2I9khcUMBYhNa0jLTSzp3SoXfikD0MPo+eCwc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55804088,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJyL7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq09xAAlDP7A5JIMEyf8z7B6eUqdnYzlixhW7Q3EQ2dywmNk4kC1SEX\r\nJqxeCBrJmOEr9D1FhLWHCtoGa7vJunA2I6VfOUAY7xxh4XzZ2HJMYnmFOujg\r\n0pN+Y9Ws58E52rTnqN03U7pXv/cb5T8n2Eym08y8gY0cre4WMWD5EUwdn+fn\r\npgUznUHxu74K7EGsAWiAxYt5YOzVFAmf+cGv2xgqlK4peTjpnSfICX6JzidG\r\nh1b5XcQGTrrdNJ/roGQxaJIqAPJqjxf7eu+XHW0pWjejUSfws2rAMCm5l4sy\r\n4lkQjvgGXwX9FrkHFcl2nAlr/HmNJm74ufLH3BS/fuL2sKY3NP6buf/Ju9L9\r\nmq5PDgM+8ivuXZ8PT3xKrPp30h6iYhcofBVk1ZlMFm/bN5Y6IDMANjwG8byB\r\nW2wcmSwRCQCJ/Q52vRztypDyQYvmG22md7ahUVxdRvyVb7kSSHpFmiMTlQPD\r\n7SlSkoFHJ2HQJ7Mi2DqTGvPAYsgqisXbHYbA4aS/Z5gHakxjc8R6ep95xA6m\r\ngq+L4rM2gNIOOlSDK/iYidmB7fdXFMX/7vw4mIy3xzV1DuLCiI+IDcaFLXnG\r\nYqFXVODpDRiUfnEPmS8n1CjEmsGoc99ryih+/yC+PGw2p9ftPsmx46AM60Wr\r\nCCNcGjZueiKJkhLCkgMdsTBneWCND5aR9yI=\r\n=+pCD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"15365592b9477350d889dd928e611dbc3a3ce772","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.54.tgz","_integrity":"sha512-Wis3AMPFhnM7qeh2FOutmbeLPqzVq7KxGDyVDkcrg5vNh8XZurO7xd1onBY2DuKBH9Lffb0Prhk2V1Y/o6/u2w==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.4.55","@syncfusion/ej2-dropdowns":"~19.4.55","@syncfusion/ej2-file-utils":"~19.4.52","@syncfusion/ej2-compression":"~19.4.52","@syncfusion/ej2-navigations":"~19.4.55","@syncfusion/ej2-office-chart":"~19.4.52","@syncfusion/ej2-splitbuttons":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.4.55_1646732027582_0.11543006196570404","host":"s3://npm-registry-packages"}},"19.4.56":{"name":"@syncfusion/ej2-documenteditor","version":"19.4.56","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@19.4.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"723ad77e4b2d4230d378a25bda5a7bd01974c777","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.56.tgz","fileCount":397,"integrity":"sha512-/ASrbDug+mwhhUGMMVbhgPuxNkel06jQ+6kqc9w0MN2val8e8I8OvteuLKkqN3NZUjlnUYnOHyuQZAK+meposg==","signatures":[{"sig":"MEUCIQC7+XifR5EYGFn1PKDogog2GaHPDpt9hAnz+WZodLUmPwIgcF40KiGmi8Ikb4ouLj4/V8YK2Sjh3/4HdCanIY+RB2I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55808465,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMKaqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpFzg/+OJAD+Ae/zeAUe03TTg9FDk2u2L/g8bs+XbMhPaflC6xdkHhc\r\n1rQHrZwJ5Rds0zpUMHoNtb+z4VWFOhSGhS9xMdK6wa8AHnpGgeBKnl5xMZPV\r\n+3X3/WaJFouI0PB+/2NW8xtYvh3W0UX0LU/TPdv3lXO8aV9TgIYQHdW6XQBI\r\ne0qV0kdzTVizjmF+YXzuqeUQskBdReeuvzWqmO1UyXhYqeju0ChZxF2qTTSa\r\nYz8qyh3+24eVEiAcXqx/i4NUbIVE0hxXKVJ5aEOXCPDulqjtViolXAjFFDFD\r\nYWl7AxumRhMCtv1GEyFWGq1xxL5cHRLjbjjtmL8j7+5IAlS6wBWxjdm19JNd\r\nYVwXzFNR0Rp5f23lG9UEwfh3MkruX6PVv00GbCqGrmJt5drOtcy1SrVZ4fup\r\nOmzoQTqxClJJk9pQBwH2bmulOhOTK7sqe4Ty2/6c6LepqZvC4zX9Oqet6fge\r\niam2MgFftCskzz4f+VHI8e3dwMOAYGPAyjtFSoGRsul6fCtmg4HivfFtALFN\r\nv1vQvnB/hpzNOOtmZ7WKDhkgTqSfGZj0W5NQBoa2mnTF1GR5/VBLi46Otrrn\r\n8Q1lGIoNBK8n6B0uljzeN4D+FzzHnaAA/zWDartPVTE6CqAXLm/KM4Jcxv7N\r\nzS7G88ruwDgLpnNBigM7hYV3r3mPZZnFyHg=\r\n=Fqob\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"89d7356acdb577d37319440fca3b13619676dfd7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.4.55.tgz","_integrity":"sha512-jaWcNzMbwUTvhazZ8Gc5etzuOmAIecYpmOqj2LBcAYzxDa5y3CGz7L95Pgj989iAz1WJ7yu9dnWO4XXOl6rU7A==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~19.4.56","@syncfusion/ej2-dropdowns":"~19.4.56","@syncfusion/ej2-file-utils":"~19.4.52","@syncfusion/ej2-compression":"~19.4.52","@syncfusion/ej2-navigations":"~19.4.56","@syncfusion/ej2-office-chart":"~19.4.52","@syncfusion/ej2-splitbuttons":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_19.4.56_1647355556620_0.8337099008136086","host":"s3://npm-registry-packages"}},"20.1.47":{"name":"@syncfusion/ej2-documenteditor","version":"20.1.47","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"53750d1a21d23c856e57c611abf74d64f335d496","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.47.tgz","fileCount":413,"integrity":"sha512-WPoNOetKGUN2XnQS1Ypb460l4188UiJJQu+eX+hFybi55T/OLOF2dQ85yGaby5hIcb7ex3M8sd6KkxZsHHuIGw==","signatures":[{"sig":"MEUCIGsuXrRLV9OPDLWKpr3VBsY/JcCkWYXUph3O4iUtnxC+AiEAnppFnCVnYH6RZ77vKJDiZBd0w2lLmZ7M5JzLgNjhrlk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56414848,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSqefACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrd7Q//ehhgdpxQeAsrpnfFJsy/Q0AHnaYYEWWa2PCDxdryMQLa64fl\r\nkXvdMWildU+X4lGoqBwdgkcCRhj7G1Ei+8Ogov6a9JqUXOuhxIHp2PXgevC3\r\nQB6W57FjZYvXZmOA3MTYICfdngcmJfdFhtYGLExmdfdrD44whvoh1sI4rjoQ\r\nkJ4JHA4RZPaZat4lszoA1HmzZZF6Ll7ZIQwCVRzuXR1ZcpnWlQ8RvViUcXFz\r\nJwAwoabSgIpp1s+QwmPgGa7gRrbAZJs3S9I7sUA/LZscNn+a+P5WcBoE0D03\r\nwSD49hHQpNoEabCHgTOa3Y/HoqPibQ7DeT/pNAqB3vkbvd6M4wDO8Qzv/GuF\r\naIdKQzvEuks9KC/FnRJ9fCbiEK17Jhq5AJiHCaw9ai2ysrCRie1PHZRAusen\r\n0/5GrZBnIONgpsTlTUkpDk191CyhSWrubybFr3IG8lRrIbrJk4bt6HUIdLB+\r\nWfy/dcNXvPzIUx5mK6xjKQz83Cdbi1e5gKRxbzW9+nJWrhlO1F2Unv0UAhgd\r\n5cr5vlOwRumOm59U96+cZfEtgoodqKRy89byoUQxVsu7x7J3CCj7ZR8OlhFL\r\n2KlNy/v76r+XiikNZ4JSUIPbJTEBZDUy7fRWEsh6zBRSskPhMFtR6dlCvoBG\r\nylla3uoQXDX+pF5npNvg6HaJZ1Bd+32yHvM=\r\n=O0Z1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"aaf65d7461063fdc320d488fb99b9797bc226bbe","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.27.1.tgz","_integrity":"sha512-WnGngxmF/hq0+72pfxh0BNZRNmV0fD4Tc0XWndOnb0eUL0AgkXpTpFtIEMAoxEUbbPe3tlX8Pund62mnRsLMAg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.1.47","@syncfusion/ej2-dropdowns":"~20.1.47","@syncfusion/ej2-file-utils":"~20.1.47","@syncfusion/ej2-compression":"~20.1.47","@syncfusion/ej2-navigations":"~20.1.47","@syncfusion/ej2-office-chart":"~20.1.47","@syncfusion/ej2-splitbuttons":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.1.47_1649059742647_0.04298094615982673","host":"s3://npm-registry-packages"}},"20.1.48":{"name":"@syncfusion/ej2-documenteditor","version":"20.1.48","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e9f8494001b5df9e8492ad4bc17d1846db7f3de2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.48.tgz","fileCount":413,"integrity":"sha512-d1wr7iEVwYi4dDNXS32FBWHXuKXM+J2lEGUaFrusj6pUSPDEySlO7CSH/CrO4qeERKKK1Vv9rFoCRkIX68++OQ==","signatures":[{"sig":"MEUCICKDqFbfIrwW2Yvr2sQmYpSKwhFCSvH6h1+rWbzOZjHBAiEA3Jydv921j5KtSoT2lIDIX8A36W3lNJeGvjpUmOAqDCM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56514484,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVV45ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrvqg/+Ml+xx31mjY4C5wY7f+oVEKDII+B0bWe6Sq1hxVE5jgSN4VlY\r\n8gz7mUaaWrGxTAPm1+KoSPg7ojDgcJZRa5fcX37K7418uWTafQyaP8VOxg1T\r\nTEbqwAKMIvRdLCzC7POr2KwxD6G/pos+zp/3kLr1hSdOtB5t7XqjYi/pe5Wv\r\nkB82MhZiJYns9hEy8tn8/gMITdPau3o0pCgY74s1M0fBjOd3RTCfdz3xP7u4\r\n+VtqpHRVyXiyFcp5wE2/ZOyakcNFCSQIVZ9d+1190wS8KHWv47BnVZCp+CiF\r\nr4P6+DgeXPZU1REv2e5i2tiQEdvwY/4M6UqyFXHBXMnlKvLl4+9JZim81pYy\r\nxu2Nn3bqLPe2Msw2SP8SBmiMDB9E0lBpo6Sj2CrasxO7NfATta5diO1j3JQx\r\nXaDphBcAqdWdqcRl1GNL1MmBp9Lw5MQ/s/Jl6zP/VVDK1gvechIeqRK8gykU\r\n2iVGtb/3fjJ1HlMx9pgAPfhMZ+Ty4o8B+BpRyXP0f4ThEty4+TP1RehzEp/h\r\nRwpeXHO9r8q0wt0oyAwEL0ir11vHFdkoXkbpUcIaMHd/lILGRCwQ/krcS8Ne\r\nDfzj3itMrYW38nslWox5UQleIJSn9B+4C1/UupcMISggFTQI5OuHoq1Ja8iY\r\nvxBdUSR7SnFO/SOK41ovHWvum4wcY4gM6FU=\r\n=cm1P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"c90a7531ff18e30190d9ed2e971c02e57a316a5f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.47.tgz","_integrity":"sha512-TMrGm9yKskQ1yxN3EXAWeUBnhlZaX0AqAhhtrFcmit8qrcR1aQquCYscu+379Z52Buqn2pyyd/6NtmWo7PlelQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.1.47","@syncfusion/ej2-dropdowns":"~20.1.47","@syncfusion/ej2-file-utils":"~20.1.47","@syncfusion/ej2-compression":"~20.1.47","@syncfusion/ej2-navigations":"~20.1.48","@syncfusion/ej2-office-chart":"~20.1.48","@syncfusion/ej2-splitbuttons":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.1.48_1649761848951_0.7963609444192192","host":"s3://npm-registry-packages"}},"20.1.50":{"name":"@syncfusion/ej2-documenteditor","version":"20.1.50","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f77ade8b7b3b9e81ae4331b30769b698c11b1bd3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.50.tgz","fileCount":413,"integrity":"sha512-FGcwGQl8IM1bPfWHKxkh9HnGDBhJR7GDUB7v3CiL0QK3zZ5jcoUDkKZM84javRvTlWXvefZwCglt9pJVHE2iWw==","signatures":[{"sig":"MEQCIHSjIXhOr4IMlZKWWw3iWf88OjS8srH4RUxVXGxVN4buAiBg64tEPsbJWsyM29ZhU+D5lRXUQlIcR+5CwztkH/uckA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56522309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXpV0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3jw//U6LfVuHrndLkNUb7E8vt1owm2MuSNnmoSmCymK7keI0qmHla\r\nkRo6FR49W98iZubf/QMqglxh5+LUQ2Lt0s74IEjO8VMdeEmy074EREgnpmGx\r\naueAZljB09q/SItzjaKMMM2zYseHyMnJBvl9+6Wq8EOrV6TJ0/2521Y0Ms2b\r\n/FkoeZk7fLrkdZT97cS6q1LlnLcrKBXLDjM3ZPvCjyv20f0PjcTyHcl9q5Ni\r\nELtEQ4emhsIWVqoUCwVsV5N4AqTjsG/4MO5uZ8O0CashDaQNIvO4kU+mL4J/\r\nFxACoNOJPt754+73ARhujqAZI0AEFl4Py3D7CYXBA3guXUT4ur45mKZ3tK8c\r\nOZP3RdX7rugnjD62dCzTso+czcdP6ZDwxaSvXiHVjaBuFkwvaWpqm989Tqzg\r\n4BCEzS77bGniuaoWnkjvLEMKLdfwlRFAi2JrOPAs0x93oT0pY1cZzZjhalEr\r\n7gaOGPA1g4tZ3nSwFl/g4APQBG7lmViFGceqyhpAUm+1uPt5rWJl7I/Wfwnd\r\nTRn78aiO9SYK5632ziZUExzr6QT4zroX20Lqt95fJBP2QnbW9x3s+GPE87Jo\r\nMWMEIzpd/wsVYnuMt1PpZPW2PPZyG+gQ8FlqKuTRBvudsNkh+/9USpJitjPq\r\nspWzFkbfyLmCr8vMMKkB85pEeK62+JgCbv4=\r\n=qSXS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"b9eb198ad39b6da3ded33db71d3ee6f7aa872f0e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.48.tgz","_integrity":"sha512-J1fBjytU+w++UdSdou4MD1Kj9AZ+C7Eu6CSc1KOx6aJp6imgsmDR+goAXxmzMbSMQpQw7Pliy3zRwt9nDSpxKQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.1.47","@syncfusion/ej2-dropdowns":"~20.1.50","@syncfusion/ej2-file-utils":"~20.1.47","@syncfusion/ej2-compression":"~20.1.47","@syncfusion/ej2-navigations":"~20.1.48","@syncfusion/ej2-office-chart":"~20.1.48","@syncfusion/ej2-splitbuttons":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.1.50_1650365812165_0.028127740128361056","host":"s3://npm-registry-packages"}},"20.1.51":{"name":"@syncfusion/ej2-documenteditor","version":"20.1.51","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2555b59fc9a13d2794838aeffb3f850ce8095411","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.51.tgz","fileCount":413,"integrity":"sha512-+mBapbmXNyzmh6XfF4epinp/7PbMmWt6e5U9flKfacCmK2M36USOwxOPfgyw63wbVnxDY6U6OQZ1N70epvsFaQ==","signatures":[{"sig":"MEYCIQDN5rTRmzVDWwcCeB9P2PKsWUzeNdpzZubUqKkVGCfSuQIhAJ70Gly4hy64wLlsCMnJy+xcFN4Y3ChmsH+F4XY2savW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56531879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZ/POACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqUnA/+PwhCdWZTZG5lZw1yim8zvTkEd5yN4Fw10HxExGhKumqESi/n\r\nmgOjIzLfB2L2+8vINOph+HfCFAxiT9C5cvA2na9KW2CwNickKWmcYMiUVDus\r\n+L5wMyE8pE3EiwZkOsC540RCeb3WmsNbFiAfNgkUkmAkpZwDe0YoNSPVjhRg\r\nHlOINHD2mbpzI7/o9QH9xXjfTEwVR4WK6Qo+r8zmP6zZD1c/KJhJUGmmUnPA\r\nB8xg232G9epyTeterj4iQGItZnM6d3TPWBQs8ER6D5yUnzFJx/QTz3ChGCd6\r\nsgF0aDhTbhhdAWJkpWguf1eG6hsD1XjtIKKzHot0Nmk/cVvhlK/u1hzD4PBv\r\no+85aFzhyvxR0U1IL/Bz+/Qov4uES9wGfLWouXEp87MhQAh02iE4ki+DslRb\r\n6g9xC8FFdb/JOjUy6GKsS9NG6CmxXgBC8hlZAkC4I2zoJ1oFyCaA/BS/QpE8\r\nL1a0lzaedAiWd7Ol+JZXpG3U+mEF91DxpZrBS+o6snD5VSQ9yp4t5gVvGEdN\r\n74TRiFaRNGLTh5565xbdGQFhzScgSVMLRZI729qhOlnOHlOSCyfqMF7faR2O\r\nlaARBAPDz/W1q0lYDEYrv7XpryweWYa5PpnCoCugiLiwoBG25Z6wprBYONRt\r\ni+TrowLFs11I8wszIUrHr+qmTN+OQOnhsc4=\r\n=vvjG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"d9e2fd831501b6155c5167da509ee057ff7acb9c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.50.tgz","_integrity":"sha512-9LOE3bPBC8DqIYHkUq4IzwUnedC/SYXg0I8AQZo9HRpBfJ7lgUwLyJh5n8/Ne8Y3zW/4z0zkcMYuSV1HLlM05g==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.1.47","@syncfusion/ej2-dropdowns":"~20.1.51","@syncfusion/ej2-file-utils":"~20.1.47","@syncfusion/ej2-compression":"~20.1.47","@syncfusion/ej2-navigations":"~20.1.51","@syncfusion/ej2-office-chart":"~20.1.48","@syncfusion/ej2-splitbuttons":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.1.51_1650979789679_0.3666832239966873","host":"s3://npm-registry-packages"}},"20.1.52":{"name":"@syncfusion/ej2-documenteditor","version":"20.1.52","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0b3e700b07acfabc0a22fef66a2118112ad94d4d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.52.tgz","fileCount":413,"integrity":"sha512-GpHoMTC1XsMsu1j2mDrck5FLv87aNsVCEdchJT98DfNjL8uZQ6rcOjqqHvqSYRuT90eYIGzbQLEF4QjEPzrNoA==","signatures":[{"sig":"MEYCIQCkb7d89T6hLUQMT9YBdgCfzJVM/9Z+wfuBdE7Ls8iodQIhALhQQDt52aaMoRoBh0hPZJcq28Mpg81IZeDJlWQ0FTqg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56585370,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiciw/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoN4g//Q6vtX5ff7gNiZd1C1cObH+RqaANi8Y8Uu7P04S3RetiNvlTE\r\nCin9jW9hu8qF1ZqjvcEtPauJvXp3mThKAw1YmMjCyn3/y8YYLf8YuLGBheHk\r\nRBK48UXTeCvyXdqNTrJdM3QefSONUuk2oGw1TZX75m5smo2vcOsxiUFbGm49\r\ngOa9pvkGxZRcucADhTVlEdQ13OxvQqiQmk8lf4NEKuE+yDjGMEBZLMpzJ5LJ\r\n14qvNBWE+5dlrtlC/qaMvkwyLBTyL2ZDUg5brvBM54AcZEzTyX7FIAchde6e\r\nA3jEE7wxks5YdYLO7rzG2i6CVIgnoeA6hBbmAd9J3y1XiNpd0ixQ96hN7IBz\r\nfGsMBjSXfchT6OjO2w8hJpBymarxTo62tubVPtS0/BKvPc2+GTkCO6zgHkJX\r\n5Txqz1ZAXP71Dge0v2+BCNsR2VKAllHuu6svko84dDpfK7bu/Yt4ij/8+t/x\r\nxTihhojq8qO6w1K3aWOeqZnA3G89yYaloG2T0BHhKhQfCdjyo8FdpBDxRMFv\r\ny1AJeSTKqiQFiWKuTkAlhtSYVLoVovLX/1iZN0dT+UscrZpi8nxlRhufII8g\r\nwX7gioVRQ4pw4QIjUPuZOPuG5DQTACpUM/Ac/n5qyr8bR0ckuWrTSZSOG6Ko\r\nC15iMmB8MepdMklFFg7Ro9fXlN7fDN2qK1E=\r\n=+bfg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"df9388bce8c5883a5d35421a59993bc333aa51e0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.51.tgz","_integrity":"sha512-f6bOpX1ZvtA7VSrWyVEKWVgDHjOAeg9E+DHeYcsF6yo8F00dj3t0S3LKpTk7SU+rkqpS7nep0+nIJUYhhN4WCQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.1.52","@syncfusion/ej2-dropdowns":"~20.1.52","@syncfusion/ej2-file-utils":"~20.1.47","@syncfusion/ej2-compression":"~20.1.47","@syncfusion/ej2-navigations":"~20.1.51","@syncfusion/ej2-office-chart":"~20.1.48","@syncfusion/ej2-splitbuttons":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.1.52_1651649598812_0.5304445108319613","host":"s3://npm-registry-packages"}},"20.1.55":{"name":"@syncfusion/ej2-documenteditor","version":"20.1.55","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"369f7395481516e55f5660d6922c9c7ef89f3e5a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.55.tgz","fileCount":413,"integrity":"sha512-N8PFX+0fMOPeieaTm+M10y3rnoYDr+EMCLG5IE7C3th1aUx8ydAqPvolfFjSmpV5kfhvK8nTpNtbJWVI130nAg==","signatures":[{"sig":"MEQCIEVRlCkR4uHt2LUgNNR6JkhFl83yLWpZQAdnVKA7Hu8yAiAYsvyqpUWYe8Wx/PyxjAnP+ZkAht3vz2fx0ZYuvU4eCw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56649985,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifQKiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoghhAAidY21ERJjXCk4kSsKw1jr/Fds2LyD/WnPQmwRhZNcJEmgc+J\r\nuYQ+JI20kTgS66/jiyiGgFDee0rh2TrTgkDf42L8kYQktipr0i3pR1VbHEGL\r\nenGVRuwDkj9u1GcTEMWIZmp+9mKYVGfxnUqqdZZycAQtDpB/nfUWOcujFJbl\r\nsv2uLVIg2Nivpr9+DXBuzWBIUjYlXeQGgFh8QC+jz8qwmUzAwwHYckhcN8lf\r\nQyxIDPiumUT31H0DR7BYlRnG2yP4cjdKzvPh2Fe2Kf1L6IUKpaYHtvutF+HM\r\nesFlGMi8EsrwM6LHr85SaL7lSDVckYIvskKh/CZPbrU++cYv12dEtLFXV667\r\nNBwy/QAEDlXqHZgQmUYGBI0+8fQ0StY50Z06Rtz1d5iQzV2fpZuQl5EZhQtI\r\nBWMg2IMBRYfGZmCfwh/G2iI8csa9tSpdTRob5fwfaV4uWpFTfKFvOCPVYg6b\r\nRhhb/I9vZQAPOa9569xJ/Fhg/I8x4eHs5N7BaU4yDZBS+qbSnZrTO5GXvAtN\r\nORV+EMSi10JuAas1pIfzAZuaqbLiw8xCjN4MlkCj6Nn5QOQnqp+U8tUnlUql\r\npioIIOdR439FVvNnCkZaplo09Apyyx8XdmqwfJkkSojfvwqvB8Jg9F8SkQ/t\r\nNd4fbhd6SRyrglZUTVfv0veKdYwlaYHkqD8=\r\n=qEDH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"ed5cd68fefe6360003c64c2e897fde0771aecd2e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.52.tgz","_integrity":"sha512-xoHvCy7ANNKSv/puGKrgkg9+DxZv/f162TK3T13Mwyu4sO623V67mp0PXQhbG1ddyZHpGSHnQdX3tR1xLJravw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.1.55","@syncfusion/ej2-dropdowns":"~20.1.55","@syncfusion/ej2-file-utils":"~20.1.55","@syncfusion/ej2-compression":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.55","@syncfusion/ej2-office-chart":"~20.1.55","@syncfusion/ej2-splitbuttons":"~20.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.1.55_1652359842407_0.855765002726369","host":"s3://npm-registry-packages"}},"20.1.56":{"name":"@syncfusion/ej2-documenteditor","version":"20.1.56","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.1.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9f24a5f54611cfcf3fc06e941f2d150e0e436ad1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.56.tgz","fileCount":413,"integrity":"sha512-pIJO5hJwUUpj8iO0VAIBXfPhczakSVPQ6GimBIt1+1XqHcDg/ITMmiZ6yG3fg3CMbK3VqV7t45j4bzSjO+KBHA==","signatures":[{"sig":"MEUCIHvlTcRtoNvqA2c6B1TUG+M4x72s6bSjGsp4U38VMfhqAiEA+RQxdz92e2xefh7aDq5/sLiiR/5nQ3ZfJn5W+lIP6Cw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56668993,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJig378ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqv5BAAlkL69uLmL+5Rcef10OtqokhvyzjnxVEqo/kZb7WWCTq/m9OU\r\nTbbX+dQAgAB+UX3L20PNpt/mij8wwfnyQHQjIIYNJHdOuSmhMELhPS8eZDY4\r\n0AyadpPVFfwB+WrApibSjVEFzRXaP9x27IYB9mfgj8DeUWkebHvb4+r9GOsz\r\nSCx+cI0464bSqE0wQ/d5V5oEf4BoHwg8s9n3YJvB8p3v03QqZ4GXkTANk0Jw\r\najt1x1Yqf29jYaz/16uyh72PVm+E+becXv4MU1tQfiLXQfukBQXQ+fKtD8WH\r\nw8OAI2uj7bV62hl4c7/0FfIO+kxkhMtHN+JL+hgttNAoFsRCpw1sjHIBIk5Q\r\nbT4Lh9+SSCr4X2l+ZrsgwVASK9dhTIYtJn9hi/jaNyHt486YKBmNBCvEmqVt\r\nOGJ8OEzUgHEtiATFvJvF50rYXL4fhu843Z7abxQCr1qoZhY3v5mwn5AHovko\r\num7yQfVrx8KRH6VWZRTOEJIKwM9uW7xCSmmuSkU2InmxlLedysbaoHG0uW6U\r\nwXH9nGjsohMz6slwLbciU4VfbGnLaXtZQ40h9cWgnRo4xAW8qqqSVidM4yDq\r\nMYcU6b/ntlxboi8hlUapR59AFeqHq9JUeJ7RbNTr86xEe970ScD2iUul5Ent\r\nvNUCtHZwKQsgUVskLQt2r6rO/GfCiE/758o=\r\n=DISW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"acbfbe5353f6a806d5ea4ab953db842a354b6d8c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.52.tgz","_integrity":"sha512-/vLR7VhRYUoT7lepeU1/FtzyVCs3YF5JSufaaRijKqJBPUWI/mrNPX7MVvK2X4DLPJ7mnseSBq0n8B21ad/mKw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.1.56","@syncfusion/ej2-dropdowns":"~20.1.56","@syncfusion/ej2-file-utils":"~20.1.55","@syncfusion/ej2-compression":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.56","@syncfusion/ej2-office-chart":"~20.1.55","@syncfusion/ej2-splitbuttons":"~20.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.1.56_1652784892377_0.4361909378297142","host":"s3://npm-registry-packages"}},"20.1.57":{"name":"@syncfusion/ej2-documenteditor","version":"20.1.57","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e9f75a787d31933f78db58898fbc4a91a2b27bdf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.57.tgz","fileCount":413,"integrity":"sha512-Tsvp3Oo/pfjybliHR6uyJSq8nCar483L5TnXkVlqK1gm0ah1PDNzzrReRBBjO2d4/S6I/+6gY1mOOFbujOXACw==","signatures":[{"sig":"MEUCIGRTXkLy+oOQnMFlwjcrtNtRA9WmtUPaNUNDblAIdFDuAiEA8HN104LQaU+PTOW5b7iTpJ+ab8GOsT1RrfSk2I51frk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56682658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijL/IACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqDfRAAh5UHSwwKfFpjzXaxwBE3iKN1jQMmcCWGI0JV7EO0tly0leNU\r\n0sHFs4gY6rvT/RM0V9hl832Ub/o2ekHgjSnwBDaitK4fY8O9K/RjarBkKVkh\r\nGADJNmdWiqK1u1u6N0IQPJeRqz9ty1chsL+dcYThfKAjAsrzSstrDVamr+sh\r\nOV/h0ovRoB4Ql2KjrrE1XU3+ooEDnewhcbsMFY+V3R9zLdvcgHuSNWI94B9v\r\n8h1S/3hMB1vFyoJaRvE1n1xnmjeFldcD4KZ2o/7FjH1L4IkXtsjiW3ZnNVhM\r\n2wv1H3Ej2Fh3T6MZVXD/zCC5Aw1F4Xa9XcVeBfRlOqolY3HncD+jL9UHLIxP\r\ngC4IzNTFFg5E8wmUl1EUHMgDa5K/g2X0v1WbjTogzez306jBRO1c3K52KJl7\r\nqWgaRjHtq7Q2KhbmU6g0it25Ajmg7J4nb85VqwrOy4KbzywrXRysGJI10nKP\r\nOI6mthAJ5s/tHpXUI5gLKvur9gVPAXn093HJ9jL701jKa5k49f3Zeo5kwNZb\r\n59ETeAwm3TtL0y98SQA1/EN5pT3A3VltzTj9rBso9h1cKqStDgXcHp+TYzNe\r\nFg/mNdl7vN5mSVJTcakMmOYtzYDB+r3LaAOJCR6jEbB1ea0qh/6SIaI9LBkn\r\n6V2cT1PqMATL+7KIk2mbv5L+Uk26xttYDIo=\r\n=xbgW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"a206b0dc1d0589dde06c0318586fe90e61b0aed8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.56.tgz","_integrity":"sha512-NGkcDmz55/dUKkYRHdB+x2SEdntarI1kF15ZP3ML37dPkgHc6YKG0GbaPyqWjFHn9USdR5i+xalujY+durpycg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.1.57","@syncfusion/ej2-dropdowns":"~20.1.57","@syncfusion/ej2-file-utils":"~20.1.55","@syncfusion/ej2-compression":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.57","@syncfusion/ej2-office-chart":"~20.1.55","@syncfusion/ej2-splitbuttons":"~20.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.1.57_1653391304502_0.3507959727133785","host":"s3://npm-registry-packages"}},"20.1.58":{"name":"@syncfusion/ej2-documenteditor","version":"20.1.58","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c592158fc2f7354d4e03090bec3568869ba9582c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.58.tgz","fileCount":413,"integrity":"sha512-t5WITpe+1mr4pBZzVqJqJXEn22N+z5688NCRIc4+mtyqld9P81Oele+X8dMQE9mzC+8U1P8WfuSpXt4xIV1Jrw==","signatures":[{"sig":"MEUCIQC9UONWjARiX7na0yIAbHn8bpjGzAZn+nvdBgnTHIR8mgIgMeNZP6wwMre50gGFuYt2s5MAmaVZ0ldwyIlApe6hYYA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56712740,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiliEmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrsShAAm5tlwi9lw56bAh6T2gOyO4Yv6NakbBhZHal1h4U/F8K7nnq9\r\npOp6Ziik9OmdRDRCayj1+sIFWPG14DBcmK7WuEaXV5jtY6O7A9tBPXibZX1O\r\nhahNjlcN4cnlV8SrhRCbDz7ZutbcLPowxfFFQ8NuhDx/iqUjAoPNhE9wPtHG\r\n2ujhyCMpLrRYjqoCSQUyDG28ju5lbkeXz4HHyrEd+9OY6/Unkz5+vZGNW1zm\r\nN3YmenAEbCDDUArebeZdw7QviZT9I3AMgMLTwpYP9qi9mgB4RhCktbE6ALxm\r\n76kSn0eGEfoHosHKIM2FsSB9yLh43cmqr0QDsZrJYjuIE5eFyWZbN/jzYRg3\r\nmQ8qwmfYyye1G+NLZnURuRTKlb9pzSnHjDdn+3ZI8LEQrC6AcqmpqMYlgTwp\r\nqngN8Xy14HMPkg0Drca/KLle56J+wbNWMTwmuPViARztGT11L0QPCp0NU25l\r\nsMWFLROziGu+mJbphY/cHHArb+hzYXA01hG8xmL5qbDD23MoegNfJj7wGHyS\r\nJC/4O/NbG6es0vT7Ps1MFVk8HLRKG+MN2M7BSjB++UpWfziM2Jqvv9i3ba7v\r\ndub0uK7uCgPzBWfEmjVE+im2k/1u6945ilAmQ7e3rz2N5Kq2w0qwEJWNgN4V\r\nncMyCJQjKQZ0RX6HjARGHaoSu0lGRMGaBvU=\r\n=CsH/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"9dfc0bec1cf383ad10db06d8f11479d3716b0d47","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.57.tgz","_integrity":"sha512-lq1NK5cTod+GyYh7f2wZbSI4RGOMqSfD6RmRf8mZglht8v7ALAxTj25v1zWMp6opRUOiFuOgHK5p6X+NC+krYQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.1.58","@syncfusion/ej2-dropdowns":"~20.1.58","@syncfusion/ej2-file-utils":"~20.1.55","@syncfusion/ej2-compression":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.58","@syncfusion/ej2-office-chart":"~20.1.55","@syncfusion/ej2-splitbuttons":"~20.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.1.58_1654006054177_0.8807148194067009","host":"s3://npm-registry-packages"}},"20.1.59":{"name":"@syncfusion/ej2-documenteditor","version":"20.1.59","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.1.59","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b02551630b055e4eb3daa2a49633100b5a10cf7e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.59.tgz","fileCount":413,"integrity":"sha512-knt7TL8C1kpNabDWoS5S1b2DbY+gw+zM+v1PotJOoi6Vij+lFBj9KIBmuLDja/M+P0ZQ1/5EhgjKVFEExdRhhw==","signatures":[{"sig":"MEUCIGV8drPxPkl8t8PoKZbvCyWQunVb0tUAfVCZR/g3QI5UAiEA1TyOI+tQ1BHGVi76x3QerdCMtd5b4dUORcurvAiN4h0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56760753,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinzUAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqL0hAAopUrsLDX99FIvNunSRRWkh2X6+qXIsMZLXtq9mkVFvpbfsBy\r\nkDemQKpPUVOOUBrS9bry4E+ZVhSDdc1DZMhUK2dSJNK3OtxdBvstXPpp1+0T\r\ns++JpUd3KDzFrdwWsLFQQhr4UFqFIOBdpcTH9dvjkE+zrEoo2/T7vzf8534Q\r\nmuzXl+p5J16TUYGw4Nbs/8shvSdilkczJwHE7ClUAM6pMiNJQ0iVu+H7Fhlk\r\nHEyByx7T4b0SUUWa1FfxadmJ+GXiyW417QZNjm1rCR0/PSE5AxiE24+Tkoyg\r\naagzsxgcbaF1Fcm40rynGTAI64bMAXrEASJ4ndDyTOjdrKp+CP5nZYkVi87o\r\nTZuPVeBXfM7CzcGXSFd0DqdDTP/9dtelhE+Z/jNBPKZKW9VUJLlpxl0TdbOA\r\nMxAXdnGEr+0xlgN4LSuFoxgxzdpFRZsBRRdrICIZKoXZ+FVGO10LS+sMb2Ul\r\nuzaTELh4pqxAjWv2ESkdrLgNYWCgV4ocTKdIjitwBXX5DetBbS1AUDgvJjHo\r\nVm631iVAqp6twGAP5uh/1djP0V7HrbXA2N7KFXgxEW/tD7psaQ7x94MrNFFU\r\ni1oj3H64OeeEz/CIl8rqNRq1XzfEvqZ6RumzMF03Xlav56bzqEkDmYL+jn3k\r\nSEhUkoJbs9Z6clKJQ9yMX+Ky71wEt1l4rQ8=\r\n=6qHG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"7427d7a4d1f7e752a1060677577ac0b389c8b71c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.58.tgz","_integrity":"sha512-I3+4mg1XvOqoC7npExi+qiDBOvSAZPT3RnWSetB/w2Kl6aJbkTnkJ1hCj35kyZFXZhK1WHGvD1vTmhpUwx1umw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.1.58","@syncfusion/ej2-dropdowns":"~20.1.59","@syncfusion/ej2-file-utils":"~20.1.55","@syncfusion/ej2-compression":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.58","@syncfusion/ej2-office-chart":"~20.1.55","@syncfusion/ej2-splitbuttons":"~20.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.1.59_1654600960478_0.5495302626379408","host":"s3://npm-registry-packages"}},"20.1.60":{"name":"@syncfusion/ej2-documenteditor","version":"20.1.60","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.1.60","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5f8cde23f5f33aab401da9725066f28094f96aff","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.60.tgz","fileCount":413,"integrity":"sha512-sPiwz7uEhFBHt57pGG3ZcOCNFkvSRfBNn1yZVC3wp2DOSV3ZXw7t7i/oCNNxIsX6ZfHN6qiVOWkhT3zb5gNYKw==","signatures":[{"sig":"MEQCICk5eLdnR6OuPRO7Ngsqvivibd0WovSyM+am77ZL79otAiBuD8RodxS2Uwp3n6r0kwQUDBGIKV2Ta7zCOKXai8U99g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57021273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqH0LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4bQ//fGc5pg8kh1UCZXcWIM53rNKbDqiHo9k83dsCv7a+Btwg88eI\r\nv+JTNfOyEwIcBPhhxlgVPl4pZ8tncLgRGzDXWLfFLR2noZL5kfbLm/rPGht/\r\nmEmcS+UnSP3IYDtHjJNMyJz7oD40DscX1MPa2wLAT1ORM0BR/PBzyUmdEjRx\r\nYddGMxJRQdh/+CgpowdvPRl1QUtYTwoSl0znc+JPQqzldAK0YEpht6JEgQjX\r\nPrgObke8YE0/kRaJfsC8aF+FzAyihDU0nzHpMMGeGgFSfMC9ZQHRQgiF/Xn/\r\nlR4tiv9q/84Pp6QLOvnTU6tgugquU3BPIMkNgylbCGGMnB65otscUfS38GoJ\r\nONXLXSp0BKIHSyMqvcwara0XsoHXQMAxVSGEWaLDVD78P/eNrHmWtkcvKmne\r\nSSbzPD38S8i9qayaxH1QGfDJb9+muJvpyVw3O199sit3Aut4h3KR1wNBNIsd\r\njeA3x2bSL2ZqPXb1Dbh+fMDRLSiT/Z0pT8uRTpflmxT5+3jFQ9qKHNitdO03\r\nu7nQ2S0p8N4Jf2oAGHMpPbHkgCn6uaBBs4R9D//kRU1eAVXV6T8PmIimUHI9\r\nrZoDMbw9J8QvszsmWNvlIQzfox2adzkrJN98uzgqsPDJ6Wy+UyWgAEnB70Ty\r\n1VW+zI8oSVrxEg7p08Xm0wILX7DW/PCCyVQ=\r\n=BVpS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"629dcf1d827bc8bf1bac087e0585ff19eba4a3dd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.59.tgz","_integrity":"sha512-epPLcuU3mmXRB9HLvmtYzjccAk2IxyfdLxTaNd2ui8XubVXW/ELP/+VmmrZqOsrxdFEr9mB5Za4hF0GK9my3kg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.1.58","@syncfusion/ej2-dropdowns":"~20.1.60","@syncfusion/ej2-file-utils":"~20.1.55","@syncfusion/ej2-compression":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.60","@syncfusion/ej2-office-chart":"~20.1.55","@syncfusion/ej2-splitbuttons":"~20.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.1.60_1655209227258_0.14638412978145388","host":"s3://npm-registry-packages"}},"20.1.61":{"name":"@syncfusion/ej2-documenteditor","version":"20.1.61","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.1.61","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"265850b0d8414ce8f733272dba95e59167a78c87","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.61.tgz","fileCount":413,"integrity":"sha512-NxctU8+Uc7NjxKAM/Rf+q1hOeKrub0wnjG1biEyhNb6tiN0WIC79RixbBbav5sIqQKb4BuR5q1k2yjGzx2MDSA==","signatures":[{"sig":"MEQCIC9IHmj+R7yyp6/fn7KKHvz3IMeiNx4eHKUSU3ViOfEPAiBNT7v151z1N4ZGYbmrxUrvXy8p7wqLxex6i8xaTSFegw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57019337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisdznACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrmQRAAhis9XBYNJUJ0QAtrwAkE/hDGoXM8pgLhGcxV+t2B2YzISMTh\r\n7ecblVIJ4llO00V5V0eaC+ZV2dv3oNu/ZPWb0B5dPZOWX2LblRUY6vqYd3vK\r\ngQ8oiY3ip+WgVvntLtU6vQ2XCC/F5GraeIxN9rWkpbHmv69Q3/GI51yCV/Jr\r\nVygFmrURwlLpxc8QYNbr3Eyjx4/90DYadgWLVsYM72am88RF2ItIHghJqowe\r\nNBpJSLOfYv37ALJLMgUsFGJisk/4+1o0oGWxZOnFWwcSQwA+1mk1Eo1sVVaC\r\nYWg1iWyWV6i8BK7/d3Xh1VpnxpbOq2q1p4WQ+2SuKZWmXuDRjsbF3dZiuYil\r\nLUijdac48g6txodVEiVjbqsNn+qAxnJdezlrrv5HAAsLJrtd7iMJY+jfgejP\r\nHGaHInC+Um6Jmm9q8HmAWOwsLR6n/qkp779Ex+naUbsoomXBBc4N2m+qnY/L\r\n571Nsb66h52AI7jZmXnZNMHuKXmU3giH9cf6lQXkcRYnDJ1ipsDKg3QZgZQE\r\nqQcBrMRbihi8MbgXy1ZLXpp2D2U3Eg4ZsMuoqDm5MmAKczz5NS9u+h5GE1Pb\r\nID4/ssfBjvEP06BDkq+23H0MTTIe+tRvOnIqMPtbJ3Pf7grEiT6gLbDVpDUy\r\ntZZWgvHDvL9lBBC9WNGA9HOeUuPKFAMwnE4=\r\n=+ldX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"233820160ce82e7e882c8dd3bbe419075ad2caff","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.1.60.tgz","_integrity":"sha512-F1m0ZsKcYWPQBbPzBpb+b1F+8BbYLN3Hlgc5zOgqYOW5D9rc20OIeiXv8xOBp8ava4c5s/dQzfr6w1neEeyu6Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.1.58","@syncfusion/ej2-dropdowns":"~20.1.61","@syncfusion/ej2-file-utils":"~20.1.55","@syncfusion/ej2-compression":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.61","@syncfusion/ej2-office-chart":"~20.1.55","@syncfusion/ej2-splitbuttons":"~20.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.1.61_1655823591158_0.6238576200015327","host":"s3://npm-registry-packages"}},"20.2.36":{"name":"@syncfusion/ej2-documenteditor","version":"20.2.36","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a4b0dc97c78b806d5bf3939f21527b07d5bcf29a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.36.tgz","fileCount":421,"integrity":"sha512-T9D3MWnkYojg82wheiTmkcBDrrWBCntjnEvfuHrWeFWnmDdVRP5Ya+RJrCWf1wpvwKhbvVIYAyCpi+ambkf3jQ==","signatures":[{"sig":"MEUCIERaGZ/QClBbYkgKHHdu/w4vjNJ+uS2E/14xoePMy81CAiEAhHMyIRMXUNIPMS22Sys+1nik55pAblejeGwBjeZKP2c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57377797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivWHiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrS+g//dpqp39TgYo24UamJb5JTv38Sb0y3mr6KEZU8+5wNxYPXTIdO\r\nDBprVFNv9OLgX9loSCa7olU4NWec2lz1i1gI5vpcp3akrAmSwHIu//NWkfFk\r\nPDKxoh9vVJo8XAxnJ5Q2wF0ANJJ3imf759T21GVpRS9ieMZtgGpXeRb7cATm\r\n7mnKxQnqeUJ9c/QueKADolfTadu2gx7RXoqDbraqM6l7s2iMo/dWmKbJ7pAA\r\nPNZD2C3Tl5crqrWsb3QzqUoIYAOTZ+gGuA4ZrGodv4Zirev1ewfUkP7ZqpO9\r\nYVyqIaGgpQv7AA8Mh7BKUeKhQFQ5VCPb0QfsWxIH5Hx7FJrlgPqPy9Tc50LB\r\nXgYgIoY98vdNhBREoFAV3ekLyKQGTgpxTBwgbkBf1yg9IvmdJZbnj37Rd5/2\r\nWx9AE/flNVy+TT82kg280qIbhvVgbWQwJD7NWelv+00HFIUZlymZopPcVUTU\r\nk6G+6N5mAwwQoFw4DxnDibQCGgYn/t0zwWMMtIE/W3ZDaAH/pzac/Go652Hb\r\nvRjt8RAwlPwvJbRutTNfVc4artE3yLX7M5ytIQOF0Xd7hemcvciwjLVGSp49\r\nRFZzVrrcxNy02M2lmJW8m4BQK2zGL/Uv/pHJN03yUPljy3Z2wVOcOm6MqTje\r\n7/goWcMrM5PF/B1R9Zi9robZA8E0gMhSshk=\r\n=jkP4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"a54c7f5a25206b41a2e09ffb161e34d00f92bfe3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.31.1.tgz","_integrity":"sha512-9nm38hGbBxQA+W3SH86EkUr+moEZNf+j3/WMDmhYa3BLNPwvMstvSTwJBbfPlJIctPpx2cS6OnBwxJaYAO2XGw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.2.36","@syncfusion/ej2-dropdowns":"~20.2.36","@syncfusion/ej2-file-utils":"~20.2.36","@syncfusion/ej2-compression":"~20.2.36","@syncfusion/ej2-navigations":"~20.2.36","@syncfusion/ej2-office-chart":"~20.2.36","@syncfusion/ej2-splitbuttons":"~20.2.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.2.36_1656578529604_0.03666119941009516","host":"s3://npm-registry-packages"}},"20.2.38":{"name":"@syncfusion/ej2-documenteditor","version":"20.2.38","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"384cece0b9f879645af251d5f0da3c9ce73d5d7d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.38.tgz","fileCount":421,"integrity":"sha512-4dJCCI3IJo38BhuUIE9w5sNnHl08po9g5BlQ+P+IBFXPPSn/IzWuTXJ1N7+0/Ryrf6+faLLCw6hMrBcWNRRPfQ==","signatures":[{"sig":"MEUCIHlpleDgxCjHi2WRlKQ70Dn08s2/n1yx2n/WxDPQEv1aAiEA+zNumOykOA04X18es6v2YX3vg0lHZF9gBWUubiTPdKo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57605048,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiza2KACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpgUA/+JpSXbMa+UgJyuCyhv5nyPQ8dd7OOkIgls76Ab4xcE5xxncgE\r\ntTjEzEuB8Grn3HihjIR1xnrW6VPlfZYLa7cihoAfQre1azz8Lo/eC/fBCv62\r\n2lHx563GhmNq+ECtrDuL1QGwNBZ63ngUVRDRk4qfWzV5BPzjFnUdriTrUanx\r\nI686YgtginmQZWgJk0OSbRLhdSR6gAklh09CYcWJqynWe5iLoba/ZMHOZ7fe\r\nMysKqkUppc+14aEtHQYHs+GF+WgJoPARXKDOg3kF4AZNkX8u1jW+0JNHph5B\r\nc5n9WmchffgWzkXtr6IH9eHK9xRG7/AXLnOiMeb/m9/jFUfCUSOGooVmLGaF\r\nGlRAvYQDku2WLQaCeeY6NC3zbDULw7Bev2nGizkcra1DPJ1TCzoYgV6HJpFF\r\n4WO8tXkNp0U79uj5pY51c14kJP1WWvTtXQhOFpicZMKeFDUkEExtZlam4AuN\r\niqBQgit4UecuxwofWy0aUhOG0ZOdymUGANsdk4Ozj4dIC/gyveED9S+usq0b\r\nsWYTBs0ClWgp2IPHO/nefhEXFxIe25CVnrecCPE80zlafaiJzRvrAM0XUKFg\r\ntmneUPbRruclGnJk836sful+bMfWWoILnEtKa1woy0+LZqCaGLYhxk63yEl9\r\nDDXJ63afzXEkDy9QOat26GJw65fdtgwoOlg=\r\n=jJZ+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"fea5d950769b3667cc52c01b46d670dac37e263e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.36.tgz","_integrity":"sha512-GfcZksfeEWZlfrpTC9DBm+0Lmj8+wcGggzUAUSiEz89FusFBYWceKU030hLNOFKopXfc6VEwZRipSqtUBSKIkw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.2.38","@syncfusion/ej2-dropdowns":"~20.2.38","@syncfusion/ej2-file-utils":"~20.2.38","@syncfusion/ej2-compression":"~20.2.38","@syncfusion/ej2-navigations":"~20.2.38","@syncfusion/ej2-office-chart":"~20.2.38","@syncfusion/ej2-splitbuttons":"~20.2.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.2.38_1657646474304_0.3165566691286914","host":"s3://npm-registry-packages"}},"20.2.39":{"name":"@syncfusion/ej2-documenteditor","version":"20.2.39","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ec028b84a4a7168c798cd1e71d44acb003fa3d18","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.39.tgz","fileCount":421,"integrity":"sha512-qU5DKMefcJtsa7Cmz4c9i3kACcs3oeyIa+vOW7QUeydSZIY7m+FqUGleRXxl7n59sMB8HwGTiYYlHmAt2jtg/A==","signatures":[{"sig":"MEUCIEF4wisdhEo1bPl0ouU2Y0qbL3QtxEnRcmeY+1OGhksLAiEAoV5l5aPfB669aWOb/pjCWxOZ2QNxRH4FsyriRLm2UDI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57693465,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1sSdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqK5Q//ZgUOxlKiTyjDsQtwmDbFhH3Rg6seXtLPNQadKK80iOwV4Nfb\r\nKL6LiY0Je44aj/rPS8xHh8y+st1xv4OHhyQWhdSnAs1KAFRSFtS9YC4bDdzZ\r\nguhekow/7/d3QzLyAUGqzxbhs+eVLxLRQ/I6XlsRMQRaKBf0vGdGcx0ONceN\r\ngik0bld8DSVajd+PMwhH3Vq7EKvVgGGuQf5ReQNqURE88nGBmGCXzVJJTl/O\r\nQoELcMG/Lr9Y3+5ot3DJWjBWLZDHNKn0PoapfORH5jtODJd1qAwUo3hLd+1R\r\nsspVTYHMnQtPQv3aptBB2tzDdOgXB373i/7qYL22Y4FoPjg4sMm1bXGnjcox\r\nm5EkPjNxnzJ5aKXLIO4KWS5Qa9sjWnsQaTSVqJBpJC6ni2uz3yGKhL24K4oa\r\nQTWJXYsBz6QiMwETIKBL7D0VuqWM6L953KAzMjFmnldhCzBmRkIay1l0U2PZ\r\nkUKt7HmIdeDIw2c5BZfqMZetk2TfbcHXIgYSCMl4argnxR4g+Yxl8KwaLvuC\r\n8rE0FX1JaOITpC3YV6b0hUmj5AbaBiGDeQmZh2Fyn0M/CDaJNvrwC6X+O8dq\r\nMaXqDRSsNL3c1pQlyzlvvyz/Y32XtQhCG2FCznJbUlcs0j9ldWMWlvNkKhvO\r\nAE3AiKWbZX1kqPRK996neS5Jn11YpyAFlEo=\r\n=6sm4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"ffe7b3559cd7650a0940d390b442707842dd82f4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.38.tgz","_integrity":"sha512-7ZD/yUHOWJp/U0NH4hXlg4C4j/q1BCeYD/xm4O4Kg0frIQfG6tsNYSKOXVeQkpaz6gVq4MXNN7yeTLjDDRx74A==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.2.38","@syncfusion/ej2-dropdowns":"~20.2.39","@syncfusion/ej2-file-utils":"~20.2.38","@syncfusion/ej2-compression":"~20.2.38","@syncfusion/ej2-navigations":"~20.2.39","@syncfusion/ej2-office-chart":"~20.2.38","@syncfusion/ej2-splitbuttons":"~20.2.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.2.39_1658242205069_0.3951378163125623","host":"s3://npm-registry-packages"}},"20.2.40":{"name":"@syncfusion/ej2-documenteditor","version":"20.2.40","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"60f9f9cab64e0ded5415ccf70a31b6e545c2f25f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.40.tgz","fileCount":421,"integrity":"sha512-bknUfllZCQ6GjAxUCEE/GREPz97NBycZ+HRkPCnjWj0Fsb02wMe/RW3NhVMH19k4m5CUeXZn1CWZfe2iKP0yrg==","signatures":[{"sig":"MEYCIQC45fZj/bB9jt16JVPwHMhusVtm6x1ICoNUWDGOKD52EgIhALOS+OP6V5892U+enAZOfbXsnmbWSGxuQzr5KkxAFK5n","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57735265,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi39RPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbOg/+JDP4D0J7JypkOc/SyqXbvjzFTOpdtGCKhMWVhWq9y7SP1YRR\r\ndqhN2W3NMOMk3LnAzfIiN/zCoNfMUmQD3Oa48VzLB7VYUIAqQ8oeSclpApSu\r\n2ulc/aLWpxBRXcoI1FR3NbRr0RGiT9ClJOgnfDzksCQH6ph1K9hfYpBA2WWB\r\nxjYOo+eMGmfC/C0ez90BVyJ9MEpHxtprUhu6q8Bqz/i48LL4D7+rPcaejppR\r\naJ2TySwIrx/05T/mVWarR4vsCvoQX+i1Ds0vyy4yfo/bACrqUVRaXLBgajHq\r\nOo3HJQGjQ1OLRf4Ey+EvPnzQpjNgXBw//eSDd5OwYsrC+TuUh4rW9UJo1lz8\r\nGmgSVC27hjM48eXGc0f43+Y/ulgqifJUmAbrgjgwrHNoxb4mfzskHxSUCDF0\r\n1cGo0QphPT7gvTrMe8xBhvTMmXQgkLgu2meuc4uZeh4EJ2coQAC9uruQQWTz\r\nKVagInSygIEKARedo3fHcHH/lf9GoDnbettNY+LSWr8cU8cEUenHp+ZdAMkM\r\nlGMAYoBbFOsJoBwAbksDVWftkbO5xDJ78ZqhNpTPzJ+qYbyM0kwzR8Dz2QtL\r\nZGnSCzUf1L+9o0Bxlbyr+piH2lUYKk4cMJLM77p0GW7ho325gVztZbQh3dgz\r\nplirYncpQvDV6UmuEFcIs3Qukc9YAsOIBvo=\r\n=BHNI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"58944e617b83530cf056a2729aa2ca2818969e7c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.39.tgz","_integrity":"sha512-+fp96injtRpWtWSkhiUN7Fo0WOj9jj0bIlk0DkAQ5uFcXJ78pfMWIe36HTr71+Q3eqon3kjhheSJhXMFmbp7dQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.2.40","@syncfusion/ej2-dropdowns":"~20.2.40","@syncfusion/ej2-file-utils":"~20.2.38","@syncfusion/ej2-compression":"~20.2.38","@syncfusion/ej2-navigations":"~20.2.39","@syncfusion/ej2-office-chart":"~20.2.38","@syncfusion/ej2-splitbuttons":"~20.2.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.2.40_1658836046861_0.2499641434768849","host":"s3://npm-registry-packages"}},"20.2.43":{"name":"@syncfusion/ej2-documenteditor","version":"20.2.43","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"52f9936d0c9e8282d572bd952378fc1d86bbbb2a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.43.tgz","fileCount":421,"integrity":"sha512-Uw2NcSf/2uzO3nl8MN4yqdcxpuFJ6Ts62dZq2nqS6UU6QggxxC+2vS8+iHyFZw277biP7zNd/mQ7HUAl9ZCF4A==","signatures":[{"sig":"MEUCIFsd142rvfqcLUynWn7SC2JFMhuvLhNYjX4ETvyJhzXPAiEAhIIlA3gYKiU1hFFgpfmO4Rg6vEvd44Zdm45/hQxI9b0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57770001,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8KJGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqbeg/+JYDfKh13j8k7sPhDxNmtXe6jjA2dLW7HBbt4Ev5qDAEqbNBn\r\nC0la/2Dxa+L/+nVR8X4fEmvZ1W1q6H53tj226pUdy52QtYve7gcX5pNyjKp0\r\nBH4aTj8N6O2itRuFARHttS9np7eDd+4KBoWAL/Stkty/TpkFoH2mAEPGMmmC\r\nbZbJeCy2Zt2p1rG9ZD6Ynh1+WAgCx/d7vJdHh58zsT8gArrtBTP7gGAZKqJr\r\n29kl8+3NlsdZE/NLGKh+MeLAD4RWnH8fEWgiWyIpgZqTvNeqTpFbc7AqZnby\r\nAzsqwa0IzzgbAF+gwVmoCPV6wI0t39d+BHBqc/xhEHDmWE72MhMPpVNffSWt\r\nGjvSKwXZBRQ7NQC8QZqDURh8CIdfuBdTwxiBdg4kpjPnGsnbEWLCivUtucok\r\nANx6jT7MkY1KKB5CqRBptqJ+4efGGzuD+bx0W63dO3OR44NnP5hiNQik4EeW\r\niGMyfWkb67X/upN/RIKItc1a1PQog5E/F+pDJ+2xCibFKveXsBhfFNNBlwEn\r\nIC1DpM19t2mnFdyzC+3pzsFteo5goGr/la9ttwArXCIOEwIJrbM2Jt3dt59m\r\n4SjrJ5IEbJyF6miLHAhuCsKkjS4YPE12YtXlhhCZjVXRMIZMPzdpU+CLZx5c\r\nbUF4w0kmf/SY4ZlprXB0PLKhSE7hgJJSJh8=\r\n=EM/Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"0fdeda1ee6f4ff618fe8b6785243aebaaae3b43f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.40.tgz","_integrity":"sha512-QHq7XAUN6klDw+IuEV262A7SfNdT1AS069UkvJRKDe93gykWNN4TsgUwape1BgvAsbblSUG6MCImF3+slL9KiA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.2.43","@syncfusion/ej2-dropdowns":"~20.2.43","@syncfusion/ej2-file-utils":"~20.2.43","@syncfusion/ej2-compression":"~20.2.43","@syncfusion/ej2-navigations":"~20.2.43","@syncfusion/ej2-office-chart":"~20.2.43","@syncfusion/ej2-splitbuttons":"~20.2.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.2.43_1659937350524_0.2917921045308427","host":"s3://npm-registry-packages"}},"20.2.44":{"name":"@syncfusion/ej2-documenteditor","version":"20.2.44","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"dc96bd371253a9b841c39c676a1d167142fdc3c1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.44.tgz","fileCount":421,"integrity":"sha512-3K3e6gkATidOLHbo3X53IqtBZzfoAfEcgmhe57OfXiZWbqPWtxZvXnYMhJ2nojrkXe6zvLu8qe2+DHab+I/lng==","signatures":[{"sig":"MEQCIC6DXIPO6v8NJExK1350b0nHKidLlPQfv8gmSUM2B1IVAiBieR55U+byGZMNOAHLUTc+28crGkWql89f7MAZdufkIw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57833848,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+5T1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrebQ/8D1bVXCfirD6Drb8Fqtd6RWDtrGinHAC6gP1pFnJUVf17P/BG\r\nujOm8nCh7wWE9BiK0BQpOM/6jlwBEIDJOsYZmmYLjNZx4JBU1yax2KM8VwvU\r\nKw99Ebtzms0Pgj+ra+w/hWoRgK4n3t59w1W9eECIgi5pkLDfpSwzHe4CHGxJ\r\nfGZwoTZBBCKAJ7zJQdJL7GH1ynFwvoCnBW9giEKDrswosTYc57hfqA7uFpzR\r\nQCepNslBla+iPEw/Di8pyuaF9qx9gTbuLnkN3JHv0b4W1BS74yld1whzFVhR\r\nRYHuPAGXPLEf2yZZ8UvRAVvWC7Bw0vzJJdZcDGNxlC8whHc/65c7za/7Tmwp\r\nt0YGjXyHaSOzvmh9zgKCrnUMEwmhC8LSZLTCiD/+2LuTOSYdEFZ5mX++tcVi\r\nqE1cZtTDt75Ev0v19+SX8Kk2TfYCmXZvQIYdEqXq8SSl2LwKSCNH+jR0dBPJ\r\nMcz1ydqWSH7rVkj4nZC3Nf/Kq8IYXjp+a9rATpg/Sv2a51Rug7veLjp5NkPc\r\nhquf2Ef3OqilZwBQSqaoy3yJ43rzpkDAVvnAYYryA48hPjqGTbDDzcahUtWC\r\nt9Q3u/0Tbm8GwO95w+AQjxch8pHLH9cdAzpVhZaRi4+ltq26OxToJSva7rId\r\nAizCL9Qvf3EOGRUCyrEyn22CMwHRckWWaCg=\r\n=67cA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"28ccae848cdba7cc5390cf5fcee49ea09f5c733d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.43.tgz","_integrity":"sha512-YbeCyHlgo+deqAbxHZj6Ews8Tkb7MZXlpT0M/ygSMVxKwbNpe8FLbON7rkZ8N/9l2R7fcKNs/Mq1G7NQeI2GKg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.2.43","@syncfusion/ej2-dropdowns":"~20.2.44","@syncfusion/ej2-file-utils":"~20.2.43","@syncfusion/ej2-compression":"~20.2.43","@syncfusion/ej2-navigations":"~20.2.44","@syncfusion/ej2-office-chart":"~20.2.43","@syncfusion/ej2-splitbuttons":"~20.2.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.2.44_1660654837193_0.18343952278899578","host":"s3://npm-registry-packages"}},"20.2.45":{"name":"@syncfusion/ej2-documenteditor","version":"20.2.45","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d9a5020202de702dafcdc489ae542d1ba7a3cbc5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.45.tgz","fileCount":421,"integrity":"sha512-8clHInpCs5piYarZMI1eJfIwXt33tZ6RFrJAsymxTI/qs+s+olKk0icGJepRIwGfiL57vOIGL2DGCEtyP0rzWQ==","signatures":[{"sig":"MEUCIAGPtkBUxpYA8qx0hBrFRz6bPYdl/0B0CebUtB2r1kK1AiEAuEXzjZZuJOBsgW/KAeXRQVcY8RoajFy+YHvya2xIyZg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57848020,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBMmFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpLiA/+OObK9d03LE2QTTqui3joUsApLUntlNtc443UuXoKA65BOCQN\r\n3u3+WmHicBI7eqgMpXylSG85S5VKxq/vs3G+df3/qt2uC+Jqj7u8uK3SOfPK\r\nlTEbXtB2K6SeMxSH2nPjzLVNuf3QA/mhbxN6NrEm9mpSiGb/Uc9QY7ii3SKr\r\nzO46UAgpFEKikVZx1S1wTGEB937o9hfMLRsLFRxLCPiPAYhQwomLg6K2Mz3x\r\nnWBUfqFXRBFJwP37WwNMbuIdkeUDr2Y53tJL8TUs1Mcv8WuzqGvhpOcug9LX\r\nQWRvZhyTgU2AzX/VfqEPAAlOWs/2fvo0lVc8DRl23vBAD4YJlyNOmuPv96xt\r\n+x7d9z7Cy/8hCR/taIO8TWHrlGvh+pq+pNivnud8zDNuEnpCowKH2xRWgMlp\r\nW/oitJ5sgtRPm/64vBVB3UYct1Jfytb7A7QZk3AwvWPHOhHQRLjNvMpw8P76\r\nn+xXH+ovcIgc9Pa/OOuz2OgqX1mnXTZAfqiU+1drusBMmjkgeLXx/7KVdNst\r\nmpd6gvZ0YI6rxt3gLHckAlRmOzoCBKOejV/IEAjpfBEysfuan2vtyPwzXvrh\r\nZ1Et4mAUmSDCQcfiA1XFl5lm/IDCW7ymya6mf2/L2wJ1/68uxkqWS3GJxv5s\r\nW4hO+vgYuGoiNc+75yDRCjX4yXMR2NmAsx0=\r\n=sgcn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"89ebd06799b0d0c5512d72088618ad46f59e52b7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.44.tgz","_integrity":"sha512-QLwcvvfKAm0JWNVDunFNZXXvPLjog+RJQ8S0VyjR5vgqynRzWUuDUkXwBvrbtT17K7ukuZwskUKvzMZ174wbdQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.2.45","@syncfusion/ej2-dropdowns":"~20.2.45","@syncfusion/ej2-file-utils":"~20.2.45","@syncfusion/ej2-compression":"~20.2.45","@syncfusion/ej2-navigations":"~20.2.45","@syncfusion/ej2-office-chart":"~20.2.45","@syncfusion/ej2-splitbuttons":"~20.2.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.2.45_1661258117289_0.20197250847888815","host":"s3://npm-registry-packages"}},"20.2.46":{"name":"@syncfusion/ej2-documenteditor","version":"20.2.46","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"84a67909a0b0539918d64d24b87a6424d35932f4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.46.tgz","fileCount":421,"integrity":"sha512-h913ayTQj4eTQYkQs66S3dnCYaypdzumwgh4/Rzo+09euqWHE4+Ts24/ipe24vYI+f0NaptREcNJElxgqEplVg==","signatures":[{"sig":"MEUCIQC+7bTmhQQ1e0JV3iIW8gPuws4iFYphS/Gr5yLw/WFmzAIgE7UPzWnySVlTVJRSid35VhJDQa33Y87xY11bcbP9u/g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58032232,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDhQ/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQVA/+KIBzxc4afTLkKSz1YrTfgPjtxco969f+XR6HnsEzRhFMdfxE\r\n9OgekzgJsaJpOejgiZJqCaOGNYd0DbYgygPGNEEFHDPRzU1es0pCNj3MRMmg\r\nDK6C7swwkU/cOLDWxgT0xJUWw4zi+GOSnyJPWEd87S5EehFWS/xbaMhBLpXm\r\nOtL2YvshE4C6b0FeYgmGvTBCFWIKxNQ807XmbvB5l8y4V1Dg5GglY/4Bx1+Y\r\nLPEWsLM4W7m3CMIh0rjHB1BnmA7HNeiP+QxXwvz7A/QHoWBpYFYZFzIj0lOt\r\n9wgVS6aq8JQtZ48ynvaCmHhz1hS6+XymKVyKgIn/2sNUHl0UfEtKjeEeTl4v\r\nJjg8GYvDvSfUdJzKVRwO9MH2lfw1fPErzclbecrPGKL5FDonvVXnq7FXF/mN\r\nggs4kkcDlljsF/SPecu+1FGNnQ73dgPHNwKekQNSrSdoavTr8QaYSeM036Yy\r\nSLkDecsvJvn+ux9TuyujsekLJ/r06pNURS3vYIAeTo2xjE+d2jkiUjt6QHlJ\r\njc/X6Nw2/+8rdUc8SJsZt9IGgTwqXubT754Z3Az9AFkyBsPUTiQFmAVi1t1f\r\nWYW5mHipzN3LSqUgBJ81aJTqNjSz+ThNoyuk8IBlm8pz6yVF+EUXQdIRVKSh\r\ndmiUUCJHducK0+Zw/W36+mNkY6TNQg2Wcow=\r\n=7+qh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"1e25cfb8c610205cb9796095b60fb777c7d84850","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.45.tgz","_integrity":"sha512-9BzUD8X0vTV/7vwk3kUVe/Z2UrsVyDqow9fiEG5w8SkeBhDtBlKIjihPR/PWjAycEIt0VPWQoHylyTyyyGxu7A==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.2.46","@syncfusion/ej2-dropdowns":"~20.2.46","@syncfusion/ej2-file-utils":"~20.2.45","@syncfusion/ej2-compression":"~20.2.45","@syncfusion/ej2-navigations":"~20.2.46","@syncfusion/ej2-office-chart":"~20.2.46","@syncfusion/ej2-splitbuttons":"~20.2.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.2.46_1661867071129_0.756180844551827","host":"s3://npm-registry-packages"}},"20.2.48":{"name":"@syncfusion/ej2-documenteditor","version":"20.2.48","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f63097045f78296564316003f9aeb0c7d225adb3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.48.tgz","fileCount":421,"integrity":"sha512-y85WfLSUu+gJbDkIrsZr5xl6IWoxWwbAbuk3A/5pdGZ1C+tb/zwzvIUtfwP5UfZSsLuh26MJvQp2aXYz/7kXNQ==","signatures":[{"sig":"MEUCIEDri58WxlTKQg5LkqgM2QmCer9Q+5PZWjC4rq1bW9iMAiEA+iEpRZ2uDCZEw6hKgRgcLG5XvlSCIjTW3kvp4t6hQwE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58059083,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF0NAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrxDhAAlPEp2ZIK/MR5bdyScpNdUlt3CgBUA3ztx/pQNZEWx0tukF6v\r\nw61rXV3eq4ES4UiZNO4eKvOlVaXML/aRwA/d4lyVAKL4DDR4NP+Hihxj+bYw\r\nUETAAVAD3wwkkRBzExlGo8SzCi1pzPz0j/czPzvPuJjJPwHSmsyAa4aqQvFF\r\nFDw1Q7bmazIYF9yVRytz46uEwS5bxM2JdcylDP2VH4L/3MDCq87WsaafoH02\r\nvQLnQ/+FUi2iP+ai7j9xYmXUYGkONywkkEbgQRFQIrdpEfkEUWmHPdBj2mIH\r\n6mE80bl9HbpByT3lyEmLAlCLWor9uPqvksml/XtYm+hWihE6VSTJiLTYWTkz\r\nupynCJuThHHI+U/jNlkxeLGTQAANRTQzVno3O5Jn0ZVUYNDDAFYMa6Tv+h2G\r\nhG4p8LMMM7CXUqo/sYNaaIDZjXP8IbQpJq7Z/Ft3M+qRDJ7xm6T1zUnCWszH\r\nSK/dEdIsRsQ9h/+/H0XkHs9kImPZUQlWIa1EZ7TpIlIezyIYUEmZpyQmN+vT\r\nCYgcwhw8m87DohemUbSAP1zlZc7ZIgzUr8zXBcn3K7lAc1qglA20kBRf5dDs\r\nt2h7gWjtAFhHu2N5PTiZACvndpJ9Xql/QJjbJ7VovPGLGOP8RMH+6pJKvR4b\r\np+XqdCzDHmr2vIV4E1rx5c/SpKzPMuDuKb8=\r\n=Si/n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"17d60862c9e973f8c6183a12e9dc421b20cf9c2e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.46.tgz","_integrity":"sha512-u1aWAaYZ2WyFAyk5BcCBwbLAtyTU85rf3wSTf9gJXQRZllmpm0DCAwA2ezGgwG12imA4lZmxY0BOzCGYFBR/zg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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.45","@syncfusion/ej2-buttons":"~20.2.46","@syncfusion/ej2-calendars":"~20.2.46","@syncfusion/ej2-dropdowns":"~20.2.48","@syncfusion/ej2-file-utils":"~20.2.45","@syncfusion/ej2-compression":"~20.2.45","@syncfusion/ej2-navigations":"~20.2.48","@syncfusion/ej2-office-chart":"~20.2.46","@syncfusion/ej2-splitbuttons":"~20.2.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.2.48_1662468928637_0.5682609130463745","host":"s3://npm-registry-packages"}},"20.2.49":{"name":"@syncfusion/ej2-documenteditor","version":"20.2.49","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"64394182e1fc1330c799ff304f03c5e09ebd27d2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.49.tgz","fileCount":421,"integrity":"sha512-9VZLT1RiF3hvVejNS34D4EcDjfjmdVud1oZoL96eB1NQm6Ndpzh/xmIro5UCjfpxXvV0mZfBrZXGgcQnJmeJqg==","signatures":[{"sig":"MEUCIAXQ9WDuzWc5Si/Wqa1MJY9Qipc5RLQ5nSWUgOyThxP0AiEA8z2/3cbn5gl5nGn8haJmS1bIQ/5OQoxqUaMiaNTI2/w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58114731,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjII/lACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoloRAAkoP1pesu/WmHHqqKWSkpHbo68kKOQHFssxR1HW5mebcgK+7q\r\nLpveT4gUEQeGyn4/OCKQMmLyQmVhLfiUwNfgnYExPeWMEht7cJ8mPO4Bc1iK\r\nT+962iCd1EkJknmINWDNRBudnEhHUDmiDBMZUKCrDS8BuMERX8fipX0VciEJ\r\nbwyyKhe0Ll7GITfvm7vo4qPzsPutBTvEJFvGSMWd9OOjL9bCDj1dXxAIEZ2f\r\nhqbhSLyZI/NFOzLpnSgnYG8SpZQSsRYMy9eUMVrT7ZDXOnle2DcQaegS3rUo\r\nzjECmPx3X01RZjXhsfjczf2CvATdMHJrEmFzZbbEGsfTW54cIUKOHvu3JLgC\r\nPs97b1fiTWfU291VcSmrERzuiqUUtIU0mebH63aTsDFQhxOxftD5G8tcRYHI\r\nyA4D2/Hk3bTLeipWNmbmnLCDvvFKaa1yL5E98e4jeSIMGqU1qknMShVnrQZH\r\nzH8ydJ1zhpBCQV2zO3rrH6hONvP+sCVLWutbDZedCyK2WXuPuPUMD4KgQAXE\r\nMgNnHGNiXG40krPsTFuiDQmSUsZ6jRNfDj1urxqpd3a8oH0Sn1C/leUM8qiu\r\n1sTJwdO5+Xq+wRYJCjpBud5bWulSd3ZqGuK4EZ6Y/sbXjdemFRG1QtKp0NHr\r\nr/hN8UN1pkOKxIyOofIWm8zYUSCM4h3FRDM=\r\n=fMTZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"bf56e6af13588988bb100fe1cd87546fa2bd3f69","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.48.tgz","_integrity":"sha512-TxyXB+gYVhSfJJg/NV6dCz1fjk+N8uEk7CzbKPjnSIxRS+NdK7Tje0opyiSkpS84BPDkIL6iQsOHkSuIA7F2Bw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.2.46","@syncfusion/ej2-dropdowns":"~20.2.48","@syncfusion/ej2-file-utils":"~20.2.45","@syncfusion/ej2-compression":"~20.2.45","@syncfusion/ej2-navigations":"~20.2.49","@syncfusion/ej2-office-chart":"~20.2.46","@syncfusion/ej2-splitbuttons":"~20.2.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.2.49_1663078373575_0.05194625251435325","host":"s3://npm-registry-packages"}},"20.2.50":{"name":"@syncfusion/ej2-documenteditor","version":"20.2.50","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.2.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b432515116b0d27a9c5d691c3ca211943eb02266","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.50.tgz","fileCount":421,"integrity":"sha512-nsGnt4ofZVH/lRFBOF/V8dUjNXXNaE87iS3nF75HWXssF88AkvWTPcfTS0fvBiI+yJMv+oSVNiXPcgXTcezP4Q==","signatures":[{"sig":"MEQCICXFw7Ohn6i5MgAssCdNcSAViGEiutaOIv6cgtNKyKKIAiBtg2LLpYiNERuqFrtTw9Sd6alxQUU6bxXKvypCsK1G5A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58175865,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKaLvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqXRA/+PwPz9a+kaxqS8iaoPkx46R1wk5bLyYXNCAX+FCcbP0wiQnL5\r\nIb4llzXgwgqk66FCkmHX5Y8vPsymOO23U24Rq31XvYgKjP9x2rFDjLz63mX3\r\nObZvpyACwKgjaploeTtlTj0KJTDKF5xrhd+XQz13+sFumKSjDj9cR9BTkb3Y\r\n0CHRLIgKD2BrUlm2XYZ68MZevfSrbPiFU2Q5Pb0G04DAzM/milSQ9vzaFDOb\r\nGqBw1kBqCb0hRx4DMzu/HyJ6a0SVDb650qna+l6N+3a3L+XolZJj2D/cf62e\r\nCSlXXHTDZlZarpGwdXaej4NFdR2wiP9nqpccGyu027ciCr28xFD6AqwOE93n\r\n9nfzc2epduirCfYbTPKrv6CmiS0tXLcQVOJKAJDjoS653sWhQesNNqrL7hgW\r\npCSS8U7qulsF+GaVZ+K9LBywy+6bM50KDZolzufG45PKwKMNqOhE+PFHiUTT\r\nMx+bGwdyAWY3w2eMZimTIBLK5sfU8TVKSRdRvdGQilX2ZSKvoIdXppWyqnU+\r\nVnFsgor+agD/JYdtpof8DTz/KsLn+3ylrAhsVLyTl50kw7nqtdHs7mvG6+A3\r\n630ZZilkrQT3jn9XHwfD4WIcTfdrI8PbaI8oKsFldfoqMRahODObB3dFgSt4\r\nZMV/Juy/ceXXC3ljw+mKKchzzao+FnHUcdE=\r\n=Vd4x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es2015.js","module":"./index.js","_shasum":"8b680437946abafa4b80117e2fc888e0dd6fe0c4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.2.49.tgz","_integrity":"sha512-vSiUilGh7zti1HwQtjnlftoei4dYUUNOFXOw8e5M/beospe50XRd//1PhYJ0N9681e1hlfcbWnJotP7h1hp33g==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.2.50","@syncfusion/ej2-dropdowns":"~20.2.50","@syncfusion/ej2-file-utils":"~20.2.45","@syncfusion/ej2-compression":"~20.2.45","@syncfusion/ej2-navigations":"~20.2.50","@syncfusion/ej2-office-chart":"~20.2.46","@syncfusion/ej2-splitbuttons":"~20.2.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.2.50_1663673071338_0.2614761910721193","host":"s3://npm-registry-packages"}},"20.3.47":{"name":"@syncfusion/ej2-documenteditor","version":"20.3.47","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.3.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"162b01b9ac1a8b16b47694077c37bd3716f2c570","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.47.tgz","fileCount":422,"integrity":"sha512-8zJV12p8ILJw5vC1CvbH8SPQ4A8yhrLul3b+w+hSfa5i9qmmeXwmZCkr+AExSbeTNWLaNav+L2/4q5MlN5ZhxQ==","signatures":[{"sig":"MEUCIHi6P2x+XZqy2Jv4+q0cN2Y0TH2RaQJmaa6GUasJoGBQAiEAtYl6eK/A6qSWmfHPhjCYhat8sGkPXwqg/CjzeBjAxwM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60843289,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNVu8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJCw//WF86a1n0PbF/uoZQsX9kDecUAd3P7kl1k3LCSglZp8WP8d1h\r\nVR5O3D8GqIOAFN+NIk96jTmbSLwEfBTD+mPE7wBtWWA+70XNMVG7O9nq6vJs\r\nZfwS6Uh3sA3fX0w2CX2TB4fAYUKpUExPGmK8YYe9rpKt+lpFl39PRgDMmXez\r\nQVBMNKXchPPAH0HibXPM7VpQ5LnwyjwlhBRfGENmhW4HW8jCRu+QijlDHF4H\r\nalwSHn4PWrqs+Wxp92iWwC7fqU4BDS+GjJYWtxqM5AnzSpzV/5XqoJiIDixy\r\n0y95GaVA3yT0rYGXYbPvkG6KumOh+mpTIJHnnXM/g4T2XDV24ECSbvnpkwhE\r\nEKjf5h4+w0Pn5Zc+hst7C7xOafkLrORgpACurSCLzXKSv2RKaCtGCixY5Qvd\r\ng0sMDPNGpoKiWyZJs/tJAHUbccW7+jllkERRaKNapK2pokOxuqPn2o8vsOJo\r\nwcuMoyM1NvufCcKizqeBCHhpHgfU10TrjqeXGBXR5WikZKI+ezr2P49V/4dA\r\ndq8zxl4lCeVzTJ8Gf9RBcMnty1gdL0ZDeAmp69jD+G+09C0FYRCILXUt9Dlb\r\nbjXUE+/AcfAHf0oQJ07lawqYVO/8wNB4dIBLuU2SOKOhH+Oxmc+GINhIQ6v8\r\nqiy1foKwqvWd2lEcAYHi3rkrqzISnrh55uQ=\r\n=QXsc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"68840c51640d0d4480c297ccc4090a0fdc48351e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.36.0.tgz","_integrity":"sha512-RCqPKH4npHCSXIRzuNAdTD6Ao9p65ZF2hFU0LN0HE9rBfvcZsmT7ZlN5o/6W3Kr1yfTXqg66zJMEou752GnNDQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.3.47","@syncfusion/ej2-dropdowns":"~20.3.47","@syncfusion/ej2-file-utils":"~20.3.47","@syncfusion/ej2-compression":"~20.3.47","@syncfusion/ej2-navigations":"~20.3.47","@syncfusion/ej2-office-chart":"~20.3.47","@syncfusion/ej2-splitbuttons":"~20.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.3.47_1664441275880_0.9236821693798312","host":"s3://npm-registry-packages"}},"20.3.48":{"name":"@syncfusion/ej2-documenteditor","version":"20.3.48","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.3.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"fe524dedef66e3b315c7b39d80888d2dd8e3d0ef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.48.tgz","fileCount":422,"integrity":"sha512-ECM4VGBvKE8pdGKWKEryU/qlb5jC4bnOzT0X2ShW9gdWMTfj4ZidRfvKK2MdJFuZFGkF1nRYcQUVPLsdBRzA4Q==","signatures":[{"sig":"MEYCIQDQo1YC+NX1c9fMBbmBSaTqTWczwwMn2H/INekdbGJthAIhAKpq9lhVh7iXjGPtQmxT1gq5ZAITRrlcnwSqXd/i4dvu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60948666,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPYhLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrogA/9GnNpI0D3udKFfHBIV/+lmah5u74Rqe6joocIyR2/I4tSkb6Q\r\nEg3oBObvD5IvlcuZEUNkKBkE+VHr6wcgHr+jJxA9zqEGD1rQxVRMEK+/+dMg\r\n8EAx9EXDfPdhA3HMEQh9ENs+3zhUO+0UP8lbbhqpC644sGESzke3+bzYPohR\r\nvLlZ2pEdFsMoLMDDpN9YteboZuAqRMFkGcy0CzVO4mC2k4r1F2HBuHaY3jXl\r\ngDmPRroeGba+wkI6NjYwQu6VMdNFrZS/44kHQ3JCCaV6S+gMqUaVKXBRX0V7\r\n6J1OsATkjstZyWwnSh/CB5m2Zy01vXpUu1f3MpBRP466tZqs18mnZWVM6zaM\r\np/wQ7x9HA4uwXXgfR/2ctlJS5ByF0n2KwWtUvXUtU1CafWBLon2yLvayo1A5\r\nJpHY0Cs/HZIoeUNWjdpv1HrkdJSIcQqwWHY3qEpQtnytk7YCocP38SFRmnv5\r\nJ6Pf1v1qQTHE+/9p0hgrVk/xjPX1EOC3zfJXRKyxBJXfiLwWgTSVyvDhg+bV\r\nx8VP56cNu/uko5v+KAK+hBchY+rZfXJbSJ59F9rVj8UyHTx1EKeKdYFSYQVe\r\nQDbQwus7io4bSBSTEzQniltM/icCuC/Abjq4cfSkPVReJNFbHop8e6j0M6ah\r\nsOCLr0GKJE/q2EHEzyUdtn02XI30vZeSm4Q=\r\n=QSw5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"68a97eff31baae012c20064f80817d5bb6d97d83","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.36.0.tgz","_integrity":"sha512-soO8lL/GfjAwd0Ttp3t2UR7sr5KRiaUCMYmNyz+9cHOMcn3IVbj0W28JHB7wrl4C1xVpatnGEaTEsr3IGRfvBA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.48","@syncfusion/ej2-inputs":"~20.3.47","@syncfusion/ej2-popups":"~20.3.48","@syncfusion/ej2-buttons":"~20.3.48","@syncfusion/ej2-calendars":"~20.3.48","@syncfusion/ej2-dropdowns":"~20.3.48","@syncfusion/ej2-file-utils":"~20.3.47","@syncfusion/ej2-compression":"~20.3.47","@syncfusion/ej2-navigations":"~20.3.48","@syncfusion/ej2-office-chart":"~20.3.47","@syncfusion/ej2-splitbuttons":"~20.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.3.48_1664976970608_0.552819828812402","host":"s3://npm-registry-packages"}},"20.3.49":{"name":"@syncfusion/ej2-documenteditor","version":"20.3.49","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.3.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"67d67142ca456445338ae7d5bce3b54ab6b7a06d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.49.tgz","fileCount":422,"integrity":"sha512-GuTUgjcKuLpm2XtZ85q6cPyIwEiaqMJQMz2EKLCnqYbvbrLxGtiBvdjaynB9RzzCZ6msXlp7biRJ+l1oUzcguA==","signatures":[{"sig":"MEQCIETjT5fhDIoAsRFjaV1XZT5KrkDovU7Tf1z9dlqtLPV2AiBvT0Cq8xuqCG1AfqelL55LCRqhaiK7N/oZeEQF5gTIXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61124312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRWa9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoINBAAkEeje1RQq148MU4EsfcJRDtFOF8PcI9IK4zuJ5WM7lMeh3qh\r\n5XqFXCDkXlR8tpTcWauBk9gebpyv3Ak0Kfmm2HalOprQJ85rGzBCoc3rqoUf\r\nND0TF5kAm2HN5Wu7c3FNbaiMQVHgMTr1cXuufZ9wydfBKLvbwFZIFiDMzeN0\r\nbRJ7p+Dp8ZIrVn1c1Nn8tP/+6PAufZTiQu32eqHJfyn8FoMLjiKRuCL9TPOM\r\nOUdpC5BQphOHe+b4/muEIGTcwoOLJvBJLir5EbfYuoPXq7QJD2HcYZwM5duT\r\nMrExWOY8CRZdmyblT0cnxlAe49xnbFsdnOkhgscdBFtszrR+XJD1emXODcjp\r\n0140FP7cuNjEwZDfca3zEqLk0xIklMU2xjrbNM9iKgnexgYX4l596ocn0NrU\r\nyeXGqnKunwavdCfyDJho6BJvh5rvFs+PdYKONpKfhv4Nv8ZhgzmAxFYHzbUI\r\niwu80XgwwWPrGKeErGZ9D50liFK1ZqQqPXE0LSz9xScPPp6aAfs0XyhrXDGL\r\n1Ho3ePAIpn0hl6ypKltLCzg2TAz0lSxgpBaHm4DGvAUEjNfJTesQ19/PfAcE\r\n0h40X9oze2Zq6touRnB5ObYBktsiz8W3ND4kJ/VX1D5b2F4rjfYDAcE1zU6J\r\ndNd3qhQEbpGCldSfZe+dV2xU202XXKen/VA=\r\n=ln3A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"af69e92abb506694f32c0f8a0331211334da5cd0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.36.0.tgz","_integrity":"sha512-eZMl5GvSrGFezB64FKnib4oiLGyQLI7Jercup33SJu6r2O/MKF1Y3GZKb4HaqSvRR29VRNiQ2ouD+uAhq6FAkA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.49","@syncfusion/ej2-inputs":"~20.3.49","@syncfusion/ej2-popups":"~20.3.49","@syncfusion/ej2-buttons":"~20.3.49","@syncfusion/ej2-calendars":"~20.3.49","@syncfusion/ej2-dropdowns":"~20.3.49","@syncfusion/ej2-file-utils":"~20.3.47","@syncfusion/ej2-compression":"~20.3.47","@syncfusion/ej2-navigations":"~20.3.49","@syncfusion/ej2-office-chart":"~20.3.47","@syncfusion/ej2-splitbuttons":"~20.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.3.49_1665492669061_0.5226214381028575","host":"s3://npm-registry-packages"}},"20.3.50":{"name":"@syncfusion/ej2-documenteditor","version":"20.3.50","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.3.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2a46a434f118fde1d43a13dceea5ab32a8fbbcfd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.50.tgz","fileCount":422,"integrity":"sha512-5H2GG309Rie6dU+7jGDsL14hd98PayGQDbdzPXgC6tTxzTOLusjGEQTb8+IKxTLn1j+JotilzTZ00fJYFCpwCg==","signatures":[{"sig":"MEQCIGzothNj88X2m2RPAHmDi26oN5i6SFNfpE+WSvx/Oh/0AiB7kkAPzGpMOuNjDdV1gs0pOjxx0nkiGte/fyUpVZb98g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61151271,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjToSLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHYQ/5AfM0RYSO3awgH63ia6evc/PDdhh4V22fGDleLaeiDP7wHp0q\r\nkJ39RNVkMBsenJO3PBrF/pYxdLW57olPLyt+6Pt+Bv8DpWuJ0jBOnsf5q9n6\r\nzbej/r6gDd6EUWfZtSEibNMCBU0XaE+dQm9HcY6WM/Jaz040c2eHKCG3J565\r\njcgabR0BZnBuTi2r4j57gUaqbEYNKCXbRj7fF7vRTN+juEZ57PK8+XIXQjuV\r\nx5ExwcTDTA5bX4RanmJcbZxNCvDvkxCbO6iwzIYCvIF58kQfW+IEXMjQ13a7\r\ndu/0m/fS+cNGNh6ykJA6I5Ahe/S8A6F/JTBn0cbBmhJraCqSw5TzlQIWpEyA\r\n+Ipx+txgAO8KzaUYP2ifbaC7xpTO5sJax25skvmYzrXT6QtHAXeyuCbxXKRG\r\nmx70owxSGheodKfdpn/8z3AiSASRK+BqJYPyLq0sYr4uoC0V960eBVcuya7m\r\nBc0U9d/rqeM6rhHQ2T1vqNfI+GnazadDxpyHGK8pRRB+7KIOXybi+AGu1036\r\nxqU8v5i3OMVPUsNNpPCqEpLTXun96DUgp+A8sVhmZ9M5DYFNAza8aNAGSacD\r\nwMSe6PiBTJf7f1FeMwhlzpRjstVJ4JNmj8glCJRygeDYoUNuX7WDJKmDSMbl\r\n2R7HtCrVRkjoMg/4ylxsOWYuTXmfFeKb4nk=\r\n=gwVT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"d0838cfa45e65922b0032540c544174f9b8773e2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.49.tgz","_integrity":"sha512-LoO2WOqH8bCNilDzKfI0FefKb22ur4yuG6ja0p7+YGZuNgQhQXGRR3sqfH5UXjeRmOxgF8om542SIqjkm/V6uw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.3.50","@syncfusion/ej2-dropdowns":"~20.3.50","@syncfusion/ej2-file-utils":"~20.3.47","@syncfusion/ej2-compression":"~20.3.47","@syncfusion/ej2-navigations":"~20.3.50","@syncfusion/ej2-office-chart":"~20.3.47","@syncfusion/ej2-splitbuttons":"~20.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.3.50_1666090122887_0.9321717035725554","host":"s3://npm-registry-packages"}},"20.3.52":{"name":"@syncfusion/ej2-documenteditor","version":"20.3.52","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.3.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"852d9e27eac01e6e3cbbf97d83dad8864ad6cfaa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.52.tgz","fileCount":422,"integrity":"sha512-V2O9oMMF6OxfDUrA/llAM0dKZ53v2bbClaezL8ff2MEIBjTU076mzq3WoaxAfZBxcdEnw6x32tpiSdQnROS2Yg==","signatures":[{"sig":"MEUCICiXHWXIbWH88jkcNmAFSQv4uA9DfEVEd3ncobF/u7j6AiEA1ME5mBmsalHgS8jxQ0jkJvntA4S+Hd5Sd7PuNCwIMz0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61189656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWS30ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqVbA//ZPY1KBvHQw5dLkB9csF7KVN6hXKosSK9SFgVjaxbgIloETVo\r\n9bpu5tL/8fscXDJVsSdCIN45LCPobOIWSad5tfPtV++k1Zsu68mVEtukCSb5\r\n+68vCkoifbWq1vmiBMdO3LrrYU9n+BPoACbzjOWsUpwRmkZ/HHD/tdWCg9te\r\nhjXqJwgw6gzpQ+tVHUsjWtbFzHbJWTigxn8bxWIZBJmzsBUEmKQrcOjwnSPg\r\nT2mInD2toWZuInHN/tYAZCSylGNBNSC6KbR6ikO51yIPJfkA8ArNu5P6f7eh\r\nEZHFqseSSVsn5SiKzNGjnUoWuMSCbPdbjqD5n6Mzn502bd4oD7x6K3NtRWKx\r\nJIFTCE7UtDzfM+LlROEEa8s2rrEkPVPJNaWLHlPaasXvYj5T2ghi1pNr9Rdv\r\n/5Gmx6HUAy6bEsj3RGHCP4dYiJ1UXoVRKEIxmmkGVg6ghIcSmO0xyVZ+S/VD\r\nne3kfrY6cb5RGOuD2qGz9HRYqUCfMoosuilQkYV4acLrRd3yjEoDO7Bzu+9B\r\nJzVSJ4tu4LOJt7t4XKu+agO0uWmN6xxzryJpmCaSVHwx9/FxrmPw4DltkVbh\r\nUBzKe9jpzlvM0tJrT2e3CVFtpfB1w4Mt5WuBfPvpkEZouIB+zd2NybV3OvDE\r\nfIqcJlCE8nxSFwf8FXiA+mGgjGyiuKr512Q=\r\n=YtXs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"252d08e05e2c139b1312f86acb24ca0603020d39","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.50.tgz","_integrity":"sha512-ZyIj/LLQfI8BxIwK10dcMuabAw5Lbkttd+0NeWt+8Ct1slRYmEg4NWllXB8WudgbAiRGNJcNu1Vtd+r5rTb5/g==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.3.50","@syncfusion/ej2-dropdowns":"~20.3.50","@syncfusion/ej2-file-utils":"~20.3.47","@syncfusion/ej2-compression":"~20.3.47","@syncfusion/ej2-navigations":"~20.3.52","@syncfusion/ej2-office-chart":"~20.3.47","@syncfusion/ej2-splitbuttons":"~20.3.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.3.52_1666788851803_0.8762740822743131","host":"s3://npm-registry-packages"}},"20.3.56":{"name":"@syncfusion/ej2-documenteditor","version":"20.3.56","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.3.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f3edc588359b7e3a6555d76fff4eab1dbe84d46c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.56.tgz","fileCount":432,"integrity":"sha512-v/4nf2rQYSpG8HLwRi5jNgnFo2iufPylO5B86AqzHNCjwGC0G9CevNvyxGeugRhF+yPG41lDsJow3L3Mjure9A==","signatures":[{"sig":"MEYCIQCLiso6KzFYku/Axp9guspahfwWwZayjOY+YmoJajD3BQIhAIwfh4HAoBxetC2I5UZoZN4vJzwccXy5dG+iZYZlsQQk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62007895,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaibKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7bw//VTN+obxU/+EGs79kLyQLl94eP6I6n1uoakCiPHL+xDvQjG6g\r\njxjp1iIm4w1KTr239/tB0eUfcRKEk06NiyFLsXi5y1k4VM5n0Z0KTcFPCp1q\r\nEQSOnE6EyRpmhozsVsgXVGWDzGr9tFHF35JP2MtLQtLRzpIpLMchEeLYTkjq\r\nbYMUzQuGh6ip4NpE96A6PjBDT3g7upUUo4qUBx1m2QulSGvLJxJaPTDH7UCQ\r\ndCiQ8OCkMDRP4kf2tEt7x3BtNYpwGv0BvsGoOX783r6KGITfMzlVo0Iw4EQ/\r\nY3KkDfqBfquroL85KgbLEMoPu975eywSseJVPCddZ3VvKxQ5XoDSUWmPRJqN\r\nkF4fH8cqa5aEt2uHinZncfhnIxn0PIgpXccVY7ExnyJ0rUX/mkJHz9mTODvz\r\nP48wdwgDhZp2fTG1M2piSeMD6Bk//RLBkBf46Cbi0DXjQEB6tc2Jd9tz46zb\r\n/grOgxrxy3ctbs4tyTE/sRv/bp1kv6Exob5Ex/BBKbnx0zf2UnKKGmEMSJUA\r\nIsfzhSLj/gyA5zDDX7urrsa8+8tTzzrPdh1ixmhVbuFj8jRmLou+QghtfI8k\r\n3bkP90qdrYHlkfSXMH/P9i1W/bRdIMMN3zVwxFcfHdk24xPIowqqozcsvLnf\r\nkyeN63wkUyFDQIu3VbsgOG4WdxGXoj5ip8U=\r\n=KFNl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"9252da5196b8b7ac8908a58c88e4eda02ef9550c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.52.tgz","_integrity":"sha512-oTIiHLBLRb/9N8oGmUVmLIGOtY5U6R+TOrBvj0ETS+/58xudrdEs0TDLLNhieL0yEADtHSHKQ0BeFuGZ5kLUdA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.3.56","@syncfusion/ej2-dropdowns":"~20.3.56","@syncfusion/ej2-file-utils":"~20.3.56","@syncfusion/ej2-compression":"~20.3.56","@syncfusion/ej2-navigations":"~20.3.56","@syncfusion/ej2-office-chart":"~20.3.56","@syncfusion/ej2-splitbuttons":"~20.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.3.56_1667901130273_0.9440608466640226","host":"s3://npm-registry-packages"}},"20.3.57":{"name":"@syncfusion/ej2-documenteditor","version":"20.3.57","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.3.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7a291dbe5b2df56e1bb51f9121213909a3413917","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.57.tgz","fileCount":432,"integrity":"sha512-1TucBgoEIxJXkKViewA7JOnWxgkuDY+CihqroCBSungLGpdtYK5xdxQvDpdX47JVFfupWTAIHoKxsOOxt8XezQ==","signatures":[{"sig":"MEUCIHrAD8dB4YsCMGrWJRTTlogZ1gw7CwGFaCiEKG4M2yPBAiEAqjCZFj4Wxw9EH8EPTVHT3buG/0vQy4qgVOCtZENyYas=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62023219,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjc5npACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpsug//T39L5bozfpsF2hXC4lF6SKvieyf2cBhDh8mrLymQ1gZ3o3oV\r\nFJ8WFYfMWAkXaOaxvffCKbF0Hu9qeEPLkX1rsZP0urtmw9SF0vCiuKizHVb8\r\n61IJx2FnPqm+5/6q3IFxMj4IU563qq8ToNr47L+u1jsaMMQswNuMZmWF+MBj\r\n6u7aREXEgor5qtDrbByEjfJIr66LGhf8hv2jG5p6RRRGbVo6yiSWo0763dIT\r\nk8IisxWPBU05rhCc5EJ7AlT9cedZ5CPUeauOcmejKTjJ9Oire1v0yLVc1mlz\r\n8bV5g7YVJR1X4HuVIB8sWjBrzIC1vgA/VbJXcznLg+naAMA+QWNDZ8C059J0\r\n+4GFdJq/t1SUmMS2zdo5UI8y70EmNY7W79kAj5uSwnhzmukKpf33hFq9MosW\r\nI2Uxu31nSPp88M8GU7Fnv08GyfgjCd9Zh3A9zMEw0wWvngQPfbFEhmLpg1M+\r\nT5n9S3sh35DbnksKI45n1uySwSduyp9UnE5ImtAokGHrRzsYWEu2BZidCrt1\r\na1dgln+LUIGLTf5kvNsqlU6y+7h7BUwsjmHW8k+ykfn09iI87KBHvbryUlmF\r\nWl2xWTL1i9C0DDgYsceL4SRaxOA3MX8VkKXuYRjmQks924Wdndkl0bJZCJTQ\r\nh7EOtPSJPBuGX1AWaV1mEfJAuyH69rxqNnc=\r\n=hxWg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"f33a8f38242ac22f0d343006851a927877ec6e73","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.56.tgz","_integrity":"sha512-aTaENvasjuTL1H/6FYYZXZHIn6JPnLfuxx4pE41Jx4G+zPCjr77dl6ApNq5XbXDB4qVYS7lb3tvFIfZR6W1ELw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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.57","@syncfusion/ej2-buttons":"~20.3.57","@syncfusion/ej2-calendars":"~20.3.56","@syncfusion/ej2-dropdowns":"~20.3.57","@syncfusion/ej2-file-utils":"~20.3.56","@syncfusion/ej2-compression":"~20.3.56","@syncfusion/ej2-navigations":"~20.3.57","@syncfusion/ej2-office-chart":"~20.3.56","@syncfusion/ej2-splitbuttons":"~20.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.3.57_1668520424893_0.22273815842227673","host":"s3://npm-registry-packages"}},"20.3.58":{"name":"@syncfusion/ej2-documenteditor","version":"20.3.58","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.3.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c469fcae9bef2e47b753f111ca1954ba01176409","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.58.tgz","fileCount":432,"integrity":"sha512-8ElFyICOWDPz3jinCicNwpxaHQnMtV1UuOyCfShyss5Q2u33vtsmUZzNjoU2QxjXTlGWH5zzibpqtuIovFYywA==","signatures":[{"sig":"MEUCIQDH/j/qa2o5kdibtkDH0bqBMmPLNSz3GewiV6CMzojzngIgUKDnHBLy2s0M+yqlMTmvnP7KAMIJqUZngN1LQ8q8rLk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62078995,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfMUAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpqFA/7BAh8lqfmCl9wzdzIWpUVkKWf7U67UTcBSp3GtTh9DVLzpf64\r\nf4W/S0udZw7Nyqu8Yl0iVxQMUSzbgaCJr0oJejVS1ZYkxloPUKC3nRE3saKx\r\nnq7woPRz5MuMppAFkxKw6dMPMEBLhL1RP4gjivg41hXepYf+b6y37YYB2BPg\r\nLo4NQeOY6IXL5+Zr4/LoCu86PoVyUEQ1x8P4IQSjCJVEtLH/Ex/vIi+ac+Ma\r\nQyGQ3hGITqrWqt+i9k+RASdoQ+y4qL+ficoPedbf84JtHbG/KCuxKRIXUpuF\r\nqmnGsMcYCJe+Pr2LhLvIqqgC1hbGCyAA/Cgq3zU6WyAcoyVaLP8EYa74gM/K\r\n/1SO222Kyo1k9L40P+fi0Bm7/OStibO3KH4zK3LPWxiyYqshswFS6Bk4LV7t\r\n8mfyiB5vagx4uWCay25ZXh4F+XvnaGseL+lZT3Y8xNYFgFvJEx/688QQCFjb\r\nbf/ldbbNvIl4OVwrSfH6r43P37Uv9it7uZklzg4LGtGMpj+nuHtjKzDr8UW2\r\nLy+gz1PT6D18gkH8xLF+4ZCa4ETdptPGHtZiBJbp6Obf5Oh/rYShP5y+5SjY\r\nMpgZf25Y0dajax3xBRWyHjdVcwUkw5eKMCYTolmtbcAPKkkRCUFnzrvLaklI\r\nlxSjMGvCYx1IAk/nVgwi/amoT6twboCpr/w=\r\n=skys\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"ebea5f22760da55451661db1d4da86fd9687bc43","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.57.tgz","_integrity":"sha512-1g4ZzMoEpHd6nzSU0GMZAZNumf2c9McpwOFInWfe/zOoEmHC/VznGT9Ktjowwol7jj+su8QzqM19qkBH5WvR0w==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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.58","@syncfusion/ej2-buttons":"~20.3.58","@syncfusion/ej2-calendars":"~20.3.56","@syncfusion/ej2-dropdowns":"~20.3.58","@syncfusion/ej2-file-utils":"~20.3.56","@syncfusion/ej2-compression":"~20.3.56","@syncfusion/ej2-navigations":"~20.3.58","@syncfusion/ej2-office-chart":"~20.3.56","@syncfusion/ej2-splitbuttons":"~20.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.3.58_1669121280496_0.23399432645382556","host":"s3://npm-registry-packages"}},"20.3.59":{"name":"@syncfusion/ej2-documenteditor","version":"20.3.59","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.3.59","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9b9bb450b3d27d9d0da86a7936af37ab5e1ebb95","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.59.tgz","fileCount":432,"integrity":"sha512-wPjC7J//pV/euLBfmypoqRw068sQIGKufWbzyY+sn4+sMRmG1w/YPRNpTq9W825du2iTiQmGcCOx+v2KM1rvcg==","signatures":[{"sig":"MEYCIQCCQh6n+YnHsAJomGWPpKq+bD5IPPRLkgXgGFgG/KayKQIhAIOdNHazJXAEBWa9ByPueq+NxYz/R1U7/pLpwcCvEDBo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62100532,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhf8iACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo2RQ//esDxUlZf8XaG2VXgnCc3upBe6UftdW5/IWIQVF5M/3DcUR/r\r\nz8olLPV813S72iqrSA8xalCBAKgYQqGIjzAeXOW59ykC1lLV7oylXSTrPwLR\r\npjsuFE7wtV+aFfbbpEaCel0rE95ShDqUfib0UcWJdqT52RVg4LFqsFv+b2pN\r\nONTFMVfXKZZsAG0xmL+R4O+NJAZVt8qzVuTTn2faZRfkc86sqmhWGS92sbf7\r\nzCFMmWKtvP5GjzWdMEj84VFJAqfNnkacbgI0Bh/skJ25MyGwH9yWVB/SOIz9\r\nvGenWeXteaImmpT4V1OWfkH8GEuyQV4ZWJK49Dx8E/qO+r4FxPqTsWy0fvMj\r\n14lc65PFt00rah8TMaPLyoWdNCVweHTAPVvxHCHi8CqvwwC6v4jQJukQKmDH\r\nQOduiCKXP08xdQZX4QeWfOxkfYS0YUtSBNluBN4pJThWrQdk1t21eBk+f51c\r\nBLo2mU1Z5LJGN9+mtGrApe7bbcXHdCHYwXpHrDua7r7CVOr2EFiG2GA3GAzr\r\nM+3x2yd9rLe8BTHjf69nIhMUZu6CkzLH5bjC1sNQ9dsbEMIsXudTadXEIhff\r\n1qdrQxixSp8OYadR7OM9XmDmHjICpOvRGZaDiLYPVUcYwMZRTmAZ8tQrU9wJ\r\nUIEo9kmqMYa04rW2YrkpdODLw9K1EuNcEq8=\r\n=bH7q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"cc74e5717d761318efd86ff32f450ac450e409c7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.58.tgz","_integrity":"sha512-+S8cDjTNnOQsAzMNe3NoXeaV1rn0h5mOy2pdwwMwSzkrjeQk4w5jfgqI2octTWfWiZvsD/o6NkvZZar9R18njA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.3.59","@syncfusion/ej2-dropdowns":"~20.3.59","@syncfusion/ej2-file-utils":"~20.3.56","@syncfusion/ej2-compression":"~20.3.56","@syncfusion/ej2-navigations":"~20.3.58","@syncfusion/ej2-office-chart":"~20.3.56","@syncfusion/ej2-splitbuttons":"~20.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.3.59_1669725985979_0.3526086027316493","host":"s3://npm-registry-packages"}},"20.3.60":{"name":"@syncfusion/ej2-documenteditor","version":"20.3.60","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.3.60","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"958eb99ff84966083790c271295030276214ccd9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.60.tgz","fileCount":432,"integrity":"sha512-WLNQdeHkgiq+mSsZ7dxWMSFX4mODlnhVPKmnj7zqH/2bTL0OKrgGHeceTP8ojBS6n2gY7X4R67BARc3fduZLDA==","signatures":[{"sig":"MEQCIHtXwGbvacFl3to1CjouEXxTDtEnm+yWwxYhmHZsYUzDAiBCJkbAu5h/kWHc/+FYVkDfum8ToTOrgle1AvPDRjo0VA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62132395,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjj0bpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoF/A//Y8HeXJaFYHTD9/fPRllSVfbsQInigr1iaxxjzRIVw0t+pdkF\r\nc8zyD99UsGomUivrMbcS9kNsk9Hp0njNp+ge4IcLhmXJs5plpOPBbb59FwJZ\r\nbM+cI+a3WDRSW57i46BHXNAShJ+mLTQDQ7eb+J2Utk+TszU3jYlEKrOBMhug\r\nt1mc/WXmyxh7kLHQwmU2Ykxn6Q7HPk4zG41GVUc1U/MxnvuTkEIulMMGnA/9\r\ngruaHwqKAKUop27yDOK4RfQ/B+cai6xAdXlo8Np2Jh0RY5/5+8zbB9pECPHI\r\nEBDbiy8n9rU6ek8T1h/gqGgXw4/JlWSaRjFidxjDzsYYxebzQFQCjOJ5p4B0\r\ny2aWtvbnBvoGpNyNcg61ylsb4yXBxDgP1USdADPYxkBjyPjolYZhWF+iL7N1\r\nZrFanmwmmeCxiSFk2znsonGXEN6MZpb1IpjnzyDm6f4z2QJyRKuyDGy44xjJ\r\nyWvaf+jrI0koQJsYrT0PCtA5vosrPthhujf4S7OnYMZu36ckNkjmWwlQtcDA\r\ncu042dEf3hd0EJv8K2q29cAgqTdHQ6cd3i1PEu8vsEKeQlpI+eCmyiLuL34H\r\ntlR0yBgRf6OPyiQ2USjbR4H2c5nX8EtYooV/QHYVTOikBjQBVavJB5qnkyBv\r\noZzDi3XU7eVZY2m5Wfxt5o6Rh2uENcZyuG4=\r\n=UI4e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"b35f638a314b0de8bb00e3e56dc8d415534687ac","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.3.59.tgz","_integrity":"sha512-mROxPYnmJyvfLu3rzSVhLv+0Pk5uP6MxwHaDEgQXbahl+No4Uyiv/OGHplt3WGQQVm9lDmVyjQC3iTW+Hp68fg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.3.59","@syncfusion/ej2-dropdowns":"~20.3.60","@syncfusion/ej2-file-utils":"~20.3.56","@syncfusion/ej2-compression":"~20.3.56","@syncfusion/ej2-navigations":"~20.3.60","@syncfusion/ej2-office-chart":"~20.3.56","@syncfusion/ej2-splitbuttons":"~20.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.3.60_1670334185246_0.13728246248358245","host":"s3://npm-registry-packages"}},"20.4.38":{"name":"@syncfusion/ej2-documenteditor","version":"20.4.38","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.4.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/products/javascript/document-editor","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5651a71211f6008bd30b2fbabdeec9827a435708","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.38.tgz","fileCount":434,"integrity":"sha512-H38HwAURG00I8y400RfZUOfG3lFk6FzpC0UNEO8yrggx1M8SMT8C+qC1hY/UKfOUev1waIpxVsBKhXSN9XUKfw==","signatures":[{"sig":"MEUCIHbTE3wNVmoWxImo6jc/Eeq2/RlV0mxQk7ATTqyQ4IypAiEAyY3SV1mHO53EamK1wWhlqEyehzfNvO4dyTY1j2vml40=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64168867,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjotHzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXeg/+KrbLo1MLGqJz9LxHs17Xg8xdZdZhNl9NBsu/kkiKkWNA9pD0\r\nRQOnHtYHqUaskSMkxOXWe3Sjw2aGhE85/Yhh0LlRBV0y+mtijXCRT7nFq7VA\r\nGRKhfd49gVL9zy+24YhWu/LpcFiygv+9qCsbe75Bsi9lZoQbzuJF4zWMvEOW\r\n1LTFrkioMUjce6/RHTzbEZLA1JNZhmRvJh5ZmlbuOjXaQJsO6T/aWGBQMiXf\r\nVdzKVBWUu23ixe9vc6MuKsef3HbbsZqg6NoEQSBj3sZ96ybA20GI9TcXuf5h\r\n7FyK51o4T3w4AMLVEkKePomOUj0toZRw5gIvgUJeK1UuxfJykoxp9pdEBciA\r\n9dIkeo9ocYgzMCHnMdDmgQD5Fv8ji5fqlblEpBW4qJf7L5Yw0cbDyQQr3Fam\r\nuqwbgKDQxfxeU1MGYLuSz45ifYuJcwBU6oOZCOCwRh4N/NIaAtrlcTjG2zSu\r\nxQO8fVgxjV4VwsKS4PIyNP8MT+XgDsBYZHLc3CMtxIOqgWcu6rVmDn2+ebSF\r\nGZbJJs2I+APpuweL1T/PSbBANhbSwAP9snYgR23RMee6JlgK4dZdA6pV8TSU\r\nRIPbwf7EHSjIFfQARQqtN9+GxGKIg5s5KDthtVcIjZzpt/0GPmqE3Kr8mhOC\r\nYQ4rrucRlUSDgSirl1g2hBHYr2SQEMtF2u4=\r\n=m+w/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"497ff169e4f643a5aad066a3273287080b5831ba","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.45.0.tgz","_integrity":"sha512-6G5wma+qUsK3pV3/66KrXEwdmi3tIn6zLZPpBIZwRf2AVLh+j5mrv73mnGC1GjsK9wTosSZJ7C1eY/XOJYVx0Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.4.38","@syncfusion/ej2-dropdowns":"~20.4.38","@syncfusion/ej2-file-utils":"~20.4.38","@syncfusion/ej2-compression":"~20.4.38","@syncfusion/ej2-navigations":"~20.4.38","@syncfusion/ej2-office-chart":"~20.4.38","@syncfusion/ej2-splitbuttons":"~20.4.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.4.38_1671614963153_0.06239245118758885","host":"s3://npm-registry-packages"}},"20.4.40":{"name":"@syncfusion/ej2-documenteditor","version":"20.4.40","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"ecbe4498b7ffe8958a264206892c1e63546f5bae","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.40.tgz","fileCount":434,"integrity":"sha512-6268hZVxhY4oPoFLE+Q1mCARKEleZJhSYnmsnTk6rTZ0e4OZxwnkphUCF0PvSLg0EcH8w5DEhmAAX9GD6DLI4A==","signatures":[{"sig":"MEUCIQCDTlD7dU5RlEjX/hMzAg3v+N9a8VmUpITXw6l2fQXzJQIgTVkqMEbtiPyO3PKM9IXzWnUJU3D/e81Hm9XoFIppxpw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64244475,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjrHcqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/Jw//cNvbbTiZ6LLej2NUHRiecVAWhQnFGac+PtWZniRhEWAx9167\r\nuyLu+5eGx3B7Us5hQkgF89PIVtYIAHDyy/i9hPrr4TimpM+Pw08AgoX8Fp3/\r\nglzN3Aj6J8lkjL3I7Gez5vPMJ9hxE/Yc45kvVYM55ucu3B47mjtje4yYwlcP\r\n50/C9YsOnbxpn8gN+AGxTWTzCcHRewj1pIOUzynMxAOmej3yVPhIvMomA65o\r\nbijoLGiWjOQTry7G4JVCFfkS/y7J+tgggXQZpzstD7/R54OeQcArEp+z7j+i\r\nTYb5cfxB+X7mDObnQ6HrZvdZnA6hNzqm58xTIlLIvm+7bCbUHDrYHoQq0cAU\r\n8y4ti6F6gLdLEWvbnxwW1HauagZM8Op00gtQlLY46YNlegkKSTXNDIix1J7+\r\naSyPJxm2uY3VRHwNWbsBf8jpOS/h1grvQ5p0hrUoSTYOrPQu7IzvJVVMUPAp\r\nNHMjJIu7LNguKnITfbu8peRc/ng+AbfYBzF+XjocZUm8uignzkbnMVeS4TfL\r\nEpvKu0LKECcBsuDBTDQ26khYTmzpRJuR9SBSBXL8zpEnFtD87HboLJslQOys\r\niJuJ2iNthnRgfsbiksTdRJvrbBeVjILmvSIcB/M5LhQXCKfyq4z2Qp5DO4iN\r\nXvY1AhGMZO95r5AeswOFui+iEmIw1tQSaU0=\r\n=a3HX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"c74ec8aaeeb53616b62f179e7969d29e4f70488c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.45.0.tgz","_integrity":"sha512-NlaqXtFgB0BOengP/TU0ReQ0onfIqIgpsvlsKVEQL5o/MAmi4+h3fTEZ89tzdRug29cV9qnyGw+83o9p6Pywog==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.4.40","@syncfusion/ej2-dropdowns":"~20.4.40","@syncfusion/ej2-file-utils":"~20.4.40","@syncfusion/ej2-compression":"~20.4.40","@syncfusion/ej2-navigations":"~20.4.40","@syncfusion/ej2-office-chart":"~20.4.40","@syncfusion/ej2-splitbuttons":"~20.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.4.40_1672247082348_0.3415734223255529","host":"s3://npm-registry-packages"}},"20.4.42":{"name":"@syncfusion/ej2-documenteditor","version":"20.4.42","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"40b415b654c09c3fc6f068e98c69fc3824a299b9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.42.tgz","fileCount":434,"integrity":"sha512-bzpdLRMuybHsZ4w2nN5wesaR/KfodmSPsyE/8hHwxN/PCiSBpVXH/nurKJmxnm5l7P24y5DpV0LuhDiPKfy6ew==","signatures":[{"sig":"MEYCIQCcnKEdNUv5hb1aGHTERDGPrhSKJ7Ady5EAQUTRg+EFxQIhAJImuoA602Q8/EOAsfXHyRFzBnA8NqqjP5krRh+xAJi9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64254921,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtXI6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+lw/+Kn/9l7SPINARGofQ3RDY2wei6eBwhghvgdV9Y5Wvkl46Swez\r\nNbHzecA/ADLa9DEcJgduNorLae+Yw6Ty/uus4uvjmSBAtw1C1dpd9/JZGuBo\r\nBwy1MAHJZu7HRVjmachnpMRO6Kh9t09/nz3G3oAhi7XuZbghd/HGU+J80EqN\r\ne3SHfScdUdPPvqH9fv2Ivy1VshGKeDRnhGqoIUpt8GvUmpQ7anrVrJ19FNMu\r\n86LIrUWF7pi9sRkHpxqakva6ybHrd+ENd0FD+OBuhmUDm/p6x2M1BACT7old\r\nz8PAq6XNBxTfwoJePiFUf4DxdzxgnqXTPTZpyHmA9xG+pi2N5P/uT7+SkM+8\r\ntrKEfeGzzZi8nwP1X8Nc1sRAQrShw+G4jznKLidEG6FurEdzy8J2K1PlNPvo\r\nk9VmzWmFepqQf9eVfELE+CsURwSIYrbB5Yt6d3gSm1T15qXFzjdX/gFvW6wy\r\nWI52Ww/RYLq6D1+tVOCmJIAJEVW9ttkLG+sS/FtsDbjcDxN9TEsbSWUpBJUp\r\nPu27Y7FsqKRy2AR0ZXBuDw1hKESZQgjyZVM5VNHBdsTcZ09GRnSnw1VO9Dt+\r\nHkkvSYsZIt9K2WJBmUpbPYLZrfb9kU2dLKSOuBvpUs0HzFF5y/u0vhS9fnsp\r\nFwYUgf/Q2g32e4ujLGp7LOhki6FOrEwVvBU=\r\n=xKRM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"58f2e1c3a2fecfde69cffa8a7c279c26171617fa","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.40.tgz","_integrity":"sha512-Rb6YDv0Sc4WU/xYUbl/M6Bj6NAgx8qTrf6a5Yy4PynDOJP2nxWmjdO0Exw2hhmTe0duhsjqNaPA+Ew+BctHmjQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.4.42","@syncfusion/ej2-dropdowns":"~20.4.42","@syncfusion/ej2-file-utils":"~20.4.42","@syncfusion/ej2-compression":"~20.4.42","@syncfusion/ej2-navigations":"~20.4.42","@syncfusion/ej2-office-chart":"~20.4.42","@syncfusion/ej2-splitbuttons":"~20.4.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.4.42_1672835641646_0.2751565836747276","host":"s3://npm-registry-packages"}},"20.4.43":{"name":"@syncfusion/ej2-documenteditor","version":"20.4.43","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"e592f5f68d113b64bc883a55c2bbb553fc0826da","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.43.tgz","fileCount":434,"integrity":"sha512-vTZTA7h6FnRWP5N65C2gLkI2Tj9BmYQT+W5beNfOdsnJVEockuZdSFTnOwbJcw4hut3xspXtr0uGQCTH6JhkdQ==","signatures":[{"sig":"MEMCH0HR9GFOiqDtc2QW2Q4BuGoFRc2+t3IjDWgdkd5I+acCIHfVvyHYsWKHjiPwKGV8bSk5PF40IF0bl/k/4Exw2nz4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64273692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvWUFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpglQ//TvTC8NenpbnMIutfn+rFRcbZnFxUeBf+Ym5f3g2oId0qij0I\r\n2RL0W9KqbA1zpD9B07HVuHmqUbAfiBHKKu7LiiURZ+zvQ8TcSW7qsiU1P6Qn\r\nlxKuQ3gGByDcQXbhsHH0CozFEsCtRco99mX6FNvRL0SaHdUZxzl8vfO1ALH9\r\nkVFDd2reTK4NXWYD4SiKKPVAM7pa3fta6JYzMFjGRPFBBCIxkiB5DkzzyqqJ\r\nnc8v3V9H14Hsr/n9cuwGjjPAjiDKm0AzsSMTBdM3O3VBoNTHPTJ1BSUEV9n2\r\nT+OsyiqO5EmRmjfFQtWLlIJ46ohWlPz7ToPp8GsCLuLV4OR4sYuvAWiOS1Hj\r\naSmk7uplECEvFdRvDzn0WaWR3TP3J07uWKMJNzVMmJl9+TqkgzNJsIbDEggl\r\nLRCb72gtpMU5Bw7R/4sQ7WXs+Q1jmvwBGcnupsh8CMnXPBGaGCONVwf7FYRC\r\nmsMKS24fh2sglonMUpr8ZOCgZaMG3+SGH5ObrLsLG2EYAvuWs8zOqnk1GhHX\r\neauQXeu52tMjDW1RwTkW+8xuQxeTBKUZX2+WesFZwNLZ8HVvVg9yoWIpd/8q\r\nDbXSECB6iHGWPPuK0TT67+7cMNWvGlaIfHZRSf+PGKveBFcCxMpFpz43s91b\r\n7+fEXvGr08Upgbm9cHyJIPE6GLDUM6Bl1bg=\r\n=Eh5S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"15696c5551a5e699d5c56a23d3b6fa86f51741e2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.42.tgz","_integrity":"sha512-f348zGZ9JJJ+qaVQNX0RxQpP+L0SM/TA3UX6Asn/G4tVgRFv7xQdH7j9e6ZP06SprFG5Tcv+EczNffumas/epw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.4.42","@syncfusion/ej2-dropdowns":"~20.4.43","@syncfusion/ej2-file-utils":"~20.4.42","@syncfusion/ej2-compression":"~20.4.42","@syncfusion/ej2-navigations":"~20.4.43","@syncfusion/ej2-office-chart":"~20.4.42","@syncfusion/ej2-splitbuttons":"~20.4.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.4.43_1673356549522_0.5608956006793229","host":"s3://npm-registry-packages"}},"20.4.44":{"name":"@syncfusion/ej2-documenteditor","version":"20.4.44","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"849f8009612f280b8429db1a07d3851bcaec2b33","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.44.tgz","fileCount":434,"integrity":"sha512-Lr4Q+IZMYMne8xQWjTJq39Bmtp3FQ/uwbg7bjMUZuXNc5Iru3xHbwMAt6xXxBw1l5gGAmA8hDsx30pJY8PLqFw==","signatures":[{"sig":"MEYCIQDXtFX9e/DHVGsNPHsmCCa7kWbYHB+xEaBaoYpOppt2nQIhAKiKh61nPukkMPpcrLCCrl3SJN6tA1gytWOW8yiZ1rYy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64296578,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyAzTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrPrw//R9rNTMrGG+3Ij3D9BfcTgONUZIrXqkC8IizERJr00GRnVnsO\r\naaFYq3mx0YIdexMegM/NfZpeZqLeWXOi/WA2MhLXuNgPlHbudGxnZybialtQ\r\n5INHAhPnBTo4lYUab6UbWuODS5Zfwfsd5P3ywg3uNIbohdufm4qCyVoCut44\r\n3I7fRcjs09GUwgJdQs/v3FjwLXkR0qK9DQtu9UAO5cKP6eMrgST5Ox3B1Ui6\r\nT3XwlI3cDdGLjhzgj7IPmNlQvzKoLvzY9CrfD3zpFX7GEgPvy2WVgV/4LEio\r\nYIpJAojB4Fa7gd6fXi2bs/N1WujOlaccgGqruRxJZMgjpl49Rvn2UAouGSTF\r\nMiZ/xm9Bbt2QutHqyDYa5n/XGtE+PtVioWkH6DK8OMJtt9E1reaAKMdA/GkN\r\n+4IuetDHKYSBjtp8X8yM6o/tLIoefYoxMUitGo4Xnmdfj9mir+nJUEG/214O\r\nhmtToA/P/7eC7AAy1nk1rfPEuxgeEY+Yq0Sihsgd542pHNVVwLbHlE+MHnaa\r\nNdsENfViLOjHm1kJEny5B4aRCloNFkLVB6DJPPlDBq2cUa4kaS7ECvVSDQXT\r\nMvbToBsgkYPktVLKzatbUh8acy9/bM1/UL/J9ycpM6wT9PG8KIeR/OCAQD2s\r\nEoRf1nouTPZnEyBAiW3KU55wE/qnT2WoOCo=\r\n=IPXw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"771937365dc6b571a6a0d71cad0c11ed24b2a3ae","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.43.tgz","_integrity":"sha512-re3HUZ01rtiLLNHwHvylv8qONtpBWCeVfGHu8K8vaQ7AXWkMaC2YohG5WGODeMwnVls/JTNHVHzhB89/0wkwsg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.4.44","@syncfusion/ej2-dropdowns":"~20.4.43","@syncfusion/ej2-file-utils":"~20.4.42","@syncfusion/ej2-compression":"~20.4.42","@syncfusion/ej2-navigations":"~20.4.44","@syncfusion/ej2-office-chart":"~20.4.42","@syncfusion/ej2-splitbuttons":"~20.4.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.4.44_1674054867549_0.9140775689706795","host":"s3://npm-registry-packages"}},"20.4.48":{"name":"@syncfusion/ej2-documenteditor","version":"20.4.48","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"f141c4603e217532fad70ac5fd7d248fb80f0e6c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.48.tgz","fileCount":434,"integrity":"sha512-NesDqi1oyXQBfHvC2xk7zDxn+ebyhiEDwDXI9UH67Yu4PM6rAaAk8/9bp9lAcETC8YgfFuWdOdWr+YvIswl4cw==","signatures":[{"sig":"MEUCIHZHFi0fp+mc9AvYekHkAbN6su/rzCmqkTWYP7z+RlqIAiEA2WZlkFhrLQXvGdLbd9VsCynFGY3Mx7wp6vuSx2M8uhI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64368045,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2hKMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqC3g/9Ed9y5Hebf74gfHHD4rRY9M2c4zRe1VScGjoTUaZWxDvMiP9i\r\n1SFvDg8Rx1GmZo1oi7yvhybYr6ZmaUFSBY2x6esbOxLWAq9dI6oE99CkfEIM\r\n1WeDTkhtSo+spFKiFnV01TxmtXR91srpoToCTGL86RTyVF/01p/LTjiPygoy\r\nESiRvtoQYNGKx0xRBjCUnpsEnKIM0iu2mKwxvrfWWVNBUJRC7GYo9h6Qk2AG\r\n/JpUhjwURdN2yVf8IRFaLK8n4tV2pVWa6V8X+3ED/qNAkmBrRm1PGrZzJjlS\r\n6iDwpDRBjCTB1C6orFo9MNNQcyd04gBWiln5v7tWngqsBV+Z+vDxiJqGVPSL\r\ncUjd9f5Xvm5jbRdIzAxG0D0Rh+umz0i4h1sh6WFtp8+wtVVf3hT/DgTHnrwc\r\nTRS2jTg9fj7aX1GwG6rz4rrVgHBgJoism1gTClKIjUm8OBKZBCGGahtlAkde\r\nWsVWC1H06YUCR8THXgBcYa953oMjYkOudGboqU7W66156l3kTeJJ7Iksc3S3\r\npKlAi+zJPWbw7vXEpHEIQ3pOef0LxCcPqkvWkKu7uhBxegjR9yVl4PIRhqpA\r\nS1JgNYXOqK5q9iQMVoKVsFZAmC0L+B1SYYwGaTcqIE5ciES8TyxMdHfrKJ6L\r\niROwIxj2K++qgxItDrBDrVq4BHs5YdSVHow=\r\n=1Bpd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"24f2588afa240257d7d8926d475e071b2e6626a5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.44.tgz","_integrity":"sha512-SzWOv9xRqkoo+L3Ojg5dxqDxm0ZWleuqzJKNDngYPmNYvB/2SNWTGVA272zYuvpfsaoflNLVX8qDtwBQQpb25Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.4.48","@syncfusion/ej2-dropdowns":"~20.4.48","@syncfusion/ej2-file-utils":"~20.4.48","@syncfusion/ej2-compression":"~20.4.48","@syncfusion/ej2-navigations":"~20.4.48","@syncfusion/ej2-office-chart":"~20.4.48","@syncfusion/ej2-splitbuttons":"~20.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.4.48_1675235980175_0.7937834556111925","host":"s3://npm-registry-packages"}},"20.4.49":{"name":"@syncfusion/ej2-documenteditor","version":"20.4.49","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"717f8dab70be149484ffa673240dfd9f65d4893b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.49.tgz","fileCount":434,"integrity":"sha512-HP1b2n1120T9mUIxzZSeGeQEhHpcIeCK/YFqa/VvvK/cMxWig18+HlCDLPPtB35JWKAqlNDqFA6/rIIzEXpcfQ==","signatures":[{"sig":"MEYCIQDIHKo18j8y2IwvXIIyeUfmBKVLNL9KLerjgp/qiKcWQAIhAJRW/IUtgoeuTWl1qIOIsinGkALmjBZb6GUDjnkk0Za9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64430042,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4lH6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmostBAAmcJD+e3mQLgspcIxwaoIAKw4GOBBfr7OEZ01PcmjsWyoDf7t\r\n8MO6xBPfvTHPcT96uj0dyGptCBrnamzQAUDUTDDUXphYe/jz+un9cA0ixf1k\r\nn3jN/7wn8pTzGRYrlVREpg7246BWESs2xdle4jvmuQjAuEAYKvaXuF9Rpy5n\r\nvNbpgGHZR6r8/Zv3YGobII6b3Bh9kRo1AZ49vqhKBenmj9dIahZg32W6yA96\r\nJH00fVwOyLF+WVXa4j7c2gY+045o/ro9OfhT75/nIFiVAJzGLbMkpx7yDT5v\r\nmA/qZZJZigBlROEwD/q1y3gGMOlR5rHDJluRge0WzUwys+j1Sb/Wk/n9a2RQ\r\nWtmJMyXNE6uEx/S94mlJKw9mHIGz3iZTp/3BNbYH2dyVMl5/D1LR7KH3SWJV\r\nzVNe78NJZljCFe46+2QUnxOuQ0DeAI4ZUB+xLjAARAABBGnP+50a254WQupn\r\nejsZsacfXseAw30gRUpnr5EybvzQ4m/LX19zwTYrFJRDPNbpJjBWybwZRxK7\r\n/qbcRF2SfDgQ7zoXd5gS7R3gpksSgMD13avLO8kvBHIXMwxJ4WprDbSQXSxa\r\nx8bpECZDiVbDDAHGOvtWXQYVe4davq6Uu+/Gr7fm4aiKDr+vRes1Nstlx9eU\r\n7t+pBjjyV8C1TEfYx0Aazf9iYZM2p6T15yk=\r\n=iDXR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"216cff6749e69a01587c16428d5bd77fdd57d6ea","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.48.tgz","_integrity":"sha512-G0RQadvqBlHoCXU+yOrbVI/ddAl1oX/3ER1UzTpS9g5ZgRF3yXbYLcOHJWL6Y0m71e+dg521ZM1smp5nwNiZnA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.4.48","@syncfusion/ej2-dropdowns":"~20.4.49","@syncfusion/ej2-file-utils":"~20.4.48","@syncfusion/ej2-compression":"~20.4.48","@syncfusion/ej2-navigations":"~20.4.49","@syncfusion/ej2-office-chart":"~20.4.48","@syncfusion/ej2-splitbuttons":"~20.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.4.49_1675776506445_0.38852509553327885","host":"s3://npm-registry-packages"}},"20.4.50":{"name":"@syncfusion/ej2-documenteditor","version":"20.4.50","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"6468dc603490db2c4cfad249af24f5d182923b32","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.50.tgz","fileCount":434,"integrity":"sha512-ql6nk4aF1tg+SSXxyAPh9LSSObu9l+/tlJOqomc2UlvvgF6KNMn6X2d0KlBxQXLlvPZj+nPF3o4FtY3+s7+h2g==","signatures":[{"sig":"MEUCIQDBP/fuy4gYS+FtjB3j/SirKdQtIjLorw70FxVICJ8mLwIgPJQN2LNK1KDsAR2+UajD6uY+Qe9adtnAVlXr6DZAz9A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64446453,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6257ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmprzA/9FZo2bBw/yy0qRdMEB0j+eqbJ0sSEr6srdhfG9ArtIVtXgq+M\r\nHueaU0V3DcNMPoOw8+fDcbn6JGb2Z9kXv3T0uapMby7wCrYLEiwgs8FIj4pA\r\nt5J5eJUOKNY92PTl1PcKCb0CzUe7XG5qRl/nV0xqCLuDj4b3oq78C7j1R/fO\r\nlmXWaBU/B27a795WU6YOxErXHFPLZGaGpW8AZNvUxSC7vXY/OKTCFhOGaLmB\r\nlIyzGSX0uOex6cVWMVHhnD0nIjJVtS2iHtTGlX/W/ljd19RMpJxLcnIRxdj0\r\nGUx3aUONs4sUD8PQd5kXNs6e3okqNlZkh588sW61zp46m+MYuB6OCGnSfzZV\r\nd5kSOIBnrMDiIkqwcDx+ob06bmoR1pJSdKENoKj+Xd7mbEGzCPZ0DpGF24U/\r\n/Rjaxbc0b9EK4lX/FOK2oefd7KJ+IC6S3ZAC9wQ2M4WzzNRR8xVwQbiXSY9H\r\nTpSbOQ/AfTcigYvAj6Ougl8mOkg20CoZUvgYc1t2r9PsSFGVANpAhsa672qP\r\nAdEgS9WtnsdTrS9jJgiCyWzGqkyxVm7NlExJTQ2093YwZONyNwhCXHsYxjr3\r\nIk59CoQFECkJ/9yAhoRXKEr4iGYem0p/dtiQohxUdcxIMc++M8TVn3It9v7p\r\nPEmUPoE8PesZIAcOVB3mugjmAvU0DxTATUs=\r\n=5Rw6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"46936df735117a731b20f5c036b57d805480e5d2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.49.tgz","_integrity":"sha512-5QeH1cSt0TEZpmAUvEUm9nvpUA0T70zASk7daalB4xfqAYOXvhQWrCJoDYdT9uGlcbGNwJvydgr7ppxvJ8h0ng==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.4.48","@syncfusion/ej2-dropdowns":"~20.4.50","@syncfusion/ej2-file-utils":"~20.4.48","@syncfusion/ej2-compression":"~20.4.48","@syncfusion/ej2-navigations":"~20.4.49","@syncfusion/ej2-office-chart":"~20.4.48","@syncfusion/ej2-splitbuttons":"~20.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.4.50_1676373627379_0.25716834555500134","host":"s3://npm-registry-packages"}},"20.4.51":{"name":"@syncfusion/ej2-documenteditor","version":"20.4.51","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"ac0f0a8a1863fe80ca495cc81ff9519ac74e7eb0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.51.tgz","fileCount":437,"integrity":"sha512-SKXakUVTOgZT+9r9t+AAiu+9OJ/p0l3msA11HpBZBX0wCmj3X5yI4nB3uZb9cRCn2xVhTAXBvpSgRs25Q+vBEQ==","signatures":[{"sig":"MEQCIE+p+QoG44dmdUM+dV6MBrIpq7/Gk28AM/w4RvENdaMDAiBJGQLXv/+ke2KOjuzVCjI+pBPVDwtS2yEWX4Njf4Sybw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":73931440,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9LriACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp75g//Yu1XyNMw1Zfg7kd2IfyB5R5Z4JMuok42dYS9M1b12TpD8TyZ\r\nl3Ew+1w+yVfNFIx6JsPBXZrKegJg/+flJmZH90OzN6ypyrTpMNJm3yV+lpRo\r\nLmZzbkZYU5bzstznES4fJg/xuRee7OC73Csd9bOc/JpcWtODEovmLSkt+d7v\r\nHHnzwv+AGOiRmE8kpwT7Q0U1dhTAI5Gz3QeuWJ48U4CXfL9Hx5KbND9AbtH3\r\nQf0cBS1cn6IRO4Wayzbo1aVo0a4VsQEulqEYEhCRsY4YH2YOKP5gh5oI2KGj\r\nEgpLF3qHkTRS9NVWjdRcCTUUUaN/D2PVXw0lciVDBMp33ZTnYAwPCd0W5LnO\r\n8ybj3cYA/H3epNlT0+xTK8kI3m1RM0v3rVecO36nbqCHLN3j4hbozCokGDW7\r\n3LkaodJT7q81KkFtBGiIrohnCHzyJZ9E797BnYojotylJUde1WJM7RI3xw8h\r\naye4Hh+2qRolSB1rZEKQftBhVlOmN3mLR9U/kYmSBnaCC0aH8szYex+DW2rs\r\nPMBXSl9xwWnpp66B4Z+Rvnte2e20ACm9Mqo/zzMviYQocG0rQb47RDhiUHg4\r\nxB6wHkRK0nTOgkdFoJ0HqL7uFHjJNc7rKSdc/ovMt9wMZzPxF9FTYqqiElOW\r\nO/J12ukyF/WuvXdIq0KZs045TTW4nEUaCMU=\r\n=isdv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"872858dedd9078f1d1753e77b0bf52b2b9963627","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.50.tgz","_integrity":"sha512-alKVZfPoQN2RB4C9VWp9k8mchn3h3mI0b/eG3/wLaPD+DUjYY6XDfdXlMIxaP3kRwmBBoNMqqek4LTYlVUAzpg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.4.51","@syncfusion/ej2-dropdowns":"~20.4.51","@syncfusion/ej2-file-utils":"~20.4.48","@syncfusion/ej2-compression":"~20.4.48","@syncfusion/ej2-navigations":"~20.4.51","@syncfusion/ej2-office-chart":"~20.4.48","@syncfusion/ej2-splitbuttons":"~20.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.4.51_1676983010459_0.712254492603152","host":"s3://npm-registry-packages"}},"20.4.52":{"name":"@syncfusion/ej2-documenteditor","version":"20.4.52","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"cff30fd25c5c5c522ba8644d43453655a80fc59b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.52.tgz","fileCount":434,"integrity":"sha512-BkrQNB9CcKDowWnFKN0qOXszviALaUubBteEziCu0OYGOKgYRTjQGoqUskCPNR1SCxtvpdnJUC8drfNfqYCn5g==","signatures":[{"sig":"MEUCIFDye/7tQFvkjHPB3HYcx17j1vIWCaIFeSNAz6+26HjLAiEA/z5yT6aVVok+U+WsKJoZ2RHJ9I01vaqudZXCPNHIAB4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64663615,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/er3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrhgg/+PwzMBdIaccDSRf/PyfY3bQTEVCd7Uo/gGyA+49ku47YRMr2V\r\n4UwD0vAm2Uix3QDM4l9qcAl+wNOxgHO9HdBhcfxn2SaFAFhRQjb8mBQfGl9B\r\n1hWQcCeLSf/KWPWQXYiENlk3FJOKxdxRPkd9VC7LMXeOCc1bwXfvb/RGvgs3\r\nY2Gb49eqMjMQtUiAljFde0iDbFocPqQ6ZnO5jZUEN7Yu3DfSjd7lZ6XR6Ez0\r\nIMIlwTf8p7zEvigBPFAb/Y43iNdO+FJocJFhIyHg2v3L8qBZpfBUewIoNQ5r\r\ngjHlADV/yrORWCFLOguxJ0w2EojSVJrgRcs6jp6dXBaMhbSCTOHnGz2JSvCQ\r\nRvZAmr/47dvREDZSVneHdLUFUoHUqKUtQG7i8RZkt2DMGzIUHJvVlKDjHMem\r\nbLR8ViVFKe/w3ftFZ+BXUXpUVYGh8XAOaKvOAJgBUr/2Aef6eImtcObGVpW6\r\nRXAJpqen8jUS0/4DsO50TsHUEAi3EXeSVMzzDkA0RZTsK5iUCSnXSfDdPHZB\r\nTaqwDz/RXmWIEXR2Br/G/wNwAGoT9FoRk6ucAVqbPJZ075r6vhsNMeA53m6U\r\npXt2AjNxB5kTcT7jhROwLKIVXKJS4RXRgXbU4BgVGwz0iovaispM+hhsc7eV\r\n9psL0dytKhYODZHIiVu5WOYtdFTrP+9/fls=\r\n=R/jr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"776fd973d767c8ca682e15a63073741c9587ecae","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.51.tgz","_integrity":"sha512-vsZMZPxvnRS7mvu1v4ZadxVOlphCDGz+dGYpNxHHaEBpiHp/xGhCJn1Vco4XyFCzTjhk/s75asgaLyGVFM/a6A==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.4.52","@syncfusion/ej2-dropdowns":"~20.4.52","@syncfusion/ej2-file-utils":"~20.4.48","@syncfusion/ej2-compression":"~20.4.48","@syncfusion/ej2-navigations":"~20.4.52","@syncfusion/ej2-office-chart":"~20.4.48","@syncfusion/ej2-splitbuttons":"~20.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.4.52_1677585143319_0.8689057232333934","host":"s3://npm-registry-packages"}},"20.4.53":{"name":"@syncfusion/ej2-documenteditor","version":"20.4.53","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"113936a83f253ad54183ce2335396a3b47fdef78","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.53.tgz","fileCount":434,"integrity":"sha512-MdZ3ZHbs/DzNaq5IIWYqcp3QngCKPXciaomeYDxFax4sJTL4zEoFCIdTrcDN3L0p9EatwBM8pJeIG4C8ctc0kQ==","signatures":[{"sig":"MEQCIHQkqwWZlnDsvYcz4O6cMFEJm4sKsWBn3byPgyN9oqOkAiB19mqJS7sV8WgjSz19ph4wHABIw9ttb5jbDDo2iEoStA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64677724,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkByxBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpzog//WmFxI9MR43OSMeTCj4nAflQx1zVqu8rp3eU6fqQhgasxTjOL\r\nbPhL71faP7t0iWQNH7K7zIDX9UVzGRkTNrE6gWSXF2O5wW+IpoDkF0VPKeWh\r\nZK6avDKRKWHl47Z3sZHWMDYAkLo2ECMVvkq/GcniUN/Rl9+yYPpH4Viua7OC\r\n1NN7cXDSfJxBly8i/NDYRDY/IGxcU+HlomQtXbjzEJ1V3t1B9DNPm3rP60KE\r\n2J50aRhXdbZ9dwoveiZBR6BT+dtVVPn9m5WoeFDsq5ma/cB5VhA/HXpSOuW7\r\nftlZ9XDQ9xOhd20zcwfiWbzS2nUKyxqkUAdgsu1w3kQ+ZOjb4tLPoRuYzzgO\r\n+EAgTnL7Xglght2Y1/ZY5fb9z8oFi+EnGQKdDCHbrvm8mpdjXtPKKhzx4hp6\r\nKI0cajJ71QcuZo2MuQb0zGDizLnSEeB0IlJGXqNs+kvOAzA7c+9yo9xn6cSb\r\ntUvnon7NKwix9NEI05Akrle0LY0WCgaI+mi0n2MY1Jio2RWTGto2GCQrAJk0\r\nGAIBwuJwINoDB3MDUHEBbR3jOr/UQiFmM9VHypkFcRD3PIcvUTM/1zK4vvoL\r\njdIOahIb/85iYOtYFhRr6f5z4TCwS1H13fD2ey+wQmrFhbys4sahkJiqY3X5\r\nqJDy/2DyTwjf1ePcRjhH9al6aqPDTGwhtkA=\r\n=oX+C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"d9abfb90cf386b373609716aba100de4c4e29fc2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.52.tgz","_integrity":"sha512-1LBvTGYxKKGaE2D1gRnJyVs/eB+QgCyHjHnUlkflSwX8KvZlzMvYLScZBf/wKdwPOxZGY7KMAxxAfBo+0w0RFg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~20.4.52","@syncfusion/ej2-dropdowns":"~20.4.53","@syncfusion/ej2-file-utils":"~20.4.48","@syncfusion/ej2-compression":"~20.4.48","@syncfusion/ej2-navigations":"~20.4.53","@syncfusion/ej2-office-chart":"~20.4.48","@syncfusion/ej2-splitbuttons":"~20.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.4.53_1678191681477_0.36890444476396866","host":"s3://npm-registry-packages"}},"20.4.54":{"name":"@syncfusion/ej2-documenteditor","version":"20.4.54","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@20.4.54","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":"0dcb05509e4040ad7b2c21687dd83845b7bfc28e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.54.tgz","fileCount":434,"integrity":"sha512-MoUmlKxTmOtgCJ74Qx2FA5WpxHZ2u0x8Va4wL1+vUSwfQEbA2BrTA21Tm/K5JYrgl4spvakEZFlD2CRKoM8DQA==","signatures":[{"sig":"MEUCIHBZ090NxhW0JN5EalnI0nw7U5y/jNlaLLp5ByoCIrP3AiEAtaSLtBCCOeH1zQNJBDq2naMqH30RwyjefPRf3uUeJDU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64682566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEHn+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHGA//RAAjeVSZUNaLPtj/gDVxw3Mk5Jsbc9WfYZ5RrHyQX9gJU1C8\r\nfbFk3YMBQ6og9nuNcvvLKJVPE3Ki3SUJLsj5CW7mbGD9cvSVLXV6eiyZF8Vk\r\nt22Ca2BoAt5BB/iDhJP712XwxH+2rAcqtlD9chOJ6KA1huxG8SOWBL4n8dld\r\nIWqxB+QuxNMNHbXkG7KSpyZJnUVnyspE6nRGvWTLQFlUQ4z+V0/E+1r3dS2J\r\n4t2q3SPBj3FWHAd5JZJHXQMg5d8vLYWJwsgflFtMzCgvkY51559xQhgpmPeP\r\n1JaP4o/CheEgRJfEtPKl2o+X+tcEc0dbevVxnpFidhbBN+2DOBu7AouHJd0l\r\njTR4vdXv04JR/t+3VHolTPRSj8gQZaIyraROu5iaKOgX28L3DBI2ho5NTwzt\r\nUD5WjCl6YeUmOEV1cslZOoDog5tzCymWl7A279oHKM+X8STC0BBm4riz3Fb0\r\nQu8v+bqi7OKdd6H78MKmnrUhT0J5dyKDK8Y5ZsaN785+/wigJVZLBlbS1YVr\r\nAQs+sQvPv7gEeqiX0LkbehGdTMdwgP0Vb74zwifIjeGF6ZYuk2WY2sFyvifu\r\nEFHdOd79oOxpxu/FERjXVzagl05Mas5g1x/9JcTeqI40sC6PZ4RavvtYpo4g\r\nouFMLC1uNDviEJ5MH0IryVgK35b0XQJ7ngo=\r\n=kPVw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"5a37440cc7a3d8da97f519144f4debe35db19764","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-20.4.53.tgz","_integrity":"sha512-N3URMFifwjOXC3njhiuH1w5h8bsJP5jHalsv+SCHHXEdEZAQIpWD/FYTigMgVW7yddg3bzfWFud8+jYJnbCuWw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.51","@syncfusion/ej2-inputs":"~20.4.54","@syncfusion/ej2-popups":"~20.4.53","@syncfusion/ej2-buttons":"~20.4.53","@syncfusion/ej2-calendars":"~20.4.54","@syncfusion/ej2-dropdowns":"~20.4.54","@syncfusion/ej2-file-utils":"~20.4.48","@syncfusion/ej2-compression":"~20.4.48","@syncfusion/ej2-navigations":"~20.4.53","@syncfusion/ej2-office-chart":"~20.4.48","@syncfusion/ej2-splitbuttons":"~20.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_20.4.54_1678801405502_0.7156355339367533","host":"s3://npm-registry-packages"}},"21.1.35":{"name":"@syncfusion/ej2-documenteditor","version":"21.1.35","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"db0b8e094994e0478e5e62207918f21e2abaa4dd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.1.35.tgz","fileCount":434,"integrity":"sha512-BTS2tyv5yRoHtDRHbUw7jbQ1R0djXd9RMYMDghmM78+mkuvWSWjBwWiYl4Nky28rADVKveabZJMtb3i9jSjWoA==","signatures":[{"sig":"MEQCIBN/PrfBGtC0AKPaM3SsAaLin4g2OhUK+dMi2buxdEHmAiBxXpoio/HyERYfAxhynMyRguAqHIzHhgPHnVqV6D0tFw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":68840751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHAd1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp8BxAAnuBcrrNPeKy/WvqrcXTyOV9TXm0rKZcFmQa7BtATuvyJhhaf\r\ng4k44SpK2sa1gXqgO3iDGYMBf4cEDQzNhpIyjjYE6QehoETlwTK7sZdMne5Q\r\nw2DWq33N3lm9potTN48X1dek/Xdq+sEgGOt8lYZtDf5oxYLPGQh2HJLJWPhy\r\niu5dY9N7c0WpPV+WePMgIhaapDgbPUc7Yzx0yZTcC5NNLnAw6zrYMXruQLe7\r\nU1iGgoS1q/ekFAGRDMnzDXg9iUyox5u+Lv0REjPi1UpozLZXjOQxqKJE8p4A\r\ne0ozDntnu+TTGn0wgjaqF7tVwaXjyNuB+O9c3+8pEUpZKEkOSTVKABA+KO53\r\nk20/EsGWS+OkXy7yxnEla2ht8meSn9o0NpVy+hk18zQiDkny8/0KtSUZ7Tsz\r\nQYi8VUaswZjQOZxQplqwPuZjjqDfoYIe1eLohzuqaGoceX4aAf/k8IAFvL/S\r\nngdpUDNOqPGcvb6sVYVsdrim2JCBrH6IV0qbysZr7T5LwMAtgTkFV3YmSYJy\r\nAIpDMiNFCKLgh6je5v/15DXSknQy5brXlVbRpITeuYgT24JPWZ4UYRdDjV5Y\r\ngr8RuiLKcgq0WwhoJxRMLBs3qsQflouLpc+NIlTF/yVqc/X21mmH2wjYUwKc\r\njR0gzjhzn0142Jm0/PIsEa/vZ2dKk6yYpTs=\r\n=0WEU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"088e0c246ef9d6bac48117d55fa00a5c8d320159","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.61.0.tgz","_integrity":"sha512-OCpejR5Ynhzqw8Vc/2dBPzEFM9IEKsgQLKY7enS0Fz5EMoNL1It6g9dyGXKlTuHGAUnlkrcFVqYWx+SvM/+Y8A==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~21.1.35","@syncfusion/ej2-dropdowns":"~21.1.35","@syncfusion/ej2-file-utils":"~21.1.35","@syncfusion/ej2-compression":"~21.1.35","@syncfusion/ej2-navigations":"~21.1.35","@syncfusion/ej2-office-chart":"~21.1.35","@syncfusion/ej2-splitbuttons":"~21.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_21.1.35_1679558517219_0.4207245663041268","host":"s3://npm-registry-packages"}},"21.1.37":{"name":"@syncfusion/ej2-documenteditor","version":"21.1.37","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"1edbafa75312897ef9f059f8bc7d58761edfdc1b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.1.37.tgz","fileCount":434,"integrity":"sha512-YgbBa0wI2YOGC5sj8Sx0Oaj5AL2/khJAajwmEA35et2ZrNr9cowueVoFKaZR1GZFFZ4wsa1kjJ+1xpCOotswhA==","signatures":[{"sig":"MEUCIQDhppYMam8JrmkqjIoJUmgAVWfZEhPxqbf58lMzRzTqogIgc6SfjTvGD4fYdaft5Cn3YxT6j/5yQmjyNibVGqNdoak=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":68898758,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJFK0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoVvg/5ALqnpHvNWX8DL3ucfNp7AAPaVHPzGhYnRiUpIkLiSBA9esKw\r\nTupMBMjU9uuxlECX4BUBSF3YVHthohXlmkrRi9msKtaZKYeK3aJhRIyhE6EA\r\nevUSRDPhhRuaqDmE67VnVo2bzhCTQLzUzjMJN/yI43sVrX1Lg8/tW8yXokuA\r\nXYfOGicOixM0o+AWsK5luCVSwl9WlxFDwmuXKv+wpCbSEztqXg0AYiQid90L\r\nkmOnvBB8vDmqZ6t64nS9dcyRrQTWt6F/SmKaOHxe+GuiWDdubYRg5ePLefoa\r\nSrqiz4NkQCQi42uHRQ/RSRDl/OOf8sanFQbQQl6/WtxHqhqs6MwOmPFffAPV\r\nrml3mUTOlkncv72SmB9pZmC7T7Wxk2yXIHCVH9mnZ2+HCHdh+B0sugCUWVTT\r\naleA5jxhL5Rk07a7p1QtNEuW9grSdRzqsULmAXGV7cufvDcB04r/9G7vnKfG\r\nly7LhkiTf8qMwxsJccGLRwO9XqjvpzPHmn9Ij0bhJtI4oofm+r88qKcTviz+\r\n5Bj7vijZHCNlWrgfuf5M0HqUOvqJt/8lHb4q6Qn81gmZMoTBU4E/fkFt9hK1\r\nq3MvzN/0gJd+xnMIcbzU4drRbUvvHLVJ5yruid/71a09E4BR/j1SDdNQQWy6\r\ni3zeQgI/w7cLlf76juxcDxJ+j2EfHdDuriY=\r\n=enl8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"09900f613b941581d46acc97772993e6432c1fa2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.61.0.tgz","_integrity":"sha512-QkpwLS+nIorD+YzfOsBm3JH/1I0AnZYqN+s/n+6g1NgwhdrnCQ5Yu8J/4OmOwV1t4VuNnJsYQG2vz+QmQkwMrQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~21.1.37","@syncfusion/ej2-dropdowns":"~21.1.37","@syncfusion/ej2-file-utils":"~21.1.37","@syncfusion/ej2-compression":"~21.1.37","@syncfusion/ej2-navigations":"~21.1.37","@syncfusion/ej2-office-chart":"~21.1.37","@syncfusion/ej2-splitbuttons":"~21.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_21.1.37_1680102068122_0.20046786956399387","host":"s3://npm-registry-packages"}},"21.1.38":{"name":"@syncfusion/ej2-documenteditor","version":"21.1.38","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@21.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":"4d5090c56b69ad273a10cb3464de949f3ab6d1a4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.1.38.tgz","fileCount":434,"integrity":"sha512-l31BuJYWX5owzkV49jn2fKQS7dX9RcYYmNx4e0uJyV/ryt5q5nD+fVpOxdq54l+JvWqp5qNzSA1TE9Lj3LS15g==","signatures":[{"sig":"MEQCIA2QPMXkXZ0aEn3xH4GIiNX5hzkua36gM7GRQVepE3QNAiBCUtUOW8vvuNmk0t2LBYMvzNMz8trhBOuHZOxoug2Suw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":68976680,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLCJdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpzHg/8DdkdDdnqEwe7uFMBRoDNU/M2qo+8KQgKLtavZ2WSvcH0QgBK\r\nQoy2fbnsM5HGPpVtayV6O5vHtF/h/bDwodIx3B47bxeXyThFw7rHKK8D14c8\r\n4PWnyQve7b+4YY7nvZnLTI8AT+VvQx3BI6ViWAsVwJj2vXj3omMbPRLKAGuO\r\nisEJYL7ngedpuzYchy/PoePzZ0Y5gdIwsv0U+Y1Cz31ZqpGOQMkywEOxfEWk\r\n7KTobZY1U7hpSL2L3vvk3WAPiBr83g5WAJxhvtLDbWCdzS4H/bwSlot/rq4C\r\nQrUK1EvDTrPWqt335/dmJt3o3DZgbFNL/b9A6qpSUm2lpB8hHIe4DMhsjl/d\r\nFJwFoq/GqiWm0PjxaFLVOPynG1YLivJSLbziUofUHFqJtAxTsXscypyb2xwY\r\nn+IPTRl5mOj5TwyMV2zpP5TikMDPs8+79vNQnLCEJ5qcT3xLIlFyaNIlrkY0\r\nKpzzjzlCgo5F2//Q16jVz0smgqNJP29trTY0Vy+R3RfcXQomFkv+7gHoeRwi\r\nzE5/q7ettA/M57UhlyyYD1xJAaIA9Tl9l3KM2xc+Pv6im2w94xccGx1hilv2\r\nLM5BXip3qEJzBe8vWnPYBjx6nxI6KZIb1lWvuReNX5DpYsId6rN9+kyShVZQ\r\nLvG72WMH8dlKc8dTnIOKpWTHPxE881LqfZI=\r\n=0fok\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"8a3fe49ca16f39759fe13552849916bcdaa3d1cf","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.1.37.tgz","_integrity":"sha512-ySkUIVJoJOfiLT7xTkyfcWWSQ8F40Dfn/3zy1JzcamDgOhaBJDXp73M3mvB0T9/vaSz5x+gV30gCnN6BcEnhsg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.38","@syncfusion/ej2-inputs":"~21.1.38","@syncfusion/ej2-popups":"~21.1.37","@syncfusion/ej2-buttons":"~21.1.37","@syncfusion/ej2-calendars":"~21.1.38","@syncfusion/ej2-dropdowns":"~21.1.38","@syncfusion/ej2-file-utils":"~21.1.37","@syncfusion/ej2-compression":"~21.1.37","@syncfusion/ej2-navigations":"~21.1.38","@syncfusion/ej2-office-chart":"~21.1.37","@syncfusion/ej2-splitbuttons":"~21.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_21.1.38_1680613980308_0.1710365296130607","host":"s3://npm-registry-packages"}},"21.1.39":{"name":"@syncfusion/ej2-documenteditor","version":"21.1.39","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"cbaf34c10da48d6c220708eb33eb1417607692d0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.1.39.tgz","fileCount":434,"integrity":"sha512-i+x1y44cntqpzzxNoPW4EiYnv1ZM9o4SbY8jg4hxkFSpoTJ7O53p7rpmC5sF5k6NfuStlVRod8hTQJcSP3q5lg==","signatures":[{"sig":"MEYCIQD0j4VycUVeHVrylnPw/PaeSOWEK5IY2Il4A+QA+STHuwIhAMl3Ej54ifQNq5v9+F123tCAizVU9jUSR4gSHWFu6g87","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69021683,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNU/1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmodWQ/+NA3lHqDITovkycweiqKn3OxB851ia9t9V7mV8VSDagv+/DcP\r\ncj4a8Aa8RS2ewusreojwUVKeuCAAC/fECB73WpvZBIvaPZJFj/7268nuqJeu\r\nQEFqMj6jkmqGQeLyFonTm/xSynvjdJzSYmSRbAf4UvvArJEuR5nSEJRWld54\r\narmFeOrt1Dajkxyn7wu3X8VXeOU0EiCKrWk8rxltIQ8Es+OfUJg/+v7uo7qd\r\nV3ZD0KxZr0BlV+aOuLZo1bcB7qsiCzpcBqpQfGMRE5X14n6II0LgHEoDbFUN\r\nUB+IGpfE5Amx4iLj0XUgq+LvN0PpMA20FlddlfoafvuFla9kMqXLsRB7MolG\r\nxtlyfYlVNQGd4AZ/eFC23McAtZZueWV5he0hcK9B64HcACSxG5xIO/i/NLcm\r\nIjNKgJIvJTz/+fZUz3vnuXsGp3sa/fUll+d//xL6Fiqbdw1bgkZdCVtr8oz2\r\nFQoKKeUTX0LhAGXJLXI6pGaI8voEdbx0ormFedRKYHlBv6tDEPOYbvhHnW//\r\nTajL7+3vIpmM+XaPL6i4ZIHLIFnZ6JyZR0F49uZLAD/bkcfgT718bRuFag6k\r\n0AliDYSIlCsLm0XeGs/d205Oky3NedFJiSx3FIFvnv7sI0jM27nArg+2C/Qf\r\nxiWM0wfPpJRb4FttN7gngln18ivmUHfVrTM=\r\n=24HT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"601483f4f954dc7831063d240a4a61926305e46c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.1.38.tgz","_integrity":"sha512-6GR/uTbGv8J1eja4n3EwbIG8Z0/gGNuFW3NMoJRHKWEhi0mTKr3Y7babMm4K5AYbAuEmZrZzonYxrOQh6Wq5WA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~21.1.38","@syncfusion/ej2-dropdowns":"~21.1.39","@syncfusion/ej2-file-utils":"~21.1.37","@syncfusion/ej2-compression":"~21.1.37","@syncfusion/ej2-navigations":"~21.1.39","@syncfusion/ej2-office-chart":"~21.1.37","@syncfusion/ej2-splitbuttons":"~21.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_21.1.39_1681215477293_0.6623507390908028","host":"s3://npm-registry-packages"}},"21.1.41":{"name":"@syncfusion/ej2-documenteditor","version":"21.1.41","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"0b625d8d0177d229d9b0c778d77c5947e73e02f7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.1.41.tgz","fileCount":434,"integrity":"sha512-Vy901idOCiXQf1d4TN+jFvB0Y8T6t1PhCLof37XuYCUd+GqTy/COvYU8IUHdVX1fcAdzV7C6o/U/bmK/kVlm6w==","signatures":[{"sig":"MEQCICbWxywpbPRBJR2zn+2BsaNpQnReqVPRe73ua8HkZiUzAiBq2qjK9RP4en07JlGAJttlLcSJyGtXTV3pg+J/9BQFnQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69066497,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPnrPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq5qw//XD+rK7X06wkLmyW0+NQ1yUfyW+Gsi4h6jlrfLFYT9YNnIHt7\r\n5ra0/0qdKZmRWTYl4TlJTIx4XX1DPwPmNTERtIUs/+nZ28sqpJHalcVRhNIu\r\nNGSMt4kqSjqsc5mMI0XYhvBdWxqmhB5bsWexAv6OWnb/0aJ68GdKeocsB/si\r\nByfpVHfrWtQB7T3oZNk9zUdnY2aIeUBPXjfPdMntQj7ra72AFCZc8SfEv3Ka\r\ng+zK6l0j7TETVc5MJEbc6eq9yEZmPvLnVNREWyZXdVLFhRFbJvFXVWqglqaA\r\n+91CpxLUwAiG1GZF/cD8uNpTi5j5eMHBqTJ1qqIMPz+IJ9ur0+StXullwoZC\r\n/HjleOjgc7x06oMrWkpT0K4AubAhDGthPWeeAk1vOO+ZaarohBaDlMyjZtkb\r\nuLdUNm19218WEOZDIrQ04aUMdXnVwEw/6cw83R5Gskh8c/tcFE/DQV1KMZZD\r\n8gERKMtuH4soiDomLOdnpGGP+gMre1zRAwNnPfMdtvs19qR5JoBgIrt6vFcu\r\nZ7L/YYozH4BMZrEb2Fy09gtNrUISlPIbqwzd4STWsRaQWXvPVj0foR23uGIJ\r\nrAgMaVYxX2vt4z89aKt0LQB8xyAjzz5FJ7y7Sm08AxBCooUtOinBhr/I+qm8\r\nv2uZVWxA5a2KuuWgqf1j9IFN/YT4Mwr5y9U=\r\n=q6ua\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"624b817cd2a3b1325e4a221e09c0882aaaec8510","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.1.39.tgz","_integrity":"sha512-lZLhWKW83wRiPfWZoS61kOGSDFRaobLf3NaHLRkPDpcsHe+kYCARcqDkfxa4Fv4pWcaL/RjGabCUaLy3UQyp1w==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~21.1.41","@syncfusion/ej2-dropdowns":"~21.1.41","@syncfusion/ej2-file-utils":"~21.1.37","@syncfusion/ej2-compression":"~21.1.37","@syncfusion/ej2-navigations":"~21.1.39","@syncfusion/ej2-office-chart":"~21.1.37","@syncfusion/ej2-splitbuttons":"~21.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_21.1.41_1681816270663_0.6129583473712226","host":"s3://npm-registry-packages"}},"21.2.3":{"name":"@syncfusion/ej2-documenteditor","version":"21.2.3","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"b65a114d6ffbf081062c976b2fa0de5e93af9ae9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.2.3.tgz","fileCount":434,"integrity":"sha512-tsOKKTcVTcdn8rFHNFBqnELr/lto0im55RC//FSgT4gXavuvnl9xGUc5TxBMRzbk3hmc9Yv994NIFGUMRqPcVA==","signatures":[{"sig":"MEUCIEeRg5914eZtD4FL21YIwRQTYkG8vAzFrfne7vvpmLopAiEAvgHKXPW/820YqBw0YM7EpTEfgrVJWPj/jjngid5fzgE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69104533,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUiA7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrr8g/+JR99SQGHM3KDcWbk0gphGC2c6hUrqlxUypjAoHQb325xyJpD\r\n5Mp8I6IVxnbJbureAIVjGAZb8DWFGiOE8jb0c/Vmag3ivXIoKwvHc1UxMVH1\r\n9NIjeot1/uDjuGSUOMU4n6Deubac1619sVjt26REFvPnv+5OIADhzdUA4Cew\r\nkaT+vSj2z5WLGWU78UUEuft3eORJz5hjVTMYpIq+GealZgngk8C9tbRYipQz\r\n/UcQNPyVJ8Ihd5g0XKEZLbbz4CBh0LuYxV1mV0BjOv8iPUrf17xFVqsnC4XS\r\nAf5hbwn0ZqzK8BhfERuv7Bnl88ZyTaBvzpmoiPBrB3C3cyAuzh1J1oy1S5yY\r\nNtNDs4AE/xIgxVgihuAo7onKDj1o3hxhXLRKVAZYrpc1310oTpGQPJpRwt2u\r\nRRgWS+1cO/0ygeI09EDw++BlCJ/0VU7pZ++Svc/l1rUBR2Vwmd2nbjlZ6NFO\r\nTXrm6vmmbfr2SO4r7i8mOK5iUv5BLZSuUFNmf1wi0j3KxrJEJ6VBS/OqyXBJ\r\n9fVhf+d9AWTj/9vYIjOzfs3IDhmQGO4IZJ1D9erABzuO2jgiRAbAcZwS4L8k\r\nvugmP9eOIKxZTkjhzgbk8kQqHT2id8BMFRbTR78P25ugXOLWhIoPJjCDceY2\r\nPq9zahX3bTifSUP79vtERFFRltiT+nV2ZI4=\r\n=Og11\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"5961aadd6441e5fac8c617ea5f48663bb539ec83","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.1.41.tgz","_integrity":"sha512-evMNJkL8V0ZrqxYEPdJGM25dFp6CBzjCKwzo/DjM6coWdFlhWzMcXW9dcYKd7qKyebEAN87v4PrxsvuiyDrz0Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~21.2.3","@syncfusion/ej2-dropdowns":"~21.2.3","@syncfusion/ej2-file-utils":"~21.2.3","@syncfusion/ej2-compression":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.3","@syncfusion/ej2-office-chart":"~21.2.3","@syncfusion/ej2-splitbuttons":"~21.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_21.2.3_1683103802544_0.22519578680751073","host":"s3://npm-registry-packages"}},"21.2.4":{"name":"@syncfusion/ej2-documenteditor","version":"21.2.4","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"ddacae6694aba3b13de3b0cd2e461136d2663c8b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.2.4.tgz","fileCount":434,"integrity":"sha512-h3Se179ecvwe+JcsI8v2rPm2XaYEis1scoznPsHBA8yY5LrqfL4P7+P6lKO/Q8xVDHFGtUwE99olboMMmDclyA==","signatures":[{"sig":"MEYCIQCyHznF3Urs8TB4VYxTGBbGT5VZl6uO2Cdxx03Uw2uF8wIhAMUThFoMp47PeYuEQ/sztMpH75Og2MWoTAa+EmFd5nw3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69135162},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"2dc1c2cfe8c289487185e0ba9729d91485c9e26f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.2.3.tgz","_integrity":"sha512-16CntGmVJvLu83cxLcnkvvUXivundvXgDEVuyGQGg1wyuSakS6zu3lXnhe4iEWNhTYCWMaaopoRFBpeVDJZbpg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~21.2.4","@syncfusion/ej2-dropdowns":"~21.2.4","@syncfusion/ej2-file-utils":"~21.2.3","@syncfusion/ej2-compression":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.4","@syncfusion/ej2-office-chart":"~21.2.3","@syncfusion/ej2-splitbuttons":"~21.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_21.2.4_1683635519467_0.6217844549972182","host":"s3://npm-registry-packages"}},"21.2.5":{"name":"@syncfusion/ej2-documenteditor","version":"21.2.5","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"fed03aa04a5390569c5c76dbb6fb622d4386a8b4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.2.5.tgz","fileCount":434,"integrity":"sha512-LXAVAdSTh5+ac+HK3UEV16BCgk/esTD4mK+iR5QQP/98UKFEENxeVWb/kcKZAceXb4nZub5Amu75Cbsfyf+flw==","signatures":[{"sig":"MEYCIQDG8bUInxY9lmvWIsoFs1wp6Kck2n77wo5tA2y2QBXLAwIhAPN51fB+xS64J3GMiUICpOMUJon3z8Ds0Xc3P5GmXad6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69195047},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"47cf2bb9e746c6ebdeadb7d7697e2b7cf8de5227","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.2.4.tgz","_integrity":"sha512-xOlLleLVqtF7vATGSOmtVsaHPk5vPfce09hDV8H0pc5A2SBSLY5w1Z5SUiEWYYMr5zjpVZwai74AVGHzey+JIA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~21.2.5","@syncfusion/ej2-dropdowns":"~21.2.5","@syncfusion/ej2-file-utils":"~21.2.3","@syncfusion/ej2-compression":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.5","@syncfusion/ej2-office-chart":"~21.2.3","@syncfusion/ej2-splitbuttons":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_21.2.5_1684236797573_0.4710604374600347","host":"s3://npm-registry-packages"}},"21.2.6":{"name":"@syncfusion/ej2-documenteditor","version":"21.2.6","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"95f0c5e096a697174a3c66cfb68e57634e7ed340","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.2.6.tgz","fileCount":434,"integrity":"sha512-W/22MuWWhkYhX/Iv/ud1niyYarW0dwjbcDMa51ssuxT00ULi3c1kG1lCKc5rGdIVBMVoUMa9X3vcU1cMj3pzWQ==","signatures":[{"sig":"MEUCIQDf1JQmjOXo0LzAXBPSMvKKYb8phN8Qu8vxbVaIMxQEPAIgYTaXrJQ62/WewrTXFEVoGcchwBCtRk58DY9WNn+zKYI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69438291},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"7f6830650ab26d566cf3228e353908c5a650f02e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.2.5.tgz","_integrity":"sha512-KXSnffMQnHM5ceBloRWoE0aibn4/lwNEH26v21Ti/fVEYVoqhOETH1fQD812JHEzVop+OfZPTYsjVUR1XB04Hw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~21.2.6","@syncfusion/ej2-dropdowns":"~21.2.6","@syncfusion/ej2-file-utils":"~21.2.3","@syncfusion/ej2-compression":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.6","@syncfusion/ej2-office-chart":"~21.2.3","@syncfusion/ej2-splitbuttons":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_21.2.6_1684842686907_0.812823318692014","host":"s3://npm-registry-packages"}},"21.2.8":{"name":"@syncfusion/ej2-documenteditor","version":"21.2.8","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"6aeeee42ff76edfd703cc6232a5cc056f05af799","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.2.8.tgz","fileCount":434,"integrity":"sha512-06AQzolqp0EYX3x/fABwOUNxIeJyL2YAVj+fzaIfLEzZIumj12GnaLtuH9/wzUCntocJjYUnTOwj99W+nzd9EQ==","signatures":[{"sig":"MEUCIQCPzrAKa+F5Gxvsuj2PrKhWfz87bnX72NJePImBVM8egAIgFOWmQjvukDR8qiNiUqcyzyLSl/3GqS6c69i7NXv1muY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69484404},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"9df5537d9144440679c68de024d406b88d61cf0c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.2.6.tgz","_integrity":"sha512-kndorEIRlh/yW4Gwr1XaNXqxYhO2FjkuRYe7nKWzaNbX1sTnDhlaHC3qW9hG9LEoM8Y6WUN9kg4LzikH51TN2Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~21.2.8","@syncfusion/ej2-dropdowns":"~21.2.8","@syncfusion/ej2-file-utils":"~21.2.3","@syncfusion/ej2-compression":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.8","@syncfusion/ej2-office-chart":"~21.2.3","@syncfusion/ej2-splitbuttons":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_21.2.8_1685447662975_0.05639230173533738","host":"s3://npm-registry-packages"}},"21.2.9":{"name":"@syncfusion/ej2-documenteditor","version":"21.2.9","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"5ce7ac356faca84872e574f3f9da94185986ff34","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.2.9.tgz","fileCount":434,"integrity":"sha512-xv8HNPcsO3se13sz5/cumgI6NuRtSSy3eVlRYBTQ79j1phgZ+tBFLa3eX8hH5z81p3G0NtXr/UdY8KVzPwwxkA==","signatures":[{"sig":"MEUCIFrpbGP9hIsAAqStpntjQyI8ZCvzDGNPQXPXgibttOE5AiEAyn0Z1oRG9kgL5LPphBg2Sh1+4MfNFxoK1dr2MHTdavE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69511907},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"6b3aa43775f02f2eabc77abd72e473e434a8b06a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.2.8.tgz","_integrity":"sha512-xCifLxHk58RAmubHsphxRz+/1PJBqnM/dBR7nIoVBL8moNMWh2aw/vmSW/I7/mFiAXfnt12+VJ9bZ+aJY+zVQg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~21.2.9","@syncfusion/ej2-dropdowns":"~21.2.8","@syncfusion/ej2-file-utils":"~21.2.3","@syncfusion/ej2-compression":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.9","@syncfusion/ej2-office-chart":"~21.2.3","@syncfusion/ej2-splitbuttons":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_21.2.9_1686057943119_0.9200185307708215","host":"s3://npm-registry-packages"}},"21.2.10":{"name":"@syncfusion/ej2-documenteditor","version":"21.2.10","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"e7c77cc0b184a09f56aeb8b0a2d56294e4654d20","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.2.10.tgz","fileCount":434,"integrity":"sha512-EsVYS/VHm4tZ3Td44iy5AqARjNuIpGdibcVu/vqJugX2r3HFSSiDzDqDyuq/07CLxaBqjkQJ1CB7Cx1LI1FnhA==","signatures":[{"sig":"MEYCIQCHE8DYYp65gLicXUIK1DQ0iNIQuhUSMXUO32nbBYeknQIhAM7CmbhLQo29qicY58sGLjGsifG1yJUUl7TAYQcpdfL9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69522839},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"b4500ec91ed9e2a9b990a942690b14f9ffdca804","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.2.9.tgz","_integrity":"sha512-gQ5jYw1KnkjQ0AbZUYYaGOJiP85M8ogLztRjPKdLqvidimf2x9ypxN7A1YMVdSqIjPxf/YkQ4/Z03SC7tHKd8A==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~21.2.10","@syncfusion/ej2-dropdowns":"~21.2.10","@syncfusion/ej2-file-utils":"~21.2.3","@syncfusion/ej2-compression":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.9","@syncfusion/ej2-office-chart":"~21.2.3","@syncfusion/ej2-splitbuttons":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_21.2.10_1686655535249_0.5141250559402644","host":"s3://npm-registry-packages"}},"22.1.34":{"name":"@syncfusion/ej2-documenteditor","version":"22.1.34","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"37b13aea4ac161dc60b930b40ee611d9b3c23986","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.1.34.tgz","fileCount":452,"integrity":"sha512-HHP7uhXLUOWF8j6FQt8EkoSu8fl3M/wFX5gOt82oP7qwvmBZdLnA6RtS48L0o9gqopSYeODEQcqLPL9Om80FDA==","signatures":[{"sig":"MEUCIQDcRit7BbZo96XNPEKCV3gVEnLNkNnwqdBHug3GcqL8+wIgZBD6a+XKTanpVg7192fydr/hkaSFLk9EJm6jHNJk4bo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70736815},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"4d8b580eb82d26436695227cf7f49abf3a66a5cc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.71.0.tgz","_integrity":"sha512-hDH0pv5p1/5E9DcmONYmBV3kXFbJ/AtWltzykhk6RlAn/HmN4y1ho2CwVjhUV0jblZz0oaiCfh0AE7nhzgb2XQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~22.1.34","@syncfusion/ej2-dropdowns":"~22.1.34","@syncfusion/ej2-file-utils":"~22.1.34","@syncfusion/ej2-compression":"~22.1.34","@syncfusion/ej2-navigations":"~22.1.34","@syncfusion/ej2-office-chart":"~22.1.34","@syncfusion/ej2-splitbuttons":"~22.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_22.1.34_1687348433878_0.4920159204481893","host":"s3://npm-registry-packages"}},"21.1.36":{"name":"@syncfusion/ej2-documenteditor","version":"21.1.36","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"a906fb6a335d947bab4c8e7ed05135248308961e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.1.36.tgz","fileCount":452,"integrity":"sha512-00o7fOoo7DaozKCZtrOwGO3iMrKXhBQrorLuno63cRzivk85mqg7wF90Tt+k8F3nJ+5XbRUbrKCFmI26jE7GbQ==","signatures":[{"sig":"MEUCIHnoiJkx6Pprze2cJ1wf1GZJgvjYjXtZVrnnkKmzHiM1AiEA/HcS3J2tcY9IkMifEwKVj++yyYBWaFR30EZ986Gd914=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70782975},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"ad8accc8014e19b6d9b49295cebe048442f0140b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.71.0.tgz","_integrity":"sha512-+tvLlPMg4Pocn8Qlzx/kqveeSCGDarRJ6dEbIsvKk37QFJIriJj3+v2qVErD+hUVgllJ+j3XwDjGWVKZvKcsMA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~21.1.36","@syncfusion/ej2-dropdowns":"~21.1.36","@syncfusion/ej2-file-utils":"~22.1.34","@syncfusion/ej2-compression":"~22.1.34","@syncfusion/ej2-navigations":"~21.1.36","@syncfusion/ej2-office-chart":"~22.1.34","@syncfusion/ej2-splitbuttons":"~22.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_21.1.36_1687952920532_0.4757266425430764","host":"s3://npm-registry-packages"}},"21.1.42":{"name":"@syncfusion/ej2-documenteditor","version":"21.1.42","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"8aeea6ca946b6141c42f0f3ea1c5c1110d6370f8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.1.42.tgz","fileCount":434,"integrity":"sha512-Ol7KZ2MuWnwToGPOkVpAGcjEXOphy62cVRgIlbBoQSA+dNgQDPnStrEZ0RmnNePdWA/I6v8LaE9ipjqUQTEgSA==","signatures":[{"sig":"MEUCIQDd5beSjmabugnXuiI6OZR44KAsT6+ynzyXa7Qj3MPpIQIgZJg3qWHTtRgkjiBII1M82lbkUJbZEm13CRKi3dpvLvU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69066459},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@21.1.41","_spec":"@syncfusion/ej2-documenteditor@21.1.41","_where":"D:\\june 2023\\pacaages test\\New folder\\packages","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"0b625d8d0177d229d9b0c778d77c5947e73e02f7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.1.41.tgz","_integrity":"sha512-Vy901idOCiXQf1d4TN+jFvB0Y8T6t1PhCLof37XuYCUd+GqTy/COvYU8IUHdVX1fcAdzV7C6o/U/bmK/kVlm6w==","_requested":{"raw":"@syncfusion/ej2-documenteditor@21.1.41","name":"@syncfusion/ej2-documenteditor","type":"version","scope":"@syncfusion","rawSpec":"21.1.41","registry":true,"saveSpec":null,"fetchSpec":"21.1.41","escapedName":"@syncfusion%2fej2-documenteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.14.12","_requiredBy":["/","/@syncfusion/ej2-angular-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~21.1.41","@syncfusion/ej2-dropdowns":"~21.1.41","@syncfusion/ej2-file-utils":"~21.1.37","@syncfusion/ej2-compression":"~21.1.37","@syncfusion/ej2-navigations":"~21.1.39","@syncfusion/ej2-office-chart":"~21.1.37","@syncfusion/ej2-splitbuttons":"~21.1.41"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_21.1.42_1687963992744_0.5599388149648865","host":"s3://npm-registry-packages"}},"22.1.36":{"name":"@syncfusion/ej2-documenteditor","version":"22.1.36","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"0813405d9f5ab2d76360bd2ea5dc3903fdaf46cb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.1.36.tgz","fileCount":452,"integrity":"sha512-6zS7EEvgC+KTgfgFZAOkcAcDVK02urTL5TTM15UKsEnoeVYi/SPxVwoxYXLFhnE70ndLrRjPvf4G2MaN0Pegpw==","signatures":[{"sig":"MEYCIQDH4HG3FUKmz38ew2VRcH3hbKwUAQcT51gf95YchLumkwIhAK2YeiDANNStnUNYXmY/9w9O4BtgpZoWEbzzA6E2EaML","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70782976},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"16d08269ba96b1bab4572756e2810a977aeed133","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-21.1.36.tgz","_integrity":"sha512-KoOZ9rI0n63co0v+bNA7F+bBL4OM3Mz0cUROjKjYCK79ZuJMOufinS1Eh7nKVOqKI+6WkA4W141OujCYjEl7pA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~22.1.36","@syncfusion/ej2-dropdowns":"~22.1.36","@syncfusion/ej2-file-utils":"~22.1.34","@syncfusion/ej2-compression":"~22.1.34","@syncfusion/ej2-navigations":"~22.1.36","@syncfusion/ej2-office-chart":"~22.1.34","@syncfusion/ej2-splitbuttons":"~22.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_22.1.36_1687966947174_0.3783894903165921","host":"s3://npm-registry-packages"}},"22.1.37":{"name":"@syncfusion/ej2-documenteditor","version":"22.1.37","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@22.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":"cb278691df12b5b2add2f2aff0075207fafd3443","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.1.37.tgz","fileCount":452,"integrity":"sha512-XF3EZlcd6zZCnvcuf0yP9NC77I+LUAfsuuYcHDqnDX8q0LO41Xk8omgpGEKXLz4ScBw4zTkL6beClHCGKQGklg==","signatures":[{"sig":"MEYCIQDmNpaOopVTxjfs5CGqFOQaABgNeVW8rrtIacdIa1NFsgIhAMWRQMpJGL7XvVynrNq/i8mPEPjmCSqTlG4cWBLkgTzX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70818378},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"0dbc47ee474884714fdb2df72f8dc7ce0be4580b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.1.36.tgz","_integrity":"sha512-CquvA0IhrGy3Qq0ZYUrHIgVYO6HUrGczTH2qVBpjw36C+swA2kVZ7cKZuZbHWF4+ghXAJtXkdZrLB9JxO3XZ2w==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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.37","@syncfusion/ej2-buttons":"~22.1.36","@syncfusion/ej2-calendars":"~22.1.36","@syncfusion/ej2-dropdowns":"~22.1.37","@syncfusion/ej2-file-utils":"~22.1.34","@syncfusion/ej2-compression":"~22.1.34","@syncfusion/ej2-navigations":"~22.1.36","@syncfusion/ej2-office-chart":"~22.1.34","@syncfusion/ej2-splitbuttons":"~22.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_22.1.37_1688470874251_0.8061180638760095","host":"s3://npm-registry-packages"}},"22.1.38":{"name":"@syncfusion/ej2-documenteditor","version":"22.1.38","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"61bfa197ae4a5738a454e11d8ce7f20ddc4b67ef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.1.38.tgz","fileCount":452,"integrity":"sha512-Ney+jPhOTc+6mCEXJGr7BI/uK9vAQ9LvFj1Yj1Zp8vYfDetH6LJVM4QBMTICdwgCbUiNC7WEhRMSDtpi1OjdyA==","signatures":[{"sig":"MEQCICH88epT1TU9vxJHxpJwZkzuolhdJ+AHjdigm+90aOg6AiACw+Qs1jPuQVCA3ZWnHcmJz9DLy8pnxobxpd7DDD0mMQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70863200},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"9e6b1654edf2f46be0739feea5a42ef6652e6696","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.1.37.tgz","_integrity":"sha512-T9QfsnMZuY2tg1m/dnBqSNUjMw574axkbgV8lHcl5GK8PrRo1ka2ykK/QGX/F1YcuatdyOCrQgvTYxdCIM3LUw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~22.1.38","@syncfusion/ej2-dropdowns":"~22.1.38","@syncfusion/ej2-file-utils":"~22.1.34","@syncfusion/ej2-compression":"~22.1.34","@syncfusion/ej2-navigations":"~22.1.38","@syncfusion/ej2-office-chart":"~22.1.34","@syncfusion/ej2-splitbuttons":"~22.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_22.1.38_1689081362209_0.5280077220285664","host":"s3://npm-registry-packages"}},"22.1.39":{"name":"@syncfusion/ej2-documenteditor","version":"22.1.39","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"5b2e018b111fbbd39f0966dafe0eef6aabc1f326","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.1.39.tgz","fileCount":452,"integrity":"sha512-Y5AQN8G/XTOtExXjdcNe0H7vQom5cqh5qhN8xZHqIHG8GSebUngB8owQ1acYjlkQMtwXoc5uNtMW8iAVy/GLcQ==","signatures":[{"sig":"MEQCIASaogjXU1nwk7InmgMI7645KscKDF0oA0j55lIhgv10AiBoPp2kp7PBQqO0rpENJ8hgIjtpZ5hCa5SgEAeiaqHTHQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70938794},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"5c886a4a2b1186539859f062c4108f04c1ebbc5c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.1.38.tgz","_integrity":"sha512-CtP+F5TqvT2XiQ6yGC2ORa69YLDdEHcsMZabyqvT9Nu7n1QpPGCWzg7E9xszu648ENJTAgzukUQGPBcX/kx5Bg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~22.1.38","@syncfusion/ej2-dropdowns":"~22.1.39","@syncfusion/ej2-file-utils":"~22.1.34","@syncfusion/ej2-compression":"~22.1.34","@syncfusion/ej2-navigations":"~22.1.39","@syncfusion/ej2-office-chart":"~22.1.34","@syncfusion/ej2-splitbuttons":"~22.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_22.1.39_1689683187191_0.24616829614192182","host":"s3://npm-registry-packages"}},"22.1.40":{"name":"@syncfusion/ej2-documenteditor","version":"22.1.40","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@22.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":"b4dd62518f17b4db3eae139bd44696643d83108e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.1.40.tgz","fileCount":452,"integrity":"sha512-YUoG6sDwCs5gvfwYlgQHPVnDQED0HBRGZpyaTE8qqkdE7zXzFnuwrB/9arLSWQ+YwmKuijh9GCmOJnV5KlSA7w==","signatures":[{"sig":"MEUCIEnoiJA495H0uWVcibAlFrJjD369hkyDfxEQeyNP0wxOAiEArvewwE+19G9BFzM1eeUf0ftQRxTQ6iHlFR+0dslPmeU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70957458},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"5c886a4a2b1186539859f062c4108f04c1ebbc5c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.1.38.tgz","_integrity":"sha512-CtP+F5TqvT2XiQ6yGC2ORa69YLDdEHcsMZabyqvT9Nu7n1QpPGCWzg7E9xszu648ENJTAgzukUQGPBcX/kx5Bg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~22.1.38","@syncfusion/ej2-dropdowns":"~22.1.39","@syncfusion/ej2-file-utils":"~22.1.34","@syncfusion/ej2-compression":"~22.1.34","@syncfusion/ej2-navigations":"~22.1.39","@syncfusion/ej2-office-chart":"~22.1.34","@syncfusion/ej2-splitbuttons":"~22.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_22.1.40_1690295157350_0.625725580295275","host":"s3://npm-registry-packages"}},"22.1.41":{"name":"@syncfusion/ej2-documenteditor","version":"22.1.41","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@22.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":"a1f393aaef692db69f67fa56fa3aa27049b06a16","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.1.41.tgz","fileCount":452,"integrity":"sha512-G0O1CLI4QFIP71nIRWiSa8e+Aq6+xfsApzTJaq4Wrh56XjBvfzRkd1MQKxT+tk/FdEqXca21V+OhoTv/c9BsNA==","signatures":[{"sig":"MEUCIQC5Yx97ps+wT0n3tRpK9gTLfWHQ5M9yep5K+ULI+tgxDwIgYnfPTupwbh6mOtk0rQeGogWOxlWzgtyD2XKD0TiYBBg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70963649},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","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-calendars":"~22.1.38","@syncfusion/ej2-dropdowns":"~22.1.39","@syncfusion/ej2-file-utils":"~22.1.34","@syncfusion/ej2-compression":"~22.1.34","@syncfusion/ej2-navigations":"~22.1.39","@syncfusion/ej2-office-chart":"~22.1.34","@syncfusion/ej2-splitbuttons":"~22.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_22.1.41_1690381175383_0.2073681991459777","host":"s3://npm-registry-packages"}},"22.2.5":{"name":"@syncfusion/ej2-documenteditor","version":"22.2.5","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"c6bb4a1538e5f2bce630d91a75d8b50f2b629bce","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.2.5.tgz","fileCount":452,"integrity":"sha512-sE84AlTC2SmRJJcQVhPsG8fZoN7gG4jFsOdw+ZS//TBDmjmmRPIhNqPQRXT1EIjJtPSb2c6Kl0TEhiW6OMmjNg==","signatures":[{"sig":"MEUCICa0wNUHN05ReWDrmnLltnM26qoGIEOGV6S9w6yophCzAiEA2jSMe6iukW5wTe/ki/s3nQuDiW3tBZpWDBYEbEjsjd8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70964878},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"b7f544fa0ebeb5869a8535866eee1df893dd567f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.1.39.tgz","_integrity":"sha512-QVMAhE9QbQWkPuRDs+76XXBgWageGLZ0Tlm5SvxCYls0V2YG2cGgmC/1MBdDarxHAarydKZA5oyCiWJBAYp+Ww==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~22.2.5","@syncfusion/ej2-dropdowns":"~22.2.5","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.5","@syncfusion/ej2-office-chart":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_22.2.5_1690468749438_0.7533157701633897","host":"s3://npm-registry-packages"}},"22.2.6":{"name":"@syncfusion/ej2-documenteditor","version":"22.2.6","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@22.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":"134503dc30c8203c496419afc4db027634835596","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.2.6.tgz","fileCount":452,"integrity":"sha512-38OlFC6svLlgCY2TOHov6bZBU8VpTTRvktpJoERVHwUp5DNZLeZ/xy8R+pX/QDAGH1Hd8bvyJyChX5wjP6SNOQ==","signatures":[{"sig":"MEUCIQCW5RajX/bfZEhCdavpawO/ALOyVKeuosXIwyhLtIQ1JwIgTzu1Rkw3ovax7BlVS51F8g54nKAuE2RykkVE/7boz2E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":71001068},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","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-calendars":"~22.2.5","@syncfusion/ej2-dropdowns":"~22.2.5","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.5","@syncfusion/ej2-office-chart":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_22.2.6_1690660665545_0.08918712714987365","host":"s3://npm-registry-packages"}},"22.2.7":{"name":"@syncfusion/ej2-documenteditor","version":"22.2.7","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@22.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":"39ee5b62d61fb68583fbdee9389754356f6f11eb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.2.7.tgz","fileCount":452,"integrity":"sha512-vKrMSTQe/M5JbEtphrQjigadBgr2tPzUYEEZNzMId8ZWYW8m9A0ESbD6WGwDMFzrk8RitiLpmr4gKZGOr3wnWw==","signatures":[{"sig":"MEUCIQCGewjaURsB7sWHLDdOqGAzjujjdb11ijh0/Jwrv7Es2gIgCBXOjMl3LjIa0bqwLvS3em49UGDwD3JADI4HKKW83A0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":71036236},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"5d947c05376657de209d07c2d98b870b84e44649","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.2.5.tgz","_integrity":"sha512-4LbtG7nX8ZImygpv8Ozeja45r9obq626cpmx28gFrl3ysPiu4k2ngUZOq+gTuQvlWD7aapkwqzb6bTLctIwoTA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.5","@syncfusion/ej2-inputs":"~22.2.7","@syncfusion/ej2-popups":"~22.2.7","@syncfusion/ej2-buttons":"~22.2.5","@syncfusion/ej2-calendars":"~22.2.5","@syncfusion/ej2-dropdowns":"~22.2.5","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.7","@syncfusion/ej2-office-chart":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_22.2.7_1690979306887_0.5213008649373718","host":"s3://npm-registry-packages"}},"22.2.8":{"name":"@syncfusion/ej2-documenteditor","version":"22.2.8","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@22.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":"e4150166a17229a0b2df30d962632b215850d1cd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.2.8.tgz","fileCount":452,"integrity":"sha512-96fyZSff4aHpeQvffGfcG7SRUkpDItp1B5jliy49Y/aszajPhyt45fz+2gcCqtxe+pQYAE4DNyoUI0fQjIiRrA==","signatures":[{"sig":"MEQCIAdd8lpEdbrHIRQmuinQpNMBG7DaWfUroBp+yul6MyhMAiA4KT8Xm2Pp3cc7xTgccTfC7oi7uVyhzJ04SkdCyoN5dA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":71067813},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"37dc5b3d366a66e50ce256c9f19e4e90bb13bbd6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.2.7.tgz","_integrity":"sha512-9lODm5j5kKWqKEqi4jx4kzENfbTVQQkQPMDzI6AZG4TEf1IQTkla43JKOmsl2h0/PnoGDgrHRjcZkr8aCplCfg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.5","@syncfusion/ej2-inputs":"~22.2.7","@syncfusion/ej2-popups":"~22.2.7","@syncfusion/ej2-buttons":"~22.2.8","@syncfusion/ej2-calendars":"~22.2.8","@syncfusion/ej2-dropdowns":"~22.2.8","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.8","@syncfusion/ej2-office-chart":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_22.2.8_1691496593897_0.8695555591757305","host":"s3://npm-registry-packages"}},"22.2.9":{"name":"@syncfusion/ej2-documenteditor","version":"22.2.9","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"62212f9fe30e4f5af31255a0dbfca705bd98eb44","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.2.9.tgz","fileCount":452,"integrity":"sha512-RgfGHyajPcEdk/aWi4DEu/rWaziVVF7Cu6TI10ljnOVd20XNn+WYknvLmVJ0xfol40JKKxTZj0w2hwSxqQTmXg==","signatures":[{"sig":"MEQCIFPaIQbHcZw2ft8APs2HE7f7thDPPRuHXs6/1LYA8aCXAiAaDE5UzqTzEUMVUBd62d+IrvYjAh0nfG0s5w9CgXaMfw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":71223068},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"efaa2b0dc43c39686a6a26da0288c67ce21eb4d6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.2.8.tgz","_integrity":"sha512-lFDWAeNHhal2llCpFvIcJN4sF5GQzA01NUtOCWzK7cjdOKbI+8ai1bL0GZL9G+j1pFX3Ruy7MRqHNuxVColDKA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~22.2.9","@syncfusion/ej2-dropdowns":"~22.2.9","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.8","@syncfusion/ej2-office-chart":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_22.2.9_1692102237508_0.7253173279109444","host":"s3://npm-registry-packages"}},"22.2.10":{"name":"@syncfusion/ej2-documenteditor","version":"22.2.10","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"5fa411ddf55d38059c1fcc2819436aa5aa06b87d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.2.10.tgz","fileCount":452,"integrity":"sha512-99BIZklcNa72qNPLgJfmG5+Pr7kG5QquBOhsVR00pMZxgX1CBwMHlviaTxtvav0DUWt/2IMDraqa6bJ59oFL6Q==","signatures":[{"sig":"MEQCIE+SlFxVjpU0MwGCr/ipDdf1f7jphepQTQ3PY3GJDnffAiB0zyUtVAx/6/KLQCAIW0K61UxHKKYg2MjTsrduTLU0jw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":71256396},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"20dca67c311efaf73dc2ce802473e50824797728","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.2.9.tgz","_integrity":"sha512-w95rMKpvk0gX55A8enxlbz7LD+Zp7+yDFDzTya6cKudcPDdk4lliqm7jW4PvopmAP+HDJygKMLcnmanAl6EjLQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~22.2.10","@syncfusion/ej2-dropdowns":"~22.2.10","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.8","@syncfusion/ej2-office-chart":"~22.2.5","@syncfusion/ej2-splitbuttons":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_22.2.10_1692727099863_0.5446258033401321","host":"s3://npm-registry-packages"}},"22.2.11":{"name":"@syncfusion/ej2-documenteditor","version":"22.2.11","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@22.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":"c4d75b3a155587974be14bc36678bf5cf5a62389","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.2.11.tgz","fileCount":452,"integrity":"sha512-nIgUtY/dyHNkDeCIEOFig2hW/LkOSuM0IWg2S9SNxJ+8ImFJIOXzUJEBbH+nHNFCDQHRD4u3hB03gEebVDj3+A==","signatures":[{"sig":"MEUCIQCXjy/638uid0vvG46NCbKG2auGCHBjgWEeBmhdMN9EKgIgJ94QadH0+T7FaQjCjAAPxEQ3HLA3gaVFJQf+UHKzIDo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":71316134},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"2593e00048eb485902b357ee4225bf054a696be7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.2.10.tgz","_integrity":"sha512-QDIiDOERtL8KMH7q3rKZXm9fl9RVoRMkN2CEBwi8AM9ZYD5mkc/TYKEet+9v4Mu2Xv91PMHxOk1vBfFPVm0aRA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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.11","@syncfusion/ej2-buttons":"~22.2.9","@syncfusion/ej2-calendars":"~22.2.11","@syncfusion/ej2-dropdowns":"~22.2.11","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.11","@syncfusion/ej2-office-chart":"~22.2.11","@syncfusion/ej2-splitbuttons":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_22.2.11_1693271943135_0.9552273070727895","host":"s3://npm-registry-packages"}},"22.2.12":{"name":"@syncfusion/ej2-documenteditor","version":"22.2.12","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"b86581fcc7ce383974f93ba721f970b8c48eaa6b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.2.12.tgz","fileCount":452,"integrity":"sha512-NWg/u+63Jyyo6fDJc5uRfMkY/pFQHOlAJMCMyBdNODdEwCX3SzpI9pLh1NtslRrBQ/+o/06LQ49/AoABv76pvg==","signatures":[{"sig":"MEYCIQCrX8JqF/ubal/iM7pD42E2uyLpA+NBVv7EPOtOzEDv1QIhAOJaJiXRp1ZG/eVrst4//1ew8crx1rJMFHrXdhKlMF4E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":71347732},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"0dc2cf262c47ca460aaf9b8ff5ac511000aa9e12","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-22.2.11.tgz","_integrity":"sha512-iE5r09yei64H+VAdqWWcbLe4l19W0P6PqJ8FPHi23wSC6vbrUxWXSsyQzylHUUQFFuzwMH+mcwUf/gYhG3zBhg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~22.2.12","@syncfusion/ej2-dropdowns":"~22.2.12","@syncfusion/ej2-file-utils":"~22.2.5","@syncfusion/ej2-compression":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.11","@syncfusion/ej2-office-chart":"~22.2.11","@syncfusion/ej2-splitbuttons":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_22.2.12_1693910240542_0.6651258889731833","host":"s3://npm-registry-packages"}},"23.1.36":{"name":"@syncfusion/ej2-documenteditor","version":"23.1.36","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"da545e4f27813533bbcadec0c1a98752d6211079","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.1.36.tgz","fileCount":456,"integrity":"sha512-S2j2vnWdmM2B6OR1yxXXeMlfR8pBoblSHhSxLKX3PcTLGWAs2f03ZmFHfF6UtxTZuQ5nmgrNEfxvj5MfRcjEOw==","signatures":[{"sig":"MEUCIAcfL/lpYSyeO37/XpJA0/oGfgnPV0adZm/TNXmuwMfKAiEA1HWuF8h6j1EwhaeS1ehnu1OmXFt3y1XP88Z8xSc0IbQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74373546},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"ec21a982c8c928ab1bb03b241738c88c20f4c8b3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.77.0.tgz","_integrity":"sha512-6+qHdv2/SNzfdq9qhWI+ycHM2Dtdea2RmPbTt8yONQAKF+vSlYQ71lZQuTTgXI7UHcKzGaGId1jtjKyXvr4oGA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~23.1.36","@syncfusion/ej2-dropdowns":"~23.1.36","@syncfusion/ej2-file-utils":"~23.1.36","@syncfusion/ej2-compression":"~23.1.36","@syncfusion/ej2-navigations":"~23.1.36","@syncfusion/ej2-office-chart":"~23.1.36","@syncfusion/ej2-splitbuttons":"~23.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_23.1.36_1694764887162_0.570131351918671","host":"s3://npm-registry-packages"}},"23.1.38":{"name":"@syncfusion/ej2-documenteditor","version":"23.1.38","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@23.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":"28fb52f4b352d475140bddc55cdb9847930b5485","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.1.38.tgz","fileCount":456,"integrity":"sha512-PXvNfkp5/Ak4ilCu1eEs45grEvTO8SSGNcbKcNJySXWlNMQ8Q7EBX/bUFni+Gunj3BIlYkak3UoBr0mJeUwruA==","signatures":[{"sig":"MEYCIQD72plo27hG4i8slLCBVhbiJLzpBWnP69tWAjHk4r0JigIhANPJ8/k48kcKLEHgprGatULXggtRnmWNbLy3/sfAQffH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74402536},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"2e1034d5a0d59226cda52a1cd2f8935d3f70282a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.1.36.tgz","_integrity":"sha512-MHCwT1aSyNI6rSUXB7lBWt/0oH8YrMtguI7QOZAHSm0cwtRrtr2HxfjjFeEe4iU+7j9LF6Nkm8dqYozsBdIwng==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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.36","@syncfusion/ej2-calendars":"~23.1.38","@syncfusion/ej2-dropdowns":"~23.1.38","@syncfusion/ej2-file-utils":"~23.1.36","@syncfusion/ej2-compression":"~23.1.36","@syncfusion/ej2-navigations":"~23.1.36","@syncfusion/ej2-office-chart":"~23.1.36","@syncfusion/ej2-splitbuttons":"~23.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_23.1.38_1695728836229_0.9237498759195102","host":"s3://npm-registry-packages"}},"23.1.39":{"name":"@syncfusion/ej2-documenteditor","version":"23.1.39","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"f5410837e0717b9c605cca784cf842daf5ffc1f1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.1.39.tgz","fileCount":456,"integrity":"sha512-AH4s84YASY6JpTX/sqCBTS6qwRxFddgXfFN2Q7kjrY2Y9sjnj6OqpABpFXFlIfRTvkrhdemv2fmXpdBNu7nGEQ==","signatures":[{"sig":"MEUCIH3bcxKRcmiklWjVvCiU44t0i/SKc47fBxTSl/b60I/bAiEA5KCm8qHgz9dfiyuY25qM7WryelrL2/cPeb3Q+rPF3Ts=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74490373},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"4e5fdc148e2a53a1cdbe5af623cf145287611821","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.1.38.tgz","_integrity":"sha512-YO/1gGUvNAoCv9aqJz2pL6ymv2Z/xB0PqkBkyKpz4HafN/reImxO6xbcZJEAkLObNUyTSaq+lLHWniHRKYiL8Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~23.1.38","@syncfusion/ej2-dropdowns":"~23.1.39","@syncfusion/ej2-file-utils":"~23.1.36","@syncfusion/ej2-compression":"~23.1.36","@syncfusion/ej2-navigations":"~23.1.39","@syncfusion/ej2-office-chart":"~23.1.36","@syncfusion/ej2-splitbuttons":"~23.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_23.1.39_1696405542265_0.4493138665341554","host":"s3://npm-registry-packages"}},"23.1.40":{"name":"@syncfusion/ej2-documenteditor","version":"23.1.40","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"ce24554adf14b7c2b7057381a1c988bd3cd2e5b8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.1.40.tgz","fileCount":456,"integrity":"sha512-eVEtlwfqqixAn2vu4VPDUORNSKTVR2PrF/hAx3kvPFklPZmBXQkYVvy+roxDkjbqK2jcCCeWEsufqMy0NHuSxw==","signatures":[{"sig":"MEUCIHPJ3iFgklzJWlsYGt5EIHxlVmd+qPqa3fgCLtcdYzo0AiEAw6Z8QtDQMBCCKa4+MCBcv05hjGgC4hH65pP9+GHobXs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74548763},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"2fa41d32d73dc11f85aeecc12d2e44237d956868","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.1.39.tgz","_integrity":"sha512-HTaAtynkwCHCWS4FJipvJ0b0xPCnRc0w75jYBsJee2ec5EKntsxLpcdQZPhBME7mOdvO4j6j1Dwbiivvjdb3/Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~23.1.40","@syncfusion/ej2-dropdowns":"~23.1.40","@syncfusion/ej2-file-utils":"~23.1.36","@syncfusion/ej2-compression":"~23.1.36","@syncfusion/ej2-navigations":"~23.1.40","@syncfusion/ej2-office-chart":"~23.1.36","@syncfusion/ej2-splitbuttons":"~23.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_23.1.40_1696943854374_0.25153083756980266","host":"s3://npm-registry-packages"}},"23.1.41":{"name":"@syncfusion/ej2-documenteditor","version":"23.1.41","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"9f1aa6144ae705e0149670ca7865506bff7ecd52","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.1.41.tgz","fileCount":456,"integrity":"sha512-+6XraZaHyCDAdxrMU2s3BC3iykE6D5mdgJUWxJJi5iVVdutLK2rygzKM9e0FehTOJz2L32e+lgrWx0BOJuj4IA==","signatures":[{"sig":"MEUCIQDiEs0LQxFaezJdfnGasxF2QeZ4sAMNqKWv3Kilq/GbrQIgGRsp92mh9QgdHBSzTb6h+YlxA4uqjFINf0iI6Y5kFWc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74559100},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"90430cf0c617936d21aea4657c031c3e0146f10d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.1.40.tgz","_integrity":"sha512-D+SRXTV0woYC8h2cXmBrOQBk5la94DNUww2CgJMtIPKVxDb/17sHoxO+5nnxdC6h+l7fRJQ0CFN7uWdF+IPaJQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~23.1.41","@syncfusion/ej2-dropdowns":"~23.1.41","@syncfusion/ej2-file-utils":"~23.1.36","@syncfusion/ej2-compression":"~23.1.36","@syncfusion/ej2-navigations":"~23.1.41","@syncfusion/ej2-office-chart":"~23.1.36","@syncfusion/ej2-splitbuttons":"~23.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_23.1.41_1697504712322_0.7894820505965598","host":"s3://npm-registry-packages"}},"23.1.42":{"name":"@syncfusion/ej2-documenteditor","version":"23.1.42","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@23.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":"322917dd872f01d9b6ff48ae13a9deb556ccd005","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.1.42.tgz","fileCount":456,"integrity":"sha512-jcWv+ySQbJp4BcCntpBA6XGoyi1d+1eR6ZzlQ00E5FlLYh7U2kiH/q53A6/BH0opsLUWwyX3rT+KBm3sdyvwJg==","signatures":[{"sig":"MEUCIQDiFIbx0pRp54z3fqfbQoBJxWwuBJEkQWqyV6cTtFlYDAIgGvoMMJfhG3ztVDj8Xt0h4Cob2EGECuvdpc/S/tU5f4I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74593918},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"09e049d51b432bb627b8207d3d9ffc82094424c8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.1.41.tgz","_integrity":"sha512-lCZ4V2UjpxwKhD16ZyIkuUajXc5dEG32TjmHLwawEp7IY/jTspVRChSqh8xuVyUNOQjSYZwdn8a1smEq0AF2vg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.41","@syncfusion/ej2-inputs":"~23.1.42","@syncfusion/ej2-popups":"~23.1.38","@syncfusion/ej2-buttons":"~23.1.42","@syncfusion/ej2-calendars":"~23.1.41","@syncfusion/ej2-dropdowns":"~23.1.42","@syncfusion/ej2-file-utils":"~23.1.36","@syncfusion/ej2-compression":"~23.1.36","@syncfusion/ej2-navigations":"~23.1.41","@syncfusion/ej2-office-chart":"~23.1.36","@syncfusion/ej2-splitbuttons":"~23.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_23.1.42_1698109420926_0.14283422550760072","host":"s3://npm-registry-packages"}},"23.1.43":{"name":"@syncfusion/ej2-documenteditor","version":"23.1.43","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"04d9591b6cd94af060ca0cc260eb88fc2400cd84","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.1.43.tgz","fileCount":456,"integrity":"sha512-xudmwaRftnx25oEzG49hUuHo2U9etQ64CxkSJ0KJe7/7yYxxllYL75w6WHcX5EeLg8P2MAYXzo+RPfsVS4GceQ==","signatures":[{"sig":"MEUCIEVjXNRG4qsUuMLEXgHoxSBhNis+eEEDZLJELCAzpq9mAiEA+ZTqvTYezTDI9dX7KS/MPVLJTMz8ZSnKagCwSEDRlYw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74608938},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"ac1884a57d34711187b3faadd61b9792b3a8fc41","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.1.42.tgz","_integrity":"sha512-s1yDUXj8tX9FPt06WqRwBqTC0350jp9a1z/D44wKUxulyygOt5WmTRZ8+HEmDJLFJAoML6PDxS4HztfozYFsjA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~23.1.41","@syncfusion/ej2-dropdowns":"~23.1.43","@syncfusion/ej2-file-utils":"~23.1.36","@syncfusion/ej2-compression":"~23.1.36","@syncfusion/ej2-navigations":"~23.1.43","@syncfusion/ej2-office-chart":"~23.1.36","@syncfusion/ej2-splitbuttons":"~23.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_23.1.43_1698715745832_0.4548115150250005","host":"s3://npm-registry-packages"}},"23.1.44":{"name":"@syncfusion/ej2-documenteditor","version":"23.1.44","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"62a31de6dfaa279dbaa057576474890f9df3e98d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.1.44.tgz","fileCount":456,"integrity":"sha512-dUKNqMe0QMApL6CZHVrj2VS6sPoJ0zxC3lnUYLzYS7aawTgczHJE3sZ/JlXbuZlIUS17WZP3P3nR/2Akv36GNw==","signatures":[{"sig":"MEQCIHosNtVwYWNn2MDIdYKSTs0qIxarrhVPdb635tXd5nIsAiBhprrqjS4EH6RvqIPmarzbUszaF1cGqK4mSzn4RQFBvg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74805511},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"801812ef3ad386257c2ebe2b0fd03c0cd90c706e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.1.43.tgz","_integrity":"sha512-ByMSMc6AscDf72HFxYPPvAIWN7dLTuT6Nok2Ynle1tIQRa194BiaSYWaLfmH/MsWBAXhZvbNM9oAbbIZBy7m+A==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~23.1.41","@syncfusion/ej2-dropdowns":"~23.1.44","@syncfusion/ej2-file-utils":"~23.1.36","@syncfusion/ej2-compression":"~23.1.36","@syncfusion/ej2-navigations":"~23.1.44","@syncfusion/ej2-office-chart":"~23.1.36","@syncfusion/ej2-splitbuttons":"~23.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_23.1.44_1699337227620_0.6807910529878509","host":"s3://npm-registry-packages"}},"23.2.4":{"name":"@syncfusion/ej2-documenteditor","version":"23.2.4","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"2573f3761938cd5dc79291bc52427020b2a5b62d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.2.4.tgz","fileCount":466,"integrity":"sha512-f4fu6PVKXSyD1vrkboIAhpHWQ3Sd1eUsDuai0N0voORxtT7vCP46O4A/TySUbKTvHtRYUKOXUjTLi7y6dbghkg==","signatures":[{"sig":"MEQCIF6BcTNguH/duvxRAhUNnSoJ29iQwbTIAak2U4qDtSxBAiBCPhoFdH3SD5yipfxwmBP9z215uVakU/TbI3Rlnzxh7w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77389333},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"108ff8bce8acfbf2c23c146a6e29cc530d3544c9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.1.44.tgz","_integrity":"sha512-z2H29VVSvcpELPX06oZwaDB3gSbqU4Ab+8X0yfjvsmN3X/cmM4YtDpQyHXGtcTiGV/TBxEsQae/xt9XYVYiG/A==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~23.2.4","@syncfusion/ej2-dropdowns":"~23.2.4","@syncfusion/ej2-file-utils":"~23.2.4","@syncfusion/ej2-compression":"~23.2.4","@syncfusion/ej2-navigations":"~23.2.4","@syncfusion/ej2-office-chart":"~23.2.4","@syncfusion/ej2-splitbuttons":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_23.2.4_1700460764545_0.7385991148100477","host":"s3://npm-registry-packages"}},"23.2.5":{"name":"@syncfusion/ej2-documenteditor","version":"23.2.5","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"cc68e947e8d1602c6782a4ded24e62b1ae3cd719","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.2.5.tgz","fileCount":466,"integrity":"sha512-dqn5Caocg5gkBlHHZAymi4wD0qbTnUYw/LGMXzjNRRAp7u7ExeEYB3qe8nPnCcNJ/+TinhKaUzD1Ne1dCs8Y4Q==","signatures":[{"sig":"MEQCICWCdbjmpdioafDioBpbiP1pONRc7v/hQcg5HEPOVwDRAiB4kplN2jon1n5E/u/hgbOr3p3Y2ZxGAiY2eg8kYNfriw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77489893},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"fcffe82449736a31d0478d64a524a63c17cf044a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.2.4.tgz","_integrity":"sha512-T0wab3Rc0Mut5zaJ36JKD2KLlXSF8E6ywgvx+HSqJmatf5L7lJ+hnGrVTP6Lw7NEFSIZZ9MrF0TQB1pwRpRAyw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~23.2.4","@syncfusion/ej2-dropdowns":"~23.2.5","@syncfusion/ej2-file-utils":"~23.2.4","@syncfusion/ej2-compression":"~23.2.4","@syncfusion/ej2-navigations":"~23.2.5","@syncfusion/ej2-office-chart":"~23.2.4","@syncfusion/ej2-splitbuttons":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_23.2.5_1700715064760_0.9316136910315727","host":"s3://npm-registry-packages"}},"23.2.6":{"name":"@syncfusion/ej2-documenteditor","version":"23.2.6","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"48ee60b00596cd3dc68cb94628d76c7fbff08cf4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.2.6.tgz","fileCount":466,"integrity":"sha512-6/LvaZPdfzbxNcbVoFeGnTI0+zsNHI+yMhUsVw7ZGvPaFLXsUtvG0TMCpHH/PyBLBPogz9qs9ior7Q+xYyHYKg==","signatures":[{"sig":"MEUCIQCHWWrZvE+W0Mw+dTCM7JHYlE7bpzlWserGMwoC7q626AIgJdboL664lErxB4Wl8SHDrQXZs+/OnU8PzvCpSYdtyiI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77515879},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"98319e9c7a79fc62eb2679cafccfdc8954f69763","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.2.5.tgz","_integrity":"sha512-tMS+H99FzSzr9UvL6ggtQlo+iGDr/XEjJp0xgJeXWiGsRhH4RAzBWjczjFNgCCz1KAkuN70qBz7bkcwxQvktHA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~23.2.6","@syncfusion/ej2-dropdowns":"~23.2.6","@syncfusion/ej2-file-utils":"~23.2.4","@syncfusion/ej2-compression":"~23.2.4","@syncfusion/ej2-navigations":"~23.2.5","@syncfusion/ej2-office-chart":"~23.2.4","@syncfusion/ej2-splitbuttons":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_23.2.6_1701149653886_0.2216900260087047","host":"s3://npm-registry-packages"}},"23.2.7":{"name":"@syncfusion/ej2-documenteditor","version":"23.2.7","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"1e2280184319e8ffd03f668e849650fc8c47e758","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.2.7.tgz","fileCount":466,"integrity":"sha512-fxKquymSbSfA/BQpIPYeprbmnDPIK++KHolc2FVR4i/5Nsqj0JdylxLBQl+VkCgR8GVZAUUM21E7JlNgirpJ8g==","signatures":[{"sig":"MEYCIQDIohtGxqCOk4fgKNOtGUh2l6chrv+/sjbiBfGGiiN4YwIhALq6RAO17oJw95XgfcGIZ65l8cA0xWRZT4WFOeHCd4jp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77659830},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"98319e9c7a79fc62eb2679cafccfdc8954f69763","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-23.2.5.tgz","_integrity":"sha512-tMS+H99FzSzr9UvL6ggtQlo+iGDr/XEjJp0xgJeXWiGsRhH4RAzBWjczjFNgCCz1KAkuN70qBz7bkcwxQvktHA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~23.2.6","@syncfusion/ej2-dropdowns":"~23.2.6","@syncfusion/ej2-file-utils":"~23.2.4","@syncfusion/ej2-compression":"~23.2.4","@syncfusion/ej2-navigations":"~23.2.5","@syncfusion/ej2-office-chart":"~23.2.4","@syncfusion/ej2-splitbuttons":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_23.2.7_1702653553367_0.326679728443906","host":"s3://npm-registry-packages"}},"24.1.41":{"name":"@syncfusion/ej2-documenteditor","version":"24.1.41","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"75c11a62f56ca6d5e9ea011105b0144b3ee39766","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.1.41.tgz","fileCount":466,"integrity":"sha512-QL7qYxQpW0NPMPQZKbCB5XwcKROV9tYyQaZqq78rS+YQxEMWGUHme9aI9utfC+nZiVm6GNfet3q7fPz6NIyalA==","signatures":[{"sig":"MEUCIHxaYgPA27irX9nFncs0jJS1ZSdooyuZ6koC7NTxhlZAAiEAjSC+GslbPwtDO8hpxcHqZLylM3mno9qKZAG8kdOam6o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78336339},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"f851bfe88a0bddb3710845e1f3cb127e7bee3da3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.84.0.tgz","_integrity":"sha512-XDDJpobCjqqSqOE9gySsuOQlKsEJEbJi4cS8aROD4ukvCayXmMp5pnpt6ywCnQVXBoM4Qb/HAv3mAhus8OX5nw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~24.1.41","@syncfusion/ej2-dropdowns":"~24.1.41","@syncfusion/ej2-file-utils":"~24.1.41","@syncfusion/ej2-compression":"~24.1.41","@syncfusion/ej2-navigations":"~24.1.41","@syncfusion/ej2-office-chart":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_24.1.41_1702880742540_0.21998158941865031","host":"s3://npm-registry-packages"}},"24.1.43":{"name":"@syncfusion/ej2-documenteditor","version":"24.1.43","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"66de1cadea190f8797def8c12cbb752a51f96318","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.1.43.tgz","fileCount":466,"integrity":"sha512-2sPsrjxhxQkY9r30cZESFw5B9y/IFGmm+PES0bB+k+Pk6KMRHWxw5n+DGzI0DY2l3svxOXsyjPOSIRW+7hBBZQ==","signatures":[{"sig":"MEYCIQDT6Qh/fbzwOyWq1hh5oTBS5DnCrl6EQ67SLj4zfq1GUwIhAOBb7U+v1CV823EM+ceiblhvpZmcoQQ4n76sZMW0No/b","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78376622},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"2ad0a54eab0d9a0a2a9cfd793f67c40f633b9b6e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.1.41.tgz","_integrity":"sha512-mBv2tuW9ZrF0fMlWBxpKjOQX5sDN1EjIui90+l+TZyZx2fNZDNFXPYTDuTnYT5zbvyp3euKOF6kyHTwnvy3HXw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~24.1.43","@syncfusion/ej2-dropdowns":"~24.1.43","@syncfusion/ej2-file-utils":"~24.1.41","@syncfusion/ej2-compression":"~24.1.41","@syncfusion/ej2-navigations":"~24.1.41","@syncfusion/ej2-office-chart":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_24.1.43_1703657908478_0.3732934666449199","host":"s3://npm-registry-packages"}},"24.1.44":{"name":"@syncfusion/ej2-documenteditor","version":"24.1.44","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@24.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":"2849ba2d53c5f52d999fde3ce1746962f2e901be","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.1.44.tgz","fileCount":466,"integrity":"sha512-7FwG1DCKjhH6w10nVhs7i39QhMnFIfR3tfHaSBLwBz4k/2gXlgATYMutAk5PQIJmrnHIZzUw8idRhhIZwF977A==","signatures":[{"sig":"MEUCIQDTmSF8aRx60iAd4UwJngafyDA5sVp1VRifDghFGivvNwIgfgPrEugMC3npsGiNU0iCGDeH71O4+/oDmOCZdyJpZRk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78410801},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"43f1b68913f384d7ce1b878031745153634173e9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.1.43.tgz","_integrity":"sha512-wo0VgbGQIZ2KOncndINgrNDUo7Dm2PsNQ4riyGEOGWrBAIRRiou0naRCQ1ZCKPX76KV6+Aa8gOFcf7CI/lzRXA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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.44","@syncfusion/ej2-buttons":"~24.1.41","@syncfusion/ej2-calendars":"~24.1.44","@syncfusion/ej2-dropdowns":"~24.1.44","@syncfusion/ej2-file-utils":"~24.1.41","@syncfusion/ej2-compression":"~24.1.41","@syncfusion/ej2-navigations":"~24.1.41","@syncfusion/ej2-office-chart":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_24.1.44_1704252648946_0.3070019079996229","host":"s3://npm-registry-packages"}},"24.1.45":{"name":"@syncfusion/ej2-documenteditor","version":"24.1.45","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"d044faa5835cb693cce984609a21b6a4b2697651","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.1.45.tgz","fileCount":466,"integrity":"sha512-pMHVE2+/Pdj1d9T5J8qFQRSFnoQ7sEZ3Xp4J7J9zggW39giz6aOH4vMpHpo/GXDNGHmGtqXlngApzY0fg5hv8w==","signatures":[{"sig":"MEUCIC053T8QcOi21g50sfV78ddtn/jntSDiUV3X9aJtcwRIAiEAwXz6o4PlE4i8GrKsIlOqj3bWmqnuk6u0h/LoIOUVr/4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78429704},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"56ee2e73ea1262409d640985b51df947ab74c8e9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.1.44.tgz","_integrity":"sha512-OrhcxHvIgN7q2nTw8TkrvllW759O89E9CqVaQtI5MVDI3dGmCfDB6RiDCpDup6asl5p4ieL0E8QxdDhySNwCxA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~24.1.44","@syncfusion/ej2-dropdowns":"~24.1.45","@syncfusion/ej2-file-utils":"~24.1.41","@syncfusion/ej2-compression":"~24.1.41","@syncfusion/ej2-navigations":"~24.1.41","@syncfusion/ej2-office-chart":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_24.1.45_1704766552778_0.3099340972799589","host":"s3://npm-registry-packages"}},"24.1.46":{"name":"@syncfusion/ej2-documenteditor","version":"24.1.46","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"9a7677aadbac1d3e824601bd02e2164dfe1c0c78","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.1.46.tgz","fileCount":466,"integrity":"sha512-H/POZeADgMiN0TjktRSMNAj6go30RlRzl9G2T7H4DbLFV5GX1E/mKXRLkvmDKtpM4tI+AR59ksOSQA0CW5u3NA==","signatures":[{"sig":"MEUCIQD7TyAiuE4ZAjdT83P9Ju9Vh/PmSMgXHVB2fphV1aSWIwIgTgMG7S4y7uRBEX+yE3dmppuXpXR1Uro5G5VSgfH7Bp0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78452550},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"a2c569198fa323e16c4360a63de7f2725090b294","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.1.45.tgz","_integrity":"sha512-CIc0mWsn8q1e7gtR/ZpxtJGR5BQ5oagY3McdqAcd5wh386boz3Tsb4GOm7hl97+6xkYuKlRYT6szYgDRdVdRSw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~24.1.44","@syncfusion/ej2-dropdowns":"~24.1.46","@syncfusion/ej2-file-utils":"~24.1.41","@syncfusion/ej2-compression":"~24.1.41","@syncfusion/ej2-navigations":"~24.1.46","@syncfusion/ej2-office-chart":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_24.1.46_1705456931823_0.8735764454853372","host":"s3://npm-registry-packages"}},"24.1.47":{"name":"@syncfusion/ej2-documenteditor","version":"24.1.47","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"d234f05436b2ae4ca10ae1055e9046fec4ef4424","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.1.47.tgz","fileCount":466,"integrity":"sha512-Cflhaq0O47QzNqU+QRuzSECvxeEJL8K7DVS1S8eo2mWVuG5kw2F4LWrUcFvEsfqo2BDRKaD01vnm/C4PInzztQ==","signatures":[{"sig":"MEUCIFmxXxMhhMGbbbV0zNKr/JxKrpkiYByUB0fEmaDOGJofAiEAhfHB+4wpCd9EqyCoFX6fRzCq/523d+elzBp9A+bevE4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78510722},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"3c9118a4003f534d745620276c3ee12f6a145a74","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.1.46.tgz","_integrity":"sha512-GnJ3xaM9Tm9n3RCrPj3DE4xPxCGxJg05QG0CPMHokF3lLvyykkih2Zh4TEdl8YtIEr57Q7JBQmlqgefCkbONVQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~24.1.47","@syncfusion/ej2-dropdowns":"~24.1.47","@syncfusion/ej2-file-utils":"~24.1.41","@syncfusion/ej2-compression":"~24.1.41","@syncfusion/ej2-navigations":"~24.1.46","@syncfusion/ej2-office-chart":"~24.1.41","@syncfusion/ej2-splitbuttons":"~24.1.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_24.1.47_1705976818112_0.17725021704124644","host":"s3://npm-registry-packages"}},"24.2.3":{"name":"@syncfusion/ej2-documenteditor","version":"24.2.3","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"fc6a7d54cb6f2d7c0dc15ea02b15a095f7741047","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.2.3.tgz","fileCount":466,"integrity":"sha512-SQXqbt2jzyXvHZ3AyWHhOnSwhqmzFf2dV1YTdce6Xd+BqRS6FaN21vg8GQLWkcB1RZKrwbly0uKOFT5ugg8KMg==","signatures":[{"sig":"MEYCIQDL97f0XqWcc692m27i0Cg/sy9lv/dPVW6PBW4eNDoqsAIhAJvmVZBQmAqT/QbRD5P6ufU9qLCa6AAPZ60xxjb8s027","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78546798},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"8514e1a1b26a36fea2dec6a92016376a0e5dfc80","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.1.47.tgz","_integrity":"sha512-70OZMXvTicMJwlpZGN2TE7I17xX0W1BFPRL8IrwSAZhavdLpRK7T2CmjEQE75fuWofIv0hxGU5KOSdEV+mmKMA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~24.2.3","@syncfusion/ej2-dropdowns":"~24.2.3","@syncfusion/ej2-file-utils":"~24.2.3","@syncfusion/ej2-compression":"~24.2.3","@syncfusion/ej2-navigations":"~24.2.3","@syncfusion/ej2-office-chart":"~24.2.3","@syncfusion/ej2-splitbuttons":"~24.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_24.2.3_1706709978335_0.34169855359983736","host":"s3://npm-registry-packages"}},"24.2.4":{"name":"@syncfusion/ej2-documenteditor","version":"24.2.4","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"9eb653b61817bf4af50de3fadd6bcff7dc91784f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.2.4.tgz","fileCount":466,"integrity":"sha512-GE/ffREEluLliIhvyIT1jPuCyAdJwg0pHUAO5rrPrUPyGMUN+TOFsvXy8pwRyeTrI3y7Zow4VLqzPeTS7IxtaA==","signatures":[{"sig":"MEUCIQDNyC7bb4vnomn/spLxoDtLmIaaqi9/i5Xd4ipQTYJxpQIgOCBNtqvx5aZ1/E0s9LnIemPGc9yALapKZZKGFKC4xp8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78743321},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"b088db748485d1792d35610cff02d7e8b8aacd86","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.2.3.tgz","_integrity":"sha512-CZ0QQW22QEMAY9ifS6ne+Qno2XEGxqUPSk2SMdV4hjGU42sQYdbz/g8UlrQ7EwcT9wGl/YqLxBWPtQzTLyoViQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~24.2.3","@syncfusion/ej2-dropdowns":"~24.2.4","@syncfusion/ej2-file-utils":"~24.2.3","@syncfusion/ej2-compression":"~24.2.3","@syncfusion/ej2-navigations":"~24.2.4","@syncfusion/ej2-office-chart":"~24.2.3","@syncfusion/ej2-splitbuttons":"~24.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_24.2.4_1707195140489_0.1287488230220304","host":"s3://npm-registry-packages"}},"24.2.5":{"name":"@syncfusion/ej2-documenteditor","version":"24.2.5","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@24.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":"90d0586a15be9c40e3dcc8f919a356cb5dbc120a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.2.5.tgz","fileCount":466,"integrity":"sha512-UQ94ERrIpR9I0Y63JZU3tFw7sU+97GUuHjspmN3iwKUAWYXKxPC7pSlLzInHtPKdVo4SxP7sSQQwoxghF36vvQ==","signatures":[{"sig":"MEQCIC+mdPBhzD6rbT6OVyheKUto4vaT8WYdqR4F1FLIMh4tAiBkubWqrF3V6Na5h28dPGE1MtepRC5R0WPCNuTw4kSJHw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78882097},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"52fe9e1b044e7d03e7f3aaa8eb729318756788d4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.2.4.tgz","_integrity":"sha512-FyeMwGn/sbwujmh4YDdWlzmuLSc6c/i9CHwAiuSI9sppm0ODa8ltBdiW33mnZgPvEW8VoFOosNWdEFHTgluEjw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.5","@syncfusion/ej2-inputs":"~24.2.5","@syncfusion/ej2-popups":"~24.2.5","@syncfusion/ej2-buttons":"~24.2.5","@syncfusion/ej2-calendars":"~24.2.5","@syncfusion/ej2-dropdowns":"~24.2.5","@syncfusion/ej2-file-utils":"~24.2.3","@syncfusion/ej2-compression":"~24.2.3","@syncfusion/ej2-navigations":"~24.2.4","@syncfusion/ej2-office-chart":"~24.2.3","@syncfusion/ej2-splitbuttons":"~24.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_24.2.5_1707789575521_0.16146823652293318","host":"s3://npm-registry-packages"}},"24.2.7":{"name":"@syncfusion/ej2-documenteditor","version":"24.2.7","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"761ad7d47df1ea3ab5669ff62a6cb7e6895f2ec0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.2.7.tgz","fileCount":466,"integrity":"sha512-9Ji7BHCevgpDnwlUruYNgp54LLjf+RtDc/9EyW/iEwt+or8ODHv76PntWRoUd4bup4i4obt5dUYyJaHhfUzdDw==","signatures":[{"sig":"MEYCIQDojV4cQTTH6rFKbgCh+Q8Hn1PAEuShc2sKt+BYYN2WegIhAPR+4NuFO0Q8jiJAKQlA3jtwDi0JYOZTXQ0gQFsdmUET","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78917287},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"ec551bf69a759329d0b436076ddfa67cc3afee93","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.2.5.tgz","_integrity":"sha512-8EhRkZkxLIeH2ChTt9zzXfG9lALNHwslm8xlz6pL8aOZfGxD5GC6mujxOe3ETV6s65o4BZ0PZu4MPqxCkFLaFQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~24.2.5","@syncfusion/ej2-dropdowns":"~24.2.7","@syncfusion/ej2-file-utils":"~24.2.3","@syncfusion/ej2-compression":"~24.2.3","@syncfusion/ej2-navigations":"~24.2.4","@syncfusion/ej2-office-chart":"~24.2.3","@syncfusion/ej2-splitbuttons":"~24.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_24.2.7_1708393696317_0.3652227247233457","host":"s3://npm-registry-packages"}},"24.2.8":{"name":"@syncfusion/ej2-documenteditor","version":"24.2.8","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"d32b596dbe207d92305c3bf5a45d27c769d57f5e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.2.8.tgz","fileCount":464,"integrity":"sha512-gLSneeCoJK6apaeH/SKI9R2dipvAJmbvXr5RwiFHStLPP58oNUDu2UgQ6np9mil/0QHBQbGQhln95I9/bLLrUQ==","signatures":[{"sig":"MEUCICwNjkSwNOGi75PBUyt0wd/rq9BOsI1bYJMhGKkwuIcEAiEAjDKBzzeI7x4Im0dNQNSZjPsE0rFZNAD4IolNGPwP5A8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79239919},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"136da5422430edb534f43ac4f6df897359912bed","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.2.7.tgz","_integrity":"sha512-6SVwkQDtOJHUdxvxNKSJvTUBLHhT/jxPxVyBYdIltEBhAs7CEzOZ8Q6T9t97glrGvguHWwZRM3iERUYrWVLrrA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~24.2.8","@syncfusion/ej2-dropdowns":"~24.2.8","@syncfusion/ej2-file-utils":"~24.2.3","@syncfusion/ej2-compression":"~24.2.3","@syncfusion/ej2-navigations":"~24.2.8","@syncfusion/ej2-office-chart":"~24.2.3","@syncfusion/ej2-splitbuttons":"~24.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_24.2.8_1709015820180_0.4767969744950089","host":"s3://npm-registry-packages"}},"24.2.9":{"name":"@syncfusion/ej2-documenteditor","version":"24.2.9","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"0887ecf554768e3b628b3ea78fc024116cf62805","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.2.9.tgz","fileCount":464,"integrity":"sha512-DlloM0G3NdHHXj+0XsJ4aLk3fau4+2zbzB8a6YcdCqxIZSjuc2Gd9uywP9x2T/wXAHC3c0LhvFjTnc9OV+pOzQ==","signatures":[{"sig":"MEUCIEDr/cDV+0A6P7NzIAb27aRGdUiusKMaGg2UnOLqlZHUAiEAtdUnEidgjoaAM9ELJmAP7wcJQzRik/p9oCeVvjJFGHs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79317594},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"146e1939f5a02965eb0330dcafd285ac8f1b8120","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-24.2.8.tgz","_integrity":"sha512-ODUwDdZmlBUZlfHPM5krQzHwh8fjTKlIR/zz/f+Q/+C18DCS5EiDwAy7iN/BbzVli2AN+nrWDh6Hv7HS7OeYLA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~24.2.9","@syncfusion/ej2-dropdowns":"~24.2.9","@syncfusion/ej2-file-utils":"~24.2.3","@syncfusion/ej2-compression":"~24.2.3","@syncfusion/ej2-navigations":"~24.2.8","@syncfusion/ej2-office-chart":"~24.2.3","@syncfusion/ej2-splitbuttons":"~24.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_24.2.9_1709629151064_0.358637479606841","host":"s3://npm-registry-packages"}},"25.1.35":{"name":"@syncfusion/ej2-documenteditor","version":"25.1.35","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"c51965e2ba2cb8af2132403947cc94fe279d0000","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.1.35.tgz","fileCount":468,"integrity":"sha512-pFtj9TZbUrgmZn7hPLPHwjjcjSTzCWu+WTlcUmD+/mv8pZhbmccwXizQSposO7jHyyx8MBziW8rCVLOGojmsZg==","signatures":[{"sig":"MEQCIDrDokQ5QnZx10ZBgHcz0DNlGG4mMhVTu9I8n2dI32loAiBe1eZJG/CItUptTDflP1qQ/v14ju3cUloNoGe1b/mlwA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80789565},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"c7499f11d3bb3ea6628b1d70b07804bac71596ac","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.92.0.tgz","_integrity":"sha512-zDuNAHLbGA+RW0ptL7Sj+usE3FJGvTUYHkYZxIZrSRacZNmpYBZjF8Q7FzFI28yj9QsrULEwYp7AzFUAL9asPQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~25.1.35","@syncfusion/ej2-dropdowns":"~25.1.35","@syncfusion/ej2-file-utils":"~25.1.35","@syncfusion/ej2-compression":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.35","@syncfusion/ej2-office-chart":"~25.1.35","@syncfusion/ej2-splitbuttons":"~25.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_25.1.35_1710504751241_0.13918839814683048","host":"s3://npm-registry-packages"}},"25.1.37":{"name":"@syncfusion/ej2-documenteditor","version":"25.1.37","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"4d39f86460003878b9b7ba547be6fb090b83c898","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.1.37.tgz","fileCount":468,"integrity":"sha512-UViC+7pVBNyV2mobma/Uog5x54A1pbTqu7MFLK1r/dSBb5apa2QuVw5SD0N5dGNdK8hv0WOqpZNQ0/73l7zxSw==","signatures":[{"sig":"MEUCIQC+MypaEhKJqsteAjfJTnG8YttkiYQwy4ayMdh7D1RpWwIgAwFbUZu/GIcY/p2+Lc+DNEVakhiFVq4C6mAYbB4Wsho=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80850108},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"c1bb44f3e30c55c21fe3b545f75b092b4753e88a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.1.35.tgz","_integrity":"sha512-vrvgfslvaNmLQEhcfC4D0iTtXTUaMATtByGWwngv3ljqwxtsXpqJKqCbSXsyfFGmcBxbQ+kdi0cV4IfUsqj/IQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~25.1.37","@syncfusion/ej2-dropdowns":"~25.1.37","@syncfusion/ej2-file-utils":"~25.1.35","@syncfusion/ej2-compression":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.37","@syncfusion/ej2-office-chart":"~25.1.35","@syncfusion/ej2-splitbuttons":"~25.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_25.1.37_1711429026464_0.5284421568369528","host":"s3://npm-registry-packages"}},"25.1.38":{"name":"@syncfusion/ej2-documenteditor","version":"25.1.38","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"b2ad9304bd94bbe02d060258e8db80542204e301","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.1.38.tgz","fileCount":468,"integrity":"sha512-4d0Z4gdDPvqalkZIuiKIPKRB+tH7WWW2bh5rlb1hCu/tlyw9Br5Cmnk2eS/e6z+grHx3ALt3XfJFnUqHnM5wHg==","signatures":[{"sig":"MEYCIQCXBlcljvuGSTIiu9TOZgUvgZcC7AAW0/n1kTnlEsOeFQIhANiHzfCKJPkmNXN7HSPKwxL0q/cc4YEh/MnXg5I5OKvI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80985940},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"a0f9714d05f79d26bcc612228b6178ab297b9c78","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.1.37.tgz","_integrity":"sha512-NZygCfm9moTdRCPC/BmX/4USo/VzKQ54FjmFNOQnt66XRPBld+icN+wAbxV2NgUEMTY8b0ypsXV0jVreAyle9Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~25.1.37","@syncfusion/ej2-dropdowns":"~25.1.37","@syncfusion/ej2-file-utils":"~25.1.35","@syncfusion/ej2-compression":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.38","@syncfusion/ej2-office-chart":"~25.1.35","@syncfusion/ej2-splitbuttons":"~25.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_25.1.38_1712025264870_0.12112144429575467","host":"s3://npm-registry-packages"}},"25.1.39":{"name":"@syncfusion/ej2-documenteditor","version":"25.1.39","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"a2f11b81dd438c4cd6069a000c1cdceac8147aff","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.1.39.tgz","fileCount":468,"integrity":"sha512-o8eJqkuO8lmyHBdSV3kvh8aaZ5WHbtWSbgTAY+hCGpzocTzR1wkDu3VOCxgvpsTn2WmjD98NbXuxYblHYivf+Q==","signatures":[{"sig":"MEUCIQDujGMbis52MNQMMgvjvc3PUH7BlXMxhe1AgTMNmGqD2gIgR0YdaFB9ye7tg3GQ5Sqiv89Ex7fFAroNW2x7QObmtkQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81315605},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"fa7f3f2cfde7d0c5cdcd16b1c23fe91ad3676a01","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.1.38.tgz","_integrity":"sha512-MsXVnVCY2xJHPpIR83qu+p+5PyafJdxYgNLTXQhEtHnofkiqMC90YjPfNgVqHDdn5RltWR+ENHBt638ahBGaZw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~25.1.39","@syncfusion/ej2-dropdowns":"~25.1.39","@syncfusion/ej2-file-utils":"~25.1.35","@syncfusion/ej2-compression":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.39","@syncfusion/ej2-office-chart":"~25.1.35","@syncfusion/ej2-splitbuttons":"~25.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_25.1.39_1712665987025_0.9940632199384387","host":"s3://npm-registry-packages"}},"25.1.40":{"name":"@syncfusion/ej2-documenteditor","version":"25.1.40","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"2b011455f9c316bf7a7c5e54ae7fcbf0d002f57e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.1.40.tgz","fileCount":468,"integrity":"sha512-CpEQ3o2aYgSGlTv0kkOzrs8rtw+k7eD5y5fYcJ0QoyCUMxIFq3uO+muh6pEVC4hwUfMSKd25QuWhkkDhPhOCSQ==","signatures":[{"sig":"MEUCIFQHDUq2yiumNrEqqiC5PqLBWIgNxIIUbZ+o3kZ1kDWyAiEA6B0SWQYiPh0ciwTF39GHLGvOVmrQ//1QqICrvNjCWCg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81419264},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"4630835a55b490eb9d7286b9fdfe61edbad94014","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.1.39.tgz","_integrity":"sha512-2L1qabhPvnYSfByo6beItPQuLrSMNy6vBqAaxVXsXgb7EGN2SXyuhmMBEb9eYjMWyRWd/gFTMBils/ok04JOjg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~25.1.40","@syncfusion/ej2-dropdowns":"~25.1.40","@syncfusion/ej2-file-utils":"~25.1.35","@syncfusion/ej2-compression":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.40","@syncfusion/ej2-office-chart":"~25.1.35","@syncfusion/ej2-splitbuttons":"~25.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_25.1.40_1713233858000_0.15418683485813145","host":"s3://npm-registry-packages"}},"25.1.41":{"name":"@syncfusion/ej2-documenteditor","version":"25.1.41","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"4077ce2617f0389c9c677c9c0810dd65a23ba126","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.1.41.tgz","fileCount":468,"integrity":"sha512-ID8Q18FV4NwBAJvXpmWuqyg10NhkvoKXxnALJiS+QEABfdzZgLvRidyrD6ESWYDyVNI+L1brJPLEaD6nBuRRiA==","signatures":[{"sig":"MEMCIGk0CoywW+RFVG3KzceYZsnh2F8dwssLrQVNjrm+9CIXAh9zmJDglIhGNwNXzNkdCoV3sSrt1xRS5oBRYGNtTh2M","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81466999},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"bee852dc3e8464ac8ab1db31b3469c8684428c33","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.1.40.tgz","_integrity":"sha512-WXGik4Rq/RpiAcFv9QEcQvG+Fr6ylJZ7H3gYwjRjYcAaLPUHal0pGiI0EsR4jak1lav9wYbER2ZnaZVRWQSsjA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~25.1.40","@syncfusion/ej2-dropdowns":"~25.1.41","@syncfusion/ej2-file-utils":"~25.1.35","@syncfusion/ej2-compression":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.41","@syncfusion/ej2-office-chart":"~25.1.35","@syncfusion/ej2-splitbuttons":"~25.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_25.1.41_1713854441953_0.4512179238470835","host":"s3://npm-registry-packages"}},"25.1.42":{"name":"@syncfusion/ej2-documenteditor","version":"25.1.42","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"4b4ea51fb1ea4cbc359616c18e23ce6d3a1545a7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.1.42.tgz","fileCount":468,"integrity":"sha512-l1AkeKe1eT73RWbRrfSCI0VAppY8X5UUa6Y6SdG9hHpFKRw0l4MvPQiLcU524ZtZXYx75VsEvsy7kU7q95xYFA==","signatures":[{"sig":"MEUCIB9+CtyyM2tLdv9PYRtDfMmOSUtTQWfy+QzxNw8UjjK6AiEAjUxeLUe8kbg97iKqP4FvbO2JROFS4fRN0Sm9ukG5OQg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81562895},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"7011ad2264c7054e53ed2210e4651b5c299454dc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.1.41.tgz","_integrity":"sha512-dAMdGoQKlaCxufxfY9yEInp93Lil+U3rLsfyhrhQjOYtCaDl7GrtggLdSpNwUH6rYngz9DHGft8oxTEoiSa3JQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~25.1.42","@syncfusion/ej2-dropdowns":"~25.1.41","@syncfusion/ej2-file-utils":"~25.1.35","@syncfusion/ej2-compression":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.42","@syncfusion/ej2-office-chart":"~25.1.35","@syncfusion/ej2-splitbuttons":"~25.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_25.1.42_1714446000492_0.9263300772570622","host":"s3://npm-registry-packages"}},"25.2.3":{"name":"@syncfusion/ej2-documenteditor","version":"25.2.3","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"f706b15142a40abffddc1b85796ed209efaf0005","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.2.3.tgz","fileCount":468,"integrity":"sha512-sW81KIYK0WQRvMmeWlOC04nduhLVpQYQbHKHAD3Aqcdk7ppG/mvGKUSHIbqGDWLGmXe+gGjH7fADNuX6AF/XgA==","signatures":[{"sig":"MEYCIQDwRreyjEc4yIVTP41nd27Kq+YomlYEvdvHK+NNRLLn3wIhAKqt6guH5DgJkRy7zyVT/1dqX6JTHoCWCv/zzb97hnEh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81591428},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"cc359263434a6c19eb7e1458eb0982fab524d0e4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.1.42.tgz","_integrity":"sha512-en86Xh1V6XnL2AweECD9MbZgrRKLgjBs59+JMf+6UPAn6i9x+225DUA4JpyKSzIPNz+HoeG5xL4NWhhuCyc6xA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~25.2.3","@syncfusion/ej2-dropdowns":"~25.2.3","@syncfusion/ej2-file-utils":"~25.2.3","@syncfusion/ej2-compression":"~25.2.3","@syncfusion/ej2-navigations":"~25.2.3","@syncfusion/ej2-office-chart":"~25.2.3","@syncfusion/ej2-splitbuttons":"~25.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_25.2.3_1715175833073_0.5747579442412103","host":"s3://npm-registry-packages"}},"25.2.4":{"name":"@syncfusion/ej2-documenteditor","version":"25.2.4","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"f60f06981c6f6dc91b48810fb25799c22018dd9e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.2.4.tgz","fileCount":468,"integrity":"sha512-DUS9ygTyi3V3qXXClBiIiZpXUXx/9Vr14Ax5e3jwd6IV8RA6q5bBkcu1en/sapQpCyEou6rkO9ry2rzhlgLtYQ==","signatures":[{"sig":"MEUCIQDhoSzaVmtDpwG5t1bXJ4b2BXcFC1eNBq/rKGNEVIWeNwIgESu+p/zF8hIN7dxa9FOKlWDdnAg5ReStBCAmcH+IzlI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81660280},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"a628ee6752293ca66c9b87e0da221d321a997d0c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.2.3.tgz","_integrity":"sha512-tAMB11TZRq8C0g40aDqpz3GdbqC4lUwX63TxckxD7w/9ITS3zlCeRjRHyvccGEdFYmBsCd3/dP9H83u62gokdA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~25.2.4","@syncfusion/ej2-dropdowns":"~25.2.4","@syncfusion/ej2-file-utils":"~25.2.3","@syncfusion/ej2-compression":"~25.2.3","@syncfusion/ej2-navigations":"~25.2.4","@syncfusion/ej2-office-chart":"~25.2.3","@syncfusion/ej2-splitbuttons":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_25.2.4_1715653205580_0.29451449606529545","host":"s3://npm-registry-packages"}},"25.2.5":{"name":"@syncfusion/ej2-documenteditor","version":"25.2.5","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"4da54fbc51a5f18a1fa13298a7dba68b33e8beb0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.2.5.tgz","fileCount":468,"integrity":"sha512-80AT2PqZyFNgXruy7r9FEvgMBX4A/bUKl1LiV59QjvEUCnFit6YKp9qkXtYAzaL4irrHtZ2OV4o0WPOiDkEf4A==","signatures":[{"sig":"MEQCIAN2yibE1DitXda2FhKFFWxQmG4hN3TaiOd6dR55cxHWAiB2sdrkDoUKrL75IvQefQNZD7pmczClOAI+6we/RUeFCg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81680217},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"d6e8146168a0108452e2aa1ed9a07db8f98ae6aa","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.2.4.tgz","_integrity":"sha512-XTx4Ot7f8hnoQF4U08iuRrSJwCe2Sge8KS7AZoUtimqysfsNPbKvtQ0sGpPbH1DVR0mOFpMWlzgUxSOAX7GXUQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~25.2.5","@syncfusion/ej2-dropdowns":"~25.2.5","@syncfusion/ej2-file-utils":"~25.2.3","@syncfusion/ej2-compression":"~25.2.3","@syncfusion/ej2-navigations":"~25.2.4","@syncfusion/ej2-office-chart":"~25.2.3","@syncfusion/ej2-splitbuttons":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_25.2.5_1716262014655_0.07120472278217993","host":"s3://npm-registry-packages"}},"25.2.6":{"name":"@syncfusion/ej2-documenteditor","version":"25.2.6","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"b05d23827801717a2fb734a2ce53b28da643e7d0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.2.6.tgz","fileCount":468,"integrity":"sha512-p2w3bu1LEKBBaLa0ozRdZPGcp/jzkLd8aPb9JMjeOGaJx7mx1PBFtZfE1UBorv5zhmFc0zXU/vOhh1TxedXfnA==","signatures":[{"sig":"MEUCIDGn0gfGFajZjAKcGMeVVbHMyxJYT9esaVexzmlAE9pkAiEAqRxcr/iXNTIY21LDNZgtU7npeu2ByXdLvMzn/ShBQdc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81784601},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"0f5aabc95536b454c263e84dd180c77c21b25a7d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.2.5.tgz","_integrity":"sha512-ZcaFDZxM+IMq/Hx7FrVTm3LmCqdFjGaP2hZunoS8y6fzo9KymCZ7fuEYiZzNYk4oUWEbPpO/Q3jg+pHzM2VBQQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~25.2.5","@syncfusion/ej2-dropdowns":"~25.2.6","@syncfusion/ej2-file-utils":"~25.2.3","@syncfusion/ej2-compression":"~25.2.3","@syncfusion/ej2-navigations":"~25.2.6","@syncfusion/ej2-office-chart":"~25.2.3","@syncfusion/ej2-splitbuttons":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_25.2.6_1716863489915_0.020556880278837397","host":"s3://npm-registry-packages"}},"25.2.7":{"name":"@syncfusion/ej2-documenteditor","version":"25.2.7","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"be05895b2b72b4feaeb3a99a3ea0b6817b470751","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.2.7.tgz","fileCount":468,"integrity":"sha512-VUbbfNARQjxtXlBjAebsJPz4DYOO0m/ieozqr9Lh43+3c+BS4Arv3qCLgDG0bJZCLqPJxRI5pOpNoBDtcI4Lsw==","signatures":[{"sig":"MEUCIQCVkP776u2KBM/kiqlB1gn8RsIOjV45qSs8tTFOt/CMUQIgIpvBdY0MPpX2lEvNsKBMFtoinxT6mKf+dkDbcSsUwgg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81864887},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"9d3cad7a756d9fbd7509a2d7609bbcd8f0a1bbe9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-25.2.6.tgz","_integrity":"sha512-5NtLEes9Jqol8tZ073niJWLEJwD66kjMU73dJOtcMqd2bxGqT2xwIgGnXqrGnIvyqd6Ejw/3iuGfyYpkvjJEfQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~25.2.7","@syncfusion/ej2-dropdowns":"~25.2.7","@syncfusion/ej2-file-utils":"~25.2.3","@syncfusion/ej2-compression":"~25.2.3","@syncfusion/ej2-navigations":"~25.2.6","@syncfusion/ej2-office-chart":"~25.2.3","@syncfusion/ej2-splitbuttons":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_25.2.7_1717469161427_0.892069922722998","host":"s3://npm-registry-packages"}},"26.1.35":{"name":"@syncfusion/ej2-documenteditor","version":"26.1.35","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"1cdd6bfbcfc9f6c162f90b577b244f2e1c150c4f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.1.35.tgz","fileCount":488,"integrity":"sha512-8/c8weQzCsHSEeRcFRocmY+m81yXznJXMr5WJA6aKf8XYt4qSYDo/U7pfMBkjnNByJF4GpooGWx46wbGaWA2DQ==","signatures":[{"sig":"MEYCIQDexvFSQPUk2LrP3QtFGZpDb5eqw/Avx2eOcdnX0wDI3QIhAMocAK8ceZGllbRC/Sn5A4T3K1psNS8oLUdDxcH4ZjG+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82321911},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"82fc59f4bb7304a6f2b5041ff983a36e7f65a6dc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-19.92.0.tgz","_integrity":"sha512-nMNc7zQZLHlZzejmqX92J4Q+doy2t+7JkmG07+bXS5fpDYQ0KMjIfR+NMz0+vE210f0UrOR9BI4stBeM3Lb8ZA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~26.1.35","@syncfusion/ej2-dropdowns":"~26.1.35","@syncfusion/ej2-file-utils":"~26.1.35","@syncfusion/ej2-compression":"~26.1.35","@syncfusion/ej2-navigations":"~26.1.35","@syncfusion/ej2-office-chart":"~26.1.35","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_26.1.35_1718111398800_0.8410510850547146","host":"s3://npm-registry-packages"}},"26.1.38":{"name":"@syncfusion/ej2-documenteditor","version":"26.1.38","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"241e149a6134ae7fab59843bb25397150bfec7a4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.1.38.tgz","fileCount":489,"integrity":"sha512-/Z9CLhZ8BN17f03wTNrSdlv4439qQtjz86f+nc+W9TiiqAb0/V9zUFqavzlJ4g1FC7gsyrfg38bLxlh3xBwLFQ==","signatures":[{"sig":"MEYCIQCjelWSNKVUi/eFvDim3MRTZhbx+o/dRU0BCTNxM4jPQgIhAIu9FtnbvfpaaDB1XFVXvuN5LPld0peIDPwxs4Bn6Q8l","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":85797451},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"2a5ea651f3f8bc2f3578f59f56bbf4a00250f077","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.1.35.tgz","_integrity":"sha512-A0beju4HiR/EAuUg/G+skhV3skctEgxNjQt2S5v0A8r8x636j3/nXkjmMBjlKgQN58vDhNBslbE/tflXKsJIsg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~26.1.38","@syncfusion/ej2-dropdowns":"~26.1.38","@syncfusion/ej2-file-utils":"~26.1.35","@syncfusion/ej2-compression":"~26.1.35","@syncfusion/ej2-navigations":"~26.1.38","@syncfusion/ej2-office-chart":"~26.1.35","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_26.1.38_1718791396176_0.7683387034274307","host":"s3://npm-registry-packages"}},"26.1.39":{"name":"@syncfusion/ej2-documenteditor","version":"26.1.39","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@26.1.39","homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1d5d4da6bd1fceed245467603db077b175dc6db9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.1.39.tgz","fileCount":488,"integrity":"sha512-S24DS+KIqhOrCJ/fS8ZOfSuAUTN/89JdHGKVmgZCCQ7MELEJaj95UdWCyG/+tlUBQpviKh7m4O6OrXLbAt0Fyw==","signatures":[{"sig":"MEYCIQDlkb3Y4DudR1/Nmg8HWc6QvFe/aKYgjZoTN/+6hH8gOgIhAI02Etj/wM+gXrq6YvSxa4TG7vq8prixf0CybF4XIRre","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82607606},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"b109895bba0196338ffbf0261162c47b1537a70f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.1.38.tgz","_integrity":"sha512-GDuR4ET1R1y4pdNP+DTXzdPjp7Emy18TccL6+ZGfFw/Ky8BD5CKn/sYPhoqoQm+NtuVXjR8Ezg3JtU50dJsXUA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.37","@syncfusion/ej2-inputs":"~26.1.39","@syncfusion/ej2-popups":"~26.1.38","@syncfusion/ej2-buttons":"~26.1.35","@syncfusion/ej2-calendars":"~26.1.38","@syncfusion/ej2-dropdowns":"~26.1.39","@syncfusion/ej2-file-utils":"~26.1.35","@syncfusion/ej2-compression":"~26.1.35","@syncfusion/ej2-navigations":"~26.1.39","@syncfusion/ej2-office-chart":"~26.1.35","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_26.1.39_1719306038404_0.4954841086176913","host":"s3://npm-registry-packages"}},"26.1.40":{"name":"@syncfusion/ej2-documenteditor","version":"26.1.40","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@26.1.40","homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b6ae618308fbe65b2d16d6442e7dc4c92563ce26","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.1.40.tgz","fileCount":489,"integrity":"sha512-U39U6aLABd3v5gSrvjHpwfckSc5gU6g8cUEeBYY2kPwvghh3+bb7aGs7Dgga/f0+eghwceXUTDB+9tAbqo+iNw==","signatures":[{"sig":"MEUCICohYst+9KSiQWhX4pnoaOgZc9z7Gaf/GnyiSme4HL7MAiEA1w7yrEjjP1ZXICC+T7zge8CqNz7tnueaYyCuvAYb600=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":86118744},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"ceb9845a1d1bc19904500fa4c5625eeb3b300e62","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.1.39.tgz","_integrity":"sha512-8qRxHc90SBK2F3oFXS77uVN5MCuyUmRX4S4a3HtPWPyEGFWYXZgRT+BSKS0GCgFiKxUAYFPYxkeMUXTDIdYL7w==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~26.1.40","@syncfusion/ej2-dropdowns":"~26.1.40","@syncfusion/ej2-file-utils":"~26.1.35","@syncfusion/ej2-compression":"~26.1.35","@syncfusion/ej2-navigations":"~26.1.40","@syncfusion/ej2-office-chart":"~26.1.35","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_26.1.40_1719896673182_0.9457001568068746","host":"s3://npm-registry-packages"}},"26.1.41":{"name":"@syncfusion/ej2-documenteditor","version":"26.1.41","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"de4629b807bb82765a3bd57ade67747a79875cd3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.1.41.tgz","fileCount":489,"integrity":"sha512-zn+wMfiS6VAJ2s0+p23gXY9mBE5zCwv4InqVeF1uzb2+vWZyIPki7a9vMf00hUAUMzp45AuO8KZW35mtiKZrKA==","signatures":[{"sig":"MEYCIQDelOWOIR7KMqd9MaaYAqR028GEF44LRyO1xSVypft42AIhALJPmyL/5cXnJV6tWA7eZjNcFXNINyf4zD5BRGqUmi03","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":86253345},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"62aad75df8590aa3cf817b5d99e263512fd993dd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.1.40.tgz","_integrity":"sha512-XMc7tycL3z5Y5sjzlH4u7Q292FGwYEKANOe6hu9cEcKTzOF6L4Lr/VMKrqRddzf11jSj6a0psfxo1yheiGDQ4g==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~26.1.41","@syncfusion/ej2-dropdowns":"~26.1.41","@syncfusion/ej2-file-utils":"~26.1.35","@syncfusion/ej2-compression":"~26.1.35","@syncfusion/ej2-navigations":"~26.1.41","@syncfusion/ej2-office-chart":"~26.1.35","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_26.1.41_1720508450397_0.6971316291402236","host":"s3://npm-registry-packages"}},"26.1.42":{"name":"@syncfusion/ej2-documenteditor","version":"26.1.42","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"621560193f0c6953a847058f85aea805ba7fb3eb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.1.42.tgz","fileCount":488,"integrity":"sha512-I37VOlbnoAJ8sJWVOUYU/lDLxqkn6aXjptnr74ajAz5xu10MmJme07gtdx+yjNMxMaR2sXI4o0g1xR8AO80v9g==","signatures":[{"sig":"MEUCIQDoTcWmwoNw2xODKxG0Aa/sr5YN2YbIMaZg5o8yt26uAAIgHCtEiMFN6BdGLTL0OpZ3JevlxBYY5Za56YkA2mZvO/Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83030592},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"eb2f08492c86799c5a4aea9b371eb6151db7d550","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.1.41.tgz","_integrity":"sha512-GEGfa/1H7o+Th9CoWyCKdn3uaqczMG5OyqZfaTkl0kPFVrBHfGR/L5aWt4WVYq4uO7u27KXWKf+Uw4V5QH5xlA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~26.1.41","@syncfusion/ej2-dropdowns":"~26.1.42","@syncfusion/ej2-file-utils":"~26.1.35","@syncfusion/ej2-compression":"~26.1.35","@syncfusion/ej2-navigations":"~26.1.41","@syncfusion/ej2-office-chart":"~26.1.35","@syncfusion/ej2-splitbuttons":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_26.1.42_1721086195886_0.5958102983122493","host":"s3://npm-registry-packages"}},"26.2.4":{"name":"@syncfusion/ej2-documenteditor","version":"26.2.4","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"be106a1b98d78fb18cb7b8e58932a0207b389829","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.4.tgz","fileCount":489,"integrity":"sha512-g/KSH8seknH7vnm0KNVteV7nDRYi8IBDlDLsXlsno4lazMPijk1/nTQ42y8ZnwrxHrrzSenIRCgsHoo5OcpPnw==","signatures":[{"sig":"MEUCIHh3D74ZOFpHEK87KId49EAaIt7IdVL4JmiDMnuzwXAtAiEA3SKBsWUyCNSrmsPCJJaIKsctzhsqg97rQFBJCb5HsuA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83176598},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"0da82722994cbbebb95a5cb10f909b7eafe67003","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.1.42.tgz","_integrity":"sha512-vEMWJWNRY2Bhrndkva5XyC7o04oKrq5TTrxc6h7Ftvk+OgbOAYdWCceTU4p28ciLitZQxjV7g7HGnVYBfeSraQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~26.2.4","@syncfusion/ej2-dropdowns":"~26.2.4","@syncfusion/ej2-file-utils":"~26.2.4","@syncfusion/ej2-compression":"~26.2.4","@syncfusion/ej2-navigations":"~26.2.4","@syncfusion/ej2-office-chart":"~26.2.4","@syncfusion/ej2-splitbuttons":"~26.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_26.2.4_1721813114377_0.157183841117978","host":"s3://npm-registry-packages"}},"26.2.5":{"name":"@syncfusion/ej2-documenteditor","version":"26.2.5","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"e93ea3461833d1226eed41efb1352b684b93ba71","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.5.tgz","fileCount":489,"integrity":"sha512-6CUHN4NxUN3ZsHYfKaG9Co8ix9zfI7h31z6UnfjCUGONu7+/gKscwKCTC0vFKp5DTN9k3/J3AgNhYmICvfG6kA==","signatures":[{"sig":"MEQCIEq5Kr5k5a5gBmUIOHADPOPxMox+5i+R1BaoKBWtM/68AiADXnfhGO1nMN5r7r+Kmhp0QM8xqmhYvC5Bc0MC9Kv3Fg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83178834},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"2c0e1f819ee028c170344846c742f4688b1e4b41","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.4.tgz","_integrity":"sha512-Ha3+zlHp972fnHthxEgEmBHahDcoy5LE8HflxBz74qFK9EH6P67/7aKiYCeXZwexk0OtIgpzFoC7H+GQ0ST1eQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~26.2.5","@syncfusion/ej2-dropdowns":"~26.2.5","@syncfusion/ej2-file-utils":"~26.2.5","@syncfusion/ej2-compression":"~26.2.5","@syncfusion/ej2-navigations":"~26.2.5","@syncfusion/ej2-office-chart":"~26.2.5","@syncfusion/ej2-splitbuttons":"~26.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_26.2.5_1721950115736_0.042935124807867764","host":"s3://npm-registry-packages"}},"26.2.6":{"name":"@syncfusion/ej2-documenteditor","version":"26.2.6","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@26.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":"2d172b1554a957ced061c8e8c85c873fdef392ca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.6.tgz","fileCount":489,"integrity":"sha512-ffLB85Si66kYTbDQU+b034nBZmyL13fY1jPdPEzVwHeyNgbv3SgdVh3xvmq/5xfXU8A67sFOvKuubGBicoagBg==","signatures":[{"sig":"MEQCICl2nt0yxMJ2fgwPwzVRNH6fNjRnM9mLLGE/J2dT1n6cAiBRk7Ih0QCteTwAn80J8gScf2Evge+l+OCHBFVq4eKdcA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83310632},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","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-calendars":"~26.2.5","@syncfusion/ej2-dropdowns":"~26.2.5","@syncfusion/ej2-file-utils":"~26.2.5","@syncfusion/ej2-compression":"~26.2.5","@syncfusion/ej2-navigations":"~26.2.5","@syncfusion/ej2-office-chart":"~26.2.5","@syncfusion/ej2-splitbuttons":"~26.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_26.2.6_1722151807956_0.014115771845448766","host":"s3://npm-registry-packages"}},"26.2.7":{"name":"@syncfusion/ej2-documenteditor","version":"26.2.7","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"1d007b26c0d146a462a372925a6fc66cd9cc53ef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.7.tgz","fileCount":489,"integrity":"sha512-Eyh/2KCpGPmCMuMxq6H5Q/ee9tKsT0JSsQyjawhXovXJPkehz2ti7aUHOKSBWMB+5XBc3AZ0Y0cESHtPJOXR1A==","signatures":[{"sig":"MEUCIGu1+g0AnBjdUO+casxAXiJZllEv3ZTF9OmQ5hs5/1arAiEAgLpja7Ak9XrZp8aB2rtLgEp9ie8oaCEPg9CFxB7FlGY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83429902},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"9595f163f16e6d7a5f024d6a77aace759d540c84","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.5.tgz","_integrity":"sha512-wKBpWqp2r30P1gpuvidg2uQ15NQcK2vcVSVZPfYRRv34NkQx8rhbIb6dPct+dRyPX2Ns6bfXgdP+LDr2cjv2ZQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~26.2.5","@syncfusion/ej2-dropdowns":"~26.2.7","@syncfusion/ej2-file-utils":"~26.2.5","@syncfusion/ej2-compression":"~26.2.5","@syncfusion/ej2-navigations":"~26.2.7","@syncfusion/ej2-office-chart":"~26.2.5","@syncfusion/ej2-splitbuttons":"~26.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_26.2.7_1722293762307_0.028542152259251496","host":"s3://npm-registry-packages"}},"26.2.8":{"name":"@syncfusion/ej2-documenteditor","version":"26.2.8","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"78ab284d508f8d270d8f3d4603e6c49abbfaea95","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.8.tgz","fileCount":489,"integrity":"sha512-QZRJcDF+l4ykEhaaNbyOnEvmLHH8bF/suvte7le4SILcTBOzZYkWHN4TCU3Z06m1KHbZqq7PHYJnzI4v+p8wfw==","signatures":[{"sig":"MEYCIQDMUjF+9FjMcwF6VSpf0p9DffgooqFRTnttnALpRD1x+gIhANqMf8baS5to06E32cmx84mmtoC8IEUA0dCETUt29BD5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83613007},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"30f9e6e90ed178b18fe8b553b9098af92e8fb9b9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.7.tgz","_integrity":"sha512-0bxaVH0vKT2mpkoZhvOU4yhI7J5m9Zaq+X0XM1jYbzLoiF7rOKSRH9QzCcE4Alg6cI2GsaMTYakox5fq5Fc3Ww==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~26.2.8","@syncfusion/ej2-dropdowns":"~26.2.8","@syncfusion/ej2-file-utils":"~26.2.5","@syncfusion/ej2-compression":"~26.2.5","@syncfusion/ej2-navigations":"~26.2.8","@syncfusion/ej2-office-chart":"~26.2.5","@syncfusion/ej2-splitbuttons":"~26.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_26.2.8_1722898717003_0.6683166587134126","host":"s3://npm-registry-packages"}},"26.2.9":{"name":"@syncfusion/ej2-documenteditor","version":"26.2.9","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"405768957f492a7655d747434cd2ba3a1ca3a553","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.9.tgz","fileCount":489,"integrity":"sha512-nBCX0xNYVuJ9Eq8cUbsxbsg7xDpZYx/3/6BoKuOFrjFKR5C1agNFNudQpQO3+ftfkP5KmSG9uFm8oZ2M0sCxFg==","signatures":[{"sig":"MEYCIQCoKby1v8xioeAfeC+geJzZFjAjJHByFCD1tWMvL7qt2gIhAKPUv0qfLTe3qP1dpnPTtrA3lJIW+qHFMY8lo7VTVxPF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83506361},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"8dde3e8add058777dea033a7d3008d0df78a15aa","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.8.tgz","_integrity":"sha512-yUHbe1HLTMZCOy4tdC1EEUTNzDKcq2fn3mmW4I1iQLze62Oj0omprm0678pExEuzzGPpatdS1UUvkcWqS5ssHg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~26.2.8","@syncfusion/ej2-dropdowns":"~26.2.9","@syncfusion/ej2-file-utils":"~26.2.5","@syncfusion/ej2-compression":"~26.2.5","@syncfusion/ej2-navigations":"~26.2.8","@syncfusion/ej2-office-chart":"~26.2.5","@syncfusion/ej2-splitbuttons":"~26.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_26.2.9_1723503351639_0.1915582765917283","host":"s3://npm-registry-packages"}},"26.2.10":{"name":"@syncfusion/ej2-documenteditor","version":"26.2.10","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"b8e1b3940c9fd2bca240f06371c3f3d3ef255180","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.10.tgz","fileCount":488,"integrity":"sha512-7UN8YCxO7zfkoDlxMCAWf0HFKp8vXl+WfqAWCpoeOfPZ3YaNKF137810XtRdVSE8y/lUYSKwQtAW0VlFWlieLw==","signatures":[{"sig":"MEUCIDyjdL30l4zxf72WGnGFclvpFr7EBuWB3jGlrCh3hRClAiEAggXy1BbCdZjIxU4XQmXh2douem3d4sYhLDypQBO24CY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83542099},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"e666bda256bc9b9ebd93b11e384b66ea9c11609f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.9.tgz","_integrity":"sha512-bwn+8P/SPYFpEq2YO4eKC0mRJBJizDokGCWp1vyQ+sdzW44zbfoZPhKHpC3r2DdP13scdpLKA1xKiOdKSvM6yg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~26.2.10","@syncfusion/ej2-dropdowns":"~26.2.10","@syncfusion/ej2-file-utils":"~26.2.10","@syncfusion/ej2-compression":"~26.2.10","@syncfusion/ej2-navigations":"~26.2.10","@syncfusion/ej2-office-chart":"~26.2.10","@syncfusion/ej2-splitbuttons":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_26.2.10_1724108307171_0.9670587323401632","host":"s3://npm-registry-packages"}},"26.2.11":{"name":"@syncfusion/ej2-documenteditor","version":"26.2.11","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"85e3088c046c0ebb6f420df1222e553240031563","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.11.tgz","fileCount":489,"integrity":"sha512-Viw0XwxzcJOQk0nW5/9uJ4POjPeS4JPpvm9WJS/i5fqu4RaZkbMdbHvEZ1v5GLwzhfoWYC9FlFC7wSYNBwGWGg==","signatures":[{"sig":"MEYCIQCoF/0qNw9ifWoxgLCC8VHxodYY7pjGRPbGgNuD7125iQIhANb9hpw7HonFOrwz+kqRTBoshuF690C/WPnUwYZFqhWE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87025545},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"3ab8c83f9019e86a8808bb53a3e5dd096d4f0a8f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.10.tgz","_integrity":"sha512-Prtw9cuxCXW6w81QXf4l1WAxiaeshgL5UfSFjhudx/Bnl4KgMDn5AO8dkvvRS+RXD8VUsOwve0uNQ+kVE/vzDA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~26.2.11","@syncfusion/ej2-dropdowns":"~26.2.11","@syncfusion/ej2-file-utils":"~26.2.10","@syncfusion/ej2-compression":"~26.2.10","@syncfusion/ej2-navigations":"~26.2.11","@syncfusion/ej2-office-chart":"~26.2.10","@syncfusion/ej2-splitbuttons":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_26.2.11_1724713200379_0.6366688596035697","host":"s3://npm-registry-packages"}},"26.2.14":{"name":"@syncfusion/ej2-documenteditor","version":"26.2.14","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"2f64b15d986b39c2e2a1cae4cd9299c0f3b52511","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.14.tgz","fileCount":489,"integrity":"sha512-jXhCmErhKnLx38wQvfypliaBXtyiCWkrzN0V8GTWtlu51FCAqstCaixKxtBPJWV9ZA4Bt0DXDC6+YN7+niA+HA==","signatures":[{"sig":"MEUCIQDmCPft61nFLHcEq4l4wThEERjbIMGL+rXjKVLofKmrhAIgCj+zCcpYv3cP7RzZqEp7uYsmwjVP+d0exLIeo4QhBgg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87260191},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"b1c575e3c2e8e922dbee9ab6490079fd1de6970b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.11.tgz","_integrity":"sha512-lmznsicCBXz7XPbF90/njxgu6t/aTCwsl8AFvgnlU8exCsGYpmkUXKc6fTTKV6bnN8lhivXF5AvPM1h/e5ARlg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~26.2.12","@syncfusion/ej2-dropdowns":"~26.2.13","@syncfusion/ej2-file-utils":"~26.2.10","@syncfusion/ej2-compression":"~26.2.10","@syncfusion/ej2-navigations":"~26.2.12","@syncfusion/ej2-office-chart":"~26.2.10","@syncfusion/ej2-splitbuttons":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_26.2.14_1725944502847_0.20085623277526432","host":"s3://npm-registry-packages"}},"27.1.48":{"name":"@syncfusion/ej2-documenteditor","version":"27.1.48","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"9d2371e739b22a98cdfcf4119255c0a69e09a01b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.48.tgz","fileCount":540,"integrity":"sha512-y4a9DpwUlesKys0B2HGP/Oqu89sQMY0QrwhKvb3omr/ntPySSSv4chWvw3xM1I9wwDtsOe0ewPIF2Irs+Ogh+A==","signatures":[{"sig":"MEQCIDAJUuno+ShxJWLrv06BhAXpEFVO4M4A/ksAeAGZh2T3AiAyPoVbMrJBXM6nUeQDVX4fWC62j4cs5OvdMpHaQe1KSg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":88101639},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"13b6eb40fba678063b952cd08e40042754b47ea5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-26.2.11.tgz","_integrity":"sha512-cvCl1NOevNoheyIfWWjSBy6Fvu0QX9y5P0WWKATagJXHbHqAxEWRdOaQDGM0V3MOtRcbBgHaEnAntpw8GeuAOA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~27.1.48","@syncfusion/ej2-dropdowns":"~27.1.48","@syncfusion/ej2-file-utils":"~27.1.48","@syncfusion/ej2-compression":"~27.1.48","@syncfusion/ej2-navigations":"~27.1.48","@syncfusion/ej2-office-chart":"~27.1.48","@syncfusion/ej2-splitbuttons":"~27.1.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_27.1.48_1726654133011_0.7896474955855979","host":"s3://npm-registry-packages"}},"27.1.50":{"name":"@syncfusion/ej2-documenteditor","version":"27.1.50","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"19091e13ff3a4925f2de893171bc89c11abd942b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.50.tgz","fileCount":540,"integrity":"sha512-O1pBDM7eZmbcqsyNynkKPTSnBqtFL2KMxaaJ3/Rv+gvEU1wsOcQzWf4IUmRVWT6t1FyCFJ03HcGWRz8EDV0JkA==","signatures":[{"sig":"MEYCIQCJx/BWoG4FFVN5JUNYTCY7SasCTbSqCaa6+1y1WYknrQIhAO/3GT4tGv9JYOb3FazdOG/ifIWSvlwRAWgOfmkjKYVW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":90138248},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"892c51d5a56f767826744860e8711b35c46a9b1c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.48.tgz","_integrity":"sha512-TXd4p7qPc7zGYFXME1U3sfEv/ekHX0e7PXxBtzA9W/iYoq30cpvC/9TAHn+2OxZBndFLOeuUvAZePe+KvnbFKg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~27.1.50","@syncfusion/ej2-dropdowns":"~27.1.50","@syncfusion/ej2-file-utils":"~27.1.50","@syncfusion/ej2-compression":"~27.1.50","@syncfusion/ej2-navigations":"~27.1.50","@syncfusion/ej2-office-chart":"~27.1.50","@syncfusion/ej2-splitbuttons":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_27.1.50_1727132507369_0.9254948361333322","host":"s3://npm-registry-packages"}},"27.1.51":{"name":"@syncfusion/ej2-documenteditor","version":"27.1.51","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"c6d2f745d42ccd2266104514951604c46161025c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.51.tgz","fileCount":540,"integrity":"sha512-jqks8N/vye6cIT0G9hJcnuXYOeTC3p7GZW+AzH9HKwnanWcNGXJ1X+OYrX8Hjdj6g1tAjvwgcNDExCm3SdJTAA==","signatures":[{"sig":"MEQCIEv6ZIRVruqMfQdUaWpxcp4t35C0jDEUYK1odDiuyEICAiBqSNiqVhAUy564WgjVNdmD2YkzctZDMqPeTc7Fs94KsQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":90199512},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"b5284142cfa22f7117d485d850cf6fea36c2a202","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.50.tgz","_integrity":"sha512-ov4CzQQx8QtO4wDUiUAjoHDuXRi1AxHRTbGDVKhc5nZ+bHcei+P+ci+Hl9tmJsMgKdnz120tZdaWzErjOe7kTQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~27.1.51","@syncfusion/ej2-dropdowns":"~27.1.51","@syncfusion/ej2-file-utils":"~27.1.50","@syncfusion/ej2-compression":"~27.1.50","@syncfusion/ej2-navigations":"~27.1.51","@syncfusion/ej2-office-chart":"~27.1.51","@syncfusion/ej2-splitbuttons":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_27.1.51_1727702734241_0.047236721368333345","host":"s3://npm-registry-packages"}},"27.1.52":{"name":"@syncfusion/ej2-documenteditor","version":"27.1.52","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"e65f29054e08f41951eafd86e7f0e2c79017fd3e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.52.tgz","fileCount":540,"integrity":"sha512-EDQBOmCUF2BpMPNFXbEEu6YqXncPxDcdn+MoXg18FpVU9Z3EqkzlTj9TWIu/mzrcWkOpN0m+sERP69ZUkz6/LQ==","signatures":[{"sig":"MEUCICdRLw3R7cMDjzxQ6EwfePdIwk74Ss9zGb9kZ0SL5sYJAiEA5z/rxukBsgFd2VW+6YQAaqG9Mw9NpCla/I2pEK4lheo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":90222601},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"16968ed9d608162166e282d884829f24d49933a9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.51.tgz","_integrity":"sha512-RLIZp028ZFjrpoLbwzos3Ma+FFR8FGL6VHyFWpJFlKYsAdYgYQi8JgC15+zcGgd0tdvI5cg4wlbBI9gV1kZYuA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~27.1.52","@syncfusion/ej2-dropdowns":"~27.1.52","@syncfusion/ej2-file-utils":"~27.1.50","@syncfusion/ej2-compression":"~27.1.50","@syncfusion/ej2-navigations":"~27.1.52","@syncfusion/ej2-office-chart":"~27.1.51","@syncfusion/ej2-splitbuttons":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_27.1.52_1728356933818_0.08104485772674797","host":"s3://npm-registry-packages"}},"27.1.53":{"name":"@syncfusion/ej2-documenteditor","version":"27.1.53","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@27.1.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":"da696031bbc1d44e0dee555f760b7a788e0bf9df","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.53.tgz","fileCount":541,"integrity":"sha512-nyER3kgm0VBP2AB4MHky+HZCiGo2y09JML0IWaVBJ+FyEXjdG52ccCPOhaXUBJgLVXIdfKYdI+bXaVOx3FBjmg==","signatures":[{"sig":"MEUCIDEKQRv/pXBIslHamIRSpQP4lJrWrjKthDVF6FH0ZLkSAiEA3lNnjegMVOULWdVOK5LaBk4ELA01Gx9yduZMIT5gtWM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94005033},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"3aab38f4795d9abdf057221ffc04e6653ccaf306","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.52.tgz","_integrity":"sha512-rihjXxQs28ss3OdhyhH6jmUda4fpz9S37LAYAcoDmKDgD9AKYTmB/hxSfwN+Uv+mu6EiA4cLC7LXy6YTZUpFWA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.53","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.53","@syncfusion/ej2-buttons":"~27.1.53","@syncfusion/ej2-calendars":"~27.1.52","@syncfusion/ej2-dropdowns":"~27.1.53","@syncfusion/ej2-file-utils":"~27.1.50","@syncfusion/ej2-compression":"~27.1.50","@syncfusion/ej2-navigations":"~27.1.53","@syncfusion/ej2-office-chart":"~27.1.51","@syncfusion/ej2-splitbuttons":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_27.1.53_1728981817835_0.7424173537377896","host":"s3://npm-registry-packages"}},"27.1.55":{"name":"@syncfusion/ej2-documenteditor","version":"27.1.55","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"9f28677c247452df0c3f127bcf13afd2d7dd1c18","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.55.tgz","fileCount":541,"integrity":"sha512-SqxNAcXIJ/8+SDSxXgtDwsX9Zx9UcNgx2J9FNvCyk44kgnrTjty9clKj3fLQdyr3nOtWR6TWQRSRNzlWwg9B7A==","signatures":[{"sig":"MEYCIQD7LByVy+aFs7Xg8ZRuJsXCG9f6VqekHmulQGmsWhASZAIhAIaoC6kOZivk31vEAfr055mv6K2smcUndruXEDa7RK0X","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94039959},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"582ed995742801730fa96c031c707459c2f21af6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.53.tgz","_integrity":"sha512-Q7gRL7h27XDM2LIHXIP3W4OaWykb8BMr/LhhQ6hOT67vt5T4zWsG1L/mKgj4xJ0mg2XpneXTZv9RrqowzVAZfA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~27.1.55","@syncfusion/ej2-dropdowns":"~27.1.55","@syncfusion/ej2-file-utils":"~27.1.53","@syncfusion/ej2-compression":"~27.1.53","@syncfusion/ej2-navigations":"~27.1.55","@syncfusion/ej2-office-chart":"~27.1.51","@syncfusion/ej2-splitbuttons":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_27.1.55_1729565874414_0.681127983105996","host":"s3://npm-registry-packages"}},"27.1.57":{"name":"@syncfusion/ej2-documenteditor","version":"27.1.57","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"8574d4f5433e9d166bb011234676b73e3bc36d2d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.57.tgz","fileCount":541,"integrity":"sha512-qWhossfB7P58eDSMUdsG8dfRnyUFoyG0Ldr4b2bQiytpOtUTQ8gN+p7WjYf4FHGa8RxLYuNjLVTg9ljoqLCNlg==","signatures":[{"sig":"MEQCIGJ/KOJaSOwWXr1tsrTMGGO4OiXTFUrzRAgsfNc6BbYTAiBcqWh8VS1vrCNGJdUtimLJdPrqBhHc9UIEDgUKjNQYDA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94090128},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"fb4a402696409d410f10667911b73e04eff5135a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.55.tgz","_integrity":"sha512-52FlLviYya+Ky926tqXKxEFHTiq0zPUw/jeMPImyq2DlwyC7ZvAf70E4XvBnrRXQm+zl3WuEsLkzw4fmucbOsA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~27.1.57","@syncfusion/ej2-dropdowns":"~27.1.57","@syncfusion/ej2-file-utils":"~27.1.53","@syncfusion/ej2-compression":"~27.1.53","@syncfusion/ej2-navigations":"~27.1.57","@syncfusion/ej2-office-chart":"~27.1.51","@syncfusion/ej2-splitbuttons":"~27.1.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_27.1.57_1730160025962_0.7758936837399184","host":"s3://npm-registry-packages"}},"27.1.58":{"name":"@syncfusion/ej2-documenteditor","version":"27.1.58","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"27fb2dd1163f27b56a3c50c52cd63e0c54a4d58c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.58.tgz","fileCount":541,"integrity":"sha512-TDJF7H9I0xAUcHfpDrZJz+JZtiUAkj7lTNUqfD1a424vdKLHT3omqcdcTIWFeUWBkjkNIXEEZorNxQUUeAoTGw==","signatures":[{"sig":"MEYCIQClbjCqeXL+fDCcaXqBoEcxBZHZ/hamhauRqDEItrH96QIhAI9nN8Msopurv7Ch9BGchmIuiw9MKSE/Xd+YPjnWns96","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94098251},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"1ab9605c52ddafd0534f4091d549f78d00ae1045","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.57.tgz","_integrity":"sha512-xtXWfI54gDSeCeox83NIQ+Ws/6QM7Avl11+FNfdaV2bRE//HWTlUKgWUMjm2T2j9lnc7xlgya4fk22WDzDlugQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~27.1.57","@syncfusion/ej2-dropdowns":"~27.1.58","@syncfusion/ej2-file-utils":"~27.1.53","@syncfusion/ej2-compression":"~27.1.53","@syncfusion/ej2-navigations":"~27.1.58","@syncfusion/ej2-office-chart":"~27.1.51","@syncfusion/ej2-splitbuttons":"~27.1.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_27.1.58_1730767669569_0.5679783722270455","host":"s3://npm-registry-packages"}},"27.1.59":{"name":"@syncfusion/ej2-documenteditor","version":"27.1.59","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@27.1.59","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":"94b19a4e8db2a6b3bf44f1220a79f84c136d9cee","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.59.tgz","fileCount":541,"integrity":"sha512-kD8ChqRJQVxE2eIhEhlYWFycfhCYqa36ZyYONvR54FZU0O56T4+6cqMJZBvF50oNMEGtktdvyrj2OiqYqVTbkw==","signatures":[{"sig":"MEQCIF9cRTVkQbeS+VE72t1zhwRSZCKO1Oa9W4V5rlvD/zbGAiAKitAmH1usvwhgVbP+Q0KCr9Wuq7uEzNyNSL7VobMGLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94107862},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.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-calendars":"~27.1.57","@syncfusion/ej2-dropdowns":"~27.1.58","@syncfusion/ej2-file-utils":"~27.1.53","@syncfusion/ej2-compression":"~27.1.53","@syncfusion/ej2-navigations":"~27.1.58","@syncfusion/ej2-office-chart":"~27.1.51","@syncfusion/ej2-splitbuttons":"~27.1.56"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_27.1.59_1730902212206_0.3960311729405681","host":"s3://npm-registry-packages"}},"27.2.2":{"name":"@syncfusion/ej2-documenteditor","version":"27.2.2","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"b040318ab8512cc18d3d6cbb8046a46c8bd51be8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.2.2.tgz","fileCount":541,"integrity":"sha512-8cWvbJCsGaicci1LADsboekUdYMhkfnOK255/rRLd5z8xlyl1tRO2KdfLtPmiR2+y4tri1K5i7P6lXDzR6V5NA==","signatures":[{"sig":"MEQCIG5rQzVzGNLKRtCnQ8aefoLeZobrsgTWU9BTVby0Izf9AiBN9thwZZmyXT6hhTHFECZLO1Jddz61rf+VqgNKsiJXCQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94143835},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"eae47a03350646a2ce4665699eeb6c1ca549f641","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.1.58.tgz","_integrity":"sha512-R5p5ZN5RiN3EC3GNlxzom78gi7GdXgw+1y/QTyIQAsGPK0phqRNHPMf/4E4BcOgM0HnXibOfFoAyX1m2T/ttdg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~27.2.2","@syncfusion/ej2-dropdowns":"~27.2.2","@syncfusion/ej2-file-utils":"~27.2.2","@syncfusion/ej2-compression":"~27.2.2","@syncfusion/ej2-navigations":"~27.2.2","@syncfusion/ej2-office-chart":"~27.2.2","@syncfusion/ej2-splitbuttons":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_27.2.2_1731644333515_0.5454792003223805","host":"s3://npm-registry-packages"}},"27.2.3":{"name":"@syncfusion/ej2-documenteditor","version":"27.2.3","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"410fdbf3fb10caed68eadb2d843b824296fdda45","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.2.3.tgz","fileCount":541,"integrity":"sha512-TdXh0kgrUuxrFGYyPk1AVJUhag2EAeTjAJ5M3uQ+I8f3T0ViU7zcerOGT+fIFnHwPGMH1aQEb2DpFKTNVq/jIQ==","signatures":[{"sig":"MEUCIC8NmaRnEC58gClkBhCQOJBg+td67ddzqBhkvunyYFh/AiEAuFWztDYnkO/J3e0Zh5HnxzDttMS6pjHwShvmBYrOqpE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94263452},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"c3e5c7b3d406d5501660adc0d1d12ccc76f3204f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.2.2.tgz","_integrity":"sha512-a0qrUKGsLcnwRi8bzIzsqDOLRAlhTQdyDwhFCS96y1y3t/rNC83EP3c1x4BH/a6l8ne5GNWqOzPxuRcsGbUN+Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~27.2.3","@syncfusion/ej2-dropdowns":"~27.2.3","@syncfusion/ej2-file-utils":"~27.2.2","@syncfusion/ej2-compression":"~27.2.2","@syncfusion/ej2-navigations":"~27.2.3","@syncfusion/ej2-office-chart":"~27.2.2","@syncfusion/ej2-splitbuttons":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_27.2.3_1732211996251_0.9444433267415426","host":"s3://npm-registry-packages"}},"27.2.4":{"name":"@syncfusion/ej2-documenteditor","version":"27.2.4","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"c467de7e96d65c68098a80629f9642e3605f779b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.2.4.tgz","fileCount":541,"integrity":"sha512-PVaBXF16OULepL//SHDjm9vrN1eSV4XMaQd1dbuSyvhCTf0aR54MZmxhD1VtxCiygmrQkzeBYtaEaY57ajFI8w==","signatures":[{"sig":"MEUCIHIrq7Vq0yNbVHlw4q4L3dHZJ5ucu3iFXBgWWn/qi55KAiEAq4CKItRKFk1/Yzi2dz8ikl7U88eWkVgvDbBYCpUI7xA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94289490},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"b6e332e2ef7472997dc089ee213d022a121855d1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.2.3.tgz","_integrity":"sha512-fPvObAhG2ON8vR3A/CtiYLfa7TAE6v2rC+g8q5H6dHEdTDBAZm8xyhb7UgjWZ6Eptqg7AgnYWk3YEQlv+pvk/g==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~27.2.3","@syncfusion/ej2-dropdowns":"~27.2.4","@syncfusion/ej2-file-utils":"~27.2.2","@syncfusion/ej2-compression":"~27.2.2","@syncfusion/ej2-navigations":"~27.2.4","@syncfusion/ej2-office-chart":"~27.2.2","@syncfusion/ej2-splitbuttons":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_27.2.4_1732579693166_0.5974561907695461","host":"s3://npm-registry-packages"}},"27.2.5":{"name":"@syncfusion/ej2-documenteditor","version":"27.2.5","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"43304650ec919449e2a3403d9dd006100dc690cf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.2.5.tgz","fileCount":541,"integrity":"sha512-Yd2Qr9A5072v43v21Ju1YipQ/CUnS6sWWr2eve6jOvzfS5F3m+DZxDwPl6DjqWOsG3juJEay6ouKvj9UBQCb7A==","signatures":[{"sig":"MEQCIAgdxzjKD/B9081cTeVSv1+Wxh1LQTrLb8AkPlaJiGNsAiAdQk3UiOJFZgIPHDTWPuPZaCQDkGA/8tLYs+GNLvB5LA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94319411},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"8b3c51ad9b5b0a58156eadc211fe3dab6f1b15e3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.2.4.tgz","_integrity":"sha512-LOFo/WIX3u2JerJ6eVJsEZ5BYfgp072j3Pb8kHnXJoyY6Cvd929hmxOrMmBjWp6V7ZkKNVkndoOle6A436dCBg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~27.2.3","@syncfusion/ej2-dropdowns":"~27.2.5","@syncfusion/ej2-file-utils":"~27.2.2","@syncfusion/ej2-compression":"~27.2.2","@syncfusion/ej2-navigations":"~27.2.5","@syncfusion/ej2-office-chart":"~27.2.2","@syncfusion/ej2-splitbuttons":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_27.2.5_1733189340171_0.783932370808057","host":"s3://npm-registry-packages"}},"28.1.33":{"name":"@syncfusion/ej2-documenteditor","version":"28.1.33","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"48724f50d51ab152763b20d5259631128cd3e5d0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.1.33.tgz","fileCount":561,"integrity":"sha512-arltmLjCEO5yMi7KKXCNs+2mzwejAHUm/vki6ponRq2fR1iAl6WA/QOmd0isIyuhFBuG7rVR8PVmONsmJSsYrQ==","signatures":[{"sig":"MEQCICX1+vXNvkU5ebj4lKwWFDsvJoCVlbrxIcYFhnRgtbM0AiASVk6ZCNmM6w4+NURxH7zI63nEE0ZXLmDHeBLWQMqbbw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":95191467},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"63eb1e2e9501bdfbb4450a884bdedf98a350974f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-27.2.4.tgz","_integrity":"sha512-oGf0m5WAriwlsLvXzMREu5FqIOfrd+qBt1cPVDxunAd2VvttzVkQpTenSrFk6UcTRBjDQs2VdIZNdXWgs4VEwQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~28.1.33","@syncfusion/ej2-dropdowns":"~28.1.33","@syncfusion/ej2-file-utils":"~28.1.33","@syncfusion/ej2-compression":"~28.1.33","@syncfusion/ej2-navigations":"~28.1.33","@syncfusion/ej2-office-chart":"~28.1.33","@syncfusion/ej2-splitbuttons":"~28.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_28.1.33_1733990752359_0.2980297230657578","host":"s3://npm-registry-packages-npm-production"}},"28.1.35":{"name":"@syncfusion/ej2-documenteditor","version":"28.1.35","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"bad25a1d4242b024206e598df9bf083b27cb22a8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.1.35.tgz","fileCount":561,"integrity":"sha512-XPvQeFrmXAiVwijzaIWVhoxUAS+xPwHBmCkSwtmGQqMPmdizbgtxzThBVuIyy4jgI8oBylGkEkiv14gJeBiNXw==","signatures":[{"sig":"MEYCIQDLqw1BbZPiZlnqhd+J9GeRJrDyfUEAU4Tw90mdjy4AEAIhAMthsmdJXn5qpc2dXblW0hKLs6i1s066O2nnrw/Ut+TM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":95611538},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"a8ffef1eb2a5eac970f550f3bdb92120a024c4e3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.1.33.tgz","_integrity":"sha512-lL8dHcjNhR2cYijjwoXs54xT0dH7TTn0CVU6PUVXCZq2mJyauxTQKdXdE7KT3b9EmoPfRtrzomksjOxI3J1cvQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~28.1.35","@syncfusion/ej2-dropdowns":"~28.1.35","@syncfusion/ej2-file-utils":"~28.1.33","@syncfusion/ej2-compression":"~28.1.33","@syncfusion/ej2-navigations":"~28.1.35","@syncfusion/ej2-office-chart":"~28.1.33","@syncfusion/ej2-splitbuttons":"~28.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_28.1.35_1734545596473_0.2554123987908985","host":"s3://npm-registry-packages-npm-production"}},"28.1.36":{"name":"@syncfusion/ej2-documenteditor","version":"28.1.36","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"e1ac1f1e90e37351b12d1433d0bf162eccaaecb1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.1.36.tgz","fileCount":561,"integrity":"sha512-z/npIBnxepUB9We2YbPFqfgr1ZnRuEn3iMC0Z5T5C4OU88IerS4SFytPb915LTcBOho80QSOx5qY1bTcKarJng==","signatures":[{"sig":"MEYCIQDwqsYSx48msm8PwW3LbkQNr8RGFkTZ1KPUZ4QyS3B8OAIhANJHV17HQIREiXvTCIveE8fvQ37ebkWjZ9kdQutHrX+j","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":95775527},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"110107878e7846a1250000592db968a8c59a8771","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.1.35.tgz","_integrity":"sha512-x2KKqeK0DSRfPN/000PlKUCo6EOKXqWuvJg/yscxE24awiH34g2A1Aezqw++H4tIENOrFE2Ox6FSmukwDssd2Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2-angular-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~28.1.36","@syncfusion/ej2-dropdowns":"~28.1.36","@syncfusion/ej2-file-utils":"~28.1.33","@syncfusion/ej2-compression":"~28.1.33","@syncfusion/ej2-navigations":"~28.1.36","@syncfusion/ej2-office-chart":"~28.1.33","@syncfusion/ej2-splitbuttons":"~28.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_28.1.36_1735037315076_0.26730301496789677","host":"s3://npm-registry-packages-npm-production"}},"28.1.37":{"name":"@syncfusion/ej2-documenteditor","version":"28.1.37","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"061fd5010a2f46fa52f9d52d5b5257cd16759eea","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.1.37.tgz","fileCount":561,"integrity":"sha512-Fz9h8USN8FvSoHiwEeWJcJ/vP8T8bZLbRWzC+1P2ikW2/QKhUFoVDLLCANGzPU/eHvh7oWYSEqSoUht8HGfdAw==","signatures":[{"sig":"MEUCIQCv9oo9hrfmyY3OOr670gqWvrEmSrVbRJfd2SUMErCt2gIgIFdym3wrD1pRyD3CZh6XwI9XnPTfsjlsvXH2Cgq6YK0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":95821018},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"b34accf6f243c81a30b2d1a16e9d9ef0867aefdc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.1.35.tgz","_integrity":"sha512-UabxhuiBkJHiQ8T5Bvf+/VE4Q7XLCypq5k4e7QEyPZKxXZ7hT9RozaF6cBVQ/7sQtTjG6L6rwIfoPKT26yhwow==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2-angular-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~28.1.37","@syncfusion/ej2-dropdowns":"~28.1.37","@syncfusion/ej2-file-utils":"~28.1.33","@syncfusion/ej2-compression":"~28.1.33","@syncfusion/ej2-navigations":"~28.1.37","@syncfusion/ej2-office-chart":"~28.1.33","@syncfusion/ej2-splitbuttons":"~28.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_28.1.37_1735602659632_0.35149890966964725","host":"s3://npm-registry-packages-npm-production"}},"28.1.38":{"name":"@syncfusion/ej2-documenteditor","version":"28.1.38","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"fd725b5e96ac96975fdb86064db8f33dbf3f154b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.1.38.tgz","fileCount":561,"integrity":"sha512-QXt7JmeZ6ZQMXhEKXL5ZBCiwgWZlJKeDPT4BUd2+8yOvL5eULWIG73/O6QfIJS1FKIXLXhlniQGNrLxwrlaRwQ==","signatures":[{"sig":"MEQCIGkjuwT5Ik0rAlEZjBMaUt6jK/BHd3zmCnPQsMHCWO4RAiA7q6GrMV/suXdnrj1XZjBp3o33yqb4n/Lw2AUJwvRMJQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":95967388},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"470516bc0318716cefdcbacac17b8b1ee3989b6d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.1.37.tgz","_integrity":"sha512-J04QU+bWQSMW9hofONjWeNwBiyNIS5nmq1LleNczkxjukCgv8GAmC9plLwSM25cAI8F4YenLL/Bh5DHI5j3BGw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~28.1.37","@syncfusion/ej2-dropdowns":"~28.1.38","@syncfusion/ej2-file-utils":"~28.1.33","@syncfusion/ej2-compression":"~28.1.33","@syncfusion/ej2-navigations":"~28.1.37","@syncfusion/ej2-office-chart":"~28.1.33","@syncfusion/ej2-splitbuttons":"~28.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_28.1.38_1736212987766_0.4531296553689681","host":"s3://npm-registry-packages-npm-production"}},"28.1.39":{"name":"@syncfusion/ej2-documenteditor","version":"28.1.39","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"848a874497f8ceb2ef528507c8827ee6076f8f53","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.1.39.tgz","fileCount":561,"integrity":"sha512-ZH2FRPLk8CYeVorN0WSEWTMirunK39hOZbJbHdIFZ6fwq8LfT5u1aNMYbFd5o0++KNtdJtCCihGy73qOFRw7Kg==","signatures":[{"sig":"MEQCIDy5jygJkhdOfxF69YWF6bP6ex8ibDK4sxtG6TDHk4XEAiBIgMoxMGB56ENo49Z09o0flIp7sbzfOrD8xIDFDVXjtg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":95990473},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"63736adaab04600208b0b606682c663573736ed0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.1.38.tgz","_integrity":"sha512-/qK/c+1ma0k8MdSub4LKStJCtkI4UhQIHreJUk1xz9M9Qk5Aa0rjc45Hk5YXGPM185Hf3PjThN3f8QAshAQHMQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~28.1.39","@syncfusion/ej2-dropdowns":"~28.1.39","@syncfusion/ej2-file-utils":"~28.1.33","@syncfusion/ej2-compression":"~28.1.33","@syncfusion/ej2-navigations":"~28.1.39","@syncfusion/ej2-office-chart":"~28.1.33","@syncfusion/ej2-splitbuttons":"~28.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_28.1.39_1736823851367_0.7200802379960467","host":"s3://npm-registry-packages-npm-production"}},"28.1.40":{"name":"@syncfusion/ej2-documenteditor","version":"28.1.40","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@28.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":"0de931838585bdb2d098bccf6d84946376adc312","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.1.40.tgz","fileCount":561,"integrity":"sha512-kq9aROY56mpCYc+KKu81hH5nn5mp+ZmGF/A/XsNpORzb83otIvqlv9EAJvJnoj1tc/18720BTyXaFrUBQwPy3w==","signatures":[{"sig":"MEQCIHxBUWIGQhRHR9BvN2vlf5HUPr0wqt00Irf1KoHPtys5AiAwWYS60lSMnvE78hNRFrkJ2N01IABdzSuP/GDR/49RcQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":95999565},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"22.11.0","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-calendars":"~28.1.39","@syncfusion/ej2-dropdowns":"~28.1.39","@syncfusion/ej2-file-utils":"~28.1.33","@syncfusion/ej2-compression":"~28.1.33","@syncfusion/ej2-navigations":"~28.1.39","@syncfusion/ej2-office-chart":"~28.1.33","@syncfusion/ej2-splitbuttons":"~28.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"bundleDependencies":[],"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_28.1.40_1737120895966_0.5040319446683021","host":"s3://npm-registry-packages-npm-production"}},"28.2.3":{"name":"@syncfusion/ej2-documenteditor","version":"28.2.3","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"b16b3332a31b5c2034aad7f6551bc9d40c03ab0f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.2.3.tgz","fileCount":561,"integrity":"sha512-tTnQrQb4Vr0X8Z/ePqSG8J6Rfx05KBKuMGaujcKbXA+NA+KegtCf9AG4On+tv4KTGC5HLBP5ml4pBaEnjV81lg==","signatures":[{"sig":"MEQCIFFj/qC1QQcWWi1xVGKRW4xs2asYhaRpnadK3+MslimmAiA8e+2SaUtmnP5g2ilRJeN0MhfYP0JgCc43IMe5z+Hbww==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":96052432},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"b8b1fffdcbfedb340cef619ced943e4561b9c6b9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.1.39.tgz","_integrity":"sha512-LEtJQp1UTJg/eyl/COSnTiHTPF5GBAqV4x+HVSLWrjocyfIepHgMXIBmXb+UfkNxBOFb5SjELTaCFUIQzWxiAA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~28.2.3","@syncfusion/ej2-dropdowns":"~28.2.3","@syncfusion/ej2-file-utils":"~28.2.3","@syncfusion/ej2-compression":"~28.2.3","@syncfusion/ej2-navigations":"~28.2.3","@syncfusion/ej2-office-chart":"~28.2.3","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_28.2.3_1738146302506_0.8735887183799094","host":"s3://npm-registry-packages-npm-production"}},"28.2.4":{"name":"@syncfusion/ej2-documenteditor","version":"28.2.4","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"8e40c1576e150037da9cadff8c089b048222d723","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.2.4.tgz","fileCount":561,"integrity":"sha512-3QF3tUKL9jLPSH+ShDDognrHuegCPXTJJfTPyluc1LVZB5PdEfgRdNv6aoWTzPpeExjxUbUifIAVviNTf1EfKQ==","signatures":[{"sig":"MEUCICrWKyv+z/PtgEbZ27GAqp0tW2tQdw3kMDQFADGYa0mLAiEA+u3xE1to7U5h6HHworOOo1Q71gLMcB3RzIG505+V7Bs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":96138010},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"a1a44293844a793317b7272e346800eeb0fd44fa","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.2.3.tgz","_integrity":"sha512-e+CayXmznt/DALdtpSDYc1aOfixK9S51ux7IDdYMt/dz2o6FFGm45PlqAx9e9CnK9e9R6O6k/OxbZGoh0LRdeg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~28.2.3","@syncfusion/ej2-dropdowns":"~28.2.4","@syncfusion/ej2-file-utils":"~28.2.3","@syncfusion/ej2-compression":"~28.2.3","@syncfusion/ej2-navigations":"~28.2.4","@syncfusion/ej2-office-chart":"~28.2.3","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_28.2.4_1738630889748_0.5452619736458062","host":"s3://npm-registry-packages-npm-production"}},"28.2.5":{"name":"@syncfusion/ej2-documenteditor","version":"28.2.5","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"f65fcffc6a15a9e56694c0380c312fe1ca63c8f9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.2.5.tgz","fileCount":561,"integrity":"sha512-FHQqq8XY6ppLwAyI+tS7d66Q8sbagPjeycsOim8tSw836cWDqxxLfqGLwI7QfVf349PT2r22jgab0Li5w6+2cw==","signatures":[{"sig":"MEYCIQCEyJqXW4ytRwbzJI5Sz23TfpYnmd9vwwvKPLXvG6M1kAIhAJ4lhMhW84xwZqU4UX5ud7l7w04gtnmBTNptQ5VDAEPz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":96187949},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"4e131274ea1d067262ec508a3f00db845db02b9d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.2.4.tgz","_integrity":"sha512-V4j1B++XUaZpSrt+nvXxe8pmd67THtn8qmy/YcNHH6c9+37jLq2UrrdQPrV41eu+Du6qnJA1CCuNDzxjwZ31Kg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~28.2.3","@syncfusion/ej2-dropdowns":"~28.2.5","@syncfusion/ej2-file-utils":"~28.2.3","@syncfusion/ej2-compression":"~28.2.3","@syncfusion/ej2-navigations":"~28.2.5","@syncfusion/ej2-office-chart":"~28.2.3","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_28.2.5_1739242171300_0.7181991808140373","host":"s3://npm-registry-packages-npm-production"}},"28.2.6":{"name":"@syncfusion/ej2-documenteditor","version":"28.2.6","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"0f1f9c3921198293d390045ea4b15cb160bf5208","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.2.6.tgz","fileCount":561,"integrity":"sha512-p2M0honAYeEgP3Yv5Pf0BS00IknQyxAxrqPaQ4/n8urIx45d+wyuX8/51xCF3ZSfi2HiefRsx503XD/auyQJmg==","signatures":[{"sig":"MEQCIDl4uCB/sh2Iyj5LTYlbtTw3JEGq5UlSCzifxurqXKsKAiAW03i/E6CnbHFDz6+7Hwo0aiko4YNU5rIHWofoVztY4w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":96235982},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"c88368eee00a75734893bed640145e949702c75b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.2.5.tgz","_integrity":"sha512-iTkvXSeCogf5JmWcKwDuZucAa929v3IUu9hkEukn/hsmM+2J0VjREhTxIDLo2srvC+5E+jBOEdFcu2zHOjqo2Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~28.2.3","@syncfusion/ej2-dropdowns":"~28.2.6","@syncfusion/ej2-file-utils":"~28.2.3","@syncfusion/ej2-compression":"~28.2.3","@syncfusion/ej2-navigations":"~28.2.6","@syncfusion/ej2-office-chart":"~28.2.3","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_28.2.6_1739845302718_0.9089697052346686","host":"s3://npm-registry-packages-npm-production"}},"28.2.7":{"name":"@syncfusion/ej2-documenteditor","version":"28.2.7","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"6fd3f1c4f378bfbac430d5e557ee5815d0671e73","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.2.7.tgz","fileCount":561,"integrity":"sha512-nejr4cNr2g5/WmIlJSuh3b30z9w3tfEUpFK3JCTtk3OMxz6Eq9JJuQrURFTGtNx9fdgTTGI5ELgRVbXKGEdAKw==","signatures":[{"sig":"MEUCID/WyI2tBQKJVIwuHolcMPlEyIlzlH++8uguqtP07YCcAiEAydZTvFZcH8sxGLwF8H+KiP/qhXz4/famffLZJ8MRND0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":96291199},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"c5576a58bf71e399f418f45b94aa66e561fc8ae1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.2.6.tgz","_integrity":"sha512-aSjGYmp/AXOWGmsS4rzJlGQI9XZyEe13mSWFePzYEnQzCfQ8PYgCr7pqt49MdB9jCvFVNNQK5qPopQpsm/xVKw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~28.2.7","@syncfusion/ej2-dropdowns":"~28.2.7","@syncfusion/ej2-file-utils":"~28.2.3","@syncfusion/ej2-compression":"~28.2.3","@syncfusion/ej2-navigations":"~28.2.6","@syncfusion/ej2-office-chart":"~28.2.3","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_28.2.7_1740451999631_0.21775383544750038","host":"s3://npm-registry-packages-npm-production"}},"28.2.9":{"name":"@syncfusion/ej2-documenteditor","version":"28.2.9","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"34db957613851d55f5ef32ba3b9c029c3de6207e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.2.9.tgz","fileCount":561,"integrity":"sha512-QdpJxSCX81/OuBU1cbNqkNbmdYBhcN8Igu3vxEN7lLNZi/fKbZLIR4wyL+04J2ZLQgowtl0iPrONTj+wc6+LYg==","signatures":[{"sig":"MEQCICTIAB4M8hQtbolnb/s1Acl4bNqTzUYFJjqh6ldyztaKAiB+YDgkvlfjb9OVSPr9uXD/Gyv1aPxL6BN1t9fuhfzCWA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":96356028},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"3b699c0ac2603e6d7209265d2ef82baa8b6b0486","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.2.7.tgz","_integrity":"sha512-Ab8OjfdYLtCUosQ9y7QOgT3TSa8oAYYPxNdeIxvSzG/wNyFQ1eaNIEWHMCZWdwaP4byxrEV6FbUUGVvuYkCg6Q==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~28.2.9","@syncfusion/ej2-dropdowns":"~28.2.9","@syncfusion/ej2-file-utils":"~28.2.3","@syncfusion/ej2-compression":"~28.2.3","@syncfusion/ej2-navigations":"~28.2.6","@syncfusion/ej2-office-chart":"~28.2.3","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_28.2.9_1741056004026_0.6755735900007271","host":"s3://npm-registry-packages-npm-production"}},"28.2.11":{"name":"@syncfusion/ej2-documenteditor","version":"28.2.11","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"9db68c85d3ab2f7d54f22f1f40621f5b5857dba2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.2.11.tgz","fileCount":561,"integrity":"sha512-RWCpqMFL0B/1jwGKZ+BKflziIf32r9nAF47TtpwhG17K0lckdH68SCKvVFK29oZYt15RR2iNqM/8O30z8TvN3A==","signatures":[{"sig":"MEQCIFpI1T3I+crGyw1AtyiiyPTZ7umatSWfUgxMPxmwpYDyAiACN0SQ5i89+KVXkNeKFk/mCUAEHFGS4eQdgYCY/nmfbA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":96452914},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"716a94798e7e3bf13a242d52a962263cbc798e60","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.2.9.tgz","_integrity":"sha512-10RH5TPeSxLKVBkwgCb1h+vPfMRLcDqM3Zl4rFUm9JvHHeZuCoxnWHnZ0rWBljePjtr0md/ELo4XA8em+fy4fA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~28.2.11","@syncfusion/ej2-dropdowns":"~28.2.11","@syncfusion/ej2-file-utils":"~28.2.3","@syncfusion/ej2-compression":"~28.2.3","@syncfusion/ej2-navigations":"~28.2.11","@syncfusion/ej2-office-chart":"~28.2.3","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_28.2.11_1741659807857_0.9286522682628036","host":"s3://npm-registry-packages-npm-production"}},"28.2.12":{"name":"@syncfusion/ej2-documenteditor","version":"28.2.12","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@28.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":"36b2d118c038df440e252aa07fc9b8f667ccf13f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.2.12.tgz","fileCount":561,"integrity":"sha512-DgbxXt1aCyaO9BdMHZ9CJKDYfskxqwninHwekMUtMdRrc9C3ZXiWU/Pt1z49tA76DZ+RQbHGyq9UAohn1AQt/A==","signatures":[{"sig":"MEYCIQD0JS36sXbBpRoGR5+PKpET6OwNepdE0cPjv/3TtZJxeQIhAPU9ItH3x+qTsR6q7+H8Xm1TYhV0W5dd0jrgvD77DWJ0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":96524850},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"c9366fe0324813546551df3825dba6721badabf5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.2.11.tgz","_integrity":"sha512-gAFSjCj5aZryRruTomoIBQ988AAqIxkDXD1mPSTHR1S1ei2GkPrQng+YhQQTv5UoxgZUs/KdZStI4vIlRbTcjg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.12","@syncfusion/ej2-inputs":"~28.2.11","@syncfusion/ej2-popups":"~28.2.9","@syncfusion/ej2-buttons":"~28.2.7","@syncfusion/ej2-calendars":"~28.2.11","@syncfusion/ej2-dropdowns":"~28.2.12","@syncfusion/ej2-file-utils":"~28.2.3","@syncfusion/ej2-compression":"~28.2.3","@syncfusion/ej2-navigations":"~28.2.12","@syncfusion/ej2-office-chart":"~28.2.3","@syncfusion/ej2-splitbuttons":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_28.2.12_1742360544512_0.6183413526928161","host":"s3://npm-registry-packages-npm-production"}},"29.1.33":{"name":"@syncfusion/ej2-documenteditor","version":"29.1.33","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"b5f87d5fd493821d100498bce4cbcab7bdb654c8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.1.33.tgz","fileCount":561,"integrity":"sha512-cb7zFci+mCa1F6+GxIBnSgA9cTpR/6oJWx1wM0OwXZiI5+WrJWC8jc5pjkZKXHY9kmwOtW2GqxdR6YWnSy6eRg==","signatures":[{"sig":"MEUCIQCBG3Gy5V6gBLrj0QqDqfRkFM9J+IwYKg20dXTErD1G4QIgOZmH8zXZMY4Ts98bygNtpc1z9LB5hjUcTz+wYQ8zed8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":96658592},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"506483cc590da45fc7da8367b39e9b2fdec8e35f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-28.1.33.tgz","_integrity":"sha512-DU2OMNtGRXjjApiJ2KfJAUh8w/iP/ncdKMTmLSxPgSxICH3genOMPdsEw0rRBHyegchIZ+VDb/HI6bvej3LDCw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~29.1.33","@syncfusion/ej2-dropdowns":"~29.1.33","@syncfusion/ej2-file-utils":"~29.1.33","@syncfusion/ej2-compression":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.33","@syncfusion/ej2-office-chart":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_29.1.33_1742897583905_0.5661013315167582","host":"s3://npm-registry-packages-npm-production"}},"29.1.35":{"name":"@syncfusion/ej2-documenteditor","version":"29.1.35","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"951bd924f08d985e3afd8ad7216d9a05dc1a070a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.1.35.tgz","fileCount":561,"integrity":"sha512-Q/kZHm7v8t+cHJ3SQZJHr2Nx+HIr+1MjD1udwSQS1ybjYURJ7GsPoOeKlwNjcMJcNZni8MZByD3AhMEtATUeVg==","signatures":[{"sig":"MEUCIHJAeWmlxgvDgMuy5VawgubzeA1WGqTo2DyASU/KkQOhAiEA/LdCdrDH68Pw2ZYwGsPLS2TrPhDP4QXokPBzbXaRVWw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":96751642},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"94f6649904027415947b3eaf5a925991b85d5340","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.1.33.tgz","_integrity":"sha512-bUwbAfQOlwO07i2DMZ0h3HlYCln+grYDS1JVAuN1PzEuehKd+bD71FX0S6pPHAQMfpWaZlPFJUcu9oO1VUrSZQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~29.1.35","@syncfusion/ej2-dropdowns":"~29.1.33","@syncfusion/ej2-file-utils":"~29.1.33","@syncfusion/ej2-compression":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.34","@syncfusion/ej2-office-chart":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_29.1.35_1743470728785_0.5012990418041909","host":"s3://npm-registry-packages-npm-production"}},"29.1.37":{"name":"@syncfusion/ej2-documenteditor","version":"29.1.37","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"90fbef19ac0ef723da595b86ad034608062bce8e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.1.37.tgz","fileCount":561,"integrity":"sha512-TouHoYYO4euutOhNeb1iHEBcNI3SW9UeC8RmAzK1Bu8robNcYlRSkc+P9BplKPutNMH4e+iwRU9cW5ZlbH9qjQ==","signatures":[{"sig":"MEUCIQDSlV2hQTg6fcrWYvrs9F/R7h0sg+AcKNkK3iA7C/eMIAIgOJivZ2bhltJs1i9CmL7DM2CgfD8O0dlspPga5Qj742Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":96805519},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"0b4831f1f55c733ac0c1c920f48c0916f6c21f7a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.1.35.tgz","_integrity":"sha512-aEIemOQ+U7VWlTvAQ/nkRYErnVDOg/xcnRV1FX9mZZ8K/Sguxg6bUgte4rS+C9VUUj58XQgeiu2nsPtV/fsaZA==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~29.1.35","@syncfusion/ej2-dropdowns":"~29.1.37","@syncfusion/ej2-file-utils":"~29.1.33","@syncfusion/ej2-compression":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.37","@syncfusion/ej2-office-chart":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_29.1.37_1744081569337_0.8005533123856696","host":"s3://npm-registry-packages-npm-production"}},"29.1.38":{"name":"@syncfusion/ej2-documenteditor","version":"29.1.38","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@29.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":"90e088fbcc2c20797fcbada34b71df6391e27c25","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.1.38.tgz","fileCount":561,"integrity":"sha512-GT6VzA2YozoznrjhTPvvFJWcCTPZZ9kPMnsHgKVYzhIstxFEL5CuJobWvGfwPBm5QrEcHVqaRGlCfmy5o6zA5g==","signatures":[{"sig":"MEUCIQDPm3oRi7WNA2ACSyXjBw8xB9TLaRazKa4auYYSIXvBDQIgSpj5mYu55u71HDqVoc0wQrv4BBT2GmzLf3/d59DO0Xs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":96863286},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"3f24a36524fa6f36897d240e29ddbba1521ea469","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.1.37.tgz","_integrity":"sha512-qMy/kk9q+Q2q4M+NCNgxf3qaCKe1SfV9AazudF/rIyAye/z7fMV1zadbSkwba1leXfALtmVmW4AlHXoONiifzw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.36","@syncfusion/ej2-inputs":"~29.1.38","@syncfusion/ej2-popups":"~29.1.37","@syncfusion/ej2-buttons":"~29.1.34","@syncfusion/ej2-calendars":"~29.1.35","@syncfusion/ej2-dropdowns":"~29.1.38","@syncfusion/ej2-file-utils":"~29.1.33","@syncfusion/ej2-compression":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.38","@syncfusion/ej2-office-chart":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_29.1.38_1744669781670_0.681279223194458","host":"s3://npm-registry-packages-npm-production"}},"29.1.39":{"name":"@syncfusion/ej2-documenteditor","version":"29.1.39","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"6b0312e395bf186a66dfbde889a7895c3ffc9336","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.1.39.tgz","fileCount":561,"integrity":"sha512-e7iy8XZkhLILfZh0LbPF4rn8z5H6vB2OWlFuVvjRaTbFTLBuBgEO1AcJSlTfSCawp9CbfiuYpKctKC/WkU0iBw==","signatures":[{"sig":"MEQCIHRuofT5zYRwdRU1QpYU3Ar3JEw4emgbYHk337jPF7+BAiAGWp3vNeXqGfwAHp7/VQRVv3fNVuV14QJRfuKmykF9Zw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":96959641},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"ab6b2cb8828641c43c804a94168ef9ab596282d1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.1.38.tgz","_integrity":"sha512-QqLQoprULpFTNuWOBZY93/NVh0HySmhaYdMWEqGYbg74/G3jqRXNgcR0swR7t1HiJPUTgwPOf3FEunIzA6yupw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~29.1.39","@syncfusion/ej2-dropdowns":"~29.1.38","@syncfusion/ej2-file-utils":"~29.1.33","@syncfusion/ej2-compression":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.38","@syncfusion/ej2-office-chart":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_29.1.39_1745289743921_0.12254817716908772","host":"s3://npm-registry-packages-npm-production"}},"29.1.40":{"name":"@syncfusion/ej2-documenteditor","version":"29.1.40","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"6f7cbe198d9cb902f741559b82a6ef614103cc49","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.1.40.tgz","fileCount":561,"integrity":"sha512-yZ43syCgeVkGJSGrXHZngQaM+cy8OqNB+6BiOEGXcu+hp9MsQAIu8xcBmlMxiMx1ItSB7tdKBZG4qknx+pZMPg==","signatures":[{"sig":"MEUCIGuBJDYjKTMqNOKn7LpT/8d9fLIrDB93UPFPeCfZEcIHAiEA9hPXhQ+Jp+3wGNIujd/WeGPPC4Xvu3xUeWcjRKrERGk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":96972033},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"aacabec6ed9b37dd84a5e826e84850d741b332c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.1.39.tgz","_integrity":"sha512-/uSt7/WuMAXmeGDfRbordoVva/Qy5gQfiqSFAy+2qf+SXzJM6UFRwBm1rThT6r9zyNaM0ZSwh62oL44X5PfvyQ==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~29.1.40","@syncfusion/ej2-dropdowns":"~29.1.40","@syncfusion/ej2-file-utils":"~29.1.33","@syncfusion/ej2-compression":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.40","@syncfusion/ej2-office-chart":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_29.1.40_1745891292579_0.40440138252808344","host":"s3://npm-registry-packages-npm-production"}},"29.1.41":{"name":"@syncfusion/ej2-documenteditor","version":"29.1.41","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@29.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":"e0e6f96c4f8893387e1040c14bddb58cc5ad8a82","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.1.41.tgz","fileCount":561,"integrity":"sha512-+G0CrV1/d8pePUfxkflg3j8WOCRl7fTvFWPm5R+kBemLZy9pQhNUelj6VTmGzd+TxOAptW/yWvN4jexTZtEyLQ==","signatures":[{"sig":"MEQCIATq4X88JijkCBNljWwo2Yq64gO2YIyvXqBcHuHymn4cAiBxJC6iJ0rAhItl4Cfcqt2ngfUKYkH8r18m9cBzAuNj4Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":97043688},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"aeb9df1edbdfd2f5ff3247f862aaf360284dc1b7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.1.40.tgz","_integrity":"sha512-T8/puk5wxEmeGLhVzniOV1oMO24+tmhLKEkqTtN/hFZX1903oRn+HtTY8+Bmb/dCiTcNkjUlnCh+TlSFAiXIQw==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~29.1.40","@syncfusion/ej2-dropdowns":"~29.1.41","@syncfusion/ej2-file-utils":"~29.1.33","@syncfusion/ej2-compression":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.41","@syncfusion/ej2-office-chart":"~29.1.33","@syncfusion/ej2-splitbuttons":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_29.1.41_1746498332928_0.9844115456524678","host":"s3://npm-registry-packages-npm-production"}},"29.2.4":{"name":"@syncfusion/ej2-documenteditor","version":"29.2.4","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"71d9071d329e4f805f593c3937d978b291afb20a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.2.4.tgz","fileCount":561,"integrity":"sha512-XouElaumqikrGLcXXUUcBTxkOHPMrV+bgiaZMEYqTqSZt6wyuO5wMxEe9iy1BKvNO/DkbXAn6casKIy/GchIEA==","signatures":[{"sig":"MEUCIBSHX7RYcuqR7YYFhj2Rsc090rTCrm5atyvqfTg8B7NjAiEA96KSmrkqkZwO4IeYexCOqUYG9GLhuVxO142whIfLm0U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":97138413},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"1a293a70c7285858791ac910fb9a474f204b5abd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.1.41.tgz","_integrity":"sha512-kSTIzrrlmVmW2nJKt75sXAwVi9yURJutQSpzlP1Qyp+me0i7b0JrJS4S9EaZsik8ChhhFXA6+velLFz3E6l9Gg==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~29.2.4","@syncfusion/ej2-dropdowns":"~29.2.4","@syncfusion/ej2-file-utils":"~29.2.4","@syncfusion/ej2-compression":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.4","@syncfusion/ej2-office-chart":"~29.2.4","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_29.2.4_1747219606250_0.23588453236288043","host":"s3://npm-registry-packages-npm-production"}},"29.2.5":{"name":"@syncfusion/ej2-documenteditor","version":"29.2.5","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"67776aef8a0aa9f25cb5d4e1dbaca6cd2f676566","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.2.5.tgz","fileCount":561,"integrity":"sha512-FCz6Vh1lRVvTApdDmyJ8E5lUuAYg0Avth2IxVe6ZigPTBgG62wY4tG/05CivWhjdZoyGX+/2ihARZARvj0hWGA==","signatures":[{"sig":"MEQCIAK+sGKUF6Kvr3zkBQsGsFuvUI7LsTq32OJwSGDyKLIqAiBDHhu0wtb0EEr427RSoHy5sE6ZChktpTXFNU2DR6RAPg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":97238650},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"ab492036a3e64870d5240719454020c43bad387c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.2.4.tgz","_integrity":"sha512-xc7o/Ngd2Cl7b1LbPNPxDLGGc4slolTr0XUVNO7XDDsTOw9vy1vZZK4OBzLB5FX3ultL3N74WZTR+/IncdhV3w==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~29.2.5","@syncfusion/ej2-dropdowns":"~29.2.5","@syncfusion/ej2-file-utils":"~29.2.4","@syncfusion/ej2-compression":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.5","@syncfusion/ej2-office-chart":"~29.2.4","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_29.2.5_1747788112870_0.1917416029933834","host":"s3://npm-registry-packages-npm-production"}},"29.2.7":{"name":"@syncfusion/ej2-documenteditor","version":"29.2.7","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@29.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":"0ec13de6850d5b2e329187be6fef5f3e2c0161ce","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.2.7.tgz","fileCount":561,"integrity":"sha512-VP0x7H6s9mmt558DeFrd3x4fhwbMMoLCHV+t4O5QSZHQIcI9U/ktmRRky7Rw4apTcO5leUWQ7BqzXVVi0N7wlg==","signatures":[{"sig":"MEUCIBXpyv2S3lFFKftTEiihZDYvpAEZD8uNWo67mKAXWDXbAiEA6mMTNNpeO1GCTxI3MMdT0EF0O/yqa3bIS5JfiR4SKGQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":97316522},"main":"./dist/ej2-documenteditor.umd.min.js","_from":"@syncfusion/ej2-documenteditor@*","_spec":"@syncfusion/ej2-documenteditor@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-documenteditor.es5.js","module":"./index.js","_shasum":"ab492036a3e64870d5240719454020c43bad387c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-documenteditor","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.2.4.tgz","_integrity":"sha512-xc7o/Ngd2Cl7b1LbPNPxDLGGc4slolTr0XUVNO7XDDsTOw9vy1vZZK4OBzLB5FX3ultL3N74WZTR+/IncdhV3w==","_requested":{"raw":"@syncfusion/ej2-documenteditor@*","name":"@syncfusion/ej2-documenteditor","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-documenteditor"},"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-documenteditor","/@syncfusion/ej2-react-documenteditor","/@syncfusion/ej2-vue-documenteditor"],"description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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.7","@syncfusion/ej2-buttons":"~29.2.5","@syncfusion/ej2-calendars":"~29.2.5","@syncfusion/ej2-dropdowns":"~29.2.7","@syncfusion/ej2-file-utils":"~29.2.4","@syncfusion/ej2-compression":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.7","@syncfusion/ej2-office-chart":"~29.2.4","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_29.2.7_1748439059702_0.31208123039332913","host":"s3://npm-registry-packages-npm-production"}},"29.2.8":{"name":"@syncfusion/ej2-documenteditor","version":"29.2.8","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"f4f72623155edf559911256167d29b300cf276b4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.2.8.tgz","fileCount":561,"integrity":"sha512-/jz2n9IIkLt4Lhy+BpMWR7d1yy7uuKbF9RudZM0FvYQqoitPf0dfd8vtzNIclI+eN8XonyhSwReItv+FPVYLLw==","signatures":[{"sig":"MEUCIQCVhuWhOIZa2AmWa5hhvTDIVSZB8f0qt3vl2CaHEJI2DwIgERd0DJD58UdHHTMxyc7PkpJOlF5TP9/1Zp58aFO20io=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":97469366},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~29.2.5","@syncfusion/ej2-dropdowns":"~29.2.8","@syncfusion/ej2-file-utils":"~29.2.4","@syncfusion/ej2-compression":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.8","@syncfusion/ej2-office-chart":"~29.2.4","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_29.2.8_1748914203635_0.3430323189762847","host":"s3://npm-registry-packages-npm-production"}},"29.2.9":{"name":"@syncfusion/ej2-documenteditor","version":"29.2.9","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"faaf3d5434fe099d3a1f4d44d8ee9cd6a2f297bd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.2.9.tgz","fileCount":561,"integrity":"sha512-AxTPncOoW76maxweuWHqxMmTWYUqxq+iydI4SI6mhKzOIMtcx6sT4Ip3Rmk2Rxwzp8GtFAKEpK+A4Fhqr5qawA==","signatures":[{"sig":"MEYCIQCXsPPu+KRvB+TVnD7koMqWgdZOyHxKbUE67ygjZTzYKQIhALW16oSQqmQSncONx9arwkHJhQVLmg9iGVr/+wa3gfmF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":97502726},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~29.2.5","@syncfusion/ej2-dropdowns":"~29.2.8","@syncfusion/ej2-file-utils":"~29.2.4","@syncfusion/ej2-compression":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.8","@syncfusion/ej2-office-chart":"~29.2.4","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_29.2.9_1749132872931_0.7969325929674018","host":"s3://npm-registry-packages-npm-production"}},"29.2.10":{"name":"@syncfusion/ej2-documenteditor","version":"29.2.10","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"ca5cc23783343e3d2a7aee017f4ffa311cf6ce52","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.2.10.tgz","fileCount":561,"integrity":"sha512-MLTtBiQb/i+L9WETB9ezHG7/4RnW0kf74tFh3wCw6kHz0zSZIxtR3e57YSDQBcOzJJfBfKPHW/cwNXpnwM4XEw==","signatures":[{"sig":"MEUCIDnQlF/owy8jh8WJbAoKNA96ua+uEr93x64fCvScpImFAiEAwt8g8kyGLWIDCi75zMzzuwcrDz1Xc6McZeDipT2iD8M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":97544297},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~29.2.10","@syncfusion/ej2-dropdowns":"~29.2.10","@syncfusion/ej2-file-utils":"~29.2.4","@syncfusion/ej2-compression":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.8","@syncfusion/ej2-office-chart":"~29.2.4","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_29.2.10_1749524269474_0.5608376022119319","host":"s3://npm-registry-packages-npm-production"}},"29.2.11":{"name":"@syncfusion/ej2-documenteditor","version":"29.2.11","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"7d4c23ede39fa866f7dcc7e0f3c53f7ed12b7f86","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-29.2.11.tgz","fileCount":561,"integrity":"sha512-CrYtNwR8AfWKWOYMnZICBNnbC/CYztZ0MLs30Iu93vOpHE/j23wvZxKpLfqWujm5WWudI9mLPXIzzyPQQqQTOg==","signatures":[{"sig":"MEUCIQC/R/rnZt+hUCBMv79HAmzEmOVDICzMdYFGKBo0QrpUZQIgYwP9p9KeyE2O5GXQ8cuE9sfgq4nUwo19s9KqB4fvCD0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":97650856},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-calendars":"~29.2.11","@syncfusion/ej2-dropdowns":"~29.2.11","@syncfusion/ej2-file-utils":"~29.2.4","@syncfusion/ej2-compression":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.8","@syncfusion/ej2-office-chart":"~29.2.4","@syncfusion/ej2-splitbuttons":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_29.2.11_1750128882364_0.8420192042931172","host":"s3://npm-registry-packages-npm-production"}},"30.1.37":{"name":"@syncfusion/ej2-documenteditor","version":"30.1.37","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"c89860689585bbb6324c1ea66fc5de61ec21d7c0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-30.1.37.tgz","fileCount":730,"integrity":"sha512-Z89RreGHBf96HSld7Hfe8zjcO1uRfoTLo8FllE+mFgV9MmFhK7bWGKd52UVn7RFW5muZwhDACrobVbUlkzlQow==","signatures":[{"sig":"MEYCIQCkFvDzW67AQ6Zl3tb2Tt82CI0SYY2Tgojez7nyqmgtHwIhAOk+X99aprB/Z3kmVBIoferkM954rNbv4fIKXLJGcHz3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":103489596},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~30.1.37","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-calendars":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.37","@syncfusion/ej2-file-utils":"~30.1.37","@syncfusion/ej2-compression":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.37","@syncfusion/ej2-office-chart":"~30.1.37","@syncfusion/ej2-splitbuttons":"~30.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_30.1.37_1750854744150_0.3680284801665954","host":"s3://npm-registry-packages-npm-production"}},"30.1.38":{"name":"@syncfusion/ej2-documenteditor","version":"30.1.38","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"76afeb4d1876090cb7f45b76dd829a73cdea26d8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-30.1.38.tgz","fileCount":729,"integrity":"sha512-yDwHBo6JcXcwBGQ/66qwbXjrle8YQ2Dn3tA8XzATGjznFAF2qOyLlmAyBiZhr4a3egwIhes4UpSeNyPOz95J5g==","signatures":[{"sig":"MEUCIQCopA2tO0BSydNu5Hh9NoS8hGCbp8UnfTXLcepUBy/l0AIgFgamALU+4M0Yd11iBfNYhO4O6V0wmDTpGOwbsAuySek=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":103642835},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~30.1.37","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-calendars":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.37","@syncfusion/ej2-file-utils":"~30.1.37","@syncfusion/ej2-compression":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.37","@syncfusion/ej2-office-chart":"~30.1.37","@syncfusion/ej2-splitbuttons":"~30.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_30.1.38_1751432882042_0.3390656772858456","host":"s3://npm-registry-packages-npm-production"}},"30.1.39":{"name":"@syncfusion/ej2-documenteditor","version":"30.1.39","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"b2babde335ac3b5f5a203de2f8bf93866dc96f41","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-30.1.39.tgz","fileCount":730,"integrity":"sha512-1nHpNmrPfEjY+nPGE6oPJgiABCM81uwJfNJWXx519AtD+O4pOyNgdrrjHrdXcN3MrtzYZkpQ/KF8IQbmxM5Zrg==","signatures":[{"sig":"MEYCIQDkn3MwtINBa6Cb/xFC2EBugmfK0HQmAHQE8DnU8yTimQIhAIDsFG+pP4InURKrQm+fJkXORDRQm30ewSsmrIQhgKBr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":103727162},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~30.1.39","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-calendars":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.39","@syncfusion/ej2-file-utils":"~30.1.37","@syncfusion/ej2-compression":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.39","@syncfusion/ej2-office-chart":"~30.1.37","@syncfusion/ej2-splitbuttons":"~30.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_30.1.39_1751944507875_0.6862829168965574","host":"s3://npm-registry-packages-npm-production"}},"30.1.40":{"name":"@syncfusion/ej2-documenteditor","version":"30.1.40","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"b55a2622f7c4e0489a589e2c837519dc9f1b0665","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-30.1.40.tgz","fileCount":730,"integrity":"sha512-Je9Jzd5pNNQ3g3JgvNFgziFcIERJg66qkRBwk1++ub/INX81JvVFFJbdkbeQTOKP7AcgeWMZyy4IqEuHjmULwg==","signatures":[{"sig":"MEYCIQC+DuYyDP6jG+VHsm6gksxRKF6DN20jWNo7vrClspItjQIhAKAWpVSLdoaGolp4YWGawsiK5jlFKQavmp9XEn8wYxaz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":103759100},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~30.1.39","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-calendars":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.40","@syncfusion/ej2-file-utils":"~30.1.37","@syncfusion/ej2-compression":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.39","@syncfusion/ej2-office-chart":"~30.1.37","@syncfusion/ej2-splitbuttons":"~30.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_30.1.40_1752551991553_0.6988398102486426","host":"s3://npm-registry-packages-npm-production"}},"30.1.41":{"name":"@syncfusion/ej2-documenteditor","version":"30.1.41","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"a81984be1aa744d7ddfee46c3aa5860250a8e2e8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-30.1.41.tgz","fileCount":730,"integrity":"sha512-p7uXAGLaxj+hOhdFhcwBHTJAoJobNkUAvpONUpkfrBoQscWvpaiv5SM8bi6ck4mDedk/gcUt/ZHPcivWXh06ww==","signatures":[{"sig":"MEUCIDLMhZlnJp8FZyOCxd2KDlctp7Q5jPAbTYH8Mg9gXdL7AiEAqrTMU8wKQpY2cCKMPFKFB0TLfcHyHxhjW87ftgRqQgU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":104031594},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~30.1.41","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-calendars":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.41","@syncfusion/ej2-file-utils":"~30.1.37","@syncfusion/ej2-compression":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.41","@syncfusion/ej2-office-chart":"~30.1.37","@syncfusion/ej2-splitbuttons":"~30.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_30.1.41_1753151603594_0.6623801806217027","host":"s3://npm-registry-packages-npm-production"}},"30.1.42":{"name":"@syncfusion/ej2-documenteditor","version":"30.1.42","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"b80a9f0f27291720f2ac89bc6131961aa6562c15","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-30.1.42.tgz","fileCount":730,"integrity":"sha512-ojT1yeqWIcgYYpZIKw+xboT5s0T3LT1N6DQaP8dpJOBb50oQ+oVnBzUd5+t6bJiEaWBR51RcX35PPfU8061JGQ==","signatures":[{"sig":"MEYCIQCpAXaHau1JQDqsQ+zP8QWKNzwS/OSyMZm2TXK5lZTLjgIhALOyt68ysTRfefw7qmUP84YPQW13cLT4+u4dwKVlK6Jz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":104216478},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~30.1.42","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-calendars":"~30.1.37","@syncfusion/ej2-dropdowns":"~30.1.42","@syncfusion/ej2-file-utils":"~30.1.37","@syncfusion/ej2-compression":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.42","@syncfusion/ej2-office-chart":"~30.1.37","@syncfusion/ej2-splitbuttons":"~30.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_30.1.42_1753755711744_0.987082264597374","host":"s3://npm-registry-packages-npm-production"}},"30.2.4":{"name":"@syncfusion/ej2-documenteditor","version":"30.2.4","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"0398822ca42e66a75e7d93291df42a66c2e99786","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-30.2.4.tgz","fileCount":730,"integrity":"sha512-Va027NFkgFRn6Hglmsm2MuSDwaD9xC+ec+gckIvmubgVLZvVQdpW0tR+TyhppLBUtnv6gbClH6z4B+nZlfn8Vg==","signatures":[{"sig":"MEUCIA+uff2FzIOqFjq2XfHTBPkXTRcg+c10vEpRt72julvSAiEAkTCnhgbCxybrWQIeOAhllmc7jzigc9kpSFGJMwkNYLc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":104268307},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~30.2.4","@syncfusion/ej2-buttons":"~30.2.4","@syncfusion/ej2-calendars":"~30.2.4","@syncfusion/ej2-dropdowns":"~30.2.4","@syncfusion/ej2-file-utils":"~30.2.4","@syncfusion/ej2-compression":"~30.2.4","@syncfusion/ej2-navigations":"~30.2.4","@syncfusion/ej2-office-chart":"~30.2.4","@syncfusion/ej2-splitbuttons":"~30.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_30.2.4_1754553817653_0.7982157419068654","host":"s3://npm-registry-packages-npm-production"}},"30.2.5":{"name":"@syncfusion/ej2-documenteditor","version":"30.2.5","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"b88da0b612e8bffa51bd76fe5104dba6fec1807c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-30.2.5.tgz","fileCount":730,"integrity":"sha512-e/WCdGA3yjMDdRRmapN7D9TadrVOZpgt6IcZKKocX3Xe+16thU7K3f+0+rCYmIf6NARW1mMpmX0IRwNq9NCJvw==","signatures":[{"sig":"MEYCIQDUifv1DgvX7HjGRBat/vFkfb9wgNenoGUDpomVnO8IKAIhALzYFW6I8YzP1kO9XHo18QFQS0+WQ1jzfqbWgoBNezc8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":104490508},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~30.2.4","@syncfusion/ej2-buttons":"~30.2.4","@syncfusion/ej2-calendars":"~30.2.4","@syncfusion/ej2-dropdowns":"~30.2.5","@syncfusion/ej2-file-utils":"~30.2.4","@syncfusion/ej2-compression":"~30.2.4","@syncfusion/ej2-navigations":"~30.2.5","@syncfusion/ej2-office-chart":"~30.2.4","@syncfusion/ej2-splitbuttons":"~30.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_30.2.5_1755053347380_0.48563234934464705","host":"s3://npm-registry-packages-npm-production"}},"30.2.6":{"name":"@syncfusion/ej2-documenteditor","version":"30.2.6","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"9245259dbbb38ff31b2fb7eb4ba013f5f6cbadca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-30.2.6.tgz","fileCount":730,"integrity":"sha512-n//tYgAKieamSdtdA3DZm1RVf4D9cy7sXzR+F7aUYHkabyMa/pcTCsaEvnJopiZ5VW59PonuZ1U7OZ3rbu7Zmw==","signatures":[{"sig":"MEQCIGq4Ei9UAWO/v1VK62fNiB9ncloPzw3BiieiQfloiIEUAiAC3stMsjfwBdjGRdF3U2p2+/A+N98odK7BvmHR0nDDJw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":104511979},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~30.2.4","@syncfusion/ej2-buttons":"~30.2.4","@syncfusion/ej2-calendars":"~30.2.4","@syncfusion/ej2-dropdowns":"~30.2.6","@syncfusion/ej2-file-utils":"~30.2.4","@syncfusion/ej2-compression":"~30.2.4","@syncfusion/ej2-navigations":"~30.2.5","@syncfusion/ej2-office-chart":"~30.2.4","@syncfusion/ej2-splitbuttons":"~30.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_30.2.6_1755571839921_0.20247100020757558","host":"s3://npm-registry-packages-npm-production"}},"30.2.7":{"name":"@syncfusion/ej2-documenteditor","version":"30.2.7","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@30.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":"4c81e9eeb9e0973503e075a72d1e28c7a9bbade5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-30.2.7.tgz","fileCount":730,"integrity":"sha512-B8m1et58bKYV677v/RuxJr8HwdHIiwM6G4DciDPAX5KeqJZVEuPo1f7oD6DQlKUUgQCIUzno1yRawsBDIEj36g==","signatures":[{"sig":"MEYCIQCSOlTZh+U1YAvhPcoM9rOtp85qkXi7bYrWQm1rcfOwJQIhAL8te24f/+TfyH1mlqVl47ly5jm5Mr7vlE97qHHvxgMP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":104554481},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.2.6","@syncfusion/ej2-inputs":"~30.2.6","@syncfusion/ej2-popups":"~30.2.4","@syncfusion/ej2-ribbon":"~30.2.4","@syncfusion/ej2-buttons":"~30.2.4","@syncfusion/ej2-calendars":"~30.2.4","@syncfusion/ej2-dropdowns":"~30.2.6","@syncfusion/ej2-file-utils":"~30.2.4","@syncfusion/ej2-compression":"~30.2.4","@syncfusion/ej2-navigations":"~30.2.7","@syncfusion/ej2-office-chart":"~30.2.4","@syncfusion/ej2-splitbuttons":"~30.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_30.2.7_1756180742159_0.5484049102960593","host":"s3://npm-registry-packages-npm-production"}},"31.1.17":{"name":"@syncfusion/ej2-documenteditor","version":"31.1.17","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"7ff58dae004cc7a74b72ec78bf4aec514fa7131c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-31.1.17.tgz","fileCount":1170,"integrity":"sha512-Tf7BZPmrStKoWbK6Ee9eskyAHUIps0VAJn2VxbWEu7Bn0nZu2eatiZO2jCA/wY0+pbHLuWq2EVNZDytPSBzRjQ==","signatures":[{"sig":"MEUCIB7gzW/ZeXVpE6rESbUyF6Y5czyk209yAzE82kcbzod6AiEA+auGx6Oo2dz9WZMHaLNFFaWgUn+vVbtQKOhbOZudrrI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":114524519},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~31.1.17","@syncfusion/ej2-buttons":"~31.1.17","@syncfusion/ej2-calendars":"~31.1.17","@syncfusion/ej2-dropdowns":"~31.1.17","@syncfusion/ej2-file-utils":"~31.1.17","@syncfusion/ej2-compression":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.17","@syncfusion/ej2-office-chart":"~31.1.17","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_31.1.17_1757056461643_0.4439474802734371","host":"s3://npm-registry-packages-npm-production"}},"31.1.18":{"name":"@syncfusion/ej2-documenteditor","version":"31.1.18","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"b37abdecff805e958fcc203c9f40938a91533495","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-31.1.18.tgz","fileCount":730,"integrity":"sha512-QemCZzzyAfHgTF0zXAB/2HfAoP0gkL5Cxjs0hpEr+IIYO4l/gkzPFrSik+MLahL59grGZprJKADzT8v9K3TBew==","signatures":[{"sig":"MEUCIQDrelFYPJVQp/oufOuAGmmAfH7xMmvZuIPmPphH0mOo9gIgHtwe73VytYPpe+UsenhvJIwFydSZiv5JXwnXykvlmIk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":104760164},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~31.1.17","@syncfusion/ej2-buttons":"~31.1.17","@syncfusion/ej2-calendars":"~31.1.18","@syncfusion/ej2-dropdowns":"~31.1.18","@syncfusion/ej2-file-utils":"~31.1.17","@syncfusion/ej2-compression":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.18","@syncfusion/ej2-office-chart":"~31.1.17","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_31.1.18_1757471397077_0.2997631908585383","host":"s3://npm-registry-packages-npm-production"}},"31.1.20":{"name":"@syncfusion/ej2-documenteditor","version":"31.1.20","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"b8d9b09fca87ba0864c164c14ecf39b21c60699f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-31.1.20.tgz","fileCount":730,"integrity":"sha512-ktg//a99Ka9H5r7+b16R/CHxBBx7QNSLDfW+V2cycgeijx2FxNfI1seJfYKidsT4xaCtTRo41uGuTupGcAN+hg==","signatures":[{"sig":"MEYCIQD2jpt3JC2wHeHyrR/D5ANxqY/tZgguY6thxWvO65tzeQIhAIPkC8MQiEyH9LLlA7ho+qEMWVNo9vuNnN2ErQk0kAPH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105030796},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~31.1.17","@syncfusion/ej2-buttons":"~31.1.17","@syncfusion/ej2-calendars":"~31.1.20","@syncfusion/ej2-dropdowns":"~31.1.20","@syncfusion/ej2-file-utils":"~31.1.17","@syncfusion/ej2-compression":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.20","@syncfusion/ej2-office-chart":"~31.1.17","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_31.1.20_1758077475030_0.5794638781350341","host":"s3://npm-registry-packages-npm-production"}},"31.1.21":{"name":"@syncfusion/ej2-documenteditor","version":"31.1.21","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"16c32dc39045497f4ba393840ad4fd82dc3002a4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-31.1.21.tgz","fileCount":730,"integrity":"sha512-Mo9+goE67ExeseZhfKxZA+bsv0gkrCgYjHos5A3fns20MXLTILpXf5zwxZ/bgonModZfe5r9HULVENNe6OJ18w==","signatures":[{"sig":"MEYCIQDEaN8ok9i5fo8IFiiYjAUrElMq/fuxGPseAIovdYeBWQIhAO5Po1W3AvqD1KIjRsIK56VVsQ6z3CSRrlyWptKEPqUQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105055798},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~31.1.17","@syncfusion/ej2-buttons":"~31.1.21","@syncfusion/ej2-calendars":"~31.1.21","@syncfusion/ej2-dropdowns":"~31.1.20","@syncfusion/ej2-file-utils":"~31.1.17","@syncfusion/ej2-compression":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.20","@syncfusion/ej2-office-chart":"~31.1.17","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_31.1.21_1758596509912_0.12197286484003","host":"s3://npm-registry-packages-npm-production"}},"31.1.22":{"name":"@syncfusion/ej2-documenteditor","version":"31.1.22","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"5d6a20b32a4fb785649ea982b3c25897e4002ff0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-31.1.22.tgz","fileCount":730,"integrity":"sha512-0UtE9YloPaUA/1IJBTx2/pkkC/cja4YDvxqFL6wisH/UvCegkz0slgSlRv0FCgu/yVFJyy17CzZjndmb0d5EoQ==","signatures":[{"sig":"MEUCIQDrIZOQQmvLxqvk1J58xTYxy8k0BM3HbtlJds8bI+8FrgIgay83poXBZiICVJE/ywQLogzm+Rq02J2VVa6PLiyycbU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105140599},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~31.1.22","@syncfusion/ej2-buttons":"~31.1.21","@syncfusion/ej2-calendars":"~31.1.22","@syncfusion/ej2-dropdowns":"~31.1.22","@syncfusion/ej2-file-utils":"~31.1.17","@syncfusion/ej2-compression":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.20","@syncfusion/ej2-office-chart":"~31.1.17","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_31.1.22_1759289879069_0.33851208234094043","host":"s3://npm-registry-packages-npm-production"}},"31.1.23":{"name":"@syncfusion/ej2-documenteditor","version":"31.1.23","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"b3a83e68e035b2839ecf802ebc4e3eb2f2d0adc4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-31.1.23.tgz","fileCount":730,"integrity":"sha512-b/0yc9V3hxfsLzCZsZJH0MzOMnjbeWRE4QIQeFkI13YNbyi76sAVC4poSxuHAowOnpZLUQ3FtDjvvXZ0s3cdNA==","signatures":[{"sig":"MEQCIFRmlbfxGc0pjCT5QdO949H0A6AFYU4d9GVLrELjIaqzAiATboza+OA/3XDg7CJEJ3s2FQAQMUNQ8rk+NBnMx/HLLQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105172652},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~31.1.22","@syncfusion/ej2-buttons":"~31.1.21","@syncfusion/ej2-calendars":"~31.1.23","@syncfusion/ej2-dropdowns":"~31.1.23","@syncfusion/ej2-file-utils":"~31.1.17","@syncfusion/ej2-compression":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.20","@syncfusion/ej2-office-chart":"~31.1.17","@syncfusion/ej2-splitbuttons":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_31.1.23_1759806369804_0.3383981960813609","host":"s3://npm-registry-packages-npm-production"}},"31.2.2":{"name":"@syncfusion/ej2-documenteditor","version":"31.2.2","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"6cb8ee9ce8807f81d3f89ae3286f4ac9dbf5f52e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-31.2.2.tgz","fileCount":730,"integrity":"sha512-JBkAX1Mmth6fAUTticBQnrdXa0K+AU0v0xkDX03H+oKfmcbEfcqVDRAB6Cmt8FczJaPH4ofLyU35UYseMjITGw==","signatures":[{"sig":"MEUCIQDW9r0PlOaZ6eFeJKNakP0IdqVZxCLvdHCU8dSKh+hS7wIgIiPZUnMtbWu/TUzAubop8gMMlE6Pqa64sKEvHdhUJe0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105216126},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.2","@syncfusion/ej2-calendars":"~31.2.2","@syncfusion/ej2-dropdowns":"~31.2.2","@syncfusion/ej2-file-utils":"~31.2.2","@syncfusion/ej2-compression":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.2","@syncfusion/ej2-office-chart":"~31.2.2","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_31.2.2_1760521619327_0.6597366310940258","host":"s3://npm-registry-packages-npm-production"}},"31.2.3":{"name":"@syncfusion/ej2-documenteditor","version":"31.2.3","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"4b5080671ee6b7b3ab71578cad0e0ce70dccfbbd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-31.2.3.tgz","fileCount":730,"integrity":"sha512-4H+i1FSuTNldSnCo+TJVEasYXMWqps8TfkGtpUZIAgfHrakelZAjATgMBl3Nuf36Hh/+UPJ6G5CpqmJDNJnG5Q==","signatures":[{"sig":"MEYCIQDEIJneGOSFPdizLvFltQxD+qB+VvA4ttZZ7VLblG1Y5gIhAIJy1s4sTE+8gE1xom1uu120CICgk8gKt9AVoySGhFni","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105878118},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.3","@syncfusion/ej2-calendars":"~31.2.3","@syncfusion/ej2-dropdowns":"~31.2.3","@syncfusion/ej2-file-utils":"~31.2.2","@syncfusion/ej2-compression":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.3","@syncfusion/ej2-office-chart":"~31.2.2","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_31.2.3_1761106057286_0.05731526471304749","host":"s3://npm-registry-packages-npm-production"}},"31.2.4":{"name":"@syncfusion/ej2-documenteditor","version":"31.2.4","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"2662f01ead1d0a884b2b9cf3e62ac3fdf532178b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-31.2.4.tgz","fileCount":730,"integrity":"sha512-6+PjPPvaldUOJLI8yrLt+iXrj+reODGy7cevJqQ9sGSH2VhMnJrrdXtc5522UfX/fEGpLTPz9vST5/rM8wa6OA==","signatures":[{"sig":"MEUCIQCqEJw9LJ5qqy60nFoQ5UMNvKFqL1qWknezetf4dJTETgIgULlvtzWJJgZ+uxwsddgyub+TB/cqi/mod1qAm13M21Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":105951291},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.3","@syncfusion/ej2-calendars":"~31.2.4","@syncfusion/ej2-dropdowns":"~31.2.4","@syncfusion/ej2-file-utils":"~31.2.2","@syncfusion/ej2-compression":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.3","@syncfusion/ej2-office-chart":"~31.2.2","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_31.2.4_1761623026730_0.846422783479096","host":"s3://npm-registry-packages-npm-production"}},"31.2.5":{"name":"@syncfusion/ej2-documenteditor","version":"31.2.5","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"d18990673ebfba0e9ba5b84bf725e6e3de3e7c44","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-31.2.5.tgz","fileCount":730,"integrity":"sha512-/QJmM5Q7OOC15K5RfuTQV2trxb5XnhbDxSLPr2Eli1jDOAgAxUjI1CcxsMUswr6f08qHf/4BoQTy8asrNcgfAA==","signatures":[{"sig":"MEYCIQD6SPxW3Kz7P1cgxgDGFvVP0BchQgrMd+kiInRLMCGZLgIhAOVCqnA2b8Bm3vvZSpKQX6mKXvxi/yratjBFSJzyH+pZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":106057395},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.3","@syncfusion/ej2-calendars":"~31.2.5","@syncfusion/ej2-dropdowns":"~31.2.5","@syncfusion/ej2-file-utils":"~31.2.2","@syncfusion/ej2-compression":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.5","@syncfusion/ej2-office-chart":"~31.2.2","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_31.2.5_1762225469439_0.9008892761293752","host":"s3://npm-registry-packages-npm-production"}},"31.2.10":{"name":"@syncfusion/ej2-documenteditor","version":"31.2.10","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"4ce416a6cf103b9d48e6d9e99f92c67d7e68fc90","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-31.2.10.tgz","fileCount":730,"integrity":"sha512-HqpgvyrDvy18XRdTSlHmpGxKjTaGiLvolKFqlEHiIqqu/waFIzaOWXDXnwxN9PUv39OiaTGOXDuzzhhsVbTNuw==","signatures":[{"sig":"MEUCIHxiKHKpUBr6Z+HnSwETewl78IebdTmmNXl16DdQPgxSAiEAwd7+jyV+E3VMxHI6xHhKEANCLRF4HEoW3vHp9TYv0Ns=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":106091897},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"10.9.3","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"@syncfusion/ej2-base":"~31.2.5","@syncfusion/ej2-inputs":"~31.2.5","@syncfusion/ej2-popups":"~31.2.5","@syncfusion/ej2-ribbon":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.3","@syncfusion/ej2-calendars":"~31.2.5","@syncfusion/ej2-dropdowns":"~31.2.5","@syncfusion/ej2-file-utils":"~31.2.2","@syncfusion/ej2-compression":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.5","@syncfusion/ej2-office-chart":"~31.2.2","@syncfusion/ej2-splitbuttons":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_31.2.10_1763017929974_0.11385310870728427","host":"s3://npm-registry-packages-npm-production"}},"31.2.12":{"name":"@syncfusion/ej2-documenteditor","version":"31.2.12","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"ecd756c6fc098f20a941285f40b6016359e50559","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-31.2.12.tgz","fileCount":730,"integrity":"sha512-QLo57YEFJg9tUQcaK0+vPeS2G8rIcE4+hS4mEzt3xpOF1H5kmWvhDry/RQHqQQzEIc/rR6/5ldut5P/johv7vw==","signatures":[{"sig":"MEUCIDgDq7mYZsRlze+Y6p+Ov51N8ICt08PTOCrvq41hwwWpAiEAj2VrifImq8gKf57R4EcfD7AzpeG8YjUXeDPRFBUMxTA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":106218412},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.12","@syncfusion/ej2-calendars":"~31.2.12","@syncfusion/ej2-dropdowns":"~31.2.12","@syncfusion/ej2-file-utils":"~31.2.12","@syncfusion/ej2-compression":"~31.2.12","@syncfusion/ej2-navigations":"~31.2.12","@syncfusion/ej2-office-chart":"~31.2.12","@syncfusion/ej2-splitbuttons":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_31.2.12_1763452119670_0.0817750311386487","host":"s3://npm-registry-packages-npm-production"}},"31.2.13":{"name":"@syncfusion/ej2-documenteditor","version":"31.2.13","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@31.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":"deed54c933816139fc885ab5fd303ca95eb36fdc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-31.2.13.tgz","fileCount":730,"integrity":"sha512-KHRz5d7fNL20pNsC0Ld/OqP8kQMId5rKdBjDjz6Txn7ume1PalkmWiC7H01sn85zbA4vUUbERvxCKAVy5M/PvA==","signatures":[{"sig":"MEYCIQCNIpgNyjsYNrUrp/2UnluQT2FHhZPVWnO5q7hhvoa1pQIhAPCiW35fZLfFeelxFomZalQcsWTJG7VWNqRQJMXn4Scn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":106222142},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"8.3.1","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"@syncfusion/ej2-base":"~31.2.12","@syncfusion/ej2-inputs":"~31.2.12","@syncfusion/ej2-popups":"~31.2.12","@syncfusion/ej2-ribbon":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.12","@syncfusion/ej2-calendars":"~31.2.12","@syncfusion/ej2-dropdowns":"~31.2.12","@syncfusion/ej2-file-utils":"~31.2.12","@syncfusion/ej2-compression":"~31.2.12","@syncfusion/ej2-navigations":"~31.2.12","@syncfusion/ej2-office-chart":"~31.2.12","@syncfusion/ej2-splitbuttons":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_31.2.13_1763721908962_0.16247703822450799","host":"s3://npm-registry-packages-npm-production"}},"31.2.15":{"name":"@syncfusion/ej2-documenteditor","version":"31.2.15","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"6c4a6707051f3f6e7609d5a0dd40f0a017c06e56","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-31.2.15.tgz","fileCount":730,"integrity":"sha512-FwAAhUUxO0zKB/aD38T0vFyIKAfGcZ7xlBBRkM/Ie7i0wAXT2u6b8uPQ/2PrvNWNEBi6ezfRw7Hdj+FPo5vbEQ==","signatures":[{"sig":"MEQCIGol8deLXWaAZsiBWjlVQdFDb12QAzdS7czvj4qArp2aAiBWyoS9r4UlsNQKTi6oerMRnkWJlAIUwSe5wt9EPf9/5g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":106242128},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.12","@syncfusion/ej2-calendars":"~31.2.15","@syncfusion/ej2-dropdowns":"~31.2.15","@syncfusion/ej2-file-utils":"~31.2.12","@syncfusion/ej2-compression":"~31.2.12","@syncfusion/ej2-navigations":"~31.2.12","@syncfusion/ej2-office-chart":"~31.2.12","@syncfusion/ej2-splitbuttons":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_31.2.15_1764030278208_0.8783863137855432","host":"s3://npm-registry-packages-npm-production"}},"31.2.16":{"name":"@syncfusion/ej2-documenteditor","version":"31.2.16","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@31.2.16","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":"f89e160f6580d939a58390fe9f109b8cc88f5c5d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-31.2.16.tgz","fileCount":730,"integrity":"sha512-ZyXOTBuKK8LluVsQUmfwIIX5ltZI/IfJ0s7P/87sAwO6x4ZpKr2/A05DcuJU6eZUlZkcvVVouDb5l2NUQnZNEA==","signatures":[{"sig":"MEYCIQClX6otAhAsyPPHGJUDSh57QIDK8agBprHW3WLkxY2P1AIhAMhdMzX5Ohgsoq7jsdTWsXYsswLtAi8FYuczIQVcCqLb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":106281177},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.16","@syncfusion/ej2-calendars":"~31.2.16","@syncfusion/ej2-dropdowns":"~31.2.16","@syncfusion/ej2-file-utils":"~31.2.12","@syncfusion/ej2-compression":"~31.2.12","@syncfusion/ej2-navigations":"~31.2.16","@syncfusion/ej2-office-chart":"~31.2.12","@syncfusion/ej2-splitbuttons":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_31.2.16_1764648969436_0.6180908390703104","host":"s3://npm-registry-packages-npm-production"}},"31.2.18":{"name":"@syncfusion/ej2-documenteditor","version":"31.2.18","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"2993373c8f2088e4eb8791a8e3233e2842041f6f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-31.2.18.tgz","fileCount":730,"integrity":"sha512-Kx1GLwjM8s14uFRlMb4vd0kB19QjQlQXtO8pSw1FU5N/a/kyyXntDx7yUqjjLh8Ju7mTYCma7t+hFr4n4uGSGA==","signatures":[{"sig":"MEUCIDLOM44WFyHBI5FLXPX576uYXWIvk+czRWvpFx+62yb8AiEA07WhB45HSHdexoXhUUrmZs1dv7U+Og1VEFQdkySkIbk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":106365007},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.18","@syncfusion/ej2-calendars":"~31.2.18","@syncfusion/ej2-dropdowns":"~31.2.18","@syncfusion/ej2-file-utils":"~31.2.12","@syncfusion/ej2-compression":"~31.2.12","@syncfusion/ej2-navigations":"~31.2.16","@syncfusion/ej2-office-chart":"~31.2.12","@syncfusion/ej2-splitbuttons":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_31.2.18_1765252355028_0.2135493842231566","host":"s3://npm-registry-packages-npm-production"}},"32.1.19":{"name":"@syncfusion/ej2-documenteditor","version":"32.1.19","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"2770eaa1d0d694fb9e15688a13db175ccaa337ef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-32.1.19.tgz","fileCount":732,"integrity":"sha512-2SAs4jJE51QAnDr6af0yPcn1Dck8udGqyTd2XZBMD7GYAyqnTNn0mdf6ZeclM0UkaGWZ9AvKodoEElYUVYWqSw==","signatures":[{"sig":"MEYCIQCJJJrIPodtsMLJj9FFbHbGEzmKJfmF/pyzlB0SrlqtfwIhALEJR/ChJk2JdAdNUrLKKNklwNjN1FTCJMROR0YWxdAg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":107019402},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.19","@syncfusion/ej2-calendars":"~32.1.19","@syncfusion/ej2-dropdowns":"~32.1.19","@syncfusion/ej2-file-utils":"~32.1.19","@syncfusion/ej2-compression":"~32.1.19","@syncfusion/ej2-navigations":"~32.1.19","@syncfusion/ej2-office-chart":"~32.1.19","@syncfusion/ej2-splitbuttons":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_32.1.19_1765867363434_0.550019446719973","host":"s3://npm-registry-packages-npm-production"}},"32.1.20":{"name":"@syncfusion/ej2-documenteditor","version":"32.1.20","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"2fc60e00e847ae246505d9835651206e9f088710","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-32.1.20.tgz","fileCount":732,"integrity":"sha512-4vwcvbzyAeRIRbqsmLUN6pcXsFq+9zg7OrK5ZmLgJtHfWt/carsqwQRiwI17T/UMU8qdeJfADZKZFEV2p6nmKA==","signatures":[{"sig":"MEQCIHlPoUnO7tLw211J+08QzsbqRXT5h7V1ed/0UHF+nI+SAiBHOilFB+9bBADUwd9whPW3gzcQkl6P9FlH99HVCs8BNA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":107346300},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.19","@syncfusion/ej2-calendars":"~32.1.20","@syncfusion/ej2-dropdowns":"~32.1.20","@syncfusion/ej2-file-utils":"~32.1.19","@syncfusion/ej2-compression":"~32.1.19","@syncfusion/ej2-navigations":"~32.1.19","@syncfusion/ej2-office-chart":"~32.1.19","@syncfusion/ej2-splitbuttons":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_32.1.20_1766466438608_0.31001806703347534","host":"s3://npm-registry-packages-npm-production"}},"32.1.21":{"name":"@syncfusion/ej2-documenteditor","version":"32.1.21","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"4a3abea8425e17219e5ebb9a200cd33e831f1fcc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-32.1.21.tgz","fileCount":732,"integrity":"sha512-TsuewFJZsBVwffoXnGp4uOuPLJNoETYcPA/8a5zokju3Sb2J9kNJhVcuakmkTs5H/GNc0kC7LPfx+NZFx9fBtA==","signatures":[{"sig":"MEUCIF02K+4vwxemuiWZt6PDCsUvyF4CeO/2YKFVmhXQCnIoAiEAk9WObdMil1ewBzySAXrkUOcqvGcdnGqVulLvo9+nGPE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":107385829},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.21","@syncfusion/ej2-calendars":"~32.1.21","@syncfusion/ej2-dropdowns":"~32.1.21","@syncfusion/ej2-file-utils":"~32.1.19","@syncfusion/ej2-compression":"~32.1.19","@syncfusion/ej2-navigations":"~32.1.19","@syncfusion/ej2-office-chart":"~32.1.19","@syncfusion/ej2-splitbuttons":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_32.1.21_1767061698295_0.6445794611328612","host":"s3://npm-registry-packages-npm-production"}},"32.1.22":{"name":"@syncfusion/ej2-documenteditor","version":"32.1.22","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"8fb24eedd70b79d24ab0868a71417e61c28c29b8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-32.1.22.tgz","fileCount":732,"integrity":"sha512-9Q2S7aU3v1eUAkIYuLaiddTxJwF04a7oWouLCAuzIVUKtqHAt8rpP05BPjbHruvAvoKSST3YK6JqATbkxYIuvg==","signatures":[{"sig":"MEYCIQCAx/sIEg3kKmYrKdj7vQ1m4OClVg88Z26gGV+ZMATEFgIhAI21KolEc/8FHYyhl+eIzQYzwd3WccLp1xzNDhZeqOI3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":107404808},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.21","@syncfusion/ej2-calendars":"~32.1.22","@syncfusion/ej2-dropdowns":"~32.1.22","@syncfusion/ej2-file-utils":"~32.1.19","@syncfusion/ej2-compression":"~32.1.19","@syncfusion/ej2-navigations":"~32.1.19","@syncfusion/ej2-office-chart":"~32.1.19","@syncfusion/ej2-splitbuttons":"~32.1.22"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_32.1.22_1767667813662_0.9511240427489989","host":"s3://npm-registry-packages-npm-production"}},"32.1.23":{"name":"@syncfusion/ej2-documenteditor","version":"32.1.23","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"e9a164f4530c2ed0bab7940d5892ae15fcc8f4ee","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-32.1.23.tgz","fileCount":732,"integrity":"sha512-2utcXr/3v46HLSwHkfIzkklxbUNeJ8RiWpc6z+mPtYexdPD10ZljBy+beMM/QegqRO00fcr5p3Yj5BGNfW4NlA==","signatures":[{"sig":"MEQCIFFOUl53kyPAcUdJwtx9EKbqDAL1bnr/nZmWsq6n/FRjAiAsIHWwHKW/QmsfntkJgIsAx+j3JuidShepfES9S/tYxQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":107497865},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.23","@syncfusion/ej2-calendars":"~32.1.23","@syncfusion/ej2-dropdowns":"~32.1.23","@syncfusion/ej2-file-utils":"~32.1.19","@syncfusion/ej2-compression":"~32.1.19","@syncfusion/ej2-navigations":"~32.1.19","@syncfusion/ej2-office-chart":"~32.1.19","@syncfusion/ej2-splitbuttons":"~32.1.22"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_32.1.23_1768275881740_0.05241178811225211","host":"s3://npm-registry-packages-npm-production"}},"32.1.24":{"name":"@syncfusion/ej2-documenteditor","version":"32.1.24","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"4a83c4cc70ec9da88fa8b1b78f2a5190fef4119a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-32.1.24.tgz","fileCount":961,"integrity":"sha512-/EQkMOjrqyu3rUDJaYVny6VYaCVDDN0mrBYPwyk5sOvSYou6W/u1UoWDcA9AE/qCMrHKUB7fSyaIFRP8Ocm/KQ==","signatures":[{"sig":"MEQCIGpiD1/ztjxQNb03D99YYz0XPXTjFOsahRGuJFu0F63ZAiAgrDPuza6F9Fc5iU/sy9f9xZoYZpBKrDismbUxZ1KdLA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":107718049},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~32.1.24","@syncfusion/ej2-buttons":"~32.1.24","@syncfusion/ej2-calendars":"~32.1.24","@syncfusion/ej2-dropdowns":"~32.1.24","@syncfusion/ej2-file-utils":"~32.1.24","@syncfusion/ej2-compression":"~32.1.24","@syncfusion/ej2-navigations":"~32.1.24","@syncfusion/ej2-office-chart":"~32.1.24","@syncfusion/ej2-splitbuttons":"~32.1.24"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_32.1.24_1768875972294_0.6937804547502213","host":"s3://npm-registry-packages-npm-production"}},"32.1.25":{"name":"@syncfusion/ej2-documenteditor","version":"32.1.25","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"0f771df1bc76879b6356580ba4d0e2d9a63245ae","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-32.1.25.tgz","fileCount":961,"integrity":"sha512-fTNDuvW3NCOxfG+kGBy3h3jjW3RH4SAUSr5mo9VPOfmZTX4UwbNp9xMX61KdyHrlXUCAxnXVV6B21sb+eFLdhw==","signatures":[{"sig":"MEUCID8BtP0qjCVrrL4COVYk7bT/zxPPDh2Dxe+i7FrotbOaAiEA3dXdCX3oRA2gf3GADyhzB5tLyv1mrKpT8SFOoXnLoxo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":107774231},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~32.1.24","@syncfusion/ej2-buttons":"~32.1.24","@syncfusion/ej2-calendars":"~32.1.25","@syncfusion/ej2-dropdowns":"~32.1.25","@syncfusion/ej2-file-utils":"~32.1.24","@syncfusion/ej2-compression":"~32.1.24","@syncfusion/ej2-navigations":"~32.1.24","@syncfusion/ej2-office-chart":"~32.1.24","@syncfusion/ej2-splitbuttons":"~32.1.24"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_32.1.25_1769482425414_0.8295582997842961","host":"s3://npm-registry-packages-npm-production"}},"32.2.3":{"name":"@syncfusion/ej2-documenteditor","version":"32.2.3","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"c73ff8953b2c1ade7f5d7c26a91c5c55fba1d3ff","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-32.2.3.tgz","fileCount":961,"integrity":"sha512-/XHCunvCnXqk7b3bR9QZ72ctjri5sWb6ZDCDDPF+I/cGbHfUN0bFsbhj6VEi+bDkRHBSE9t7rUS//9ZxyzFQKA==","signatures":[{"sig":"MEQCIFEthJTqNWHV3pos8+JuLKIgOtO9N/XJqrDbw0mcmiNfAiAi/EEuRLI2i8c6tUNmY1FjQiH+hbwRh04cbnYD5XxTVw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":107829801},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~32.2.3","@syncfusion/ej2-buttons":"~32.2.3","@syncfusion/ej2-calendars":"~32.2.3","@syncfusion/ej2-dropdowns":"~32.2.3","@syncfusion/ej2-file-utils":"~32.2.3","@syncfusion/ej2-compression":"~32.2.3","@syncfusion/ej2-navigations":"~32.2.3","@syncfusion/ej2-office-chart":"~32.2.3","@syncfusion/ej2-splitbuttons":"~32.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_32.2.3_1770256818462_0.17867323650398292","host":"s3://npm-registry-packages-npm-production"}},"32.2.4":{"name":"@syncfusion/ej2-documenteditor","version":"32.2.4","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"92beaba90474f4b6c250d62abe4e57b9881f5def","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-32.2.4.tgz","fileCount":961,"integrity":"sha512-ncXNEEZPD+M+pNOlzxiwhWDUJ0iTqFdGaIaKlxeHICgnKNMTjRzcIs1TAVwSKRj8WgtF9D36QyOFOTprKLeS2Q==","signatures":[{"sig":"MEYCIQDD5W63OPuITGGrFNzvinzGmiG23YkU4zj3KY1xDXD0rgIhAPGO0yOln+9xaUTlJpFPLAOcqc0lsW9GiDgNrZFPxOHA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":108015380},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~32.2.3","@syncfusion/ej2-buttons":"~32.2.3","@syncfusion/ej2-calendars":"~32.2.4","@syncfusion/ej2-dropdowns":"~32.2.4","@syncfusion/ej2-file-utils":"~32.2.3","@syncfusion/ej2-compression":"~32.2.3","@syncfusion/ej2-navigations":"~32.2.3","@syncfusion/ej2-office-chart":"~32.2.3","@syncfusion/ej2-splitbuttons":"~32.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_32.2.4_1770781075634_0.8397682586966277","host":"s3://npm-registry-packages-npm-production"}},"32.2.5":{"name":"@syncfusion/ej2-documenteditor","version":"32.2.5","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"8ba94cf7cbeb586cc3a6b870a59f9c0a4ddea4f2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-32.2.5.tgz","fileCount":961,"integrity":"sha512-A6vkrVujYrtkSkLG0d/TOgvZiSUCP9HwKHe89aO+kxyg8R/Cp0Os3KZNFeC7zWuaJsvAh9Vj9Q7TiuDF5Lo6eg==","signatures":[{"sig":"MEUCIQDX2B1UzgXB6kthuJqs+2ftslWZ3eWlcorQgfWFIR0xmQIgNRsKIrDcArYuLDlw6SBNKWD0JCoiNN/q4Yf3iyD+ZSQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":108102415},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~32.2.3","@syncfusion/ej2-buttons":"~32.2.3","@syncfusion/ej2-calendars":"~32.2.5","@syncfusion/ej2-dropdowns":"~32.2.4","@syncfusion/ej2-file-utils":"~32.2.3","@syncfusion/ej2-compression":"~32.2.3","@syncfusion/ej2-navigations":"~32.2.3","@syncfusion/ej2-office-chart":"~32.2.3","@syncfusion/ej2-splitbuttons":"~32.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_32.2.5_1771286494487_0.9423357131215269","host":"s3://npm-registry-packages-npm-production"}},"32.2.7":{"name":"@syncfusion/ej2-documenteditor","version":"32.2.7","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"dc8e29a6a3ceec057805039aa3fdcfd58434c554","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-32.2.7.tgz","fileCount":961,"integrity":"sha512-bd7CXA3zizmgP6E5XCY5B4RxXyb3AccA1a5Sevm2OhbNdS2uVdk00G/MhTNnuA4k2FxPUjg891Mwew00P7HfzQ==","signatures":[{"sig":"MEUCIFoyU6tzDWGPjE8ZDLNaUFr9XBoc2HPDhPyhktts9CuHAiEAymDbTOA2bEIx3FkqQpoFxikA3Fe4Uj6di7CTNjPGmbk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":108310653},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~32.2.3","@syncfusion/ej2-buttons":"~32.2.7","@syncfusion/ej2-calendars":"~32.2.7","@syncfusion/ej2-dropdowns":"~32.2.7","@syncfusion/ej2-file-utils":"~32.2.3","@syncfusion/ej2-compression":"~32.2.3","@syncfusion/ej2-navigations":"~32.2.7","@syncfusion/ej2-office-chart":"~32.2.3","@syncfusion/ej2-splitbuttons":"~32.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_32.2.7_1771914218880_0.8632156886295921","host":"s3://npm-registry-packages-npm-production"}},"32.2.8":{"name":"@syncfusion/ej2-documenteditor","version":"32.2.8","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"63371685644b3f1a17823cb2ecfa426d06e6cd10","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-32.2.8.tgz","fileCount":961,"integrity":"sha512-lPdf8vXA3wtCVIsKCRVGtASGvnu6KPvzmpySYhlH2yD1x7eNdrgkCrfLedQxGAb6YJDiV36ZhLUoXfiffIEbng==","signatures":[{"sig":"MEQCIBswtwIktYnHcYdBOD1P198k9ndIHNrHFTuLTe2u4gqSAiAVik4zwD9kP313s38VL1Om0PyfMJkeoUF7PfMJiZKgVA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":108454128},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~32.2.3","@syncfusion/ej2-buttons":"~32.2.7","@syncfusion/ej2-calendars":"~32.2.8","@syncfusion/ej2-dropdowns":"~32.2.8","@syncfusion/ej2-file-utils":"~32.2.3","@syncfusion/ej2-compression":"~32.2.3","@syncfusion/ej2-navigations":"~32.2.8","@syncfusion/ej2-office-chart":"~32.2.3","@syncfusion/ej2-splitbuttons":"~32.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_32.2.8_1772507668180_0.4776173823915595","host":"s3://npm-registry-packages-npm-production"}},"32.2.9":{"name":"@syncfusion/ej2-documenteditor","version":"32.2.9","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"df41783ef22670330239a2ae5f96d9d13b87f44b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-32.2.9.tgz","fileCount":961,"integrity":"sha512-paxuPbhFeZ9QqnUP9OwQ0Ui/hJqK/O0H5DGaM2KwncjRnL+tX0vM5Y9vGjThRODDANwk+gpok9EwYPxLBUAjNA==","signatures":[{"sig":"MEUCIHPGHuwekgp/VWRzNsdfbmucY71JIHaJZH1/cq8YlvKRAiEA5Kzj3dz5eJKWWlTgHSwTFCNwcPiMj+VCFDpWucB6U0M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":108511307},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~32.2.3","@syncfusion/ej2-buttons":"~32.2.9","@syncfusion/ej2-calendars":"~32.2.9","@syncfusion/ej2-dropdowns":"~32.2.9","@syncfusion/ej2-file-utils":"~32.2.3","@syncfusion/ej2-compression":"~32.2.3","@syncfusion/ej2-navigations":"~32.2.9","@syncfusion/ej2-office-chart":"~32.2.3","@syncfusion/ej2-splitbuttons":"~32.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_32.2.9_1773108728663_0.5701739472392542","host":"s3://npm-registry-packages-npm-production"}},"33.1.44":{"name":"@syncfusion/ej2-documenteditor","version":"33.1.44","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"a287cfa573153079c115bb0b2642891d4c632a13","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-33.1.44.tgz","fileCount":961,"integrity":"sha512-LpBV5YQQVAdq5NG8ZoQpRIJOMUPf6GmCtFAJo47Okky8tYR4ts84x5B8oqgBk2k+5k47+TszhMDrG+KFYpk3IA==","signatures":[{"sig":"MEYCIQCNkQsdz7SUlp8VKAmW8rhZPZMDamagx0AB1p7AC2AYQwIhAL1W4YTvmX2Oz+aGamMTk5Nwqz9RHDvJk4+yWOrKLRMo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":108512009},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~33.1.44","@syncfusion/ej2-buttons":"~33.1.44","@syncfusion/ej2-calendars":"~33.1.44","@syncfusion/ej2-dropdowns":"~33.1.44","@syncfusion/ej2-file-utils":"~33.1.44","@syncfusion/ej2-compression":"~33.1.44","@syncfusion/ej2-navigations":"~33.1.44","@syncfusion/ej2-office-chart":"~33.1.44","@syncfusion/ej2-splitbuttons":"~33.1.44"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_33.1.44_1773658357606_0.17413846797259125","host":"s3://npm-registry-packages-npm-production"}},"33.1.45":{"name":"@syncfusion/ej2-documenteditor","version":"33.1.45","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@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":"48b820a5ccfe8d23244ffa3da3a636a1c22296db","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-33.1.45.tgz","fileCount":961,"integrity":"sha512-7phVm2e7s+QrYN3tMuD0MZpKl51GnRPm7eJ/jj+xqrAny4MV0rnruvLC2exVBEZ36AvrG08FV9AH1tfejOgxTA==","signatures":[{"sig":"MEQCIHR3pfNzQxlStJkkPKNCWxjw+7PfRGv59b/Pd1l3qJH+AiA5xfyQl0VW9uqSgM8DMnV+YYaA8emQ9G2Wcs1QWfomPA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":108512485},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~33.1.44","@syncfusion/ej2-buttons":"~33.1.44","@syncfusion/ej2-calendars":"~33.1.44","@syncfusion/ej2-dropdowns":"~33.1.44","@syncfusion/ej2-file-utils":"~33.1.44","@syncfusion/ej2-compression":"~33.1.44","@syncfusion/ej2-navigations":"~33.1.45","@syncfusion/ej2-office-chart":"~33.1.44","@syncfusion/ej2-splitbuttons":"~33.1.44"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_33.1.45_1774330289793_0.8655353938001551","host":"s3://npm-registry-packages-npm-production"}},"33.1.46":{"name":"@syncfusion/ej2-documenteditor","version":"33.1.46","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@33.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":"73920ac77c2440176123efb3ac26b5cba67c261e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-33.1.46.tgz","fileCount":961,"integrity":"sha512-iDC6+bM8byDbfDvUmPRGLlgDecdGXZslAYoblGna2qM3vCe/EoB0YakJVbJyNJWw67HqZ6g/NmVBSF6HzX3Dog==","signatures":[{"sig":"MEYCIQCas9+9oMJiYTquzj2qHD/rK5Z7jS2nRpDk1h1fu/6I0wIhAJCbjjeaM/WvhEC7s1DgSCoczRIl1U4pqSsVpuDmeJ7N","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":108730420},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","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-ribbon":"~33.1.44","@syncfusion/ej2-buttons":"~33.1.44","@syncfusion/ej2-calendars":"~33.1.44","@syncfusion/ej2-dropdowns":"~33.1.46","@syncfusion/ej2-file-utils":"~33.1.44","@syncfusion/ej2-compression":"~33.1.44","@syncfusion/ej2-navigations":"~33.1.46","@syncfusion/ej2-office-chart":"~33.1.44","@syncfusion/ej2-splitbuttons":"~33.1.44"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_33.1.46_1774922182003_0.4472783833931462","host":"s3://npm-registry-packages-npm-production"}},"33.1.47":{"name":"@syncfusion/ej2-documenteditor","version":"33.1.47","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@33.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":"18e6355dfb2c9e2e1a27d73be128dda21a5f21d8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-33.1.47.tgz","fileCount":961,"integrity":"sha512-anh8hSehns6EoV4FBRY5ur/HJX1/xgnNAKD7VmIRLOwJMnEDGhWTG72cwQ+juYijwRFH8ySfcrOwJNgnVlxWdw==","signatures":[{"sig":"MEUCICsDg1NhjPbLb5/cbBi9nnMZUZ/8pOBIfLjp3v3oCMIIAiEAkbFZW2GcFfrVv7UFdED40QFAP0kyFp6RcAlwsPVWk2I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":108854902},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~33.1.45","@syncfusion/ej2-inputs":"~33.1.47","@syncfusion/ej2-popups":"~33.1.44","@syncfusion/ej2-ribbon":"~33.1.44","@syncfusion/ej2-buttons":"~33.1.44","@syncfusion/ej2-calendars":"~33.1.44","@syncfusion/ej2-dropdowns":"~33.1.47","@syncfusion/ej2-file-utils":"~33.1.44","@syncfusion/ej2-compression":"~33.1.44","@syncfusion/ej2-navigations":"~33.1.47","@syncfusion/ej2-office-chart":"~33.1.44","@syncfusion/ej2-splitbuttons":"~33.1.44"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_33.1.47_1775530214018_0.5473831155416609","host":"s3://npm-registry-packages-npm-production"}},"33.1.49":{"name":"@syncfusion/ej2-documenteditor","version":"33.1.49","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@33.1.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":"cb922bf4779dd237858181596fb4ac00dc88da72","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-33.1.49.tgz","fileCount":961,"integrity":"sha512-Npjw2B+Cgt2PorvWXml5hXlJDVEs23ly3LBzcn1du4/4vbBd0XM5Bjkg6Q7pc8VpJd2Dijhv2eDBkvcv1XvgzA==","signatures":[{"sig":"MEYCIQCmjJqRrVwuypxW1VtRLdHUhBTzLjkULnfIeMq0DSePKgIhALPlLDc0CL64VbK27bKHto6Au1TqKwaaY69dklfeq5ae","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":108905266},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~33.1.45","@syncfusion/ej2-inputs":"~33.1.49","@syncfusion/ej2-popups":"~33.1.44","@syncfusion/ej2-ribbon":"~33.1.49","@syncfusion/ej2-buttons":"~33.1.49","@syncfusion/ej2-calendars":"~33.1.44","@syncfusion/ej2-dropdowns":"~33.1.49","@syncfusion/ej2-file-utils":"~33.1.44","@syncfusion/ej2-compression":"~33.1.44","@syncfusion/ej2-navigations":"~33.1.49","@syncfusion/ej2-office-chart":"~33.1.44","@syncfusion/ej2-splitbuttons":"~33.1.49"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_33.1.49_1776133092708_0.9162928652592937","host":"s3://npm-registry-packages-npm-production"}},"33.2.3":{"name":"@syncfusion/ej2-documenteditor","version":"33.2.3","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@33.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":"21243e67ea8c6371e1298fa998c27fd5feb71f20","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-33.2.3.tgz","fileCount":961,"integrity":"sha512-hKhkrfglahkV2HrnNkMpUWQcIMM+VLJxY+yx954kA7UrKIW6jFK1+XBHHKqRkbld/nWjYsWdlOpguNiX3NbSmw==","signatures":[{"sig":"MEQCIAYgyRau9nEX0wrSSEKba8sc//F8HWDBcVVGUySWe2jYAiAFxkll5jrBDq6MrbEyebUgAYzeryylO03VN11zxIHqew==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":109064657},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~33.2.3","@syncfusion/ej2-inputs":"~33.2.3","@syncfusion/ej2-popups":"~33.2.3","@syncfusion/ej2-ribbon":"~33.2.3","@syncfusion/ej2-buttons":"~33.2.3","@syncfusion/ej2-calendars":"~33.2.3","@syncfusion/ej2-dropdowns":"~33.2.3","@syncfusion/ej2-file-utils":"~33.2.3","@syncfusion/ej2-compression":"~33.2.3","@syncfusion/ej2-navigations":"~33.2.3","@syncfusion/ej2-office-chart":"~33.2.3","@syncfusion/ej2-splitbuttons":"~33.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_33.2.3_1776745465731_0.07442474611053829","host":"s3://npm-registry-packages-npm-production"}},"33.2.4":{"name":"@syncfusion/ej2-documenteditor","version":"33.2.4","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@33.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":"94771a0b8c62835680ab0d466916e3855027ff1b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-33.2.4.tgz","fileCount":961,"integrity":"sha512-8phPyHcokJjYSFM8jHZuBn592JONDT0oTdwZ4H0DvSes5r8aVdr/SnARqFHiNVVo7/feuvP69HZkqnZ6OXozjw==","signatures":[{"sig":"MEQCIDveg2DXWBnf2Da2gEMP9zjveRS+vnCWR3sWk7CKUuyKAiBZi7UYT0+35oKkvselmFUf/TCcgZAX/pHrKEUnvVgxyw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":109140484},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~33.2.3","@syncfusion/ej2-inputs":"~33.2.4","@syncfusion/ej2-popups":"~33.2.3","@syncfusion/ej2-ribbon":"~33.2.4","@syncfusion/ej2-buttons":"~33.2.3","@syncfusion/ej2-calendars":"~33.2.4","@syncfusion/ej2-dropdowns":"~33.2.4","@syncfusion/ej2-file-utils":"~33.2.3","@syncfusion/ej2-compression":"~33.2.3","@syncfusion/ej2-navigations":"~33.2.4","@syncfusion/ej2-office-chart":"~33.2.3","@syncfusion/ej2-splitbuttons":"~33.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_33.2.4_1777346440409_0.4285623957437872","host":"s3://npm-registry-packages-npm-production"}},"33.2.5":{"name":"@syncfusion/ej2-documenteditor","version":"33.2.5","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-documenteditor@33.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":"8227f22ab81d327c079092c0258eac1b0d8cd244","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-33.2.5.tgz","fileCount":961,"integrity":"sha512-lK0Uz+DSz4e22YsW4Ow/cfkgggkIyA3kpNG2OsN4NQeukI5uFoC32jJSCSnQCnBP/LPlw2PNeT+AeQgxIumoGw==","signatures":[{"sig":"MEYCIQDL3tG0mXcgRMfS2sDYBcYX25yFwPMnqjJC0hH1Kw8zUgIhAOYP2oSQ8lM1cInHO171CwCmsTweaBDXwC4/hDRqZrHG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":109212004},"main":"./dist/ej2-documenteditor.umd.min.js","es2015":"./dist/es6/ej2-documenteditor.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":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~33.2.3","@syncfusion/ej2-inputs":"~33.2.5","@syncfusion/ej2-popups":"~33.2.5","@syncfusion/ej2-ribbon":"~33.2.5","@syncfusion/ej2-buttons":"~33.2.5","@syncfusion/ej2-calendars":"~33.2.5","@syncfusion/ej2-dropdowns":"~33.2.5","@syncfusion/ej2-file-utils":"~33.2.3","@syncfusion/ej2-compression":"~33.2.3","@syncfusion/ej2-navigations":"~33.2.4","@syncfusion/ej2-office-chart":"~33.2.3","@syncfusion/ej2-splitbuttons":"~33.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-documenteditor_33.2.5_1777950665164_0.15479051225999774","host":"s3://npm-registry-packages-npm-production"}},"33.2.6":{"name":"@syncfusion/ej2-documenteditor","version":"33.2.6","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs.","keywords":["ej2","web-components","syncfusion","documenteditor","document-editor","word-editor"],"homepage":"https://www.syncfusion.com/javascript-ui-controls","author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","main":"./dist/ej2-documenteditor.umd.min.js","module":"./index.js","es2015":"./dist/es6/ej2-documenteditor.es5.js","dependencies":{"@syncfusion/ej2-base":"~33.2.3","@syncfusion/ej2-buttons":"~33.2.5","@syncfusion/ej2-calendars":"~33.2.6","@syncfusion/ej2-compression":"~33.2.3","@syncfusion/ej2-dropdowns":"~33.2.6","@syncfusion/ej2-file-utils":"~33.2.3","@syncfusion/ej2-inputs":"~33.2.5","@syncfusion/ej2-navigations":"~33.2.6","@syncfusion/ej2-office-chart":"~33.2.3","@syncfusion/ej2-popups":"~33.2.5","@syncfusion/ej2-ribbon":"~33.2.5","@syncfusion/ej2-splitbuttons":"~33.2.6"},"devDependencies":{},"repository":{"type":"git","url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"},"typings":"index.d.ts","sideEffects":false,"gitHead":"24ee1e3afadd54f2a1f3a39eb7ef2ffab0ebe932","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"_id":"@syncfusion/ej2-documenteditor@33.2.6","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-JMKjiGQaZerKRZkuEw4zEvO0Fvp2o5ITksg8ZPlEq8Z4Wzki6qPt+p7K69cabrUeBDsGyh/7SgR3y9gJxPej0g==","shasum":"e7480f25fdf3ed53517b52e76865e562913911ba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-documenteditor/-/ej2-documenteditor-33.2.6.tgz","fileCount":961,"unpackedSize":109255104,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCCPEfHCAlcfsjgZ99g0xQJW2TJ9i7CvFVzbasWqKppQAIhAIGKAcByEt5DgnFTXpn/+ioaU5kb0WzyV98MtF73nvwf"}]},"_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-documenteditor_33.2.6_1778552982626_0.3673020977078387"},"_hasShrinkwrap":false}},"name":"@syncfusion/ej2-documenteditor","time":{"created":"2018-06-25T09:00:43.777Z","modified":"2026-05-12T02:29:43.740Z","16.2.41":"2018-06-25T09:00:44.325Z","16.2.45":"2018-07-17T07:45:54.207Z","16.2.46":"2018-07-30T12:57:50.580Z","16.2.48":"2018-08-14T10:25:36.951Z","16.2.49":"2018-08-21T12:39:22.940Z","16.2.50":"2018-08-28T17:58:34.091Z","16.3.17":"2018-09-11T13:26:01.537Z","16.3.21":"2018-09-21T19:41:31.922Z","16.3.23":"2018-10-03T05:03:55.408Z","16.3.24":"2018-10-09T07:13:25.134Z","16.3.27":"2018-10-23T10:17:12.480Z","16.3.29":"2018-10-31T04:37:18.288Z","16.3.30":"2018-11-01T11:23:59.131Z","16.3.33":"2018-11-20T13:14:28.490Z","16.3.34":"2018-11-22T03:51:07.789Z","16.4.40-beta":"2018-12-10T12:23:08.411Z","16.4.42":"2018-12-17T13:09:16.704Z","16.4.44":"2018-12-24T12:12:15.720Z","16.4.45":"2019-01-02T12:01:02.289Z","16.4.46":"2019-01-08T11:03:30.072Z","16.4.47":"2019-01-16T11:16:06.107Z","16.4.48":"2019-01-22T12:02:04.113Z","17.1.1-beta":"2019-01-29T13:47:00.681Z","16.4.52":"2019-02-05T16:36:04.926Z","16.4.53":"2019-02-13T10:11:19.685Z","16.4.54":"2019-02-19T07:30:28.445Z","17.1.32-beta":"2019-03-13T15:10:48.153Z","17.1.38":"2019-03-29T07:32:42.831Z","17.1.40":"2019-04-09T11:46:21.537Z","17.1.41":"2019-04-16T11:11:26.180Z","17.1.42":"2019-04-23T09:08:57.691Z","17.1.43":"2019-04-30T10:22:31.993Z","17.1.44":"2019-05-07T09:35:44.467Z","17.1.47":"2019-05-14T10:43:17.702Z","17.1.48":"2019-05-21T12:17:02.593Z","17.1.49":"2019-05-29T07:48:15.829Z","17.1.50":"2019-06-04T14:02:24.627Z","17.2.28-beta":"2019-06-27T14:54:06.872Z","17.2.34":"2019-07-11T12:41:00.400Z","17.2.35":"2019-07-17T04:39:37.574Z","17.2.36":"2019-07-24T07:45:06.326Z","17.2.39":"2019-07-30T07:25:06.585Z","17.2.40":"2019-08-06T11:04:00.952Z","17.2.41":"2019-08-14T03:57:43.567Z","17.2.46":"2019-08-22T10:53:29.490Z","17.2.47":"2019-08-27T14:25:01.139Z","17.2.29-beta":"2019-08-27T19:58:23.056Z","17.2.48-beta":"2019-08-28T14:26:48.263Z","17.2.49":"2019-09-04T09:00:33.535Z","17.2.51":"2019-09-10T15:23:41.701Z","17.3.9-beta":"2019-09-20T12:43:15.030Z","17.3.14":"2019-10-03T16:18:17.201Z","17.3.16":"2019-10-09T09:47:57.660Z","17.3.17":"2019-10-15T13:12:13.345Z","17.3.19":"2019-10-22T12:38:05.542Z","17.3.21":"2019-10-30T11:30:09.899Z","17.3.26":"2019-11-05T18:37:58.490Z","17.3.27":"2019-11-12T12:07:01.440Z","17.3.28":"2019-11-19T13:15:28.327Z","17.3.29":"2019-11-26T06:57:18.456Z","17.4.39":"2019-12-17T10:24:26.512Z","17.4.40":"2019-12-24T11:06:07.863Z","17.4.41":"2020-01-07T09:34:46.500Z","17.4.43":"2020-01-14T06:50:59.618Z","17.4.46":"2020-01-30T09:24:59.337Z","17.4.47":"2020-02-05T07:02:54.295Z","17.4.49":"2020-02-11T10:57:03.926Z","17.4.50":"2020-02-18T11:59:27.575Z","17.4.51":"2020-02-25T14:22:16.068Z","17.4.55":"2020-03-10T10:50:49.870Z","18.1.36-beta":"2020-03-19T09:14:15.238Z","18.1.42":"2020-04-01T10:47:58.911Z","18.1.43":"2020-04-07T12:14:41.191Z","18.1.44":"2020-04-14T11:40:16.744Z","18.1.45":"2020-04-21T10:20:05.271Z","18.1.46":"2020-04-28T07:58:39.293Z","18.1.48":"2020-05-05T11:25:04.473Z","18.1.52":"2020-05-13T08:26:01.177Z","18.1.53":"2020-05-19T07:09:10.959Z","18.1.54":"2020-05-26T10:25:33.138Z","18.1.56":"2020-06-09T11:46:44.928Z","18.2.44":"2020-07-07T00:44:46.405Z","18.2.45":"2020-07-14T05:56:37.249Z","18.2.46":"2020-07-21T08:02:05.592Z","18.2.47":"2020-07-28T09:09:58.555Z","18.2.54":"2020-08-18T12:26:03.329Z","18.2.55":"2020-08-25T14:33:57.185Z","18.2.57":"2020-09-08T11:49:44.848Z","18.2.58":"2020-09-15T14:49:31.239Z","18.3.35":"2020-10-01T09:44:00.705Z","18.3.40":"2020-10-13T13:58:13.081Z","18.3.42":"2020-10-20T11:29:44.971Z","18.3.44":"2020-10-27T10:49:38.342Z","18.3.47":"2020-11-05T08:17:26.389Z","18.3.48":"2020-11-11T07:15:11.265Z","18.3.50":"2020-11-17T12:51:29.147Z","17.2.52-1205479":"2020-11-23T12:26:09.061Z","18.3.51":"2020-11-24T11:30:55.580Z","18.3.52":"2020-12-01T13:17:32.807Z","18.3.53":"2020-12-08T11:41:08.892Z","18.4.30":"2020-12-17T07:27:04.139Z","18.4.31":"2020-12-22T11:44:44.899Z","18.4.32":"2020-12-29T11:45:22.121Z","18.4.33":"2021-01-05T07:47:07.914Z","18.4.34":"2021-01-12T14:39:15.189Z","17.2.55-1205479":"2021-01-15T09:05:54.782Z","18.4.35":"2021-01-19T10:38:44.517Z","18.4.39":"2021-01-28T05:09:42.895Z","18.4.41":"2021-02-02T12:05:33.043Z","18.4.42":"2021-02-09T11:26:44.174Z","18.4.43":"2021-02-16T09:36:11.928Z","18.4.44":"2021-02-23T09:16:09.737Z","18.4.46":"2021-03-02T09:37:50.448Z","18.4.47":"2021-03-09T12:56:06.339Z","18.4.48":"2021-03-16T09:44:01.229Z","18.4.49":"2021-03-23T08:55:21.805Z","19.1.54":"2021-03-30T14:49:24.508Z","19.1.55":"2021-04-06T06:33:19.865Z","19.1.56":"2021-04-13T09:19:14.198Z","19.1.57":"2021-04-20T09:33:29.461Z","19.1.58":"2021-04-27T10:33:53.670Z","19.1.59":"2021-05-04T09:25:56.681Z","19.1.63":"2021-05-13T05:57:22.973Z","19.1.64":"2021-05-19T10:01:39.423Z","19.1.65":"2021-05-25T06:54:34.519Z","19.1.66":"2021-06-01T06:02:39.589Z","19.1.67":"2021-06-08T09:12:36.847Z","19.1.69":"2021-06-15T07:15:03.767Z","19.2.44":"2021-06-30T05:10:30.607Z","19.2.46":"2021-07-06T08:16:54.069Z","19.2.47":"2021-07-13T08:10:35.966Z","19.2.48":"2021-07-20T07:05:51.699Z","19.2.49":"2021-07-27T07:18:52.131Z","19.2.51":"2021-08-03T09:01:09.075Z","19.2.55":"2021-08-11T05:32:34.397Z","19.2.56":"2021-08-17T09:32:52.992Z","19.2.57":"2021-08-24T09:12:42.989Z","19.2.59":"2021-08-31T09:03:14.531Z","19.2.60":"2021-09-07T11:04:29.256Z","19.2.62":"2021-09-14T11:31:40.460Z","19.3.43":"2021-09-30T05:00:42.580Z","19.3.44":"2021-10-05T10:18:58.381Z","19.3.45":"2021-10-12T10:58:57.206Z","19.3.46":"2021-10-19T10:18:02.959Z","19.3.47":"2021-10-26T10:18:58.322Z","19.3.48":"2021-11-02T10:34:55.500Z","19.3.53":"2021-11-12T05:45:36.173Z","19.3.54":"2021-11-17T12:51:37.256Z","19.3.55":"2021-11-23T12:42:54.903Z","19.3.56":"2021-12-02T13:56:24.761Z","19.4.38":"2021-12-17T05:49:12.843Z","19.4.40":"2021-12-28T14:36:03.474Z","19.4.41":"2022-01-04T11:25:53.387Z","19.4.42":"2022-01-11T14:05:40.035Z","19.4.43":"2022-01-18T11:19:16.423Z","19.4.47":"2022-01-25T12:19:29.587Z","19.4.48":"2022-01-31T10:15:26.081Z","19.4.50":"2022-02-08T10:14:14.674Z","19.4.52":"2022-02-15T13:57:53.803Z","19.4.53":"2022-02-22T10:50:49.838Z","19.4.54":"2022-03-01T12:11:31.416Z","19.4.55":"2022-03-08T09:33:47.866Z","19.4.56":"2022-03-15T14:46:02.004Z","20.1.47":"2022-04-04T08:09:03.106Z","20.1.48":"2022-04-12T11:10:49.317Z","20.1.50":"2022-04-19T10:56:52.510Z","20.1.51":"2022-04-26T13:29:50.009Z","20.1.52":"2022-05-04T07:33:19.135Z","20.1.55":"2022-05-12T12:50:42.764Z","20.1.56":"2022-05-17T10:54:52.713Z","20.1.57":"2022-05-24T11:21:44.841Z","20.1.58":"2022-05-31T14:07:34.488Z","20.1.59":"2022-06-07T11:22:40.827Z","20.1.60":"2022-06-14T12:20:27.834Z","20.1.61":"2022-06-21T14:59:51.439Z","20.2.36":"2022-06-30T08:42:09.973Z","20.2.38":"2022-07-12T17:21:14.688Z","20.2.39":"2022-07-19T14:50:05.577Z","20.2.40":"2022-07-26T11:47:27.264Z","20.2.43":"2022-08-08T05:42:30.828Z","20.2.44":"2022-08-16T13:00:37.613Z","20.2.45":"2022-08-23T12:35:17.677Z","20.2.46":"2022-08-30T13:44:31.685Z","20.2.48":"2022-09-06T12:55:28.910Z","20.2.49":"2022-09-13T14:12:53.893Z","20.2.50":"2022-09-20T11:24:31.723Z","20.3.47":"2022-09-29T08:47:56.223Z","20.3.48":"2022-10-05T13:36:10.983Z","20.3.49":"2022-10-11T12:51:09.499Z","20.3.50":"2022-10-18T10:48:43.309Z","20.3.52":"2022-10-26T12:54:12.176Z","20.3.56":"2022-11-08T09:52:10.669Z","20.3.57":"2022-11-15T13:53:45.244Z","20.3.58":"2022-11-22T12:48:00.828Z","20.3.59":"2022-11-29T12:46:26.380Z","20.3.60":"2022-12-06T13:43:05.649Z","20.4.38":"2022-12-21T09:29:23.518Z","20.4.40":"2022-12-28T17:04:42.663Z","20.4.42":"2023-01-04T12:34:02.181Z","20.4.43":"2023-01-10T13:15:49.883Z","20.4.44":"2023-01-18T15:14:27.951Z","20.4.48":"2023-02-01T07:19:40.656Z","20.4.49":"2023-02-07T13:28:26.820Z","20.4.50":"2023-02-14T11:20:27.745Z","20.4.51":"2023-02-21T12:36:50.884Z","20.4.52":"2023-02-28T11:52:23.725Z","20.4.53":"2023-03-07T12:21:21.869Z","20.4.54":"2023-03-14T13:43:25.959Z","21.1.35":"2023-03-23T08:01:57.941Z","21.1.37":"2023-03-29T15:01:08.584Z","21.1.38":"2023-04-04T13:13:00.994Z","21.1.39":"2023-04-11T12:17:57.749Z","21.1.41":"2023-04-18T11:11:11.146Z","21.2.3":"2023-05-03T08:50:03.104Z","21.2.4":"2023-05-09T12:31:59.980Z","21.2.5":"2023-05-16T11:33:17.972Z","21.2.6":"2023-05-23T11:51:27.309Z","21.2.8":"2023-05-30T11:54:23.434Z","21.2.9":"2023-06-06T13:25:43.555Z","21.2.10":"2023-06-13T11:25:35.727Z","22.1.34":"2023-06-21T11:53:54.278Z","21.1.36":"2023-06-28T11:48:40.910Z","21.1.42":"2023-06-28T14:53:18.368Z","22.1.36":"2023-06-28T15:42:27.678Z","22.1.37":"2023-07-04T11:41:14.643Z","22.1.38":"2023-07-11T13:16:02.631Z","22.1.39":"2023-07-18T12:26:27.544Z","22.1.40":"2023-07-25T14:25:57.735Z","22.1.41":"2023-07-26T14:19:35.675Z","22.2.5":"2023-07-27T14:39:09.910Z","22.2.6":"2023-07-29T19:57:45.910Z","22.2.7":"2023-08-02T12:28:27.264Z","22.2.8":"2023-08-08T12:09:54.338Z","22.2.9":"2023-08-15T12:23:57.828Z","22.2.10":"2023-08-22T17:58:20.284Z","22.2.11":"2023-08-29T01:19:03.577Z","22.2.12":"2023-09-05T10:37:21.020Z","23.1.36":"2023-09-15T08:01:27.622Z","23.1.38":"2023-09-26T11:47:16.643Z","23.1.39":"2023-10-04T07:45:42.790Z","23.1.40":"2023-10-10T13:17:34.781Z","23.1.41":"2023-10-17T01:05:12.800Z","23.1.42":"2023-10-24T01:03:41.404Z","23.1.43":"2023-10-31T01:29:06.347Z","23.1.44":"2023-11-07T06:07:08.046Z","23.2.4":"2023-11-20T06:12:45.231Z","23.2.5":"2023-11-23T04:51:05.186Z","23.2.6":"2023-11-28T05:34:14.324Z","23.2.7":"2023-12-15T15:19:13.905Z","24.1.41":"2023-12-18T06:25:42.945Z","24.1.43":"2023-12-27T06:18:28.894Z","24.1.44":"2024-01-03T03:30:49.369Z","24.1.45":"2024-01-09T02:15:53.080Z","24.1.46":"2024-01-17T02:02:12.233Z","24.1.47":"2024-01-23T02:26:58.466Z","24.2.3":"2024-01-31T14:06:18.712Z","24.2.4":"2024-02-06T04:52:20.856Z","24.2.5":"2024-02-13T01:59:35.944Z","24.2.7":"2024-02-20T01:48:16.673Z","24.2.8":"2024-02-27T06:37:00.514Z","24.2.9":"2024-03-05T08:59:11.445Z","25.1.35":"2024-03-15T12:12:31.644Z","25.1.37":"2024-03-26T04:57:06.802Z","25.1.38":"2024-04-02T02:34:25.376Z","25.1.39":"2024-04-09T12:33:07.370Z","25.1.40":"2024-04-16T02:17:38.737Z","25.1.41":"2024-04-23T06:40:42.352Z","25.1.42":"2024-04-30T03:00:00.967Z","25.2.3":"2024-05-08T13:43:53.446Z","25.2.4":"2024-05-14T02:20:05.951Z","25.2.5":"2024-05-21T03:26:55.039Z","25.2.6":"2024-05-28T02:31:30.291Z","25.2.7":"2024-06-04T02:46:01.829Z","26.1.35":"2024-06-11T13:09:59.188Z","26.1.38":"2024-06-19T10:03:16.599Z","26.1.39":"2024-06-25T09:00:38.748Z","26.1.40":"2024-07-02T05:04:33.672Z","26.1.41":"2024-07-09T07:00:50.937Z","26.1.42":"2024-07-15T23:29:56.274Z","26.2.4":"2024-07-24T09:25:14.805Z","26.2.5":"2024-07-25T23:28:36.132Z","26.2.6":"2024-07-28T07:30:08.330Z","26.2.7":"2024-07-29T22:56:02.728Z","26.2.8":"2024-08-05T22:58:37.425Z","26.2.9":"2024-08-12T22:55:52.043Z","26.2.10":"2024-08-19T22:58:27.612Z","26.2.11":"2024-08-26T23:00:00.786Z","26.2.14":"2024-09-10T05:01:43.392Z","27.1.48":"2024-09-18T10:08:53.420Z","27.1.50":"2024-09-23T23:01:47.757Z","27.1.51":"2024-09-30T13:25:34.727Z","27.1.52":"2024-10-08T03:08:54.257Z","27.1.53":"2024-10-15T08:43:38.222Z","27.1.55":"2024-10-22T02:57:54.765Z","27.1.57":"2024-10-29T00:00:26.573Z","27.1.58":"2024-11-05T00:47:49.984Z","27.1.59":"2024-11-06T14:10:12.679Z","27.2.2":"2024-11-15T04:18:53.956Z","27.2.3":"2024-11-21T17:59:56.679Z","27.2.4":"2024-11-26T00:08:13.502Z","27.2.5":"2024-12-03T01:29:00.577Z","28.1.33":"2024-12-12T08:05:53.474Z","28.1.35":"2024-12-18T18:13:17.028Z","28.1.36":"2024-12-24T10:48:35.393Z","28.1.37":"2024-12-30T23:51:00.067Z","28.1.38":"2025-01-07T01:23:08.161Z","28.1.39":"2025-01-14T03:04:11.778Z","28.1.40":"2025-01-17T13:34:56.795Z","28.2.3":"2025-01-29T10:25:02.947Z","28.2.4":"2025-02-04T01:01:30.312Z","28.2.5":"2025-02-11T02:49:31.677Z","28.2.6":"2025-02-18T02:21:43.079Z","28.2.7":"2025-02-25T02:53:20.075Z","28.2.9":"2025-03-04T02:40:04.406Z","28.2.11":"2025-03-11T02:23:28.329Z","28.2.12":"2025-03-19T05:02:24.869Z","29.1.33":"2025-03-25T10:13:04.434Z","29.1.35":"2025-04-01T01:25:29.221Z","29.1.37":"2025-04-08T03:06:09.784Z","29.1.38":"2025-04-14T22:29:42.240Z","29.1.39":"2025-04-22T02:42:24.353Z","29.1.40":"2025-04-29T01:48:13.007Z","29.1.41":"2025-05-06T02:25:33.351Z","29.2.4":"2025-05-14T10:46:46.642Z","29.2.5":"2025-05-21T00:41:53.304Z","29.2.7":"2025-05-28T13:31:00.206Z","29.2.8":"2025-06-03T01:30:04.041Z","29.2.9":"2025-06-05T14:14:33.296Z","29.2.10":"2025-06-10T02:57:49.888Z","29.2.11":"2025-06-17T02:54:42.788Z","30.1.37":"2025-06-25T12:32:24.514Z","30.1.38":"2025-07-02T05:08:02.395Z","30.1.39":"2025-07-08T03:15:08.273Z","30.1.40":"2025-07-15T03:59:52.076Z","30.1.41":"2025-07-22T02:33:23.947Z","30.1.42":"2025-07-29T02:21:52.088Z","30.2.4":"2025-08-07T08:03:37.998Z","30.2.5":"2025-08-13T02:49:07.725Z","30.2.6":"2025-08-19T02:50:40.294Z","30.2.7":"2025-08-26T03:59:02.540Z","31.1.17":"2025-09-05T07:14:22.050Z","31.1.18":"2025-09-10T02:29:57.486Z","31.1.20":"2025-09-17T02:51:15.471Z","31.1.21":"2025-09-23T03:01:50.292Z","31.1.22":"2025-10-01T03:37:59.518Z","31.1.23":"2025-10-07T03:06:10.212Z","31.2.2":"2025-10-15T09:46:59.699Z","31.2.3":"2025-10-22T04:07:37.674Z","31.2.4":"2025-10-28T03:43:47.135Z","31.2.5":"2025-11-04T03:04:29.960Z","31.2.10":"2025-11-13T07:12:10.323Z","31.2.12":"2025-11-18T07:48:40.039Z","31.2.13":"2025-11-21T10:45:09.332Z","31.2.15":"2025-11-25T00:24:38.628Z","31.2.16":"2025-12-02T04:16:09.831Z","31.2.18":"2025-12-09T03:52:35.652Z","32.1.19":"2025-12-16T06:42:44.124Z","32.1.20":"2025-12-23T05:07:19.159Z","32.1.21":"2025-12-30T02:28:18.858Z","32.1.22":"2026-01-06T02:50:14.286Z","32.1.23":"2026-01-13T03:44:42.263Z","32.1.24":"2026-01-20T02:26:12.970Z","32.1.25":"2026-01-27T02:53:45.989Z","32.2.3":"2026-02-05T02:00:19.043Z","32.2.4":"2026-02-11T03:37:56.209Z","32.2.5":"2026-02-17T00:01:35.124Z","32.2.7":"2026-02-24T06:23:39.487Z","32.2.8":"2026-03-03T03:14:28.900Z","32.2.9":"2026-03-10T02:12:09.219Z","33.1.44":"2026-03-16T10:52:38.177Z","33.1.45":"2026-03-24T05:31:30.618Z","33.1.46":"2026-03-31T01:56:22.601Z","33.1.47":"2026-04-07T02:50:15.247Z","33.1.49":"2026-04-14T02:18:13.575Z","33.2.3":"2026-04-21T04:24:26.368Z","33.2.4":"2026-04-28T03:20:41.064Z","33.2.5":"2026-05-05T03:11:05.787Z","33.2.6":"2026-05-12T02:29:43.563Z"},"readmeFilename":"README.md","homepage":"https://www.syncfusion.com/javascript-ui-controls"}