{"maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"dist-tags":{"beta":"21.1.42","latest":"33.1.46"},"author":{"name":"Syncfusion Inc."},"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","readme":"# JavaScript Diagram Control\n\nThe [JavaScript Diagram](https://www.syncfusion.com/javascript-ui-controls/js-diagram?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm) control is used for visualizing, creating, and editing interactive diagrams. It supports creating flowcharts, organizational charts, mind maps, floor plans, UML diagrams, and BPMN charts either through code or a visual interface.\n\n<p align=\"center\">\n    <a href=\"https://ej2.syncfusion.com/documentation/diagram/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm\">Getting started</a> . \n    <a href=\"https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm#/material/diagram/default-functionalities.html\">Online demos</a> . \n    <a href=\"https://www.syncfusion.com/javascript-ui-controls/js-diagram?utm_source=npm&utm_medium=listing&utm_campaign=javascript-diagram-npm\">Learn more</a>\n</p>\n\n<p align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-diagram.png\" alt=\"JavaScript Diagram 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://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp\" alt=\"Bootstrap logo\">\n  </a>\n</p>\n\n## Setup\n\nTo install Diagram and its dependent packages, use the following command.\n\n```sh\nnpm install @syncfusion/ej2-diagrams  \n```\n\n## Supported frameworks\n\nDiagram 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/angular-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Angular](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src=\"https://ej2.syncfusion.com/github/images/react.svg\"  height=\"50\" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src=\"https://ej2.syncfusion.com/github/images/vue.svg\" height=\"50\" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src=\"https://ej2.syncfusion.com/github/images/netcore.svg\" height=\"50\" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src=\"https://ej2.syncfusion.com/github/images/netmvc.svg\" height=\"50\" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | \n| :-----: | :-----: | :-----: | :-----: | :-----: |\n\n## Use case demos\n\n* [Javascript Diagram Builder demo](https://ej2.syncfusion.com/showcase/javascript/diagrambuilder/#/home)\n* [JavaScript Organizational Chart demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/organization-model.html)\n* [JavaScript Mind Map demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/mind-map.html)\n* [JavaScript BPMN Editor demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/bpmn-editor.html)\n* [JavaScript Logic Circuit Diagram demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/logic-circuit.html)\n* [JavaScript UML Activity Diagram demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/uml-activity.html)\n* [JavaScript Network Diagram demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/network-diagram.html)\n* [JavaScript UML Class Diagram demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/uml-class-diagram.html)\n* [Javascript Venn Diagram demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/venn-diagram.html)\n* [Javascript Fishbone Diagram demo](https://ej2.syncfusion.com/demos/#/bootstrap5/diagram/fishbone-diagram.html)\n\n## Key features\n\n* [Nodes](https://ej2.syncfusion.com/demos/#/material/diagram/getting-started-node.html) - Nodes are used to host graphical objects (path or controls) that can be arranged and manipulated on a diagram page. Many predefined standard shapes are included. Custom shapes can also be created and added easily.\n* [Connectors](https://ej2.syncfusion.com/demos/#/material/diagram/connector.html) - The relationship between two nodes is represented using a connector.\n* [Labels](https://ej2.syncfusion.com/demos/#/material/diagram/getting-started-annotation.html)- Labels are used to annotate nodes and connectors.\n* [Ports](https://ej2.syncfusion.com/demos/#/material/diagram/port.html) - Ports act as the connection points of the node and allows to create connections with only those specific points.\n* [Interactive features](https://ej2.syncfusion.com/demos/#/material/diagram/drawing-tool.html) - Interactive features are used to improve the run time editing experience of a diagram.\n* [Data binding](https://ej2.syncfusion.com/demos/#/material/diagram/local-data.html) - Generates diagram with nodes and connectors based on the information provided from an external data source.\n* [Commands](https://ej2.syncfusion.com/demos/#/material/diagram/key-board-functions.html) - Supports a set of predefined commands that helps edit the diagram using keyboard. It is also possible to configure new commands and key combinations.\n* [Automatic Layout](https://ej2.syncfusion.com/demos/#/material/diagram/hierarchical-model.html) - Automatic layouts are used to arrange nodes automatically based on a predefined layout logic. There is built-in support for the organizational chart layout, hierarchical tree layout, symmetric layout, radial tree layout, and mind map layout.\n* [Overview panel](https://ej2.syncfusion.com/demos/#/material/diagram/overview.html) -  The overview panel is used to improve navigation experience when exploring large diagrams.\n* [SymbolPalettes](https://ej2.syncfusion.com/demos/#/material/diagram/symbol-palette.html) - The symbol palette is a gallery of reusable symbols and nodes that can be dragged and dropped on the surface of a diagram.\n* [Rulers](https://ej2.syncfusion.com/demos/#/material/diagram/drawing-tool.html) - The ruler provides horizontal and vertical guides for measuring diagram objects in diagram control.\n* [Serialization](https://ej2.syncfusion.com/demos/#/material/diagram/serialization.html) - When saved in JSON format a diagram’s state persists, and then it can be loaded back using serialization.\n* [Exporting and Printing](https://ej2.syncfusion.com/demos/#/material/diagram/print-export.html) - Diagrams can be exported as .png, .jpeg, .bmp, and .svg image files, and can also be printed as documents.\n* [Gridlines](https://ej2.syncfusion.com/demos/#/material/diagram/default-functionalities.html) - Gridlines are the pattern of lines drawn behind diagram elements. It provides a visual guidance while dragging or arranging the objects on a diagram surface.\n* [Page Layout](https://ej2.syncfusion.com/demos/#/material/diagram/print-export.html)- The drawing surface can be configured to page-like appearance using page size, orientation, and margins.\n* [Context Menu](https://ej2.syncfusion.com/demos/#/material/diagram/key-board-functions.html) - Frequently used commands can easily be mapped to the context menu.\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-diagram-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-diagram-npm)\n* Live chat\n\n## Changelog\n\nCheck the changelog [here](https://ej2.syncfusion.com/javascript/documentation/release-notes/index). 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’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).\n\n> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.\n\nSee [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_campaign=diagram) 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-diagrams","version":"16.2.41","keywords":["ej2","syncfusion","ej2-diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.2.41","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-diagrams#readme","bugs":{"url":"https://github.com/syncfusion/ej2-diagrams/issues"},"dist":{"shasum":"132d2399fb471f353bb91664b10a2a546249e9f0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.2.41.tgz","fileCount":229,"integrity":"sha512-+4jdpYEIriqU0R4VEgo756GoOB9AcoWfpB0wIvmmouGsQI4GWrcW5P2aBoiF8Ttk0es2PKMBtBLWjMfTWFsy0A==","signatures":[{"sig":"MEQCICw4DRs9Z4UYnSy17jp8Wgelz5l8Zf1kev8xVlYaYtB3AiBia24zh/irLc3kUIiev2YIrryWFiGHMFbI5tQCxj4rYQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28093435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMK7wCRA9TVsSAnZWagAA2aEQAIPoQbzO+EZ4ndodXDBh\njzkS0W7Z5Dj6vAHvoendZ4taMeuLJwNA7qRzSSgDWKM6hazdoENBUyPLeLgD\nTVrdw39g6vwXWpY0n5I/tb+dbLh8c4fPakQHK0G7ChVpyiSp0W1kTBU/cYX0\nK2poppZ1VOnnpLdut6Y6Rz/+n4QPwb1JnIWAqtweIUiu7syfG/ZWvAmH+1ND\nY6Fx4dgAHVuWwAXV9BuqaxquiY3Fju89ZPlc/hYkxxBcteK/ikzc9olUTsoW\nHURuSNsIHd96jcVMoJXUuN0aWhIysCTlBfAuqyX9ZI1SHddfvnq0a6mFPEuI\nPSHELNjptXD/pfGvkdpkReO29BzfNaLOLz2e57rUGvac3QFh57bAPU/tgEM6\nNvZhC1KtjOI+B1Xw0USkwHpGXwc0D1u11B7Td4DqazKGuVZr/tNla1SGkSXe\nxAwQXpRKhyBDN9EZ+PQDbkRw6UA+RHanZpICkMkt5p7Bd3P8hVtzseDY/78J\nTLRYmv6+Vd+W+Nbk5tHa5B3X1PCYLOLVBKp2BL77cSy+NqyLGQJ/fP6zE4Al\nhMwZMkrCy6xIpTuGahVqtha9rcjSyBWZxIdt6SjpQ3aGbfxZPJKZr03geyKs\nccwK/6kfEidwJID5VVSptlCzfBHEHVMV5AeeidtL5u2+sGfyiYHH4o7rHGnl\n7kc1\r\n=GXDu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./dist/es6/ej2-diagrams.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-diagrams.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Diagram Components","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.41","@syncfusion/ej2-data":"~16.2.41","@syncfusion/ej2-lists":"~16.2.41","@syncfusion/ej2-inputs":"~16.2.41","@syncfusion/ej2-popups":"~16.2.41","@syncfusion/ej2-buttons":"~16.2.41","@syncfusion/ej2-navigations":"~16.2.41"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.2.41_1529917168341_0.42001130270475207","host":"s3://npm-registry-packages"}},"16.2.45":{"name":"@syncfusion/ej2-diagrams","version":"16.2.45","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.2.45","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-diagrams#readme","bugs":{"url":"https://github.com/syncfusion/ej2-diagrams/issues"},"dist":{"shasum":"b559214f68a06a3fce7ae0f4362c76c60802a3af","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.2.45.tgz","fileCount":229,"integrity":"sha512-nyTlRWzBJnrpMW8agLtVCNMbZRtF6aOG87f3G79nmyzNdr0uNErLt5Wn1ZqCbjkv2XrEzI4QnBD08jSsYo9OsQ==","signatures":[{"sig":"MEUCIGy4679m8eXJZXjRoCHitIg8dg3jKgBSnsCJdHr4Sb40AiEA0m0lrwNvjreO1cPeJCJANTXBLtbzbt51i8rXhIpDlmc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28131837,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTZ5nCRA9TVsSAnZWagAADNUP/iQwTmDa0B7vE2pUHUyb\nKoaPIntfihNkEcBxc6XyQptb/tbLi5XOmf8RkrRdq69Sox/bj9q4yAXDua7C\nZE/Q/ft0h/Uy8lvww2R7C/Z3wUWm4SaSFrSyyyFYG8EaItu7oBlFP6F02YJh\nRtLYXw0AhgXXhxY85D+FFfgfZ5wOa2EU9wGcywAUZwNeMIHe5UhEHhr+lLJF\n7HdPSPVlrxxA2x4wd7hAPLN2hi+2jRDmI8Z6m+rXFVmtz1pJ2s3F3JGR6v09\n4+g0Bk6ysKJ7Rn2LLklGbrf+gS8//Bdcvfah5xNPGZPJmUFlh7OaYuZcO8HD\nW2pgJUxNdfDEKCQ4Z/MOsH4wy9L/yW0+JUqkDMAtNYNABovb/EiAA0E4SpbN\nzAyJ/vUdErxfs9/SeL8gYija002byW/Gpok1+Rf0cQLV8IvrIWn/SJNlv6LJ\nmujDVwNvokq1/shpwlGB+2mThebkAB2xmmAMwqUG8eOEynv9GtURY28Zl/AM\no16BOpaM86rEmHc0a2X6vLdtK4DCo0eqZWktTVdVHBYrnAyrKWiIzOX9KCIY\nWR+Rh+V8QPiXKwzpqwzBynpZj1OjTW33DSjhcQHNQJLXPvNE2kbnjqOCWltV\n7Mc+YOWlY2iaXr6sWgxYJd9lDf8RYHIyt2+DbVigH5EhWms4XwCfhC/+gQ35\n5zPX\r\n=rpSJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./dist/es6/ej2-diagrams.es5.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-diagrams.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Diagram Components","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.45","@syncfusion/ej2-data":"~16.2.45","@syncfusion/ej2-lists":"~16.2.45","@syncfusion/ej2-inputs":"~16.2.45","@syncfusion/ej2-popups":"~16.2.45","@syncfusion/ej2-buttons":"~16.2.45","@syncfusion/ej2-navigations":"~16.2.45"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.2.45_1531813479318_0.8437994395071338","host":"s3://npm-registry-packages"}},"16.2.46":{"name":"@syncfusion/ej2-diagrams","version":"16.2.46","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.2.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-diagrams#readme","bugs":{"url":"https://github.com/syncfusion/ej2-diagrams/issues"},"dist":{"shasum":"8eaac168749ea41c97366a260f0cc1bf88432bb4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.2.46.tgz","fileCount":230,"integrity":"sha512-0ZaRXOGtx2qa37+DhH9RoYcI3suvPWfM0n0+zLEGqgp21d1aM5581m+WMgy+O2K+cFrTwvX1W7rvszXi6kdY+A==","signatures":[{"sig":"MEUCICotHNN1JY0BHiMSCKhlbzlswCGgZk3W1qpivTi7aLNMAiEAwo3A9Q8DXyAejuS/1fSdS48rWzQqF5uzykXHS7Y3ZAw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27931371,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbXwrLCRA9TVsSAnZWagAA5vAP/28E/5qatlgaZNh28PYY\nUM8hKPDFVyMhvD3703Vuxuj6xxjWXsv7yqYfs9hegQ4MPIwppQ/6cSHoLDSL\n9+sDGapbm3x9Nqy+9KJf3nuETq97djNmLwOOh2zv94SPlsNJYk3tWbZm7YyT\nX36vMckQdLqF7fNvHGMb3FsDPkW7Du+6x+fPXJtQ6I6Tgnavv4DbFzu4aiJw\n7I5NGDU2SFAV1tJJjf/J+/xrWe4HrTirDqmyaK2xnS+dakCSjh5ttWAvJEXW\nkNH9gEcb4Isu5KJF82cY7yywpwXGS+fva6qe/bWUZRYc4SxMlAb+AryMW/Q4\nQDJEzZIVC6hLwhAfmcPUs1sZulkyl4zEAhVrLpWgS0K5cMz3Nc0xtVacbwIv\n+w+MVesQdEtUD7bU+DqbiaCg9/iSqU1NymaheZAqBw1p1R5+yrWnHOMEou6+\nDB0Y4s71VVpEJX/3/ETEe4M61kQleLLRJCAUmfWHey+goM+hZJRVA95NPlRZ\noV0knRxRZa3XWynymLzHEvtY+wtZ9rc0U9frT07xtDp2P5Nu+LK+SyoFGQqc\n0cfa/IqPGnhQMHuCfQMhz3RN2K+cq97RW3HpMHQ9O10a87zYsqTj872FtILJ\nvAu3CpUJGJKONMsZqj+PaOJRL67bpjkQnMFTfw3mlHR7qAlEfMhTk0B/VH3+\nLrP9\r\n=LdGg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-diagrams.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Diagram Components","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.46","@syncfusion/ej2-data":"~16.2.46","@syncfusion/ej2-lists":"~16.2.46","@syncfusion/ej2-inputs":"~16.2.46","@syncfusion/ej2-popups":"~16.2.46","@syncfusion/ej2-buttons":"~16.2.46","@syncfusion/ej2-navigations":"~16.2.46"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.2.46_1532955339187_0.7708863253191931","host":"s3://npm-registry-packages"}},"16.2.47":{"name":"@syncfusion/ej2-diagrams","version":"16.2.47","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.2.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-diagrams/issues"},"dist":{"shasum":"75bec91dc5f3bed2a4916a9761a73cb2d542bc89","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.2.47.tgz","fileCount":230,"integrity":"sha512-GG01CHWNZzs9wl9WGSw+pCbTnKVPW+/VDeeZtg8ylx60VtjvrKHcFHDBG6L0bW38r9vBPhIv6qgLvH1+iwJZog==","signatures":[{"sig":"MEYCIQDAQ+vlgUWG+rPa1AxgpNDc1gQJhCxt8j6h+gpMvZO89wIhANkTAb6Elq3uhqDO6+o71U8yeYMcJ2lm3i41pU8k+8zg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27973496,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaZLoCRA9TVsSAnZWagAAThIP/2+tPqm5jjJKhDdz3vIB\nZgWjWnUY48r6cosJ+7mAb0HwfQU/lYJeWBNhSH81L9LM8tE/uZEtWtlXkVKd\n8CCXDJ5E6yd/pUox2/ItZdwJx4mYJbsbjF/kA7LgkLKjGKmeFDIzSniYtfWM\nsiN9c7nDVrjFhjC/jOV4a7aJuHZwV6SpFLo3IosCAs0rT8IILMmLF/ODTHxw\n97B0CmMbe3z7G75iv/4NcrY7KcDVVN6T6KI04Ssabsq0Dnphe223UE0UfCla\nNtpRyFkSbTCZJYrC+4ERo1tKIY5aUIJQBPi+u5aVs+MqEL7dnprCh+K9kOxC\ngdfRyHNAxVfGfhBLuKDK3lrw9Q0V2gXqlotkDyLR1TQ3Fs0YzQA3tBDmRBlj\ngRcYJYreKGYLB6elriq0KUX3qI47BrBVysLkjtu1+Iggm4Xv6HRBGoW1i2rp\nHmbJtx0me0H4Z2wyVrTYk+nbzuA2rfxY8A8GVFgTNBglKlhORrs6SGJCJ7Va\nZwhwxGmm0hzeuyEBVsvbPGiqqU04iWMVvWyTk19eprz3HC49RGvB2jXD7/MD\nVhX1xhkkbEIknYXPK380+NFwLPsUTuzm277zZKN7dpLuaga1wFwjceu2bItN\nbK/9iCH5bQm/yiK2HUD0ByiyL56Y/iPTXXxF6G9k625aHDXQHmwPIjE7TNZx\nJseC\r\n=KzRT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-diagrams.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Diagram Components","directories":{},"_nodeVersion":"8.11.3","dependencies":{"@syncfusion/ej2-base":"~16.2.46","@syncfusion/ej2-data":"~16.2.47","@syncfusion/ej2-lists":"~16.2.47","@syncfusion/ej2-inputs":"~16.2.47","@syncfusion/ej2-popups":"~16.2.47","@syncfusion/ej2-buttons":"~16.2.47","@syncfusion/ej2-navigations":"~16.2.47"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.2.47_1533645543492_0.6606036629611374","host":"s3://npm-registry-packages"}},"16.2.49":{"name":"@syncfusion/ej2-diagrams","version":"16.2.49","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.2.49","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-diagrams/issues"},"dist":{"shasum":"f8ebe7201269ceff0415d3131658c738e58e3eae","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.2.49.tgz","fileCount":230,"integrity":"sha512-NXeqvJc9++fu2EcD+dM78PrBiuM2dCpIMrwON7ng/PO8ObtpZioChh+XyJ/n7MkeWTGO5doDeGS/U68kk3Isng==","signatures":[{"sig":"MEUCIG4LqRtAua9zdoen5I6nlG41BsWDV3fEzqj0gQq4ftllAiEA8XFaKNbKhOlhMrU/PAMxopWrO7b92A+SZJCSXTuE1SY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27988880,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfAeoCRA9TVsSAnZWagAAJeUP/1S467/0sM3NzQJLA0Y0\nbFyJms22UazxmHxsBl4BqOTpuq5ae1uWrNnPTamTW8hCVvtsWzU79egt2TJf\nrVprEufdtpr3DnZWcTBzjoS7uX3oG5+x0PzSVNbrcyj08Jq3dUi6iqBwWUwI\n1v953bWf3IgsgARMCR8Fh3B4jXm7SYskBo7h5mDt5fHVt6zRebBYU2PJH8+1\nS4lPdDxM3yoSsEx/mc2uvaQHRNmUN8m3sXCH9QQpPE5H+nkfkS2bP9ZBqVe7\nq/iV0xJnG8xgJ9Td9wbA5n3+N7S7szqlrYkdSa7+IOCvhjifQTVoFoMARy+0\n53eaUBu7MfS6RUUHx0p7A/P5IIx+l6t9VVLQ5b7uJbNKPCSsEFCNIDScVzMQ\nkjBcfkpESv8hizKYMPlCXV/IRSwz2H9bwA4BkxPcTjQRrPeXrlRu2yovOOFh\nGo5ei1ryf1Du6aS+JcpdQ1QQZOhr02BXZ6Q6p49Mfglc4qwuze9b9R8hNnZl\ndm1qbxq2I1CFDirYrOWoq5Qv8v/sgDtmKlIBQHfFhIyGgMzMitZDxejoQvWh\nE9cnf9kcC7f0/NpYxac/S+jTXtc/69QLMVHUowicnnwzyy3tdy4NYAHS/z+T\ndKPrtQpgcJIwH0Rn1uOEDxtNjIFOlpUFpyLwCYQQSYeduOILKqoGV03E7SfB\nNsls\r\n=t29w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-diagrams.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Diagram Components","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.2.49","@syncfusion/ej2-data":"~16.2.49","@syncfusion/ej2-lists":"~16.2.49","@syncfusion/ej2-inputs":"~16.2.49","@syncfusion/ej2-popups":"~16.2.49","@syncfusion/ej2-buttons":"~16.2.49","@syncfusion/ej2-navigations":"~16.2.49"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.2.49_1534855079582_0.2794435852968371","host":"s3://npm-registry-packages"}},"16.2.50":{"name":"@syncfusion/ej2-diagrams","version":"16.2.50","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.2.50","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-diagrams/issues"},"dist":{"shasum":"7fc64cbceb32f904de49d131d045f6b6569ec4f5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.2.50.tgz","fileCount":230,"integrity":"sha512-2roq7Zx3qoyA5KU9UrGcsYD5qPtI3QWrjvClFeDPhXh+g6IxrbxWIfqLm4hztxX9Tdq96wDpZyJsuE0/zbTXVg==","signatures":[{"sig":"MEUCIBGE8C3lhqOxxId6VR5zRBp8rr5GoHCHvQiZytVQ9wzLAiEA53hKNgI0d79e2LZwAw14o6332qpy7bM2i3M6DRBsP68=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27988880,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhY0BCRA9TVsSAnZWagAA8ywQAKQk4lar3hBTiwCojM+q\nG126aCOAmNZ1K7viLZki8G2GthzvJiG4WqMFKKU5raxU/AAzTWXa6Q2Tb1Gf\nmC43ZktN74C7NlmfGLoyzdDJhlPd+2kJokpuKdspaYUouLX2TBYInskM/2A2\n3YljQ1atJAYbcZKiPxx5VQJieZYU0j24Hvau/QwhVqXwAl6c6ypbQbvB2T5t\nOnR3+KjP3KNylLXQBxmiuVWITzLSnJ7QTEVXxTWIsh3NelvsrMx0C4a7UbFc\nsCB+6AXBI2X5rQOoktCZBrRUbvEV48CHhBtDOkcTjPoRt7TAED0S7ZxBp7UC\nziMsoTHPMtJP+BrwvL1wqOyn1V+NUxv4FwxV6taj0GZ/bTcWwvrRIt9xsKom\ngtS78uAxNRn42U6qiiILhysjYz0geDgVFu8UnUEgjmGggK+2U+xrKQlF4bTq\nYO8hGPxV2jg0rjRYHgsu0OGoSgiUV4v2XoFDkQd3uYK5WWiUgAh4XJD7hSqQ\nDJcHXNKGQsqUrhEgsqhWfde6B6duTpejbG9O7xUY9XtQiHlmYqLAKeDmKrkS\ncdcMrtRWcbSF6yQ2JNbjenhZQMX5aztp8+OM1LEx+aO/9BxhhJX+jwEPlJEd\nECtEF6xycbxjCbOpJ/SoQP8hC1/zQm/pVbJgQDTGZ6W7Opskj+QrZg1o3QKq\ndR5j\r\n=1BqA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-diagrams.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 Diagram Components","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.2.50","@syncfusion/ej2-data":"~16.2.50","@syncfusion/ej2-lists":"~16.2.50","@syncfusion/ej2-inputs":"~16.2.50","@syncfusion/ej2-popups":"~16.2.50","@syncfusion/ej2-buttons":"~16.2.50","@syncfusion/ej2-navigations":"~16.2.50"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.2.50_1535479040748_0.5913666245236382","host":"s3://npm-registry-packages"}},"16.3.17":{"name":"@syncfusion/ej2-diagrams","version":"16.3.17","keywords":["ej2","syncfusion","ej2-diagrams","datavisualization-components","TypeScript","diagram","flowchart","organization-chart","mind-map","bpmn","org-chart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.3.17","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-diagrams/issues"},"dist":{"shasum":"3cc5913c4f42d7357e40bc4c11994b2b839d698b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.3.17.tgz","fileCount":230,"integrity":"sha512-wJHFvk1cqG/KM8rooTsQ3a4l7a4zKgcRQJ3WpeRLjd4DBdVN+MUKyyvUoEOwKHN3johSSN0W5mZZCL/iwSQDEw==","signatures":[{"sig":"MEUCIGrpEL3vmWqbTYtzj9caUFaENkyrMmg20JxgJmMoa17dAiEAvfeDoaa62xpiQ+AxSgMbFj6lhLc4lhFJ42yDT+9ZPok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19560427,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbl8ITCRA9TVsSAnZWagAA+qoQAIE9v5uQada8mGYf0Gza\nHcVqXrVca08z0QdjvrElgo1OMvRR5PpgD330RWXoj+1+fKvJpEl59DpHPN+D\nPiT38IhdcgEbt+Ft6nw8id7UbKeKhtmpu6AvsMvxzPpOVkNirGr1KOIu80er\nOgUJCP0PixF77IZtNMAxfkFkqlimkpXECFIcnhNpStOS0QuNjzggZlpIbTHh\nk7RR1tXveyK2E6j03AWBTGfJ79uuczc2KyLAuZIzsIlWS52USXS2AnJSlEKP\nV2Lv+xspavkHyiWbnvdIx7UPlr0wNSTFB8GBv6vwT6+b2+sPcdnTCAmgXN2X\nXPEJ8UpfscZ1wm3Wj1Klw3E7kDyvYd8AbnKaSGEO8JQXZkkZYlYMPfrVszOH\n1dBuyrsLVM25P21w4h15bET6u7DJ0rnFtJYF/FGBZdWVhBiL4JWegu4kgNPV\nL92Eg9CHm5UlkofG3UwPW2z4BCM78YvYWwcWqdHSiizrqUdKkM+J26z2mHr+\nTHRzT+YXM21Dht3PXQfT7/QK8CITIw0EdoZyJ6Tb+BrQIeIabb3V4uXiw1Jf\nwe71I2NKXhGyTlOqginpmwGBmOSN74LY68GeKZvIaRBSi+I2UssSBgVJFijm\niO4Vz59vLjqRzhxWYXhlPuLX5JXhKA1RdqsZCyk04WUpg4iMeUQNh2mF2fam\nhAXl\r\n=S+Lj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-diagrams.git","type":"git"},"_npmVersion":"6.1.0","description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"_nodeVersion":"8.11.4","dependencies":{"@syncfusion/ej2-base":"~16.3.17","@syncfusion/ej2-data":"~16.3.17","@syncfusion/ej2-lists":"~16.3.17","@syncfusion/ej2-inputs":"~16.3.17","@syncfusion/ej2-popups":"~16.3.17","@syncfusion/ej2-buttons":"~16.3.17","@syncfusion/ej2-navigations":"~16.3.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.3.17_1536672274013_0.20585852766482104","host":"s3://npm-registry-packages"}},"16.3.21":{"name":"@syncfusion/ej2-diagrams","version":"16.3.21","keywords":["ej2","syncfusion","ej2-diagrams","datavisualization-components","TypeScript","diagram","flowchart","organization-chart","mind-map","bpmn","org-chart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.3.21","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-diagrams/issues"},"dist":{"shasum":"7963cd7cf26b8ff36c70f4151dc5e64da50da633","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.3.21.tgz","fileCount":230,"integrity":"sha512-8XorBifIhr4Ml5q0pEH/t2sc3dordIeFqTT2nldOEmzVwkC/s9UiHb6Y6vsd7HQcI2QrYMx0hMuKZUME12wMBg==","signatures":[{"sig":"MEQCIFAuQv6fD5qJMiFsydmo4UIbjvjsGx1hFqGSEuRMQRLtAiBgvpvXWSQBy5m14aQh3fZMIC+SdbYI6kWhoR9RPYWJ2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19621630,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpUk1CRA9TVsSAnZWagAA3l4P/0EMKt2ZxXG2JIY60Gen\nZxsAJY08oHa2I4Phi257TDhVzoVXdEmWlkmRrqOA/oqR6CB6djtkv2Jqsa+b\nhr6A8O6Npbk8hsYmFneATKNGEQfHsB9jOJMsYq3q+fEG0phLPKla87VGGKU9\nnDloNpjwEN5vkCmiztldBDvtbeB5MqkvSAQoa7Xoco5cNTUgl0/UpKu3JM1+\nDGJkNoNsTdBbpERNWMh2mGVIYDa05dXGwmIWwgWUlIf8n9eoudBJEtid8/aC\nrI3Lg+LkBFoLYxRGLg9tXL+kzmk6+AZ2B05TsyG+Y7MMzl50FaXsLTrjTgfh\nlkxBS23wqMAoMkGB18JIQCu26vocR70FQ3EfOJ0iYRvXCPiPcIsrh/lun06d\nzV8IbNAPx9OSxJ3gOwTo16SHEccYI2OGz5FY28mY/N8ygrR8ggkgyjf9xniv\nEBV/FP6RxisQgDsEHqOUzqT5LyFIuZL7Tk43w85NFuJOjD4m0/EUoy8N/YHC\nuFWS9Wvq/a9P3QECS6q81fjOMILoRDSRXqjZ2i+iOuJwJfwtX/3eyplEpeH5\nJ/T0Dac/yx3ihKe6TInkR12LE6P7UgYO382p3letqu2U8wj6lUGLQt/sNx5D\nzlr2MJdcBlJBG1C+FOqn61kqabEMfGsnMGQNjmRVBmipqTNbwPUhWGW2pDe4\nm0pL\r\n=cwro\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-diagrams.git","type":"git"},"_npmVersion":"6.1.0","description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.21","@syncfusion/ej2-data":"~16.3.21","@syncfusion/ej2-lists":"~16.3.21","@syncfusion/ej2-inputs":"~16.3.21","@syncfusion/ej2-popups":"~16.3.21","@syncfusion/ej2-buttons":"~16.3.21","@syncfusion/ej2-navigations":"~16.3.21"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.3.21_1537558836645_0.3163110493754304","host":"s3://npm-registry-packages"}},"16.3.24":{"name":"@syncfusion/ej2-diagrams","version":"16.3.24","keywords":["ej2","syncfusion","ej2-diagrams","datavisualization-components","TypeScript","diagram","flowchart","organization-chart","mind-map","bpmn","org-chart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.3.24","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-diagrams/issues"},"dist":{"shasum":"efab890a76c7892882aba9c7686c8f3b865f0d9a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.3.24.tgz","fileCount":229,"integrity":"sha512-/0D8Y2rCgbn1+3Sq4N7bcL+6C5gPUILFPbSBA9Fy0qwA094VgIVZv6jg3moahbxcFG4PfHVKL1rAirBkYPcqTw==","signatures":[{"sig":"MEYCIQDAWFBGyX897TU1IhFVNm/ERxXAcUsKS9JNqP13UoVyNwIhAImZtJvnV0iECSSVgfzhMjqJhff23RzAv1+80V3nCN6d","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26677457,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvFTUCRA9TVsSAnZWagAAnNQP/AlDtYUPymszZDR0xPr1\nE7VF7KSrkJ45HGXokWmQYk90j5F/kFL3u6auiPFZ5O+vcnAIKONXaNgzdAoF\nKWZJY4c/ACVudA0hxFeaJeRPbJWnoi+9F7M3zo4VL+vIM7lHCryHDa+SZEcO\nrXpVYXwvx3gpN9rqIhd1fi3mlrB+HdxR9fnunGwVpF5o0pSrnNCMXO5L9SAp\nFGn0dSyVHq6PYyETPfsstt9hx5uW4UvGwcmOU3FpQzeTDVZAHhllCRHo/g/8\nEfjHM0M+/yFCEpm1C7n0wURthnMKCl93KIfJ3j9JytK/jj84MyYcqsZHhTnd\ncHcDqE298OSlgVGQT4XAut0KKljmvU5c8eJGdLPeMYX4y6ImFUO23AbeDpGU\nQLgTghnaEcCbLTU0vXPUDjn0qMu6kgVFezUEs7hqWt6DzSCRB0t0VsoMGdCr\nyh+W1hqaAqpq1/eSmalZd+NNtHwnuQ1vpYkw4VerLqmdOpq1Ht7elW0hKGK5\nTYoWCWq7bubQDosW0FM+C2W49LTc0oE07ISlRbATRo8JHO2mJMwfR6psliH3\nWLoQGOKkOzkEwTKXgysrrQ87UH2OfeSIavyPnK8BBv2abmeyCg2ek9gW7/CC\nQoVM3SMUSeGRJf863CXVBt613VBmBoE5l5iyXL6Y1eNXh2BcZHF01wHkX/Ds\n13iD\r\n=y73w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-diagrams.git","type":"git"},"_npmVersion":"6.1.0","description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.24","@syncfusion/ej2-data":"~16.3.24","@syncfusion/ej2-lists":"~16.3.24","@syncfusion/ej2-inputs":"~16.3.24","@syncfusion/ej2-popups":"~16.3.24","@syncfusion/ej2-buttons":"~16.3.24","@syncfusion/ej2-navigations":"~16.3.24"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.3.24_1539069138591_0.5181643439917247","host":"s3://npm-registry-packages"}},"16.3.25":{"name":"@syncfusion/ej2-diagrams","version":"16.3.25","keywords":["ej2","syncfusion","ej2-diagrams","datavisualization-components","TypeScript","diagram","flowchart","organization-chart","mind-map","bpmn","org-chart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.3.25","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-diagrams/issues"},"dist":{"shasum":"b97c54ee8ef9c66356cc34c552c4450a9109e3aa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.3.25.tgz","fileCount":229,"integrity":"sha512-0n/mzfgKN55D4F2o0tJScMy27f8BH1wvSfk9+HAN/ihV/JAqOPRVf8vnNsIoiPAIzIdz2W4Ye1LyGhXS4z0gEg==","signatures":[{"sig":"MEQCIF/IkXR4Sm+RvP0v75Nus3YgMor4kXxRmylqFLqx+T07AiB46Xz5/ZMNs2k1pWtuON5tJOXlSd7Inokd+ya+V1JaPw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26682185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbxbccCRA9TVsSAnZWagAArpcP+gIfYWNpaVzMUEpdV0Gk\nwEKJyF7MzLzjc3uMSZP3Io2Ar4LEzNne/fi7UA/dpQv6/JVuM9SyOupe9605\nsM0GYB0+4q4D7GqLn1r0JSmRwN11OjsRlMRAKLkfQ13Blp2gxdAccKHQvFL9\nhAFuVBjAsUml07UO9hLDnIGP7nIDCuDpNDjCbqZpqSqpgTJovX97etFs9boq\nTY+GZxtD7L+ZA9BOhDFqvCrLp8EGLZkT1sdNKPQoDHzJBudnq4f2TwHpyuOv\nHznh5TyotkRxme7uFrpoFbypprgM16bPzRgmoCAsqLmn65+CFB+1SIWuH7Zv\noRLX2cHNRVSO/Tzqe+GC8VJ9Gb9jnPiaVWHc09VkX9tU+JYiT2/VcSu71o63\nmv3e2sAUsTWK6fW1EVFVlPih+TdaQrzlONGbfY2WKra4FqP4CnJQg4atpiTK\ncMO7TfkwdXDLn+lnfcIc4luJAz7nh3uRNgZ1DwrF7e3K1utf/4jgNDCCbmds\nuuw+bwbr6azeiLQ9MIIa0JuTUW48sVowAAEBiQ/SBGV0M2Wrjv2OKpGcPp4j\nteUFn874yo7B2+wmMz3KdbRpoX7m8z3diH3jm1wvSppP0TFv09yz2DEY7BFo\n4UwzCB7Iu5AqNxm5ENR8lMg5QyJd7DzHs/2LjJTLCGLS6BX8zn9RGlLODeQd\nJk0j\r\n=vYa1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-diagrams.git","type":"git"},"_npmVersion":"6.1.0","description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.24","@syncfusion/ej2-data":"~16.3.25","@syncfusion/ej2-lists":"~16.3.25","@syncfusion/ej2-inputs":"~16.3.25","@syncfusion/ej2-popups":"~16.3.25","@syncfusion/ej2-buttons":"~16.3.25","@syncfusion/ej2-navigations":"~16.3.25"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.3.25_1539684123962_0.9112745831931701","host":"s3://npm-registry-packages"}},"16.3.27":{"name":"@syncfusion/ej2-diagrams","version":"16.3.27","keywords":["ej2","syncfusion","ej2-diagrams","datavisualization-components","TypeScript","diagram","flowchart","organization-chart","mind-map","bpmn","org-chart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.3.27","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-diagrams/issues"},"dist":{"shasum":"01d18ebc721131c0716caafbfaec6bbb021cfb39","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.3.27.tgz","fileCount":229,"integrity":"sha512-ese6goXmCBQdFx+VJqCrZFN8BnwTHqrjwQfNUIdywThM3cyf2djySm1xCk3y7yGaKytLoXmVnwe2c6w3nX318g==","signatures":[{"sig":"MEQCIEqmVD3oCOYHTRIIDjN3sinlyskeKFQZrwvZ4yUHdiEGAiBg08REYdHy55pVcD7U5XhUdo2552cfRLCyy4ikt33A8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38284285,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzvSOCRA9TVsSAnZWagAAf0MP/i9sEIsRFtSQZo1gzuDq\nTyKVTI00ScmKM9LYw0AmHRrlDDUoLzd3YQkMC1fcElKbR/ptkz3vkBuNLudW\nB5NCehDbxChqvZEWs/2V7nLUOA/ufq+S6YcAvuJomAQVBiqEDQ6Q1UzQR/S9\nzgID6gBiNRnfO9paTH5RdVLACXo0yzqaoyAhrtqbdD4lQ1jsLWEjCfjk9dZJ\n+InBvwVvg/USTs4hwwHXUz1OCUmmbQguud+6IyxbOSzCWPK88iW8gmV0YG+X\nezC1eDMnDzVzhoYvT/tA2UcniyyqqPBTZPE5W7MHEUrFnypr/daMaPex/p1p\n3PdWOWwAhmujYDa2JGqM5NTxQ9qWqQIwgMiTs+PAk4UxOqXtvJ5PMXXSBlhC\n9zTadsupMiDKu95p6ryCPWNe29sqgJqpAyV+HQNz/CoLIvBrSw/YZFl+4qND\nl5ervN8JpTXyr/X4XTyRBiGAcLERabYwzWyXIlAUIRQxzNQFp/zG1s4QA/19\nHn02Ib99yfrPxsJk1ywkmUpNnbiSPKuQj7xjKI5Y3RfP9WpIEWoQbe2XehKl\nh8YNBUi+tN2pDX2uDAPoe3hFR94worg4Bb+LY0A56t+CLXlMFi4WHUxhrXCa\nElNd5c0Y0jqWn2XJ7aQRPdf1TjInZ2qs1yBzMvemuWTap1lISuHDNqs71IpG\nwRK1\r\n=tGmY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-diagrams.git","type":"git"},"_npmVersion":"6.1.0","description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.24","@syncfusion/ej2-data":"~16.3.27","@syncfusion/ej2-lists":"~16.3.27","@syncfusion/ej2-inputs":"~16.3.27","@syncfusion/ej2-popups":"~16.3.25","@syncfusion/ej2-buttons":"~16.3.25","@syncfusion/ej2-navigations":"~16.3.27"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.3.27_1540289677820_0.7963022658177838","host":"s3://npm-registry-packages"}},"16.3.29":{"name":"@syncfusion/ej2-diagrams","version":"16.3.29","keywords":["ej2","syncfusion","ej2-diagrams","datavisualization-components","TypeScript","diagram","flowchart","organization-chart","mind-map","bpmn","org-chart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.3.29","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-diagrams/issues"},"dist":{"shasum":"a978f97b2bab62a9b8f8a66f5323406775317ee6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.3.29.tgz","fileCount":229,"integrity":"sha512-k2iglSYJB/NDOf/drLNpLz0El1x4JKo05MDEEcWs/WQI4GPO1NN9GlnTDb+jYUoX4Si8xaF1Pmu/hBCyVx4EGQ==","signatures":[{"sig":"MEYCIQCVP8L7OuTCNDVS4UWk5U0vUTC0r6I8oIJAh6qn4QccowIhANmph/iHsR/1wzD+HtAT3Ztmr84nW1+KOU2jXNl7Ev5C","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26721826,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2TFCCRA9TVsSAnZWagAAjncQAIi6ETBB7X6domEHMYWE\nzK9U+RZmtcHv+fQZ+akWMOGpJ7v5RQQHU941QoEOwsESnTlEa6KAFHmyVQok\nB5lT4ZP9CL9/h2lrimwoxDS/KOl8lgDKS18wLZs8oBXXZba9r5PirlgUZSZ6\nHsk4nHqHMrp+99XTHXA6XJS2Qq3jBol+mroLqdLazwy5fZP698Q/A7GNVryN\nv6kpIxAWrTHkoqKVQLIDnEYZePp9G+4Ze7ML+/BwlcxD1KaDl1hd9+TNZIUl\nuC41tAqJSkflGockwUWZnl0Y3scvoUfN8ZbArlylgMMgpbsATGif9j/hraCh\neEXzzhzpcWt1q3Hx2A+F+WsFVGmAJ9HkaLfUCn5kjbGFrA29shGWmRjkcs1C\nnZUCTpn/0fd+xD2NvU1tE5h3LrowWaWPgHBALNhXjpJ1cT5dCnFXk40mgd3d\nukJI/GyL/keiEVhvW1Zi90NkGKWbmMempPP2LBZ8Ymh4BotCDyZlofGzeJnS\nYROc/Ab42WnyLeOvlq7ICIKGT6BXxamWucZCMRI/sbao8ojNWj7i2MvDi9bZ\nmn4jjX/L18Kg6YZPfB8BtLJqxZ1zmtZtJMWHy4HSieh63LJmXDpcIopzEFkX\n/+9XeT2npqCWtvPXPpLdIq9gpExx0c13a50/Qto6U4rq4Eb00VANU3le6q08\nNsuD\r\n=vair\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-diagrams.git","type":"git"},"_npmVersion":"6.1.0","description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.29","@syncfusion/ej2-data":"~16.3.29","@syncfusion/ej2-lists":"~16.3.29","@syncfusion/ej2-inputs":"~16.3.29","@syncfusion/ej2-popups":"~16.3.29","@syncfusion/ej2-buttons":"~16.3.29","@syncfusion/ej2-navigations":"~16.3.29"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.3.29_1540960577439_0.2933025518279846","host":"s3://npm-registry-packages"}},"16.3.30":{"name":"@syncfusion/ej2-diagrams","version":"16.3.30","keywords":["ej2","syncfusion","ej2-diagrams","datavisualization-components","TypeScript","diagram","flowchart","organization-chart","mind-map","bpmn","org-chart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.3.30","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-diagrams/issues"},"dist":{"shasum":"4e35ea66f953822386dc49b5bd2370715c1ec3ba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.3.30.tgz","fileCount":229,"integrity":"sha512-pUi134VAQRm2RVVxiJOLJrehjZsRdEk6Fge6hSkxYu/6GyzpF2wuIuIleyS5LxccIjW8jFpjodDs4uk/rD1UQA==","signatures":[{"sig":"MEUCIQCM1iEzTsKZ2oyJ2ttf/yTVoW8IwqYmdD42VkL/saUrLgIgU3Z2j2xeDJ3ZpkgdhZhEP5mP9GfgS033mij+p+Z17Hw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26721264,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2uISCRA9TVsSAnZWagAAKQgP/3TsNzb6Cw5LgKYMw7TA\ndLAN8XACHP2W/Aee/kBF3EM02z01Ccpn73MtyvKc4uGEyTkSHX1wOt/rb0WG\nEiLOsXSaJW5zuVZYMdD72uXy0LGvRdnjw8k1xoU5HE9nGTKNe0opPBqBN4ad\nUrFQSr2QWPO7Yj70sEWBuHm6oNq3BfDhHV1m268lZnPWnATdOLlnNJS2WnAC\nnhKUOwnk5d9Gt6vTCD89mIpuBkD0TE/Mkb+AA9SaXjq+wqNFeuvnNs7UhJkE\ne8XoyNP9uOtbcvVwdcO4rd+fdiO+B+CWbtaE+4t2Hu0CfCRwQF0RbgJHcApb\noJgOmWiSPhQ7kvdKuSqEZRD48lbnttPT7wEYy7lfw+Cf87yS725I2kwDyySt\nPYZxOEsOD9MaewOBCxnP4FVqmUG8KVqW5cfbJjZd+hWPDD9PwBu2mrkqF5u7\naB868SVdcndk4EE4pSpRTyqTmskajZLfsYbuy2GYCUCTTyfu1xBbufwfdr/6\nPCqgZFecmTmt4S28HyX2AdhES2l8qtasx7GgiEuQLkzByZeeNY5AqTivYwM5\nOu69d0w00tuxQ8Y+mamLTBQGEX0cPiioGYGtzwp75LBI2QWR5lskYGPzhV93\nFXO3OmGeXHRhPwFqHWl+yN3Xz34nt+Zs7rrY0jqp+lvY4TOQ3IqN3uyd4v0R\nxWoo\r\n=5sN5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-diagrams.git","type":"git"},"_npmVersion":"6.1.0","description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.30","@syncfusion/ej2-data":"~16.3.30","@syncfusion/ej2-lists":"~16.3.30","@syncfusion/ej2-inputs":"~16.3.30","@syncfusion/ej2-popups":"~16.3.30","@syncfusion/ej2-buttons":"~16.3.30","@syncfusion/ej2-navigations":"~16.3.30"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"^2.2.29","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.3.30_1541071375284_0.43442394838131104","host":"s3://npm-registry-packages"}},"16.3.33":{"name":"@syncfusion/ej2-diagrams","version":"16.3.33","keywords":["ej2","syncfusion","ej2-diagrams","datavisualization-components","TypeScript","diagram","flowchart","organization-chart","mind-map","bpmn","org-chart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.3.33","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2acef11075aaf917e80850c6b09b1440f7b54dd0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.3.33.tgz","fileCount":229,"integrity":"sha512-w1ynYYWtDfxcexD2tCOPAxZ/dxwflTLP/vD3kLRGtun71hXtHOWLtKaPN4fJLviBZyNynZ+WNFHvdLRGIJa42A==","signatures":[{"sig":"MEYCIQDoECDy7362ocDzh9j1b4wvcYjsG5LNPXnzq4/85LVX5AIhAO9E//sNFp0VRPpmAgzaWto0xzfwCwJalh6LdgnIPxO6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26786104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9AhcCRA9TVsSAnZWagAAus0P/0carM7brKFyKDQLAWkz\nOmjSnmIq9FB2x7S6yULjLtUEvI5j70VKYu03Ed1v0ogiH1lNPgXHlbKLiP14\nZ7VcLwPPwXcAraV9CYCGfv2HGsQzjPjWYAy8bYSHhnSb5lIVrG8ZLMV/9aVj\nabm69e297aaR7LGuB/ap9BGjvRzzqryeP3+man1sU0GNH9aa+TaSJBbb2Hzv\nc8iA/KGOmzKIoKKyTJJx/wqCR4vl71dWSW4nSYdA1+w9FSwtx8EZjJmE4ymR\nOH4YaL2JZSq5vnRvYuoXDZHkIdwj5kb6WY3rzPjKNtUSWmyU1RatClReYhxd\nL1hdU/4W5CYUxdzckYMVWbtTtvv87zRRqqJ/w0arSijWKFXc9edkZOtuC/Bj\n01APpGEfR91Rqo5VoowKrXxCXqtsN2GVggucJc4hqU3AOD2lPWnk84rVp/15\nxtxtVCLcoiVU03Tx382hEhuDDYG/o4Db9XDSLgMMcSurp9UCo5xU1j6q6q37\nVFV8WlXVRDQ8c0JY3Rtwa5MavdRJAmiZIGIecAC44aeaXN1E3e0KXdBr9Sk2\nq00RM7hHzQQ0eYKcshjZDmksATdJh6vaQ0my0m3CdNbyOrbhD74IhciQK97n\nN0pJirntil8qxkrcQeUe0ROg4t8f3FXs94hwufa7r1BlFM7zFGQcBGxzzGlu\nhaZy\r\n=1+oB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.33","@syncfusion/ej2-data":"~16.3.33","@syncfusion/ej2-lists":"~16.3.33","@syncfusion/ej2-inputs":"~16.3.33","@syncfusion/ej2-popups":"~16.3.33","@syncfusion/ej2-buttons":"~16.3.33","@syncfusion/ej2-navigations":"~16.3.33"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.3.33_1542719579737_0.156842162559107","host":"s3://npm-registry-packages"}},"16.3.34":{"name":"@syncfusion/ej2-diagrams","version":"16.3.34","keywords":["ej2","syncfusion","ej2-diagrams","datavisualization-components","TypeScript","diagram","flowchart","organization-chart","mind-map","bpmn","org-chart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.3.34","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1126068720bd46cf851cf6baaa554a2201dcd8e1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.3.34.tgz","fileCount":229,"integrity":"sha512-WMsjDTvsshpW18kbng1qwSNzG76Z4m/LWQFLS3R/eHXrK342YQ5r7hbdzmGEj1mY+f2XXDBxO/lkufThQ0EZ7w==","signatures":[{"sig":"MEYCIQDqy/Dd87j8zLcFrO7MVd0zvKBzk5orf+yC0op9TjuzhAIhALzpNBJFrZTmDccjNhn/W/6JhrzsYDknSxNmDJkEUaX7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26786104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9icJCRA9TVsSAnZWagAAVFQP/jUkiz0myOu7klOA0pN9\n8XEHZrVDH28UQu/OysdD3S1YGrDPmkqWOf4vgD76Mwgvm9xJKyZM3ohN9icW\n/+BejXdGCTCIy1AxjWQ1a4C5HaHtS3/WC7qCv/chkOs9yH1TCRqGs5PFN1nn\nw45dOza/W4CI+EdTVez7p3iCHf6zqCK5Fo8e13bJXcBX8PWJqhNFwW6Eo4Kb\nU6I2lNHZDD2c1SvEcWJiE9EpnE0yCiNyRAIyjgHyCna46oFfzcCP6e3HKlme\npNHElmrfJ3/Zp5GMc+ym8J3Ji61uh+iIQgsenDix3tGIqFS++ldLdRwvWsBF\nA4tQUSk/DjYzZ963srvaWDobmJ8akS+ySEdIllqHJQtahgAST+RkBim91qEB\n57c5ONFBl1xnBRcajqzglPDWTa/mgN8tzvhJF3gLQEGTECjwo1729P21+M8c\n+EWQBX77yMx3SZP059AIroJPtKLVujeG84Ce/YCy7jXkPp4V+2dSjlAoLZIF\niphI4PRN+SqIK7wgdkU+ZzLnpK3yPZ/MRv+lomrh5j2E25Z7iK6Bx+xstUsd\nmQ7LkBvjHyGapGRZ+NVYa3Hw++/Saont53SMenjylc3dcaAfEehZpACInvpR\nYhcYLCubjM3ik9g7fHtuKLTlLW8MBq2SDDN5XaSwEBlH5aqXMsoGig+GTyJt\nDpd8\r\n=Ar9O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.12.0","dependencies":{"@syncfusion/ej2-base":"~16.3.34","@syncfusion/ej2-data":"~16.3.34","@syncfusion/ej2-lists":"~16.3.34","@syncfusion/ej2-inputs":"~16.3.34","@syncfusion/ej2-popups":"~16.3.34","@syncfusion/ej2-buttons":"~16.3.34","@syncfusion/ej2-navigations":"~16.3.34"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.3.34_1542858504710_0.6661904111655608","host":"s3://npm-registry-packages"}},"16.4.40-beta":{"name":"@syncfusion/ej2-diagrams","version":"16.4.40-beta","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.4.40-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ce38690be200b5a40d1875a0943537c870daf339","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.4.40-beta.tgz","fileCount":253,"integrity":"sha512-08qvHS9N2SOEk2RJNFpKtDEe55HXUrAfwF+lhOp5IC7pFdqYiv4CaV602RpU9ey6BLWUX7q9SXs5uyc9btQEyg==","signatures":[{"sig":"MEUCIQDIt4Y7o2fvMwnTARyO3xi2baqL5+akarNeqFASqUoaZgIgQFiFheK2pFBUPXtc/yTSWwfo0vhkNizw5oT4oX8bY8Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21789094,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDlp0CRA9TVsSAnZWagAAjAEQAJ6v6s74pXjNaKGCMQk9\n29U6GTiYx/xeJvAJWj3ns5Wa1HQydGH8MjuGbWSDsiM9Az9gdqywtR+FTo65\nzjDewWZxCnVlxgbFoUOe28F+AXNxMgR9tWJ8lJVAah1j77XBq6UBeJI6qH5j\nFl5SWpYmGxnZNCtdLI5gVLzcR4GxB82ogvQrX6OqM9R/XV+WjpF+2kYTeKvY\n9/rENpROdz3HVUBGCTCGcz8qEIpZgkLdQTjWYjW/cHM0nlZMkqzy2PwDbNbS\nBa2UzhROz+hw0KVviYW3ScqfMZxff6MX5odOfyVRmY8V2cF38JVPx9lUt2kO\nLRl3ZG7GBM13ePjdFgrGCaHjCBtA64mkwapBZ/FEwB8YPsTLQixOtXTfWLFx\n44EzgoMUoPHIdIN6PHB9KbKuYbtLFGE8w0oFCV7HJTxNgvlTqsfrnOM6X38R\nnaaS6J/H9TpH0xzh092xelP9iLDcFVdCHcCJGrwP8fNWTnti7CNDHTQERFJ9\nL1szCRwSqueC5FNANMQWLjFngljkuS7nJXHdPqdnlFWn6G387wt7EF7tGCND\nQIBp89fUk46y6w1bJ7e3Q0duZTtjzJXyHddxyuVcvMOifSUDird0zH6EpJdr\nn+jGJDnmDFbLgKj4EXXduflm4b/CTHvS+FTdQ0b80QRakApGYkndcJMmQHjC\nor9m\r\n=CK8Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~16.4.40-beta","@syncfusion/ej2-data":"~16.4.40-beta","@syncfusion/ej2-lists":"~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-navigations":"~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/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.4.40-beta_1544444531731_0.783288885819456","host":"s3://npm-registry-packages"}},"16.4.42":{"name":"@syncfusion/ej2-diagrams","version":"16.4.42","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.4.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"10d563f1fe208234783e2e7e29e4a42297b6808e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.4.42.tgz","fileCount":253,"integrity":"sha512-4WJl4bHq8LREaUf8iFxiReojlE14nm26voL2P1psziitbSQLsbeslpUZNMqhorf0LOe7cLnXMVELbtgWvbifEw==","signatures":[{"sig":"MEUCIB7i9V2IJrcfBU677sNJ2Rd85EMauv7q69dq5VNXxVt9AiEAkRI8bpgTTVIxPrZOXPY59omgfQYaceQyQXmJEFgFHhk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21866686,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcF5+6CRA9TVsSAnZWagAAnXcP/i0kou7MT4poCPrtLGUW\nitZ7TrsUazOEG69Pa4OX1nwaupeAi+4QFOYiEgTeTtFj5/CWEM/IfX9YKmaf\nyKNwonMOTN5KwJ1lACNj60iEUkg/WoiOxPQDs+by5TvZap3lwG63INt/NjbU\njCRUXZpzNj2anGajK820Zz0k8ApbYepiLixRuYxbRJbBXKpE5EJr0vJSF858\nE4SgTCmqMb4znfOSGZcE0RWrpGCNgow7SgOmoFwzydf5aiEp6NekzyXBbU5W\nB4q0UZjAOpUiaEYTaCzaHZEd8Jyx5carcI8W2h47H6zScnWBhePZa98QIn5X\nT2ccM19Tlr8Aoytue741r9VeGk3aBhOD7SIdm86H+aPY1HnkTRYbmJGzQSPv\novFYWU26Rp8y53Hl8M8GPSY8qTtSny6IkpA6J/HfffxRw5OYsq3CQd8NXW44\nNGVDpyUkGZ4u5SJIIlvNPC5qbRsxqEikPoOWTRAgsCw2pbDTqUEewdYQhRtf\nNVu7rRE7J8lqEDB0pSJ0BUKWWh6gc6hFEXbNtY+qApoqHT6ddvi5LKvc9n9a\n9T+oFuNfxp0AGhOXk9mieF4fwkifhxqpg9c9N6yyVJpsIyU6IAo3pGBVbLxU\nacNy3SEUPHC7vGcFNLyqJJ77zhRiuqX9C9q+GdZ85WpWGeZwSfyvOMdb2KUQ\n48gv\r\n=rrGZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-data":"~16.4.42","@syncfusion/ej2-lists":"~16.4.42","@syncfusion/ej2-inputs":"~16.4.42","@syncfusion/ej2-popups":"~16.4.42","@syncfusion/ej2-buttons":"~16.4.42","@syncfusion/ej2-navigations":"~16.4.42"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.4.42_1545052089691_0.6849014683962904","host":"s3://npm-registry-packages"}},"16.4.44":{"name":"@syncfusion/ej2-diagrams","version":"16.4.44","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.4.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"735c7274c2ab1e6648c4611dad55751b85d7a14a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.4.44.tgz","fileCount":253,"integrity":"sha512-4ih96xLCVK8MIvgHHML3WjY2d7rKGOmZS/ExAIXAQJ/wnmqb0tvawVxKEuawIFafiOMXsL+Fhf+inpfOZ6PPPg==","signatures":[{"sig":"MEUCIQCK1D0nxpZ6Hy7Fm8KjxeclcZ5VsF014QsfdfGa/n4pmAIgROFI5vzFBv5wTT6CwO9Oevmxj5qCmnA6xlop2jumTPA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21867533,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcIMzyCRA9TVsSAnZWagAAousP/1qJim73Cp88r7+hJObr\nut/YbdISZvWxbrErVwFIXP42mTSVYWB/ER8asS9n+WbvDihd2KW5yNPqEwdl\nMddzlL+c5oHFh5g2VsfmEjqLe8u7n1zC8NxnrPQpYcmqkJSDnGT6HVJ+jtc+\nS7sla5pYIDRmBTy5ExhigvGzTpTqqLnzZCeApDQ36zijCzArEFxHUrKOMxz/\nH/coWw4PXFEHP8rgN+BAxkYedtqt2FjYp9xXbKMJys6VFgfo7D7pJiifxsM2\nb9MUPmVfXECvBw3LR0u29CQu1uiZWs6R76MaBdq+IyJj0vqMTZmMo7uMwKAI\nX2cd/H/3hV5rOAtTjECTwT72WKL535XvMPgA2Uhk4ZDTomf/acqws+pVcT6/\nv+rhJEsjHVpBBhasBXsREwfC1wTXxb3RbiQv5/vxh5l6hLFjQPD4CniGs+1j\npERSORCBvLZxIq/XfCHJx4dCk/G8w0jPg6QFY+bzBenlCoozwh98ibq6EZcc\n2UDhfda8RE4J82zEPOdi+2FZ4LT4GpyrhLSL8DaEDVHg+7y+xiyjC9l0DnYN\nqg3ZZsk4pMkvwuLWAqV03F+N9pv+QirrKpvXiGm+indZ3l3zDa5F102M81Xk\nsfK+hGzO81lFkDG16xYw9rbZtVVKXaWzIyZjC/OxWH+T7nFwE8e6XinXxKAY\n4DCN\r\n=98g+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-data":"~16.4.42","@syncfusion/ej2-lists":"~16.4.44","@syncfusion/ej2-inputs":"~16.4.44","@syncfusion/ej2-popups":"~16.4.44","@syncfusion/ej2-buttons":"~16.4.42","@syncfusion/ej2-navigations":"~16.4.44"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.4.44_1545653489711_0.9450627774105169","host":"s3://npm-registry-packages"}},"16.4.46":{"name":"@syncfusion/ej2-diagrams","version":"16.4.46","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.4.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1ec9e195c2df45d82a465ab380222708659e0382","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.4.46.tgz","fileCount":253,"integrity":"sha512-PhuTNZWajW+aRb7Lzb2LRs4qm7MaY2DpMN44rNzYGv5KjMYFr2evYwaVsZgB+0GYsqX+osYjpLlbQKUlSRp5Uw==","signatures":[{"sig":"MEUCIGm0wZjtpDzacGoW7ncraDi92PXhDl6UabFaYZ9F7kbvAiEA8c2rWBSblhFbh0QnalDltk8E5gSX4WpEsG5JRo/ThYM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21896849,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNINSCRA9TVsSAnZWagAAdXIP+QBL3RuklMKHpul3KZzW\nORgKGfdqrm4cnOV65Cel+JEOSR8O9eI5B7I/1RDPDMoyOjpeWBpNW1swsapJ\n5P1d9yYwaoHzciIgDUGWycqFnDupuakiU8c3w9z/Whi2U9f4jbsAFNku+Dxd\nwXNNOUrXLtkePTO9j2volzm3H8/JzxZB+Dmgts75tyIqvk3k4eVVcogheStR\n/QamReMhupBs34JT+CkH9UDcvoZFAA+N8uZsvRfFst/jWoc3RhDrLaNBc+Ys\nml5kSZpqJSWPL0Zag5pxVa/dG5KcNkTDVDqExCFyDgnz8+Sg7KhOYgLPhPQT\n6Q13C2CNNOa9+ta2ZuNss3YtIFZsZmuCfoGSjMobxGPWIoBAu/H3EyiVQuip\nbMKoHvooZb0gFBfhDXYVxcwfz/qjX7sgFo+xoR9fwPalQkvCFoCAQt/RDt8Q\nN3tHLz4BcUQl+jSIZohLJVWcjfyL3wFen6Arj22B8LQrw/IRj/YUuCOa98N7\nNEv2JPIEJf8puXzbyhJNpem/Lbn3QtmCt3Dl2t3flCB5elP0thp6Kw3Ugyvn\naRSVACBPLigPWp8RT58MtMc0NN6KcmTWui0RIO9e7/EAuZfRw4fsfN5/y4xM\ngqxdeHibkOVBrviJsZ/A65mZ0VZvd1me1KVcjwH3YMgqyqwtFfGvpatHh7kc\nY9H4\r\n=pZmS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-data":"~16.4.45","@syncfusion/ej2-lists":"~16.4.44","@syncfusion/ej2-inputs":"~16.4.46","@syncfusion/ej2-popups":"~16.4.45","@syncfusion/ej2-buttons":"~16.4.42","@syncfusion/ej2-navigations":"~16.4.45"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.4.46_1546945361784_0.057510895648707594","host":"s3://npm-registry-packages"}},"16.4.47":{"name":"@syncfusion/ej2-diagrams","version":"16.4.47","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.4.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3c9c942ab002a923937fe4a34cfa928b569bcfcc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.4.47.tgz","fileCount":253,"integrity":"sha512-/Tj7up5+KJyNjEDU9nh2JRbRI5Bz+F3kqOB1gL5wcxzMnRJVPe04tBY+mt5zgoubMI6XD6oyV8fmkGfuM/3ZjQ==","signatures":[{"sig":"MEQCIH3IKw3ZjF1/Kb1EhQSroxZ6F2wK6cWs/y2AzBPO6tI6AiAE9qpwbRDUIvBtZ98GHQxIVFmmQz+jZX/HYICrmHS82g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21898345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPxJCCRA9TVsSAnZWagAA+OwP/i102fsmUYAWiKP5d85S\nYP7p5tuLjP91TOPTGVEfUV1wiLJZjNIGYzS6SieMbc31MukHGiWpt/8CwJ2e\nbEFjFL/uJtzV32gStHr9z0OV2moRIkXDHXlNE8pcoSK1V8GfQVefEiEHGwHq\n+gaQHye8hB0VLVrTVo7SgaPLbY3D2L6qnbFjlKxWoU56JoDSFwM8s+ODpZTp\ny06lUElcD3HSlGIdkpv7QRaUDY162Zw2rEDs8dZLWevgnksC3upjZ5C++9Z5\n8XQG+lRlyJeh/01g/CSv4OK1R6IVUpIAfEGMZT2z1Q5GuV2S4JCFToGPuxGp\niG+CJafNvGdYB1VvuiFRDl1+MG5EuCMbZZOEcVD9gC+wTJ/CMl+aMZlBNGFl\nPuZvy/Ioov0ugAWubHRMJxbG+ytDjDGja/v8QuEjAdAvCupxVwztGhrMOSyU\nAsORk+GOJGuNk+XTH4ksjQNwbY2QqOSrUM3/c7UXjgnzJXp6aGK0W2X09Se6\niCDgqXsJf6nFnDlTq5lHtIXMhQwmG7AvvHzhJYphvkrrQ+jW84/TC3GaVKpB\nEcQDSmJS47sPwq7IQLf5Z4yamuhFenRhYRFvqglJ2bQm3sW5WgTB9XOuHUN1\nwZn31hSi2sCl4DmSb48UiGfxh/alu4LE9WDfwKAbC1Mm7DjIkhqby4LnlKxc\nrgCk\r\n=dS4/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.47","@syncfusion/ej2-data":"~16.4.47","@syncfusion/ej2-lists":"~16.4.47","@syncfusion/ej2-inputs":"~16.4.47","@syncfusion/ej2-popups":"~16.4.47","@syncfusion/ej2-buttons":"~16.4.47","@syncfusion/ej2-navigations":"~16.4.47"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.4.47_1547637313763_0.7701744478500814","host":"s3://npm-registry-packages"}},"16.4.48":{"name":"@syncfusion/ej2-diagrams","version":"16.4.48","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.4.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2ed03ac91dd39157ad68ef9e9cd9cb18c39a6757","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.4.48.tgz","fileCount":253,"integrity":"sha512-GwOMwbaB6TuFxVNwIilysv6K6SLklW84JbqQPshxukasnaYfrROofi8hPbt1aQhU3D7dcSsgWxUGoeqQPuiHGQ==","signatures":[{"sig":"MEYCIQDa29JKLrEUF0D+KSfYH8ezVaY6CP1uiF45DpcqYT/0xAIhAMq3SJjdr0/3ITiXFAZgZ55pqsvDCjVAbTNnynOBzdIk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21905089,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRwYKCRA9TVsSAnZWagAARygP/2pIYwm4+B60KMl8YbLq\nXjJ5bdw9rLLNw0hwaWZmBUgwDsTl/0RqNaCaHShScgljaLpq8rmsUippPFIh\na9jwOHoDHhLLMwmbKoO53MeHkAA4K2DWm6SGd0Teit260wNCkMNsw4flkvQd\nS7XmIsVq3jm4/Feqwc+9rdBRtIwiP1IwNUdVehbj9OduSnxasZMjjCPzMysk\ndNmDl+ClcnaboFxHXe+fnfXO0J3GfeeHmw1fZP2Yxk3Far4FKq8lSCGvpGpd\nqibpTF6140DlKjEGa7eBjMLBv2VSBT8Q63DCRMS9WTnZy+8/B7IPLzjAh7j/\nYfmlnXaE3H6DUyaFFnxL+mBttv25wj6x9EJcAY78Q4hZY1j5vpWvvAa6iOBu\nvDJuxFbkpcdgQkcnTjafF2eJ7PGzl774ziHLl+n+JrlrImvApUSwruOjm4I/\n+seIr0qEyciZ7WqAF/YQZ7UGRa9/UhwYkagzBNf/s0+WxVi2TtBsqFX/lHjA\nUiRKvY1+FEf4cBC9KFbmbC9fZ1AS1GujhZzVk9ud58P8HoXQ1CRuY0dY4ydO\nG9W34zFZ2rjJHgRGv4C0QGFXGm+4ENnoe+966gWtPag/VJEJM/9NK4fyDGO3\nzigK2pgbzcZxMYfqSUNisiPNQyXF5PgIHmsH1ruKrj/xj6LT5gl/jEnWaPTe\nhrD2\r\n=IGAu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.47","@syncfusion/ej2-data":"~16.4.48","@syncfusion/ej2-lists":"~16.4.47","@syncfusion/ej2-inputs":"~16.4.48","@syncfusion/ej2-popups":"~16.4.47","@syncfusion/ej2-buttons":"~16.4.47","@syncfusion/ej2-navigations":"~16.4.47"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.4.48_1548158473390_0.4763445870006564","host":"s3://npm-registry-packages"}},"17.1.1-beta":{"name":"@syncfusion/ej2-diagrams","version":"17.1.1-beta","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@17.1.1-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7838eeb50a601bc619e66ed315db2bdc45802eef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.1.1-beta.tgz","fileCount":257,"integrity":"sha512-ZgQ3chxeeqlpFGYGk6N7BSBKjq8jCRnJcxANwVor7dPKAPKfXWAplzUtiXIN0X1+lLehi3hfqeNM6Xj6mv3LYg==","signatures":[{"sig":"MEQCIFjr5js4BYPG4fP5qe+JbPKkatjjUsUQ3+6Mk0ojOJm6AiBhsJgsIIwy4zC6vGHurAS2MmgCeU5GIYxmSnnw+lWmWw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22238292,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUFklCRA9TVsSAnZWagAAGegP+QCn+Ntqj0e/7ke2F/tW\ne6g3KL+OHfmEYY0rTGjzUbfQHNgBlabTqpWERHKkmDWjpksmsrGyBeSSxXxV\nMs56J960ZtyiDYu/gcBAlumrsrL0SFkARvKPZOAbDqJCyEeUcWYho4HkQNEq\nah8mGruGlbmjELv/D38LeJ/LyylmvDCPsdzqLMKkyZUeAiDug5AEacJYiDKA\n5Dg+/4et1sq0rPhI4f48dcQOWZQJt9eAKy8QI2HCr+0MsNAzIiDPjUPhb3Dq\n4/ag2xWRWqVJ5AURoeE5QZGeMVe/M5MF4pVoz6fPPoNkEbimI6gL23wFSQrN\nM9N6OIpZ7VqRxaB6/HLPeKK4+p86q4/g3GAphYdIkU3mj+7L+Qb6HGzsDte2\nTq7QSWIpHfgjstwo62n0kjMauLCAR/E70FH4Y3coIy5ToKAdxiPz7DBIQGfr\nZPJTERop0fjMksQ0j2sVXZ8SdmPUQih9iehlG2X0bVpdXAUAAyK1DDjtEfJp\nRl/EQ98hiqrbqmQUvQEHQwbU6GFlTQEeLYWF/ER7YoqzJ5Asq3bDnLjajulk\nM6sd+rFc6Lz2zV6CAxgwgALeswPRUb3sPdKzhkiCI49l41v2g50zu4iFtBlz\nUFzLS4tf7NDp4wCG4oPOmg1CZZjCAaa5DZxS3eqbq3+kCcmHfyAfh3D5Wro6\n/H3t\r\n=9nDV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~17.1.1-beta","@syncfusion/ej2-data":"~17.1.1-beta","@syncfusion/ej2-lists":"~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-navigations":"~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/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.1.1-beta_1548769572667_0.11200072999597199","host":"s3://npm-registry-packages"}},"16.4.52":{"name":"@syncfusion/ej2-diagrams","version":"16.4.52","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.4.52","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"67b4eb15bcf02dc38614ca4e1ce80599dc83430d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.4.52.tgz","fileCount":253,"integrity":"sha512-mNUHPaMjLhXps8UCFMq5pCQYbOsHrxZEzO2SQX0uuTsymnIBxInDF39hSbZ0DAZrqL0EGdpV2Z/wL3FzcMYxuQ==","signatures":[{"sig":"MEUCIC9oot6P/rQCPTSNf3jXp9fWQggyQ/xJtJS5Jo3YoCSCAiEAhsby2W2tGFLQ4fUCIcuUXQDGcDXl2E2ZCMifNe9nLXY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21906846,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWbs5CRA9TVsSAnZWagAAvRwQAJbV1VOGUMND1wjT4wX8\nLMxqvMDXluPMe2vktgE5c/yz9E5813hH0/t3k4TpRKjhNyH6m/luZ8H0MniQ\nrkI279ZWcHaqlvi7lodFdyTCVcl8dsXM2ibTlDuL5NQzZivKiJH/N+RqIfC3\nBecWoi3j5MwvCuzdRRpnOg3Of4TTVxzhjEcbetbrFn+YVJkx23vJx8CojvzJ\nn6JjgfXDuTbq2q3KDz5FaP88dR/cXjTSMRlW6GUBJ0NU1wdEwTrLGAjqW2dx\nOvhGl2hHeB6WHhymry1ez0LmhgJ4lLm7W7/n1+slgMfu3P373ig6R/aNX+zN\nUQolrrOo5vpg//lGug65C2H43pWIyLs5xP9RvMLLPApbTSKhof+Pwni0sEVW\nw4O8eqgHip/6Oikz1OVcZeZTpIoOChyolVv4qmcFue5t/kud2Bsm+OXlgIUB\nh2JWZtltEJMo+MTotn4eMw/DkFVOKM2NhQspFoJ3t//Hx8zaT6kpw5onmy3V\nSHrguvLPKwHvhpou9t3/cqHzPHAUIijmpoOx9oWLjL3I6jkuuChDfZtFX9aL\nVqtsCQ4Tg4Msp7gq02ZiItF5KNfSNc7tD64mrySnbKkStfxPWsh2pH18LD5t\nMAJ2dHCr4Wz5m5YZTRvN+MaB2k0QeS2kAHKw0ZgOhpv3/JP3JzGmWLu+Zp04\njv2L\r\n=G7aP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-data":"~16.4.52","@syncfusion/ej2-lists":"~16.4.52","@syncfusion/ej2-inputs":"~16.4.52","@syncfusion/ej2-popups":"~16.4.52","@syncfusion/ej2-buttons":"~16.4.52","@syncfusion/ej2-navigations":"~16.4.52"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.4.52_1549384504798_0.43991334088146905","host":"s3://npm-registry-packages"}},"16.4.53":{"name":"@syncfusion/ej2-diagrams","version":"16.4.53","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.4.53","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d9dd6a044df9d25c4ead683c82862af65682007a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.4.53.tgz","fileCount":253,"integrity":"sha512-5QUGRjlQfjhh09W7SHrKP/f5106F5B6u8XwFhEH7ZqMuPHSeYTxNrmXq7EGZ292Osmn9V61nYU+2VkZqiVw2OA==","signatures":[{"sig":"MEQCIEerrH3cYTtmue27m6RlQWiecbiJaGSOwPfViN7ROYt9AiB1Shn8NGvT/a3FWckpXMoQVGadu5dIUnlFrGZDnu01wg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22051625,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcY+0VCRA9TVsSAnZWagAAWskP/348evTZJGJU1qgvr8tD\nCuj8/NWMww4U0wg2zva1GryjRuoL2RLV1Wkz6G7VMmxBb1gn9w/5bgWWhvdB\nDH2sbHwMWmxAXNqTRE0k99i9dLxnonbwwRpUzo2aLFgY1xwGa9GnWTq+DTuW\nAcw99+Fx3ie1P9pm32p7rKodMo7TMaev+WmgQi3MqMh7vSjN5j7BRx2TMnk7\n4By64BJv+EHGKxS87FgOw+VsLZTZAPVYgx/Py9gMsE8NKob5WYEtY6woIhSo\nsS7CIpkU8Cf1eMlsf0NCZSgIyMJnDY3OUgSAOhSJCzZTqVM1ejVV83tpSxCI\nbrwyCcnIyPrdDQfL1dxoqG3z5ilYMtaW3Mv4I41nWY9zZzzdju9nOcuoyBmP\nv//bHJkFcClTLeTpPTgvQHFoZMVin41AlGEqjpbTDB/zZK0XAlfKvdpkE+k2\nzu1BgwShIjwIpB6d4BpJ8OtvXwIkySCZGkeXyGgOh7Lqd+okDvGZ5h9o2B0w\nqV5jeZzUK8pZgQ/vQqgaO+onSVmKQ1sDDGrfDk/TFJP4jgdvu83Tb9ak/FEE\nPFp1bvqS6zoi3T/h1DxQLX9/ROZMRo98wg3dnA+C4bU1+URSpVEOn4ugkHVu\nwrsq0XkqeNUgYlLOLLfe5u5urjA8VPhpRiLKDVmCbX2yZ0pgHZDQD2non6z5\nlf1u\r\n=KEjA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-data":"~16.4.52","@syncfusion/ej2-lists":"~16.4.52","@syncfusion/ej2-inputs":"~16.4.53","@syncfusion/ej2-popups":"~16.4.53","@syncfusion/ej2-buttons":"~16.4.53","@syncfusion/ej2-navigations":"~16.4.53"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.4.53_1550052628273_0.9566986218233167","host":"s3://npm-registry-packages"}},"16.4.54":{"name":"@syncfusion/ej2-diagrams","version":"16.4.54","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@16.4.54","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"be1446482df784a4a29e553344bf7be82f211a16","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.4.54.tgz","fileCount":253,"integrity":"sha512-eHC+3RKAXjrxWv75bhkTdpErU2Se9By5USVFNjt2a57KPW47nIBbkXpVL9d5bWfyVKw4YYGj8VU0+T5IoNXbEQ==","signatures":[{"sig":"MEUCIQDDWrmiYMo251B2Fyg0T0J5S+HDqzZ3eTAsuP8bt3xOpAIgENLgInpmvE10sLboqeUj4he1TWHjQiocphQgnwHhE2g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22079471,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJca7BiCRA9TVsSAnZWagAAneQQAJjKByLF7xf5DM4KoPrP\nUD9nrEh51U9nA0ASnBqorxrMjC1J2KHnd5bKCBDqCKqP7M474+LaUMFhg62w\nc6EFG9tq1vztMlJsYDuXhhtq/GmMLExs9ol6bgOGu+nhZm+LoNgAm+5gKcSd\nwH/qZcmrlLmHiO11wKqIQE2bg76LCN+bJFEgGUdWbvsbw6r9MdOdT1IbFgUZ\nu6weyDHGJS9aS0uqTGM7atdmGMwUYEcx3iY4IGiZrkImtU2dmHQUTZrCqBzK\noMPjYooN/UZIe8W/mRMBSZGUtJX5fc7wUXGU0i9OdSsJvKaq8K7iYpatyQX6\n+DMCW/gyqCPKviucouHBPAgWkN9WyfqSAg2rRvRpoSM4zYu9WttsYCHXc/Qy\nqxSgdxzcoQT1teTFlJ+45QrY+0Rtw/IpUU0gRfQy4EwpDoQ9Fh+zavfCDtTy\nf9gby91fTOgKLgTRYhtYkyANJt7vHJVGi2utnB4nqEFumS4CBSjpGjSOp5Tx\nhDZQqtjyQSOYu5jeKZ9IMV0tIl237e+FPwKvVlRGOphTN01WmFs2H0P/oDUH\nHfJTW13wqO+BIXX7No6wmJp3eNoJtm851KDHjAxd9JyaRLY9IjSqJXEiO1vI\nWXMxNQ/QSCq86XX4flQETTWLycwJkdHfwE4aobHT6jb6OxKkeVrKXleNxKy8\nQX2p\r\n=zerw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./dist/es6/ej2-diagrams.es5.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-data":"~16.4.52","@syncfusion/ej2-lists":"~16.4.52","@syncfusion/ej2-inputs":"~16.4.54","@syncfusion/ej2-popups":"~16.4.54","@syncfusion/ej2-buttons":"~16.4.53","@syncfusion/ej2-navigations":"~16.4.54"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/es6-promise":"0.0.28","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_16.4.54_1550561378048_0.9255727417165753","host":"s3://npm-registry-packages"}},"17.1.32-beta":{"name":"@syncfusion/ej2-diagrams","version":"17.1.32-beta","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@17.1.32-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://www.syncfusion.com/products/javascript/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"19d5883fc01a127a349e7418364544f2a28c4231","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.1.32-beta.tgz","fileCount":273,"integrity":"sha512-/H1bB6CIteXQSzORwjpxPu4mkUWaYp+p9syAMa3gsxt9A0woP7mD51c0I14CY21uQOlvjqdk4CDIdVXd/7R0lw==","signatures":[{"sig":"MEUCIQDW1EkYjODnsriKcPJvGf2WcdwQCzGjwD/YW/G6jtZ9xwIgEhPkXPLS0Njgy9ZiTPPbSztDt+Y9OzO50XPri6XfV1M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23976977,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciR1ACRA9TVsSAnZWagAAwG4QAIV2KwmP4F/Zf6f6YeUt\nO71oaVdkUePUvhNaAvYscbK+CrrLWAt+sOBIKZOKmJDsg0bhnP0BtzNex5ll\nz8OGtPDoEDl+0G3dc54tN/GmxP9j7Qegnu/If657Y50bnEShNI0R6fUXVvtA\nys4D4azciqp0mGsSqA0m+dPEweKZyFMl18cKl8pGTpaEfN+BQq8srzVYwqSj\nlL7BuJIajmKKYZ27ztjgtvtanv6CC7ZsHFbxIBNIojeyh5PiFWw/S+LaJnfu\nxIgdartz0da2iLYDJ0BQgqibn65gUpgtm9cXFCTczBFNh4/cyQbg70cbxeuU\nzjmwITm7H1Zm+H6UXdEQEL5QvKMsWh5Kh/Fwht3r8LmjjLuDWFMgYH6mJljd\nYzp9mDXW60+d3b/xnaw0GHwq870WgS0/L6n7W1B2RhQUnQFFUPuSO8wa4ew2\nqpmL6D/4scmote+MtdaowkxwsWuqn3gXbGgvkHaQWU0i/oHyIp8IGR3xVg1W\nGIw8bFWtl3aVIyMYtzBnBKjOHxCVdfnZC1sczbKC4y8ZGrSfX5d0Ktd4vVU8\nwDriBeKYQXgxdrYKtT/bofSFo5cxzN7xHzMhLjIwzRrDPHsnycoSR9nftJDD\n2ijiWLS+ZtjJBRGcFHfJ7n9jglMrsDb47E7IwAQFOa9WFN9ilJGWxim7rPpL\nCOmA\r\n=e1nM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.32-beta","@syncfusion/ej2-data":"~17.1.32-beta","@syncfusion/ej2-lists":"~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-navigations":"~17.1.32-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.1.32-beta_1552489791294_0.5007080628550529","host":"s3://npm-registry-packages"}},"17.1.38":{"name":"@syncfusion/ej2-diagrams","version":"17.1.38","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5323440e52d36568fc5981312b4ddf5f32d43676","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.1.38.tgz","fileCount":277,"integrity":"sha512-lT4i/bPtxnP6sDQQxRMwjKKoimSiaNLDjPLx4msTU+y3JzT+CeUjk7Q+OayyGJRbhV4Z/W1k09KHDEF2/fm4vA==","signatures":[{"sig":"MEUCIQCvaVsVA7OJ2d7COZir3/4b9eIIZZ6oVDrV/xjSmo3UEwIgMSy8jGSDEetYLBDzUhKpG1uyPL2sDoXVDbdKLuKLCCY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24011168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcncnsCRA9TVsSAnZWagAAIloP/Rx0Vo3/Y1nSeuECathi\nSpWZXP8QPKOIuPIOP9WveWJi54WKBLhtogsdKpNMQMgh9Jh7xOJR0BDHeekt\nYH0pGiJ2YzyK4tnQ0OWktbiuV365+kLi3bIkQ1UVJ9J5v/vQlZJnzRc6oidA\n4unIJA4HNH5VTzU0fLKKZRs7zAp7M96s364RghUudg0dARuYUtHALgHwoDwN\nAcUc6CF2RUURLAfESwYMaIoJ2ndBvN1jHPS5Ohuq11aWM0j/y0p5Dn1U9JVc\nvM3VBSciEUU1xQwIpHrCqNfO9BTBABdvCT3OeDyinB4rnmuhRGB2Rw/bJNRu\nm+EIcjltPwH9/tP7o+70m871RC2vgwT0i6/aoScJGFFC2gUeKF62/U1GLe0t\nTuKCMJeKFh8YBYZ/OzIs7IaxEDEn2gYd6CGQ5zHYJbVstC6lu5b2lkflH3nM\ntveVInuZn3b7H6MiES/meZRBu+JT1pzUeh5xmWquNlOqst3tyu+qGDP6qZck\nOhe7IRaK7YSoebCWYsYWFT1yYeBNNQIZW8rWYSRVN3kTNrBnedCLwkRS+GQx\nR+Kv4sUSVWqD4rusT1do24gbzSxRRpKG/csNTOi/cm4HUjkcFVO8SXTiLcnv\nRA1wtcOXPLf1S50pC+9xn3u5XVOAsnGC46fyuxMlPl41PR8jMVjJrjfU/6nw\n+q6x\r\n=0kuu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.38","@syncfusion/ej2-data":"~17.1.38","@syncfusion/ej2-lists":"~17.1.38","@syncfusion/ej2-inputs":"~17.1.38","@syncfusion/ej2-popups":"~17.1.38","@syncfusion/ej2-buttons":"~17.1.38","@syncfusion/ej2-navigations":"~17.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.1.38_1553844715675_0.2047627821927449","host":"s3://npm-registry-packages"}},"17.1.40":{"name":"@syncfusion/ej2-diagrams","version":"17.1.40","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"77c16b795a33d3f6bb478439ce318462e4e38552","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.1.40.tgz","fileCount":277,"integrity":"sha512-cSYQrgMseYfX+gNsVXNYFXKovqgruz0RzIMtuVuMshpeX5gEUWLfrpIQi+DAP//mgmuYdmMOaso/XS2IqEBcSg==","signatures":[{"sig":"MEYCIQDBjXDGQPyOV6KhNLlWfYqOoYaEt77YF/A8KeumolUaXgIhANJD5eCXAawFAJ1kYHPR6iG1SkkMx0P+ZNT3LkOsZQ4C","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24036087,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcrIXYCRA9TVsSAnZWagAAFJ0P/26SkUOYXvLxvvPfD/kJ\njtNdfCZ2pIHQqS6clbMXEkWnl5ISZgoY5iTivE8V5uNQdXIsxzlgeczjhCjv\ndwuk1BWNPyhthsusHEyvBMBKvR13S5Ugojs1Dc6o2ntMqJZRBtDt4tpv5GFF\nb5fIZDYto94qKYBz7CndcTXZPOFRPv4dtEwBOe1YW3T2giNy1558pYzMImo+\nTpvwlOiD2VMCR4GFaEg7HFx0pke/wV45Eb2hfWRtUbzy5xtu7SCMTwaw64WH\nthPoYd/I7JEI6IYjLDS1TH6/UirDKO0FWWKueBVvZb8CEPfiuTCPyhXTSkoq\nZkmeaVT/6Qrcne/X/qr2lOpYKCWK2F2uldJr4wOySWyeV32TR1i9YD+/StgQ\np68F53tn6O5N1qVbHRXqRb717MFNAD1aoVOS+sjcpWsf86W86ub+nkJJKrm8\nqh0E9HUJbefB3C79P1OWz6mQ2FIrmmEL91P8B4YdUpaabmCa8QcZdOVFoyce\njD0fuRF/dsv1QCnseMCG721lNQ3m3tKmvjD+A3iW99KkbLGKda9PQEGePGN1\n0PrwBvgm4HIDJGdlT2O5KzfFJk+PrPbsb/7aseZGIx2OKmh7PYVByb76gS4i\n1vHPOy+FjjcoTZnF+whv9ij4kY1nK0OLWJ+AeeKE6i2erjrw/2zsMUd0wVS9\nlATF\r\n=SdJ7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.38","@syncfusion/ej2-data":"~17.1.38","@syncfusion/ej2-lists":"~17.1.40","@syncfusion/ej2-inputs":"~17.1.40","@syncfusion/ej2-popups":"~17.1.40","@syncfusion/ej2-buttons":"~17.1.40","@syncfusion/ej2-navigations":"~17.1.40"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.1.40_1554810327895_0.8702660265752729","host":"s3://npm-registry-packages"}},"17.1.41":{"name":"@syncfusion/ej2-diagrams","version":"17.1.41","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cc98a7895b62e3ed2595adaee684d28f8ac5ac00","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.1.41.tgz","fileCount":277,"integrity":"sha512-TzB8UpMRcdpKD8SqXVWcuRv9lTRBjVPw9wNTbdMA8hRFyRtZR8B5S7lxF5j5v1XN12w2Il++lRPi0PAGE7bHOw==","signatures":[{"sig":"MEYCIQDT4bvAxNmCWr4Zv41OeGFytGWmhHIfmL2+leosCGyIEQIhAKy7IO/W3sh9d69RjzZ2C+eJY91l2luYny1qvOvxe/qZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24098937,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctbgsCRA9TVsSAnZWagAAeb4QAJ2780ytHpVgsk8O+9mH\njjDZAYkbxtNWtVFBZM4i1cSAqjUGPfJfDsR05teT9H15Tm+JbY/Q0GxaFzPg\n8HI7MpmNmkPcT1nQ9jnGNYWvtlAhN/7CJvz5u0Z2gqBCqu/lbVt5FHCgHsl3\nKzvH3utOXs3O0a0J2UvgUTznFsYeAwfJPDxNOpRrOEwc+cPAtNB2irufyozP\nwGiD5+u/LcWQlq68EM9bfOF0VEoFYvTqY2zRmQ4I0nMXqw5+yK/BLLQPdUG9\nIDSOou5eocgxIKQD/dAGN+bPBcVLP+CLm/92jXSgmsG5fLYyqWr/sAwT/83K\nu4Kw34tD5biLALFNlk1TyR/abB5CyLcJu/ZH9gbMZVbTBdFudRUf+QZ8sQk3\nbVVSAcc4qorR0LyC4uRA4b5LfXP/6VRJbDhBWWHkqgklb8XnO3W3O0xkwrz7\nVn1bmXD1FgFUKteCcBUtbip/K2sC/49A1PFpzPM8Mjk+AfebOsbvFRWrOC5J\nkdisJ3yicVO3ktHrZ46sQru1jUUBjotauSqgUxnk5yOUz4gEnE6jYynjIhaT\ntsOsswZT9EDny71sRvMvHdYk3JROW8LWyxzLJOSUOxZxcSbmZsbi9NGWmuk7\nqKi6QZCG0srxiM0v6mEzXgOSfIDPZMg7qXRMyUha/SUomoOM4BK7zti2LHYk\nROl/\r\n=EipG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.38","@syncfusion/ej2-data":"~17.1.41","@syncfusion/ej2-lists":"~17.1.40","@syncfusion/ej2-inputs":"~17.1.41","@syncfusion/ej2-popups":"~17.1.40","@syncfusion/ej2-buttons":"~17.1.40","@syncfusion/ej2-navigations":"~17.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.1.41_1555413036040_0.5184155880012637","host":"s3://npm-registry-packages"}},"17.1.42":{"name":"@syncfusion/ej2-diagrams","version":"17.1.42","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9ff07140706b72db1dc9428a848915c4f0bdc5c6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.1.42.tgz","fileCount":277,"integrity":"sha512-p0IX05eryjjFPSCvbeGD1dVRgkC2s+2F8KBxd1zPaF5gwbVnwc0NfNJ3+Ah5X89GFYpNLIV3veIncBSo6prlzQ==","signatures":[{"sig":"MEQCIBkqflvTb54F/9gb828BnETxgmTIbk9VLvMgyPhe4vAiAiBSQgPkGpvEVmhJjy3DbI48huuc1XKED/uNr50lkXoSQw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24098937,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvtX1CRA9TVsSAnZWagAAdRkP/A1p4nqGC17ungFvLBPf\n60Os22MnnvmKVmt+HAgMm7d+kA6myRXEwgFFZfWanYoJLt+l1IDAVu1sEGML\n99BCi329yaEM6cgFgp/vVGNS76f8mSA/joBagg0TPccDaJuHl00ro8rKfFdd\ncVkIc10wk9oiRbwRhkJG7Q0UJ7e9yJoSWb8eF7Ub8m+M3Ys8+8xYM3xOyeaa\noKPGzkT2iEr+yX34/eeZ4Uyu3oKci3GiuluVJLekJ6Ymc72cxEEJFv7snxEA\nezwjcn/cn7ljn3V6Q7tieNAkfZ4nxMVdOSRXn6O+nPSWhPLI3C7i83eVpN2o\ngTXQ/YXZ6eDF/S6oBEsEBft7OLGUciPmJ78pa1hCPfOfDp969igEl3EuRqmm\nd3OXay5oMjaih4kXalYLgK2vOovXgMf/kPahbfNViDZChEUnwdh444V1IBKx\nXL9GunOihhaPkRI6nAoRBG4Q7VyCCih3UZol8ds3bcqIki0vB0J9vcLBu7DA\nMneeJgy8J2x5NI03vdXvCTqJx2YfsdDVrp6D8UaKJykQcHqQalgM5FTfyca9\nqeR5pz1dUNBAb0f1Pe+0k52FdyngHGjNc+lDLdPdFf/LSRIaFWXplvAjS/1K\n9KM4UsUkEZERlF0Fnp12noU3fMvjusCR4eTon5JDtvZYpTfcvT/zlKvqZ9vW\n8Zcj\r\n=OIt4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.42","@syncfusion/ej2-data":"~17.1.42","@syncfusion/ej2-lists":"~17.1.42","@syncfusion/ej2-inputs":"~17.1.42","@syncfusion/ej2-popups":"~17.1.42","@syncfusion/ej2-buttons":"~17.1.42","@syncfusion/ej2-navigations":"~17.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.1.42_1556010484234_0.5124673161669988","host":"s3://npm-registry-packages"}},"17.1.43":{"name":"@syncfusion/ej2-diagrams","version":"17.1.43","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ea125e7e303b77771b882c0cffaf0d5a1b2074f6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.1.43.tgz","fileCount":277,"integrity":"sha512-Lw9W8CDB6GFRT2xgYcbeheBM4Jc6h1ECCTYuwlAoQfMAY1nDV4J3URJTouh1pcJHkFZWpPNRX7MhA/DRQdca7Q==","signatures":[{"sig":"MEQCIB2MrTerGWGTJagVIYGszyo0n7CBipeYJEUQwuI7f4OsAiBDbvw5EAGuqgaDnXQ0yKxLebUrOo2qk/SHDuLdbkPjEg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24171276,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyCGqCRA9TVsSAnZWagAAYdIP/3bvzvbYdLq8NKKXz2oy\nqZ9Beu9HjaPpewX7C1zNhPXTT9QebfjM2Tkp1o6EUKJJ9CaHYAdk5ywW2GNv\n0nH8sx7N5gk+ieEDiWiC8mNdUg/TwGAeXtj9+MOkAJyNtfa/JXV6X4a52Adc\nKqVShA660ti7xdG4H2LgYqiF3JBViK64N4NHoiyX2SZrrJ/SMgS5PPvZ5XtZ\n4+bsiC+UPYTC+S73/9G11BTQ488LuZoDTFkKPN7JT0N0HjLzxje7p4R5ZNLM\nE3vS4HGOjeOYQkzrwB4sp8D9gePrUB6Aw8ldzs3RL8f0MBl4c44Imkagl5sn\n5s1VLzmvXxX7N0ieF+oRa32h981ZwwKgp9kF35taxc7DVGnVPO10XnOX1qIg\nu3k3kMVFY2nYqSl/FVNOIEGYVrjNthXXQ2nYHnmnHNrl10TLA0s1SMeoXa05\noo8gilxLQeZ8qDjtwIxBbEdjvfyNXV+M+oSVzx5xHyW5z+k0OBR5qSWTp8Wa\nFf2Mf7ahCPI+AyqWsjCC0q4dRRTY+J+NwsX8GkHChm+jwvWzWGwIacjD8ihW\nJf+ZW+Xp6GqcSLdNDFZoL/9gqNgnunHJzBiE1SoWS4F99lwvy6BlVYVXBaYE\nTfE3iCYldgi+5/ODZZqeUG9TVJOVpP8Bth1ooOML97jCGWAuSNKRg6+kGD8S\nDdRz\r\n=xoEm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.43","@syncfusion/ej2-data":"~17.1.42","@syncfusion/ej2-lists":"~17.1.43","@syncfusion/ej2-inputs":"~17.1.42","@syncfusion/ej2-popups":"~17.1.42","@syncfusion/ej2-buttons":"~17.1.42","@syncfusion/ej2-navigations":"~17.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.1.43_1556619689256_0.9259619716672041","host":"s3://npm-registry-packages"}},"17.1.44":{"name":"@syncfusion/ej2-diagrams","version":"17.1.44","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cdeb9af8bab88681030b47bf20b16b4c2b1ae84a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.1.44.tgz","fileCount":277,"integrity":"sha512-lv5g5kTwo9Pl0mk85di4bdfingfYd18m7IDeVNRjXqx0m+MMwvihfofQL9Lm+KLZ2N2y4W2itn2+xirmreCULQ==","signatures":[{"sig":"MEUCIQC/vUyIa7jJlyWku3QdwjA7xWJonmpxV3T/avyuPJoBxgIgTypG/0qKC9mD3wl5sOIuVGM3jwoXLS2H4NgHfsGMVWg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24184176,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0VE5CRA9TVsSAnZWagAAuAMP/ihto5pP+ufknBAAXAgi\n2yHaDwjYjSE1I8pUY+OqWiG5GiuJU8DQ5LGDiXDstODs5Wimv8aX+ks3y+zH\nCkuNKKqDX4udEuht+JEuB8tFc/IekQnGPDN75PocuXTlAquD4Bqt7cLUHJHU\n1bqCYBAucUb/WX/TjOEQDMVrtfSwvqwJlCWDIw+F1GlEBlANIEf8qrb6HXyN\n/sA8KNDscJUC4LXi9892LA8wA4C13HiSxF27ktAiK/cu5CHl4erpBFIBbZ7G\n2gN8L0YHHvEbuGiqNB6hP0FEZ323msUEsBvC2sEblRTft8OkxLTBfFYshRzM\nF98B1qbob22hciumVvDoACiJq1yclY4nt+z055EnEwYN16ya8EouO9GWS1Gb\n/B7Tb7FV5kHFmBW3fCBQ4/AWa76ZzXZERJOr7m6BjqBg/KfRShTDzayXWT4I\nvTUb7LBtI1KKBeUt3qlPOket9hZqjiLOshXBIfn8FjajYrjAe2xUIiTN4EM4\nKQ++51rbQ3dUzb4Q11v+3f1qs4vsEXz31cj+p0TvwDnXvFBHzv+bniZsEBp2\nGCic3aofJQAj7WneX2Ar8bNoGfZmJztIkIG1gUAiX4cgShkhhdKTtzMuoYxj\nw79YxyIsVq/jfH1gphYgD2qZ7bMBVhMm4aKDU0cMbD1VpwZo/SbrahQG0BHW\nF6Ra\r\n=fMNe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.43","@syncfusion/ej2-data":"~17.1.42","@syncfusion/ej2-lists":"~17.1.43","@syncfusion/ej2-inputs":"~17.1.44","@syncfusion/ej2-popups":"~17.1.42","@syncfusion/ej2-buttons":"~17.1.42","@syncfusion/ej2-navigations":"~17.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.1.44_1557221688233_0.626073167392567","host":"s3://npm-registry-packages"}},"17.1.47":{"name":"@syncfusion/ej2-diagrams","version":"17.1.47","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"868127d351576a70999bf8f697427845eaffea6b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.1.47.tgz","fileCount":277,"integrity":"sha512-Je7LBuzEwoQxPxJa9opRhcjzdcplSmZEOh41VUz+U9Mm2HZEttMMMKIy0o53GpA7fni2kuccrWwxzSLH6s/mMw==","signatures":[{"sig":"MEUCIGA/9kXWhW+fVLy+3h0nYl5katmX5WdoXH57leES1TTLAiEA+N07Bidlk2CtD77o3beEEofUj9evdgOajMhwPK4N0Sw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24184201,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2puMCRA9TVsSAnZWagAArxcP/jpYnDg4srunjzvxfpH8\nh7JUc/RTFxuBhVdjna79s+DA0mHiXmUI06DocvOXlV6r1Wj0PUa/MJQqAYeI\n8/iZ1fKltqdO3QysLsysLbSUfYxL5JqeKKHWcpMHFGAsyEWaOqkuWl/YhSo4\ngycQhuDnwZDNgcdiybeMqHO+x3jGV7f2OBxGCdybJQzKnuSJPMSkZMddCn62\nRDI5XWmbvPCVrJectGmV4pMZuljE5jHQrmLXaq/cG/HQYWPAnsAB1TsBeSAW\n/Dt1F3PY63xf5jCjG6WXvi+2Nhh9XiwecW7C2in5y+XHdwaubTQJt/ILReVA\nc5kvtnJOOzOPjYbFHzCUaacmnCx2hC9xsxyo5iysE04iu42loTC5Lq9Sizmt\nbNdasRlmKq/uE9SMlJZYTmLMe+3Iyha+PfG5iSNkeEAg2A3ieqROaXek/Mx9\nB+KLjFAAE+65eOMkjnNHuqyoelY3ESwl6mQBbZJbXLZQQ0b2WLA4Q9iQxn69\njcq0vQOhl6eC1Enc8HvaLgTZtJdmZ7kiRWajeaonp8huxSGqY6XELCX2bVuD\nMPKzI8ohAaxK0hMJyKezYW13IGWzyn8QQFuPeXVRYebyamy+eyfBMH9Z3ljp\n3bAX1U+ITyqbrN/12rN4ek8D+C/ThhR33lZ19k5aj0LINAs+trewTptfZ4O4\nQQqZ\r\n=jtFU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.47","@syncfusion/ej2-data":"~17.1.47","@syncfusion/ej2-lists":"~17.1.47","@syncfusion/ej2-inputs":"~17.1.47","@syncfusion/ej2-popups":"~17.1.47","@syncfusion/ej2-buttons":"~17.1.47","@syncfusion/ej2-navigations":"~17.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.1.47_1557830539986_0.9562899716697761","host":"s3://npm-registry-packages"}},"17.1.48":{"name":"@syncfusion/ej2-diagrams","version":"17.1.48","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3f1d493ceb6d283c2bbef7c0cecb4880bd623140","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.1.48.tgz","fileCount":277,"integrity":"sha512-/Il1qTWtQxTsFTFrTeIvwmHZyBp2CBOYH7ZnkIiBDs47sfb7oecLQpxkkBl0GIHjmj+SapV1VffApS0HKD0oiA==","signatures":[{"sig":"MEYCIQDIBDq3ZDlE0V82AfPkGt4Rin78EelJ8rxwosRm3v8Q/AIhAOBinErhu+Kx4bhFKCZixKovdEXzOKqm1MWCS1dx8Ekj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24205296,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc4+wNCRA9TVsSAnZWagAAjbkP/3sHfqZxzDJxj0XRV2IU\nD3EuR+S0tbrNtBsmb3tAUJaK2wl5mhavH0BZLZK+H45jF5TyTSQlD34CPgmy\nFD3Q/K7Y08jiZr0VVvMXpVpb24f5Rr5isKtbeg98FUU/Xkc17bo52OKq5Ez1\n7q1IxObckGcFPqxpwPS6vDqeMvbYyEFo41j/nSw74lIgr1CrtmljeQ5K/rBx\n4fgq4MAqcg/W92D8KEs8KqrxhpCoeyVCqMSbLGOVwitQC2n1NVgE4uzSopwd\nFUtLukivvTmolhZYzJSwVXz95MumRMVQveaIvzQ6ZIwXBG1tq+nIASUvVeA8\ntAD8Lx4vBv1c8jcI9R1UZvrmvwRaTWD3+2E1FOqWh8vpi/GTAOWH2gMee20f\nD4aqcQgIu8fcZD+5TKO6jVYfGtUNPoslR9wLU//O1dIrCDoPnvMXGWR/adkc\ntuY+XahbBJVFp/+fzCO+r0UZNsOf6YSKsqQOhfaWoOxjlTkoCf5AKh60fadt\nPVXiKqWJAMX2YmARDdatEMn63PFSf+jUzve75efW8gO/yt+cy1wQXB5HsGkH\nsiPrOwrmnOWRDELM6cYyb5Q7mtZZgvCra6SyoFrq+jUSYSc2+e7nokmLIXUZ\nBcpQxzs7C99DsSE7Bn8LRulHDub3EJIW8/K79tdlDe450ncVyb61y9wAugEY\nFqgy\r\n=et1z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.48","@syncfusion/ej2-data":"~17.1.47","@syncfusion/ej2-lists":"~17.1.47","@syncfusion/ej2-inputs":"~17.1.47","@syncfusion/ej2-popups":"~17.1.47","@syncfusion/ej2-buttons":"~17.1.47","@syncfusion/ej2-navigations":"~17.1.48"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.1.48_1558440973195_0.7069923853929081","host":"s3://npm-registry-packages"}},"17.1.49":{"name":"@syncfusion/ej2-diagrams","version":"17.1.49","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2daa5524f3354a8ea2c081c9d64cb55b84168c1f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.1.49.tgz","fileCount":277,"integrity":"sha512-N8c9DoKltBDlWYP/V0+JVhSxutZipBTAyquoc7LgQ/oG/zWeBk6kwxI1sdh3E7v+OEXSbgk3QRapnzeI3M6b/Q==","signatures":[{"sig":"MEUCIQCiVEjDUNKBYMwLhMaZAUyLhj4eZ4kUIOCuwwMqE3dsQQIgCzHsj1kLGKOlKUHUNMRt+b8SK3zvDmUBG+gsu5KEzyY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24207244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7jkNCRA9TVsSAnZWagAA+XoP/ii07q0iLdIEvJYcptH8\nFAjQtF3qJgUCn70bS23hFB0erHVPfJadSRSUxs7V2eeEMltyOsYpED0vI93O\nLFfOubJtNNkICGp8eoulIzI993RfzS3spf3VKg66cySzXJNc8JBCneyTtrat\nJjre/sTNlZq2HGWk5Q/YS+P68rx0EWivlUX/zYxrXPjMPs4liVprgLHTop2E\nhUX3AVEijJc2vpQAlB4GKxCzRs2Bfnkh9VACo3bPPol2eLdkif5qPqCVOPzh\nKatrTk9DYt+rbxcPjll6wdZv/Y8ptmrrncOrQyQySs/Nev1rI0RJC0kZ3077\nsF5rU4BoUGjY7LPXFePQ2NQEVAz1MI41+2+CFuE5WXPqn4OtKsgpIeGNlAIg\nDbAI320NgfkRAGt3TiwucMMHJsGvzLUALfrgK8NZYrid7hXcQAoraOCmNVWG\njG5KyU0zJBWoAVbtSBKUukEPs6xDV4tkrHBXvu1lv2mWCUkgXazOwaEhPUUw\nTtlHndtDE+GFp4KlYpm+xC7b4Ch6YY03uhnbokCUEj0oqmaycuzc/ImmSl3E\n4Y77jG3l838JDbFgZpcm5pCZJhzMBoh5mzWy/01zBwNJeYN2yxije+w4d1tB\n3PEhShrM5whSJr0ojLFNKr0+5nyccvBDBMfhgF7Y43dQ+QWICvuOEulC9XEd\n/Kfo\r\n=n24m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"88ed07e2f1da8affccbcdf6e085e6914ee367f89","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.1.48.tgz","_integrity":"sha512-Vi01ccHmjEnxBatGVMa6Q7v2YXLooKvsFiAjZS29uYnGTdu4BYnire9Pa+lHutCMDK/1smxzFSOtjE86IMDsAg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.49","@syncfusion/ej2-data":"~17.1.47","@syncfusion/ej2-lists":"~17.1.47","@syncfusion/ej2-inputs":"~17.1.49","@syncfusion/ej2-popups":"~17.1.47","@syncfusion/ej2-buttons":"~17.1.47","@syncfusion/ej2-navigations":"~17.1.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{"@syncfusion/ej2-base":"17.1.48","@syncfusion/ej2-data":"17.1.47","@syncfusion/ej2-lists":"17.1.47","@syncfusion/ej2-inputs":"17.1.47","@syncfusion/ej2-popups":"17.1.47","@syncfusion/ej2-buttons":"17.1.47"},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.1.49_1559116044357_0.7438477258274201","host":"s3://npm-registry-packages"}},"17.1.50":{"name":"@syncfusion/ej2-diagrams","version":"17.1.50","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"79185ca79148b62140251640693b46ea2ff64d63","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.1.50.tgz","fileCount":277,"integrity":"sha512-vHKGDtaDRIoUgscNYbBoPdaOinn1B5wVfHJv8Oehwrl4fEUmsW+XKkEgdz8o5+DM6ojRtfNmqutkIamyMc33qA==","signatures":[{"sig":"MEUCIQCmcVUdjVFXcrWpysJqKIzu2NiYE3g6UbP4E/8vVK1IZgIgKaw1CvGM1U58NzVRIZNeKYtmHm/U9+pBwYv5EW71KSU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24207246,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc9nnTCRA9TVsSAnZWagAAJVMQAJNBiSqW9ZnvCVLoaGfN\nP55SUwbi2DoPgFN5p3h1nWGii5CsnfxWDxjtjxP25Ff8jSki7WdwyhSark/S\nQKW1089uQLM9Zf7rpWMhS7vx03LIuutZ5P5/QF/rL9+id34L453JXqGbVuO4\nGZSgsAVea4kb3KQylcA8b+vcmeCdlXv8X3S2OiH9CoDQvr+z/LQgTYV1hKT8\nEWsInDdq0zRLnM3ADrmigFhoAnzH/aYiheQVqaqqIcoqS3Ca8WGQLskFtmS8\nZn0KjICE+Am69mTSe+Ql7MBJ0Zt5Y/la8m22Jm0F77QSToI7AOA4q/ss4AOV\nyJKO+V5MW5UhE6MGfbThVEdWsyn5PQPl8LWs28R7YqwnjusuRfqEwh7+G4B9\nHV4o80i30/7P/xLYpYa2VXYTrPuVv/GuubB5IYI0ARLAiDBfjZnFeJUus7a/\nFr3KJhVWl7X5FAyNWKcPLevM1l+LtY6BghZRxXLmZU4N79Jr8Ww6QybAl9rp\nRPsuPo+NFu4ogQiEURfQnxUPKLk/BCpa/wDO2yGV8z+HIL/o8XkGOY15PWpI\na1OfyPJ3tsCpTjZuLYxpIA2HKlUgoIlT+tV+7dGFYXSk50bj4+F3PTyHXVKR\nR5WkbmvesfnhdRQGWPpkJY0Qi1+xVSGh65vxOMRIm8NkYSroXcakKHLBkgjc\nb7z9\r\n=la7H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ@2/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"88ed07e2f1da8affccbcdf6e085e6914ee367f89","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.1.48.tgz","_integrity":"sha512-Vi01ccHmjEnxBatGVMa6Q7v2YXLooKvsFiAjZS29uYnGTdu4BYnire9Pa+lHutCMDK/1smxzFSOtjE86IMDsAg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.49","@syncfusion/ej2-data":"~17.1.50","@syncfusion/ej2-lists":"~17.1.47","@syncfusion/ej2-inputs":"~17.1.50","@syncfusion/ej2-popups":"~17.1.50","@syncfusion/ej2-buttons":"~17.1.50","@syncfusion/ej2-navigations":"~17.1.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{"@syncfusion/ej2-base":"17.1.49","@syncfusion/ej2-data":"17.1.47","@syncfusion/ej2-lists":"17.1.47","@syncfusion/ej2-inputs":"17.1.49","@syncfusion/ej2-popups":"17.1.47","@syncfusion/ej2-buttons":"17.1.47"},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.1.50_1559656915261_0.1889523401052986","host":"s3://npm-registry-packages"}},"17.2.28-beta":{"name":"@syncfusion/ej2-diagrams","version":"17.2.28-beta","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"12eb334067a0c0e1b65066569d9c791b5483f356","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.28-beta.tgz","fileCount":277,"integrity":"sha512-h68hZwGUqXr2WgzDjGUXHkSUvJyDE8j5J5TzSZ3+QALIIenG7k7/OgXXj2+NF+ZIvmoFz3XEiOi5jiGXqY1d2w==","signatures":[{"sig":"MEUCIQChs2TZZXufuikleg0ckVYgaAl77FhAOEIQM/5y6MIn1wIgJZyMlfkUBrMhzUxISENbYl3atrseA2UeSJMurmFVpgk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24481076,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFNhCCRA9TVsSAnZWagAAUpEP/iRw5K4ACiOArr3ZH+7R\n7I9mx3hPBC+YhuXMQXgrO6fo2wdBJrdZpkSHVMxi1OJ+vSMcaslTc8JOkEGB\nL4lofwCMhWow7CSeLDzi/mIaJMiVRu9l2FyciOREJ6QSiqTkjWLmfTeGi4Ua\ntKFN6DzV8FP9DSWIclDzNvpBZPSpv9c/k6RFLHrAthnP2vrEhCStoZHwepJF\npNtj2ZWm4xcsPrl6hMd1tbvGAtKgSxFfTkp6nznfQq2You2uXtj2ihv7Fz0h\nvK6XHShnpZ73z/yhh7J+PIM4qT310i9F94NHDr3FdFzNQlouiwqvS/P+PmIX\nITAxCuW1JpJqCO3r40FLB7rlvNXBMa/uoh2w8AFpN97ojd+3Lkutu+FaVKuh\nID1Gb50wP4KSxYrdkB8vF+jtWg+lEJiLfljLVnWHm01bSNSfKYXcndCUcx93\niJKkKY8Uh9wExCdVTyg7WshH0fUOKPIQY2SoCtQmWwbIekv4Z5t0P49204oH\nwE1iIWWPyadGV14BNYGLTixaRmGTVlbcITm1oBzwQHkO08wyputcYYK4b/p1\nFxwH/grjS8ph1vK2rFILv04RHsqWcXaHZOqsLDj0Nl3MH77zpSbM8pm7wtBZ\nxvbebovHigZ/ch8v8r26Rypdh52Yl6IbqTcbY89SphLhhqQC1miCsTdTd+rR\nRFwF\r\n=jlQK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"52759d4c56bb4e0fe87430195c229e466c47cb62","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-16.56.0.tgz","_integrity":"sha512-19VOvy/eROvdB2iHvghUKgjSl6KwF3tsQxJPgLHzAU7dcj2c8pKEy7eNqbGmtdR6crNf/5djVWN0Fb32yJyvFw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.28-beta","@syncfusion/ej2-data":"~17.2.28-beta","@syncfusion/ej2-lists":"~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-navigations":"~17.2.28-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.2.28-beta_1561647169480_0.5110115817840224","host":"s3://npm-registry-packages"}},"17.2.34":{"name":"@syncfusion/ej2-diagrams","version":"17.2.34","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f9ef970d323d4d6f39c588257be799b0f60ff4dd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.34.tgz","fileCount":277,"integrity":"sha512-apEAYaSDkS+q70GmWcJnr/PmrY1M8SN7W3qa6BAUlN6Emw5u9ulxGu2YUzbUlB5e9Q7aYkT40y+9hM6G0f0+QA==","signatures":[{"sig":"MEUCIBhAwH1B/dbv2sWjfLvgyBrQrM6PfWH/uja+8ii+XFVwAiEAx03vnnuj8skyaThzf/uun0gxVlYdM8GV1TwFsdC7i7s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24529535,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJy4UCRA9TVsSAnZWagAAfEsP+wcVK5hck4aUGwj+u8XD\nHjKjES72aSA5k10IK7L2cfgptfLDWLO/qXHqz6+tDLs2LXmoS7m8FegX9JMV\ntZdVP9WP9CFJui3KgCjeoZ6PQrUuiI+wkiJG7wJ0HGJ7gkZQWirL9qASTjad\nqDopqsM0PDcvkN/Uy+Jxr2Olgpg0cloWEtHImiuGYihWPE1jxbwIdfg7hvJ/\nOESVCCAIB+cca1RWzne3mpNft2oGLm5a+UnV5MSWDEjmAGNR11ZAfojaqklr\nXDLpKNv8I6n0s3PpKZF/DTSXMl08oPAee3zlWIJFnyYr7SsQlS8feokvfv1i\nyM5Wfh11F2H6rA20P+dYuhPdCYbNJJNPHVGMyJ5WDpbkXMUHE/XMvwbqajhR\nQ6YAGdbA76H6gt9JMyrPjXoqhRLSMlh/XJhrP/9BFzXI/ZqhOIGloSZoH5UW\nDYwNQt454OnlhQvuZumh+NDEDj3o26mDzLat6O3v0LcQHYRCZ6vw7dsEB2Va\nWESGVbkvr0p58lAeqxhpryGbOdisjECfemwseGHsRHXTMFxfpZjlfWLmtg0d\n0HVvCsNfYCAoDwmPZfdlWRJve6R6xhhKWSmiRufuxhy79lfCbpNVdHbhtxxI\nKINk1rARn08iACWFANvmKYeOeYHKMso+r4Lc62ixckacyY/utMltf5CGZ5ZI\nhyPq\r\n=2E04\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"69e717c744ebd3109bb719de1c9599be40a7513a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.28.tgz","_integrity":"sha512-DHlBX/MKXRGrS9jUQxpXtevlDz4y5fRw1ib8mSwWSuBf7edBAY7TPqq7lsFdQnq+FSWj40kOuKlWi/vM1EMuXg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.34","@syncfusion/ej2-data":"~17.2.34","@syncfusion/ej2-lists":"~17.2.34","@syncfusion/ej2-inputs":"~17.2.34","@syncfusion/ej2-popups":"~17.2.34","@syncfusion/ej2-buttons":"~17.2.34","@syncfusion/ej2-navigations":"~17.2.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.2.34_1562848787858_0.34289552602048956","host":"s3://npm-registry-packages"}},"17.2.35":{"name":"@syncfusion/ej2-diagrams","version":"17.2.35","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"27d2d72e782f8e0f6709ff3ea330b2a2dcb39acd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.35.tgz","fileCount":277,"integrity":"sha512-zsG/Zkd+NByZtbrYIwpcLcB48VBWgk3E/xxO/jG4pwytHlCzllzaKIiLcMKKztEHyAeE0P87QsQpc/SJnAdTOQ==","signatures":[{"sig":"MEYCIQCWPs0o2IGfh2Z87EUjrcphiYavdwf+l7G+JEG4/5eSUgIhAMbdgdAufG8fIidVrax0nFnQhb5IjhCifrD6gHDWfmT8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24427449,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLqZvCRA9TVsSAnZWagAAmygP/0nbSTXDf4u6Tw0GRpOv\ncsEIik1hYlUW9T8hJ9/2IUkaRo/ey7lt3M6iyK7puwHq5FjuhCGuWgO+bm/1\nPlpzqgh63RJVsbXhtcVbPET1h7uU7zEbJfdKOs1ndWPBBmRHdIVURr1oYzy2\npRxepMmjOSoE6V2wiDNunILDk9SsSnZkgKEiK+BgwoO+BPoPMXsToH2bMnU7\n7vnPQVjDA4q68hJmJOo9+kyNRXoKk9kORGMBvTXRcY2H97glWUsgMrLIFmRv\n7MauziJAo+bmir9IEPNY7p7PJz1YR/cQKnHoCb3TRqeFkwj0JEeUTREaz2Hk\nYo8PNxAKtBxzGFTbr5CcZPQhH1MND42Lt6enzyHfeyWP+67cmLXj1iZzFQNf\nDj/cQseKFEKJ1QbJYALtmD8vT/p//nUdbjG2Ngyv0wH3/1TvCzL5B21lOKEl\nBB1EhAS6J7AVlhqQDaqzLdY80Zzm5PTDNbZx75PVOaXyB6vf4gSF/z5Huipa\nnQOg0/0jdb5DU49Hp/yd2ZmDDlteVvKOLqgq0jdD3FZTTW+17Zcwmb0qB2CL\nUMzDY/Zqs9k9WT+1+FsCFjZawbj2zL5hPC7gZ5wQbvCavAVFLmbnKrhG/npQ\nHcKgca/FiKfI00u8q9neB0ETfPpX68xhvyKLTjEbk/QjcZtTZp7lcld1Y8sA\n9ShW\r\n=HsJ3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"666f093cd17012ea9a1424218014cbc11a61b669","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.34.tgz","_integrity":"sha512-CMDDcz5mAvya++e4N95kNmulV4molqhcuWzchQOI0itH0752nJPNjOMO8/RWhr8KeP2QhE7j8kT9RTAoKibEPA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.34","@syncfusion/ej2-data":"~17.2.35","@syncfusion/ej2-lists":"~17.2.34","@syncfusion/ej2-inputs":"~17.2.35","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-buttons":"~17.2.35","@syncfusion/ej2-navigations":"~17.2.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.2.35_1563338350298_0.7217194370103635","host":"s3://npm-registry-packages"}},"17.2.36":{"name":"@syncfusion/ej2-diagrams","version":"17.2.36","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"de427ebcaae3aaf628aa4ae340b81e8b6dbc0e76","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.36.tgz","fileCount":283,"integrity":"sha512-ioK8YkqCyp8Oh00qfS0OXjb1m1ThEaeO5Ca64h3eQLR2cWe9ArrrYw2ERJJ0tUbow9RXWgNUzNtuAjfS2VkSBA==","signatures":[{"sig":"MEUCIQCQyZxdTOkUaKCLql80p/5apeDj39zPHerssjf4tsQEegIgXJtneGzIT2s88XRyt5IVWHEpR+dsu9OeMq8hmlySfO8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24675674,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOAxLCRA9TVsSAnZWagAAVV0QAIxK4uKQLsUwdUYP9PTj\n5ydpzQtM2qvpiSPYRS408K/pUq85SJKZ4/B0CAJPIfWdpyYLZ7V75BUHWQ7R\nZ+aPmvtZ6r3CSNXMUvwf5l6cmDvFK9SOCxe/HseJe90I+oooLMwzGu//iI6Y\niTo5bB4B9ZIJErYXg9XPPMK/0P/bB5IzKherJsM7XjfLl6qjUtqpsCEDlhni\nQBSDgXOyXlrJMCnUGxTyoqyaLmD/xsStoACUQmQf+DOlPViI8xuze29FAN97\n4VAU+F6IYY81YQ8pyjEMYzCxC6KN8cBSqysd8m/Gk+erbao/HbIYHmUCDjVY\n+t7lIwddyJDHCUFNQKy7gIiA5nrcilLpxOVoLuOLw1ajJvVBde2jhzoIXXL+\nR+LoOpKEn/mk4Bl7jsVBWJ/XZLnpx4NavAN/pY9jl7ei0I0PFjQH6A3OcOJx\nsfbO7RvdCHXAQj2XxcSNsYZ1DpMeE5YMIYfJnWiYkPx+K+ixPnEOh2N0HWoZ\n03WGrQwStp6JHOShEpKNZeLA1xc0gQEcsmPaWsKbPeKH/kGQoC4adehSyz0w\naOfqWNRzyAxqbYFBbRa6KyumfNagu47MmT3IKbejrueg3eXF54FeUClXMINh\nmu6kVaoWyLpdJ5dcb/V/BCngCvBsn+7R/ftZ0wFkTx3u2DOcZoWmeCTIBDed\nUlh8\r\n=Nss+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"ee042553ec4caefb7fe07ec73f0ae925b3e47353","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.28.tgz","_integrity":"sha512-XB41V3ujRG157hex4dDXsvBxqe1anFiQnB6qIv2D3owDVXViCcE6Vx+fpFwpbPoaA+cjDnCANl3eFDs3XkYn/A==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.35","@syncfusion/ej2-data":"~17.2.36","@syncfusion/ej2-lists":"~17.2.34","@syncfusion/ej2-inputs":"~17.2.36","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-buttons":"~17.2.35","@syncfusion/ej2-navigations":"~17.2.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.2.36_1563954250812_0.20424204602236862","host":"s3://npm-registry-packages"}},"17.2.39":{"name":"@syncfusion/ej2-diagrams","version":"17.2.39","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"97e95a3140301f19594db83742bbc48bc301ba7f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.39.tgz","fileCount":279,"integrity":"sha512-aWiUa2K1SVA9JCikHqxGGjZiLwsMloEjqH6BRWZtnXPBQxbmhQ7wauZ8fDx9TT4cTcf+Kv1Snx227nhReaj7rQ==","signatures":[{"sig":"MEQCIFNYFTZluq/kXYJf4l+w6cHMieAWWkX55CGdWbvz+AoQAiBoFlOkudqQanQewBOIoW7n3tSC2tWCfWvnnyW7f+k1YQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24900127,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdP/CdCRA9TVsSAnZWagAArPkP/RPhOYShNDf2Mo5hwAzl\ntdlu0zCymruJ08waYEIz6reIjCihmqGbwYZMzLwT4dnuwK/76je3oRU3Vpsy\nglAEgp5Vw4QkLkbXPNIIcU2sPBfNuu/Ls1bMSfIXO8VzENJ1xfVSfDk1ilQk\nXTx8Qcxiz2lfLDjbSYSXoLoAjl8YU60GDn2Krhopuy1TCqr3ZOdWHS6vsGM9\ngCVE77Q0HWYolR+iT9cyn/qYNSlGxhT+HnslN7Mq8Cz98vi2Y8vlHrVPYIoK\nTe812v2uwhUXkbK1MJEIdEiAFZqWb7Jd7fOM9gUv363ZSe90hlH81cv0hbUe\nfwBxFtyq2sN99OIqD+wALq9gC/RgTgVw5XD/ZHqTbSq4MkI++QMpAsaYIIa+\nfCXM7rhiFzRTWc0UCCe7SfPmokR7NrTyt/ZQdev11Rg5lscid7M0pM+t5G6S\n5OCrjddc02AAMF+l15WTmMMK1vTkEwYC6oPTmaFDdqWU+1DzomOvgXoCLulN\neZ/ExaadEEdgbQTNz5i6l2w7tcGPqZxhUmO2fFUq7/GVaMZPfh18PVyWw+df\nlP5TjIKbXlS6a2kTFe5pg++Z7Oh073g0vc23GLOsgDZjzIu20jZdkSamBF9V\n1vMi8YhtK9zZFsO1vcdxLOejbBsWpgohXtg7ra1DJDqsrn+I0d3TB7d4zbyx\nEncV\r\n=eSeg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"85d5c77d435429475b1eb7af20014b8688a3236d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.36.tgz","_integrity":"sha512-/SctiGoyySTSFz40rsTDHfUIT2DtS3vN6ipUt2GEVzCV2oBdIk0aaprDBWSDb29WYlGJz0LY5HW2nGz1Z2y/1Q==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.39","@syncfusion/ej2-data":"~17.2.39","@syncfusion/ej2-lists":"~17.2.34","@syncfusion/ej2-inputs":"~17.2.39","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-buttons":"~17.2.35","@syncfusion/ej2-navigations":"~17.2.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.2.39_1564471452753_0.10179568791163907","host":"s3://npm-registry-packages"}},"17.2.40":{"name":"@syncfusion/ej2-diagrams","version":"17.2.40","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2841b7bf1277424957d1cd18e6bde7dfa7315a78","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.40.tgz","fileCount":279,"integrity":"sha512-f3vZjDuqS9kfmVs4xqQ1Vl1V6Npr1ZmqHs0ZNk6ZEuEEWxc6y18/Kj5TKf8cFnvpnWk3pYwQzoc8s8565GAoog==","signatures":[{"sig":"MEYCIQDbIeJVzp9np6TDeZs6GfKkQM8RyVyaBUkFRgYTtvdByQIhAKbj6mtkPSIpeIJXxpYdY7uCcal1Ox9vepJKfHvw5odV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24909182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSV5qCRA9TVsSAnZWagAA1RsP/2EuhHV2DwGfDjyPqhvX\n7MkbPpJtQRpOlpdWtvQuPAD676llN+ZIm+IXHrII540LEauy9fGxy0of05YG\nj89fqesjblRAU9yRzKf4vAzcprR9Ez2W+V8IV1iYbidJQuhUcFQ/dWmvRayP\nIvm7T6jJqzrWR6+G1RkCgW0cjE/pbwdQ/3e+iLbWKiNTRmGzkHcqDcH3TBtW\nYa/oyBSfCexmPKqBGCxRUczNunZV7C9dA6qEg4JRTBR1h06sdS0oQ69I7M82\nfaE2zpkgFhB5IVOvrbdToVAujzb9IgQBaXMuvskHlUos0xYbSnwkUCqm0NqN\ncsgsjEGqB2O0BMxUjdxgr+WM/KD9ifuI/5UCYi+cg6ehhcQWswTB0JUItoSO\ndNOqDXScGuSAkICAK7qZa6XypCmPFwxinwhkPNzOeaR/k7/JW1dPlD1ddyfO\nNQnpaozbVoVsJ4mriRKxuJ7dO/OUuudUuRMTPW+fNB2lRZ1N44Xz/Bdfu5si\nJ4RFmDeVOdhOX8G158UKircmxtGQuzXSEr3cc9ehW721ErD2YvpKfZ7zjCu0\neQGa5TuVHp6KUd587lWb9p7dnagyLYDCOmaSD60Yw2YroO+tEoIogAqvbPnm\nJOGgD9bqNNeHh6fGaKx82PrFMcOMxroupcoA4i7hR/f0Seqxqc2avFWMdqwl\nMQmO\r\n=3f5s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"a19144a502893bc74a44619398ce045645cacf7a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.39.tgz","_integrity":"sha512-QP0LuqynG1gNV1MMR9yAHPEkeCcjvl2+YfSBbnGajLgDrxDWNhmG/n0t4zuqcjyqvYajw4Com1eUz/bhhZos9Q==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.40","@syncfusion/ej2-data":"~17.2.39","@syncfusion/ej2-lists":"~17.2.34","@syncfusion/ej2-inputs":"~17.2.40","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-buttons":"~17.2.35","@syncfusion/ej2-navigations":"~17.2.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.2.40_1565089385882_0.15194197994487935","host":"s3://npm-registry-packages"}},"17.2.41":{"name":"@syncfusion/ej2-diagrams","version":"17.2.41","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ee3fecf99b0f319ca7e4980ed799b095f3f3c25e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.41.tgz","fileCount":279,"integrity":"sha512-YWikY9knKpq24si9BcAV/AwjJnXmc9BDHRHc3c34YSQldXQgsaMEPyVJOn9uSfqR5VLw7i+GFMqxfWXB/y+6WA==","signatures":[{"sig":"MEQCIFA74KqDOBcQ+e3ZS/2e36ueVf20RJRgb9KaFl1CPgJ7AiBWDH7GSWDkxBWslr3JOxujzZAOb262dLnrKq4ZNY9EoA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24933692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdU4aKCRA9TVsSAnZWagAAIAAP/00nVNi3QJk7+A7u85Vs\ntbdyCf9cPmC2hQyIAnYkzyCTN9/E+ryUeRxng7JTbkKkXHfxasI764NOnsUy\nPb1oi5ANJ4W0yIUDHjmkSKDPvtU0hSXU6xwpMNRxt1+5RcBLLsCRVB5LXTQe\nohLhMXbxQar/sKspBU74HDXtYrgGNd1aUqXrzw03L2hDyGfwu2lyDtBXY3ey\nkkxma+CjBrA5f6gPNbZQjkZ1Jr5JO8e91Ce1vsYy5Cb/mkuylI0HAj16m/ll\nGvkqBcZQKoAHZav1DAgCjca8rQhuD8wIWQSR78ejC7TfZNHgqKRyUBbFTQEb\nrlNxXi00brHnbkiooGWq9cXxXoQn12Fip2R26fFpn0CtEo8F/EJZ5UK4t5LZ\nOgM1va9Mtn+fzz47be+Lk8T8t9+OsVLL/LNYRgOoUDv7ivAov7ZJ1/r5NsX4\nVpALIj18S7jHeo5XDJ23auT/Oi6+F4zRu1O9i1uLwTTWKyAcfDzsJp72/HDS\n4v9y/TTAhGChZ//1+MTvEsOFfSnRHKa5jtoHvE05O/IElPQgPo3JVGl0IBZC\nAqTKuh2pcAA1DEHnaskKz8CAi8dS8Kvn2MApFX56QTPiRylzLDnaqv3qd6cQ\nIFLFzpjqkfiz/QXYkq6wJDkzlRtG5Izkh2kE6OHpo5OPiKq/VOgs8oSqEyaW\nwJ1X\r\n=QRGj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"d4916dd3631b97d2d40446d1ecc3d15e35f2b7ea","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.40.tgz","_integrity":"sha512-z3xZO3Z5e9PoqFN61GxVOL1YWVPRJdlrLAr0qONhEFpdMIJRcjW79CrpzU5lQBgO4fVwmJu72ZDW1iMixKLa2A==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.40","@syncfusion/ej2-data":"~17.2.39","@syncfusion/ej2-lists":"~17.2.34","@syncfusion/ej2-inputs":"~17.2.41","@syncfusion/ej2-popups":"~17.2.35","@syncfusion/ej2-buttons":"~17.2.35","@syncfusion/ej2-navigations":"~17.2.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.2.41_1565755017605_0.5079572743269753","host":"s3://npm-registry-packages"}},"17.2.46":{"name":"@syncfusion/ej2-diagrams","version":"17.2.46","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"aa5023cf553956190697ebf59d3a724af1b3dcb8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.46.tgz","fileCount":279,"integrity":"sha512-gGl1YCAoaZ0PcsT8EYgnp0OaPb8TwDNEYnLFXmqWEtB2yqP3cLJJPstBxy3v70mka4/t6BVI0m5nTtbC2kGnNA==","signatures":[{"sig":"MEUCIC7FqRyY9w1gkF9Ws8HtnTiqMyJklOQQ402Aqy2qXTqZAiEAlZK73qMolQu+A6h/qdPc3rjcIRPFD/DiFQ/DS/uMmsY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24932892,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXnPrCRA9TVsSAnZWagAAUnAP/1YVYpTcV5rToycjo7er\n8YYVBdXoq+TIZINFIXE1mZvPkxAASSyT+CAMaGyQkm1QZEtGn3+zjahClErw\nXnUm73XCd2Hqd78FEWSrvM9BEagBUqN/Dz7RIpU1olszZ4kPdXlKX3i3yabm\nUd9YmIGAz/9uddQkVt6iaEtxgWB6ODMgPtHOeEsihvVWQ/6tbg3iRbAfvmr8\nRtS3dNWu+WnRQ0SCPcufXNClNP8qZ+o1yvAlNNZK1rpo6qIQftkU+h1Js8Ut\nU2ilAu+O4K8L1rdo5ecEfUyE1MMUxGYRtlSz68znn7XdoeILaGrrAKNuqKJK\nU4magystAa5nio3xQJJNnpobbxD/Y7kpyGU6WXYgwZ1yyzjtPV4pCri21Zpx\n9KJehfz4KTR0ZhebUJnVIQyl9yS0YShxPU9AgJVEvmWKOhNinvzvug56NAwj\njMD9a0MeFXy1pvVINTTrJs2+4iHT/PAbua1wiLgl3UubEgkwZqQSlugxT6t1\nRlFOe5KHiEvj5VIfdURQnIgrxgkQz1CAGBw9kr58x3azSx6sxMhBj751UTIT\nTRQ4bt43rRZwVOlFsfhrGX70ISi6X+9QYeFG1bL1DjEz3IZsoB7ovF0CBmWs\ndNw66/LKiEu3Ukmg1goUvEiqNJ3T8Q1+8EI3G5bxnIgmN8c6HxUmanGUZc6b\ndQ9k\r\n=RX6j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"8462707f1d5d7bfd346cfc4fb55e4aa0e16d59cb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.41.tgz","_integrity":"sha512-2FSwGSlrNQjDLfO+yVH8F9Ye3dJx+zsI3XDkn2+46oh77dEay12g6Y1f/XKXam+WjUlUXZ7blqb3CfYJuYZmFQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.2.46","@syncfusion/ej2-data":"~17.2.46","@syncfusion/ej2-lists":"~17.2.46","@syncfusion/ej2-inputs":"~17.2.46","@syncfusion/ej2-popups":"~17.2.46","@syncfusion/ej2-buttons":"~17.2.46","@syncfusion/ej2-navigations":"~17.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.2.46_1566471146567_0.19463452309264984","host":"s3://npm-registry-packages"}},"17.2.47":{"name":"@syncfusion/ej2-diagrams","version":"17.2.47","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"568bd62fc9e618348210df80e149c937df73e93f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.47.tgz","fileCount":279,"integrity":"sha512-ZND+3/NHX/eIEc2I91Cup2bzIf0EG0/cHcxDQaOHcZrVestwkyBthybnp2x3Ld9aw+e71yjlPZImRbwnn4uZDg==","signatures":[{"sig":"MEYCIQC6XQt1xOTbguPDUo1hulrnBFsDXleYUSP0DJJXNYCmewIhAKAIBlb8TKUctusmtkecrcvM3Mk2Yf8ewV1Mabd/Mq4r","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25000521,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZTz/CRA9TVsSAnZWagAAx80QAKQecIYsme9/fS1gt8sG\nWsYY2cHTdMolpfCIS2fq9YY51uZBoghXcQio+NdFtgr6kzKhemSQ66d4WQUA\notxrCVviPENUeZ8YH/67Ew95uoyXv0pKGgrWMtijdrW6MNTLayJiMOKdtEEM\n7Db87vzsio9gs00vm4Z5UTUThp6KFKEYB/5a8HIP1Id0RAP45QuJ1KXUSEim\nOhh7ih8/9F/0K6m4ifOJPFDk8MN/pcYg+cfPKCbv8MksHgBEu8aqD8pT7sQx\nklCgTGBIsPWuDYKniv9L7R/NftHwphMIjdHXsrWZjXSH/QNfr+cAZNx8YzhP\nu6MEvhkSYLqo+ewYQPZOVvejKSsBar6nek3B9cZ1iznXDG69+IgGH6cuDKNu\n+99HQ301PBBOtYZ8fM75h6a867Mw37hNQlcoNpPpDaDymHTxel4UJff0kwNu\nxo6mamYVSRZGUUB8G8BOEOYoaEFN6+H72K+90JJ0xC2qE3qyjyWgwdLYub7h\n56c8nBAdagRlBLA7BF9FzrqW+kyCdw4kCE8lp2AOOg48MDWp950Fa0gPa/EX\noNasl6iIp1320TNnmtAiivKbOgd0UuhBlcfsq0NE6l0do3PwegErpZVuaNRy\nk7GmJQdoIKrgNWrT++AF8SizYCwBUWe0BBOY2X449celxSUaNSYWthqWGxhB\nfdve\r\n=YKaf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"5f5d3d0fcd2890628eba935181b7ef0f24f1dc5d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.46.tgz","_integrity":"sha512-T5sxIkhepFMKyrdVSvmWeqPGuLDQUg4VPvVIRySK64ex4h46QqQJM2zugku5DqPd3NK9mlgvD9xycBN7YiDkAg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.2.47","@syncfusion/ej2-data":"~17.2.47","@syncfusion/ej2-lists":"~17.2.47","@syncfusion/ej2-inputs":"~17.2.47","@syncfusion/ej2-popups":"~17.2.47","@syncfusion/ej2-buttons":"~17.2.47","@syncfusion/ej2-navigations":"~17.2.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.2.47_1566915839055_0.9512671907470269","host":"s3://npm-registry-packages"}},"17.2.29-beta":{"name":"@syncfusion/ej2-diagrams","version":"17.2.29-beta","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0979134fe6168e15e92498048c97d6325aff300c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.29-beta.tgz","fileCount":279,"integrity":"sha512-b+c70Pr10/Mr0PyHffIV9glAXvRbXYpGNsNPCDyi30v/CJcCCUYKAhBwA/Yh2v9H/XJ5ZK1Aqu5RHsGrAqkAzQ==","signatures":[{"sig":"MEQCIHKeDDfjmyRNTXAS6ObGubkzXQWzes9+0ywHb1sWd5bEAiAuMmjlzEWG572F7KGm+IEEZoDCxBKrOwuymaAhfygNMw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24999512,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZYsiCRA9TVsSAnZWagAAhW0QAJdnFWWcqCIJxqeg8jty\nx/JGgOQizkdzSxkNpBUp9106DEhV//+q+ZTTXJS2pumIoDmlEom2hbZSVOmT\nnPKuC2I9LJRttg6QQpkD4o7Du1mOOl7oGDIu6JXMYxwcxX/5TDN1v/xPAOuO\nbuT1J40zdF6uJHZV18RbB4ZZhWZ1ne4AEu/wf/bMVZ02UrIIM1Uwkl/2NV80\nJTq2Y1mwuNYgQnWn4xQEZ+974/P35x0IToH+A1woAxVJ3Dt8rM8he2et7Rsb\n6lbh6tmKvr7hYP1WR1fMTTSGbnR3ne7HnrIhN3Srk9bp9sBI4M/N5N9pi1Ch\n3462lm7owu9CmPZOQX6eI3ffeCWlE/sOxPur4GHN821dmpg0dyUVGe77IUUK\n8c+mNOQQmWsbBM/Tt21qBJ+5KKrQpg4nLCF8t+R3/qhgDgCs4nGKQBSPWmJU\nkHdsTKmRUl3YVk5OC2W1LqCH1yj0hJocEiKADFZrQHHyGvzl9fndgwI8QbOC\nkRuWdQu0wLRIFxXhuhoiI1APiC6439A3mq5Kr7/+F19nChRXagUkeR8ECpPm\neWRqDf8H6U2Sa8JfpcPT710TrX9FAp3mKPCLXeOo+GV4i73jEbl0P2mZtIUd\nMwOdJYcM3TaGDRZvNjq5MCf32GytzBHJpNKPMUVXGeLQ+eAJDKUsq+ddAHVy\nQlrN\r\n=4F+D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"5f5d3d0fcd2890628eba935181b7ef0f24f1dc5d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.46.tgz","_integrity":"sha512-T5sxIkhepFMKyrdVSvmWeqPGuLDQUg4VPvVIRySK64ex4h46QqQJM2zugku5DqPd3NK9mlgvD9xycBN7YiDkAg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"17.2.29-beta","@syncfusion/ej2-data":"17.2.29-beta","@syncfusion/ej2-lists":"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-navigations":"17.2.29-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.2.29-beta_1566935842091_0.7043183693120914","host":"s3://npm-registry-packages"}},"17.2.48-beta":{"name":"@syncfusion/ej2-diagrams","version":"17.2.48-beta","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5662fcce25e1f1794b375236cea0e724f3ecaf3e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.48-beta.tgz","fileCount":279,"integrity":"sha512-Qqnfr0F7V8jW5eoNRA3m6whT0y0nBnhk5FGLbD/QET1zo94jowXASNZFaiVYHG6bzn79wjVqoBaP9wzWLtjoVw==","signatures":[{"sig":"MEUCIBLoNVPyIlQQif1vngspV+rD8CGFv1wCx2WP05oBH+CSAiEA2Uc9l4/l4HGD6XSPdZlpgQ1Xu3oM+p9TODgbSUQZ3jM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25000572,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZo7kCRA9TVsSAnZWagAA594QAKUA0bnpwsqMf/WT4lXW\nZFB07VCK3WLClJQQ9LHZYtMRpHADuaRnni4T7QpanQyJ/4WH0CFzPP51E8L+\nbJf3cChV/39yoxXtuR/qCNAMZVcq37XSSOVN/19oeMk2wF3x+Xv1DLns5Ej/\nNyKYnVbtzKI72fkYO7KDLffef+Hp+2Kw07Qc3hJqlKzW1JzVA0L6jpufgF8U\nEHjksjDhskJB8i4IjFVcHD5Xf8Kl6aDJKKHPCwlP3nyreT//uas07fzfN6xV\nL5op6is32ye35F0JDIFf6j1Bwc0Ev+RgtfODXJXHU93qd6PF8QiA8ctNrA9a\nkasHVvy+zPj/LBBvyLl241orajLuJl7aeoISPJnZiQHTHXhSXx5GhhMQPaIn\nyZu+poNLetFzT4nVwuDrWVzXCirGNAmSdc+7jolKw05QO1l+tw9gT+vUdCu3\n5HDg6Fw2IQvyQWbP54K1J6vy3gMZu68/6S1yxv0J6auKglA87hNzB+wVlKl+\npT+GNEklMcF5Ste7ULVnRu2jvxASp6pk3QMLQeAOcdjkrj1TEPXU7HZrgXgN\n8I1nTBtxUlUD5AtpprERRfxBKgyMrJQrCXOhNvYeHB6lUwwADwF7QgXQHdDe\ndWcdxvAeF72i25iC6SYj4g+BlK9fMJFhAJkCXWdRDlJUr0BcoMvxirp7wM+8\nBds4\r\n=njYT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"5f5d3d0fcd2890628eba935181b7ef0f24f1dc5d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.46.tgz","_integrity":"sha512-T5sxIkhepFMKyrdVSvmWeqPGuLDQUg4VPvVIRySK64ex4h46QqQJM2zugku5DqPd3NK9mlgvD9xycBN7YiDkAg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"17.2.48-beta","@syncfusion/ej2-data":"17.2.48-beta","@syncfusion/ej2-lists":"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-navigations":"17.2.48-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.2.48-beta_1567002340178_0.624798443527375","host":"s3://npm-registry-packages"}},"17.2.49":{"name":"@syncfusion/ej2-diagrams","version":"17.2.49","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"08fcf065a0b16854bd770d2f702280eba0db4b9d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.49.tgz","fileCount":285,"integrity":"sha512-HldD43FMh+vykm4y5HfNPb+YIku2BJp3OddJbSigBQX1PmTD3zFw6iu/GSmemXDnwzAqR2wuwnauUntkO4BQAA==","signatures":[{"sig":"MEUCIEyN0/Y6mIcqSlzEaDWQbwPzUeCSprWfJsGT6PJyBBN9AiEAz0HzWqJ8N4GN6tEEDetpAu8G6LgPUxFOufX7EDTSH50=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25484885,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdb3zqCRA9TVsSAnZWagAAhoAP+gIPjMXZrhh+AsMdFtiz\nkwzsPIkjXrEVdMp8VKqepiEQzblEoHVwscOWNmIoxaTp/q6bS7wTG89pB2wS\nv0b2sGE5HtVHQs51tUbTqpD6b81k3lIeJjK9GAMYFUHo7LQ2fAqRtOxV736S\nTOcfsQ2RfOheExGu8zLh+KuWR276MYlZiLAQvN6ddX9E/rF4t45q/XeXI7IF\nQxLzC3C5YM4RwFBKO/sO/gL4qSPcyCGox/YKsAhowCBfb3RdgjHSPTaHD2O6\nHubbooIuDC29O0t1nWkpzP1hBWlyFQw4KTj8rY6xKmGHDBVQDbJmB+FG0TGS\nQ2ce9WTvIeK9XXi17R/XJIf/S+iGPWiRIWayaQSSl4LN60dO0iH+bXAVebBZ\n4IxFgpoZIDykCZNHEObqZdkRZmISjGAwKb0Qv2lazWEqH+C4ls8662iU+jzG\nwZPaAa78s5AA5vdqbsap0RR38uzTzHMuxViqde3IKLQsN2AYkmHp21eivu+O\nnkiLN+KRmxaS5woygJosVhSA/z/68pfz0FwtQkb73HV8+YVQNSQIvCAbpaHL\nz2/3BvMRgfAXlCctsgmp4YChRyEOiig4MkJQyjKncEK//E0pwJxTd0Z2+1Bh\nt5GjNS9cfoDGvNRqxhwbJkinYa5jF/JMmiqbTYpxqCXJuScPZrNlRiu+gzuj\nDv4n\r\n=ml8E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"a7d50f37759fae95cf875d6dfb3e6d83e2be183d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.47.tgz","_integrity":"sha512-Qr94uF5iKH7PsC3Kq7saeRckUPY6Hegd/V0H/VX0+wEJ4utT40Nh39Jdcsl04VD8usc1KfkaUO8XD+myDvsMgg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.2.49","@syncfusion/ej2-data":"~17.2.47","@syncfusion/ej2-lists":"~17.2.47","@syncfusion/ej2-inputs":"~17.2.49","@syncfusion/ej2-popups":"~17.2.47","@syncfusion/ej2-buttons":"~17.2.47","@syncfusion/ej2-navigations":"~17.2.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.2.49_1567587561376_0.5107348230974889","host":"s3://npm-registry-packages"}},"17.2.51":{"name":"@syncfusion/ej2-diagrams","version":"17.2.51","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a675f0a673094aa06f8b70f424d56eacd04ff185","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.51.tgz","fileCount":285,"integrity":"sha512-QEqEXBiKcFDbQqwyXFJp0z6/E/ZxKOcIO91P8z9tbxYjaSNJ5H4UHzVBkC6oGL/3FaKhEzkNdtiBJ9Jydq5gGg==","signatures":[{"sig":"MEUCIH4na44o+UZTrrOCUayQvv3iYtIFj2aqVjOKrije1QjQAiEA+C1P0bgFeLFjtOKn15dncFEDC87xi935zLCm1YNZwIQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25532904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdd8KCCRA9TVsSAnZWagAA6eAP/02N3FmuIZdg2rXOcaOn\nW4zHBBQ5L9RHQsPa7xOTC3GlTSx2N/FcjH7/B/FSYKa555nb9oDCxnei3FEc\n23faslp2wBV0psICov6FJiRSRfqtRKw/3Yoi2X0ySdQyW4Dc9O0KlB+sZuGo\nxnQg3j/asyIITR8XYIEKrPHH02NuIF5efPwrtVgWkuBvkFh0mGrd/iorzg98\nrwsmLro6MfR+j2u+A0AAGiq6Dl7q68fxedOWOgly9i666vN7CFn5fxt9xabE\no2+0ojJd43yECQ4iB0iBaIsSdY5pxs+ph8PKBKwQjkKbdwOIrrRYMswEziC1\nvUInVF3QBueeJjLvx+O5Q46RO/ypmtYKZ0uPD24JkRYpee40HYeJ+0D80BkH\n1maaWZ8tQ7TMBdGt75Cigp9KGh+d5oKG3iwAdjDjFdQY7nL+3L0leuD7//Uj\n8XU4r+CF8ZP7KOydoUppPMyZrZqBO3ya3lE5Bz+dm2yPSLz7f07Pvx3Yh1mE\nluC4H3BllO+SnL+iPquYWrq3q8aIFMZ6GIT66B+vBgbq0hx4uH0ygPT1Dvfq\nU6IFiAhps1VNQEJZ50ysIclgCnb48CenPG5IdJ/VhWUkGoZD3hStEb1s8FH/\ndzBTZuQs2kbPNjLFyNXFYTNCoubKNXQGJz4tbwyJ3BuI0cdSaM8LT+GAqzHZ\nfiXB\r\n=uzxr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"24749cc92a55cb515d57e76a2f972f020fe5ffa9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.0.1.tgz","_integrity":"sha512-1IpOcC0yOkyvP0KIo3vm7e9vp9HgKHRJHt/CuPXKXHpOpvdgLUztDjF9z8Bn2R5h1wn9bw55Md5EFZ+tn1u+Tg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"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-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.9.0","dependencies":{"@syncfusion/ej2-base":"~17.2.49","@syncfusion/ej2-data":"~17.2.47","@syncfusion/ej2-lists":"~17.2.47","@syncfusion/ej2-inputs":"~17.2.51","@syncfusion/ej2-popups":"~17.2.47","@syncfusion/ej2-buttons":"~17.2.47","@syncfusion/ej2-navigations":"~17.2.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.2.51_1568129665864_0.7539804733601212","host":"s3://npm-registry-packages"}},"17.3.9-beta":{"name":"@syncfusion/ej2-diagrams","version":"17.3.9-beta","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5f15bef24dcb03468c23075e49d605b1ee86f3d3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.9-beta.tgz","fileCount":285,"integrity":"sha512-pbzbOZVVh5b+NfC4hRCgpvJ1JWrsTNPzYPjcUdYt2f2c7ez2ni123COEo132UVIhnfl5Np41iovfCZLiRQdHAQ==","signatures":[{"sig":"MEYCIQCJCkv1o3VrBJA8Kuva4vTCc1i4eKTpQJt7FgLIK97JWwIhAJSHeIBl/5LCCDu+gSMkq4W5b93o1HSzQAJOg9LUbd5i","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25595829,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhMknCRA9TVsSAnZWagAADnoQAIt0rNFh1lCI7g5fVPiO\nKlhjjI+FZCmwsM83u9YaHK8GkJRCuAVKLknVhlguuoaAjouthKAEKl37ht/X\n0bt1yhcq3zCKFUsA2RE/YeMH2QMgypKm1VBnNmn+LqAP8Wtkm7NqHcIhVDCq\ni0iGdgcHAIO7tpDpTOozDoWBl9x3ovE3dzkM++1q4ywissgFCeC27WLNN4Sk\nGC19//8L3s29hZKVSm/JrC/gdbd6lX8G/Uwu8s/niUzMBdX3MBuaH0VHRC+k\nxoz1WyJC/s2fjiNHaD4ffwdWFmjbrNcjUD4fT9JdRA0zFJhC7YMW5fJWPYV9\nWqw7Sa0R8KU0XbYBejExHPdKLHnMF3lDJH8O0PtHnrRCuYhuEH2ZaTY3t2wR\n8jE2QqAd7HkboKb5dg57/oriH36BWqVeUFZoG0r9S0i86qpvV2pDRxMekWVi\nGvm2p+YiDORhQCIvCOnFQfpJ3E79Zfr5uR9sAt13fKieWbcK/fq/gAPllfD0\nO3OthNJW6vTheNST/vlnJnavqXSHlGr5dvNr4dMLIqWId5I2wAsy2f7Gi5Fb\nwUtyO8naAx3bxfnYp7evlwvFzWtlTwuy2QGjoDK/hA+NAQYynv0VozGCA7UT\nOAEzvSlvTERyawfwUGm4fl1Og2RkVjK1MaJkU90mFGRj7yCwGaGPqXREnog9\nUx0x\r\n=b0PP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"a53cac4456f1ffe784bc6b3efcfcef1f4dd661fb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.47.tgz","_integrity":"sha512-GDKiTben1nw3kGYU6z5WsuhrhfI9F+LcyO8uafJluFBwjvoFSVHx7spew++lY/eb7PD/UaE/RIQzCEUeePOoTw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.3.9-beta","@syncfusion/ej2-data":"~17.3.9-beta","@syncfusion/ej2-lists":"~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-navigations":"~17.3.9-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.3.9-beta_1568983334412_0.7068510498269198","host":"s3://npm-registry-packages"}},"17.3.14":{"name":"@syncfusion/ej2-diagrams","version":"17.3.14","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"76928e7ae50e714369578fdecd40852866d14343","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.14.tgz","fileCount":285,"integrity":"sha512-qSBBirW4xBx8/ot59GA3Max1JEQLOBKe6Dqj0Qpe1PPNxPR5jjQ1C/uTZdNcj1Sj+bkngcbCXTULXZo+bGd4qg==","signatures":[{"sig":"MEYCIQCCSKVmf8XiBjoyXGRwj9zHRDSOvlDvXfAk5w6EEHxw1AIhAJbFYGLUfOsLKbh/A5DGolpefrgGL/t8Sunkh6H8hjsY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25563144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlh8JCRA9TVsSAnZWagAA45oQAKE399aGXSsdCVfpfS6B\nfgZ2CcCS1DWzohhg07zWizoRcRo6LfbHWIujtSEAcG/++ChaaaSIciceqDyg\neOypadN+lwGTyCktz+7j/eMkIQnAT/ZasK/ZJFKTftEhapVrJ6puHH9Begzg\n9gUhnV/4B2ippFQBIzwotOfAQag9w/J1TzPZpbsveCdo3iPuy6Eo2wlJzqIT\n19w7s+bTs0kXtnMpheMhI02xaAdmRMio5gWWqwd0NMh6EX+y3AC+wpnEfaUP\nR32v/k8iwYk0wyxwf/xChuJKmrhbbKWJU02ApRCoGNJieoMZjZ9PRRyJfsHT\nqT+ymvGDzJZ13+U1Z/TJzP2loH73tMIdJMRrKMUvPFVpdoMn0CGAnd6GxeY+\n7koUiXuH5MUCx95qUZT+/inYhzqMN+lVVz4o2neb3O2bwZ1xNjx/Lnghc2NE\nD2yVyOcElFGBa7IfFkLTvyo9+NwBASuRriqZMB0ghJOU6/YN3d0WSLO/E7xi\nX/jljseG4n4z2gL3gSWVY20Z98bUdiXDRKPegxFKwQRndXx7bNZ4HW5p7Dhi\n2MYilDV+Y9yXMjTOE1YnL8ystEdu6hmrVAKBIxXDBFw8bSizdpZlVvNXHLad\nH7eJWSXvFfKmZ59vdDVWjKfC15JYbTx+xk4ztrdjgOkYRi9XFnQqWYvsW5Yi\n2dpi\r\n=5CU9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"8c4aee602bdc76838ce8663a5210bdf70c7e5c31","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.9.tgz","_integrity":"sha512-e6MOoUm6XO8lIo4mhD1KtvhGZ9EsBV+YdXj6kHztOL795FeJDMXdC9MyE9R824uHKCGf5j1Hbnu+5nkRDcnwNw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.3.14","@syncfusion/ej2-data":"~17.3.14","@syncfusion/ej2-lists":"~17.3.14","@syncfusion/ej2-inputs":"~17.3.14","@syncfusion/ej2-popups":"~17.3.14","@syncfusion/ej2-buttons":"~17.3.14","@syncfusion/ej2-navigations":"~17.3.14"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.3.14_1570119433254_0.550278732542755","host":"s3://npm-registry-packages"}},"17.3.17":{"name":"@syncfusion/ej2-diagrams","version":"17.3.17","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"023f34183ae991854fcf8da91876fc1fbcce7b19","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.17.tgz","fileCount":285,"integrity":"sha512-dXLKHYXFEqinqBycjwBu77S0gZTpxsX5JrVXpgLDchC1Qn66eaDsGqVnFnZW0e2kuoLJ4MD7jHALa8wCmxSyEQ==","signatures":[{"sig":"MEQCICcoNYSEYvmgqonst2+lfX5U1ARNMCpwjiQSbrZYB6j/AiAVHKgLZ9xO1vXV/5+RYK5idsESfstymCz6lgJfoEZZKQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25681119,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpcV3CRA9TVsSAnZWagAALIcP/19YcIDLUabsS6kyYjwd\nfY4R+QuA0nPRV/7uIfVSwMyG/I5A3i5gBtv8bNbbowuLHnN6SIQWLQK5gtmm\n4FxlaMlgEHafHawOatXg5GDPPAOu9MDsjRMe/z8+N0EAkrQumDgd4/3AuUOW\n4S/YYeGRKUUcFA0Ft69KLVtsBRUiqEDMJx1hDVGfIBrFuIMpQgnhWkZrm4fq\nVaxymMq4CmOWEBL+2Fr2mccGiX1wiNtZ2JZ+RvvKhp/Pd+qTOxBUUlWkw1VO\nTxNHpOyAG1PqyVAqgAQZ3pF4AJFK4VK7H/8o1IQwdfDELjO6+USRULPRs9JD\nIh+pjOmmjVrOiCJpn/EsBB7R551xaLnMQLJC1MGmCliUihif8jbcXuKGpZob\nC/7EVaSn17ByaJ3yBdGNqSnn4f/MUc7CdGCJU4TBBELVzCWC0+A/boAsS7Xf\nFS9H6SzjlUWLN+ZtdxyHFBDuRS1v2ASCCOf0IaE8vstuAahmh1NDFfVBBjQ5\nP0QL6LySwsrv4mfBpNbEtl2mukc/AkztR1jclVJm4Q1TNsOTfyeQ/jhdTIJC\nRxjBkbyEoqB90KcocAEixlL4xl6FCjtmxPf+oy8vIXynso/xPb2Xu4sZegBD\nuB2apjr2SLQJR8hlAUK5wmpQTp1bEiP3maN8Cel05rDAUF69RO5lBUrXG8nO\nEB23\r\n=e39a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"6de0d71c1951741d310a972ca83a07269aca2fa2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.14.tgz","_integrity":"sha512-C5Y6w85JTFmvEzl+OP/aHuGqh1fH7M6QkUdt0Kk0gwzAWjp9IiWpNTD01FZQ25iI9Qvjnp+nosIdxw9OobMYYA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.16","@syncfusion/ej2-data":"~17.3.14","@syncfusion/ej2-lists":"~17.3.16","@syncfusion/ej2-inputs":"~17.3.17","@syncfusion/ej2-popups":"~17.3.16","@syncfusion/ej2-buttons":"~17.3.16","@syncfusion/ej2-navigations":"~17.3.17"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.3.17_1571145079023_0.01482704851828398","host":"s3://npm-registry-packages"}},"17.3.19":{"name":"@syncfusion/ej2-diagrams","version":"17.3.19","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"50a83c247520363d5fb955c94b6f9f0467cfa88f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.19.tgz","fileCount":285,"integrity":"sha512-jSDhuGjNUb6tiIh3LIqMVYtK3e5OOzX3v32krVg065BXavJBE94aw1oaH0dc/y0YgVxrzF51sJba5VKDTBhq9Q==","signatures":[{"sig":"MEUCIDtq3aH8l6ic4tjPmp5jaoAIIKTSnWloIINu3MC7LVkzAiEA9r3/CugQykZsntmVuHBRWbtSpupTg9XKgir8irDUzPU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25714540,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrvfwCRA9TVsSAnZWagAASwAQAJCyZ5IIce2roudiEQlM\nstUzMxKjB4YjN3tQRYtfIH5dhilrHd9jqdMjBzjqaIStezqzbmkYxPOgYAh1\nOt4D9V5HJX/YDDKiQ7AdntVXFJ8qyGqeiD31X/Is+UOZk8Fh96ipfJy3p3Hk\njsFKWiyXviuEBeT2cEYvM3Nr8T1cd/sqBDfED2lMbn3Rt7KpOmjEAsuoR5cG\n5iJgXYcsE4nbmRaLjtMjx0LCPWMCU77Uy10IyxO97Po7o0p0GczUaSkc6djU\n7v9kjAxVxqaTisxdfRB6gZ9/d/oSLuzdq9r6Y7jNKsoZdi8aHUimfHFjKg3L\nCgB1IvTlivGGKpXowSLLY1NMg08cArOeNL41URR/CA8IaOx7nlpfO49j2qLM\nIruPkytKq0JXptEnx3+GEfi7n0/ZfBEgvVCTuxWrxVzEiY96RpehM1KN6wsw\noYcIgLs0Mh5OUQcA3LVXST9H15++e2qg2hG4tj0JbyYde6XXAH6l7TM5kof9\n6yIU1uPRnV3ZDYYR7DIrlfttjrLbUUy+N8aMvX46wqVBOPVhxGLh+BebukRh\n+uRC5kgk08apMszuakiETi2gxKjTYyEsaztxY42Bq3QEhl2/WHUrOCpC4UTy\nyhsw1oi9eaO58ckcsavu9Wg7zccLpbU+Ha7+F9UMVeNVEzgGaYBGujbm1BoI\njTpR\r\n=zjB1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"12320859961943ea6aeab1a2e1a63c2dc4afaa22","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.17.tgz","_integrity":"sha512-13Q00UieS3XOkn6S01WFIS/nyEx6cY83ADj+9SqbRTld9L3BCDoRgbAbyCuc0BfJxRZqp4W6neOn+DCOpMjyWg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.19","@syncfusion/ej2-data":"~17.3.19","@syncfusion/ej2-lists":"~17.3.19","@syncfusion/ej2-inputs":"~17.3.19","@syncfusion/ej2-popups":"~17.3.19","@syncfusion/ej2-buttons":"~17.3.19","@syncfusion/ej2-navigations":"~17.3.19"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.3.19_1571747823658_0.5401169149157037","host":"s3://npm-registry-packages"}},"17.3.21":{"name":"@syncfusion/ej2-diagrams","version":"17.3.21","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8b38813893b8e8b5a2745ab8a6911c694158c9da","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.21.tgz","fileCount":285,"integrity":"sha512-G5WS9995QzHX9WkgPu6UPdmYGWpvDhzIcrLuQ5hedRr6QNTUtChPm68eIE93cg+3mruR8kDgI+1sBgBFvYrdTg==","signatures":[{"sig":"MEUCIQDCV2LkwpQgy5daaUnHIwH0dffmvs03/ybGh4rEJv9J3QIgLMl6Ltvh8xhI99AUX00TqJcoPfit4qiNQqzQCGIOoc4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25739202,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduXQGCRA9TVsSAnZWagAApHwP/1Qt426MZUuox4zJlYuY\nDVxNfW+jY7Gk7LOSXTYm6aTG0PNaGJkrXrzmeJCTxiLJxY1z3mv5Xwiiljef\nWaqyd+C0YyTG6f50ipDLUP0bNM3+gadVa90JL6+Te8tuwvPIjeSCGR0lfuwf\nxAsEf7RFNI3NcyEgPqjWvBBLfQUDImCTf4zWYYwx3Tv9YlNJz2C0WXX9tx8A\nHsgQai05G0LpElbnqBSghq0rv+bK3aYy+SUxtwK2FbtK8FAX6r2aqmQq0bMr\ndTCdynloSAlc1CeftI9nde2UQuOG6d8fMFA63Fe47HMwoL5wl6PfvFRfLm+w\nzozB8CpVH9qPV7lWybY0wU8T2wUBdW8mWxf5su0fW2FEs+99urJm6UJ/T5hS\n+Ck5oBCtosChNnDLXZJ3NMPjvkJAf5qGlTDrI1YyypZYvMS1TwUlvOYc0QOr\nVCoPfWSmYPw3r+hw822D8J4HCPgiKutXnSqE/be3jKyDgw5WS7LEcyqPqGj7\nLq7FuU+crEKYVj0sy1IoA/L9wQAYvMrtvIvse/LCv6Agb3QKMHQl4Rsm01OK\njRX6e3hJ86u9t+YfMP45q3u0qzYlBfuT8m379S3el57QWOMdP4JpoV6+tfMe\nzwCOofz2YasyZARB+JG2+AWjKsUYtNurarTgNekwZtvOv3eJuOCIPW8Ri/HU\n6Qqk\r\n=MGnM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"7836a6754333cdca6b799275e810fb500477796b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.19.tgz","_integrity":"sha512-W9BPqiQHem8FaXdYYcUw0cUOuviyutFOM7FxpA6DGjLMavJPJ3+O+eQ2VNnK4bKfeh4TfSOrGFWTsGuvKfRS7A==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.19","@syncfusion/ej2-data":"~17.3.19","@syncfusion/ej2-lists":"~17.3.21","@syncfusion/ej2-inputs":"~17.3.21","@syncfusion/ej2-popups":"~17.3.19","@syncfusion/ej2-buttons":"~17.3.19","@syncfusion/ej2-navigations":"~17.3.21"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.3.21_1572434949947_0.48484865682604283","host":"s3://npm-registry-packages"}},"17.3.26":{"name":"@syncfusion/ej2-diagrams","version":"17.3.26","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7e188fe1f549a35047cfa0e17d4c8e04f4bf8b3b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.26.tgz","fileCount":285,"integrity":"sha512-u02fKiyWydnIsqMf+P6Sa9QkxFjgipIlvwdqwTakXJzrPTPKAvaBDyDsFWfJYm2lhIRt3inKZ6k7SOcDrtD7Hw==","signatures":[{"sig":"MEYCIQCzdJLMbEzQ/Af+iqk40N2MPCz5/P7JSFqfx/uwm3yEdgIhAJt25M6kPcCdEsDqdjcvWsmrnxV41HjZyfY3ow/NRV4h","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25739227,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwcE4CRA9TVsSAnZWagAA7YEP/0jY/P1RpsTMBFAzxUB4\nX0lz2jDpI1tbNszZxc84eO3Qk55NQRBeE9aRXYduW5H9Xj1M8SGBygwPV+le\nd5T0tYNuG7oZ0r7dLEveLN/2VeckcOJSXQTt8qa9EIonsyGbTMrSloTjtrTE\n2hMJX7ESUs9PSsdD93a68RzkpYcnfEfpUBMt+WRuWmQ/y3QmRANbB0LT7Wb1\nH0ZWH1ew81ZXyFczZLxHKWUNKN9v6tXSKMUWlgEdt5FC1KWBorT+JDUPevK1\nUVGoxmuZ2OtXifNcwW4yZ0PJsEUJI4u3k2vVRo7ExblfbMoJF4T75392TsPQ\nQLIvf1XoJxZnSEWz3Wbks0ZPWpbocjY7zxB1fL2DB5Z5cIbQZv72Emcl92Lv\nPwZY4VqRUdovaNbXvV4YIL0+WeN/I4YWg2uGhdex+Y1fwqCZxbYgu4l+EKTt\nTRadl7SrGMXiFixRrNQbJFxqQAjAOc2nKnASEq5W+FdU+Z/tVtBwV3Ir2TDW\n84x3HQi4LqD34i+iZG+YRT2l2ZypKo8jHy0MfesAKQMesDaHicbMWjz7JeW2\nEyKS2LMUtWBtDh5QCTdbjFJ0wVBT8zIEtH/iqx1uL5OC2rVqkrUMp7t+JDG4\nNaZQ8HZw0pZ75RrKFNY5Ep+fv5uhJ4mnyu7bS/vkuHzOA20B28ENNw9sWMGU\nSEKs\r\n=URYY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"524c44c3c9d7d4fdb23264f7e1494e31f42e106e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.21.tgz","_integrity":"sha512-o6wuBfz2MvWVOZTNtxunXoESZcHaFcW+qlEwD+UVk/5CcnK/Z0zd1n0if2ApdaOe+f7iRrHegN+o10DXWfxFmQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.26","@syncfusion/ej2-data":"~17.3.26","@syncfusion/ej2-lists":"~17.3.26","@syncfusion/ej2-inputs":"~17.3.26","@syncfusion/ej2-popups":"~17.3.26","@syncfusion/ej2-buttons":"~17.3.26","@syncfusion/ej2-navigations":"~17.3.26"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.3.26_1572978999638_0.6020062645052859","host":"s3://npm-registry-packages"}},"17.3.27":{"name":"@syncfusion/ej2-diagrams","version":"17.3.27","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"15bafa4122e9e276dc0393548d6a10386cb8c6dd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.27.tgz","fileCount":285,"integrity":"sha512-6KM7oOMSNNTdazHKkmyCIoleu3fmbZ9vuviehvN0X5Qfi+W3yYS57tzavgU04Lwm0LFZ64ILVQkJ2+LJQhQLlA==","signatures":[{"sig":"MEYCIQC02Nxtn6DuEKceLfcXAN+LZwPt07sfWMCpvxB/FZqCsAIhAJKmkpon6REoz43S5LhxpU7QwMVmNmh6bq6kSLIFl9/X","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25759653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyqAkCRA9TVsSAnZWagAA5eoP/iEnEov2IakGy/+5fX8d\nbB//w+bAmIxMNmcVk1vZ16wfTdYUWwXnC8mFmISIoQC3yq470UeMYyArrYxh\nU7vPrleSAwWLgffU39yVOOrktHkZ7O/DFR3VUPgYRWYI8f6l/1h+5px/w6fi\n1Aa+0edi9kGlyzqnAzgK56rhOFhsarEcWkdEZyI2RuLgkrKLCVOjncHbkrh/\nPtxBSRRcXkF7I2dBJD5f5jzyBqmQyj7w7SChFIrym7qLAp6vOaUgb7EjI4bB\nIYPU1fBnR5ygxlJZBw5kQOT0iMMJN9/g3V9EJWDnSJUpHrRloLHjbfoJs+bx\nWQBcdBPe7oEX7y+7jSNg9Tnt7D+FggoncRF/8D8HLDm1ZywcSVjvxCvw30au\nuUUQ/yeIJcuGDSdFaIKeD62FBeL/2mxnSsSqu9hLtIUdOiR7aykhEWWuu30x\nxn49RWIvVpdLO4d4TnpaJ2S8H+fuZzzXkQBWB4pkJXveEJxtaR0V4oITvYbP\nTTtS0bNzD+TV0N3s7rppmf+OTITXleahMssT1kAGEK3WM+pspwBqzCZQbcEe\nL5Fay+kVkKP6ASDWICwfUi/ZaC4fPBucnUKZz8QNWaK+gDqoQjWEoP1LPUE/\n2fgy7dW6XFEBNg9W06VwehRA9oaWNuC2/ah2SKX3AEnYzlXHZMXjO1hcU5Yf\nlQXO\r\n=DHRp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"05bbfc796548e7f1916986a361a75b44f99a90f0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.26.tgz","_integrity":"sha512-T12rL4cqwhDHVr6LhvB9GObu+eeqkFr8pG4qRYAYiU80HLG3VUkwp2w73wuyreXS9fV7LOlWziyA3gIRtC/tew==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.27","@syncfusion/ej2-data":"~17.3.27","@syncfusion/ej2-lists":"~17.3.27","@syncfusion/ej2-inputs":"~17.3.27","@syncfusion/ej2-popups":"~17.3.27","@syncfusion/ej2-buttons":"~17.3.27","@syncfusion/ej2-navigations":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.3.27_1573560355873_0.5775266608282019","host":"s3://npm-registry-packages"}},"17.3.28":{"name":"@syncfusion/ej2-diagrams","version":"17.3.28","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"04d9d5b075c48c6b64efa0b2f93ddc13e943fbe3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.28.tgz","fileCount":285,"integrity":"sha512-Hh8oarSMfMDrVstOwHSIRqpoxe5iksowXqJXmM6RvSeE5xCA727UaD8VxqTs+11iz6mICcS4XjIkSGibTIbj2w==","signatures":[{"sig":"MEUCIDr680UVlcDQvxoEf66SrUzlsss/WRJxdJg6s8e1G1awAiEAhOHXvsJRziQvhp8GTl/aGQnlrbn8hJXsVC/Z0Tb3jso=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25767436,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0+q4CRA9TVsSAnZWagAAQawQAIfnvp63DIo2Y4AmfbuL\nk1wiIBPoB1ntgy03vV8tR5Tyfa3iuI3muiwxafvp+VqyOexrx/4+6+szywry\nqDMmiMJkRVEJGVsGAucmDjuBiANDO3IHqOUE5fBPLECb5MxixfaKENC4sFwb\n0Y+VdYFKKN7qMO2h6KbshzpEfajRwWj5cMjTDlt8pmEkcpC0R8G3ytl9x4rR\nTAGUyHsHxLgrN1vMpkBTNXsIdwRDoI0yqVE1PlCzq6Ge5L53JmJ/NRAW9SXg\nflNA8RUdB+o1VwOXYPZWdzLXysSf3zhb+8lSCSPj22w45dhUEIQ/pl8ny4Jc\nCjzj3g3TvkugrzRV0r1S2hokEeADhdHwrDX1Db5KlmelZj3yNlmWPgZK2J95\nNmjtf8bSIKhn9N5sPxD9Jkg1YHff63wrAHrEbjWyDvMnMuvJSqyWmMRnNEn4\nX6JdKGTSu4FaaYIRSsAyhsog5uKFMrnVWqziv6O15KunLAZISCsjXmIvQk+D\nD9d6/IhfgpU9qI16foHNpyZ5qDJnGFpuW4cP4fL9X3b1aLAXGtAi82cK1Kyk\nhzrw1CFsWNCofVYJBCZ8LOiO6r58kthPImDYZtirfyC1NDTvN4Yd3vU2A3kM\ndO4X/NkPxO2fNjC9cqzmOh43WFUBlIph3x6IAMAtTyHDu723NRkKNtJltXDn\nEyDZ\r\n=pZN9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"824f59f6b77fb8d3ee7291a5a35e565591902992","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.27.tgz","_integrity":"sha512-d/ZMfcD52FD9MVNgzBML4pUdlqHVx91VSHgGHZZ6/o3Z5lJM/oXpRBfNwZFNSSM01ky5r+ahrEr2/8MmgNxEcQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.27","@syncfusion/ej2-data":"~17.3.27","@syncfusion/ej2-lists":"~17.3.27","@syncfusion/ej2-inputs":"~17.3.28","@syncfusion/ej2-popups":"~17.3.27","@syncfusion/ej2-buttons":"~17.3.27","@syncfusion/ej2-navigations":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.3.28_1574169271666_0.6780105266121255","host":"s3://npm-registry-packages"}},"17.3.29":{"name":"@syncfusion/ej2-diagrams","version":"17.3.29","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f325dda9dcf40b3ee7bd99a84625bb75c71c5897","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.29.tgz","fileCount":285,"integrity":"sha512-d95EJeu1GsJ1iZrOTydEoRmXuyQ5NS+Yd9qZYQBpZEXhLzcqwtnVHWSiuXEoMWh9iTqx7XhF1qyPUSZ/d3NIDw==","signatures":[{"sig":"MEQCICrYkeFuW433xahJj5bQYPzg49q46jlnDpe9mVIVwcNvAiB0fe9xQvYSyNmL1Hr4mCh+pZyEkt+KvjPfFrzDK92ewg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25841089,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3MyaCRA9TVsSAnZWagAA6k4P/iXZ5KB8QCf6akyrVBf1\nDoW3tfHDKPjFRSkYsnHrInAFJwsoLVlGKZk8iqsPpS4kN90K4uw3vbyZBZnJ\nMd0+2u3GvhmD3DVB++fN89V3IbS40nQjS6LLw2PRn8QyZm/Rlu/JF1aV0GTK\nRJba1jKQ0+1YGxZGzmtbkSVSzpk8CSJ7iWkFFciqpMiatsfw32bEv1w+2T+A\nHjHqF9QQiW7pBxU5XIJop0E/wvOYBhbXpo5/qPSp5dd44DwJgrpDWEe+TdZk\nNbVsKa1VzVrOJuIlHoU+93dPnSawsLCW3xX6WUx8RrYsrD0NcVdyFJRGQMwK\nRrP2wvf7FKT32U3lAE0HOVZqjtasY2Pmq5FZjoUGXICd3IGljmvlRjcuw+F/\n//HNy1gnu1lzNLIt1u64vb8+k4yUvYX+hFIgyIEN1uO6cReuBPptBZRG6goH\nfVws3oSdHdY+osRnhgkjnzmDrmhviCay7hmGk5Kqyo+u9Y7I3M8yv8iaJOGn\nDP/CA1OAnkD8ammyn9LFxbbHGO6/RmkPZ9y8qBgDNQuaQXtC76/1CwWy7YJY\ntVhTLNXEuDryqsEYDLLIJ8RvtN/zTKT1gCj/bBqiG6vNPHl/LgyjSjoO6ZIb\nXleee4eVZAtAibFFxS/cN/0uZcEokIsvS314JyUbJ7iETmUgUtoW7Ny38Tuk\nblZn\r\n=dSys\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"d4d968756eb2de62f6f2e2acaa4b9087543a3999","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.28.tgz","_integrity":"sha512-nlgD5YRKZvWrg1qTxWnnnARfzLWGtJkusiPOnqFTgbjSzRXfIJnvOu+0SSx6XKD0k6YWoFSDtPQo4/Qdl3X7mw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.27","@syncfusion/ej2-data":"~17.3.27","@syncfusion/ej2-lists":"~17.3.27","@syncfusion/ej2-inputs":"~17.3.29","@syncfusion/ej2-popups":"~17.3.29","@syncfusion/ej2-buttons":"~17.3.27","@syncfusion/ej2-navigations":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.3.29_1574751385777_0.5497121961801097","host":"s3://npm-registry-packages"}},"17.3.30":{"name":"@syncfusion/ej2-diagrams","version":"17.3.30","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@17.3.30","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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"701112aaaf083f30602a41a67d3f05fa723c060d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.30.tgz","fileCount":285,"integrity":"sha512-5Lzef7/1RaOV0se9i7Zh4bkcBpOU3FmXsrZ5KHJC62QC+wtuXpa+Q0De17uOHKY8OBHRAUj21ae1jv6c6aIcAw==","signatures":[{"sig":"MEYCIQDgSUVtF0PQ+WMqnoD+04sGrTGw3X76dvjnZki9ovZM3QIhAIbbDosiKlvE98vwszKEZAi8VNARfxvf9yD/XelAU7Cn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25851290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5lO+CRA9TVsSAnZWagAA7+EP/jNVdJ/8PQd2kuNSJpky\nKMjYL+I+1WcByo/qn7Y80dL6bL9rGRk7hV1B0WyDCTkLH0DV8ol8oKNG1lDR\ndA2DlC8oSLUMD3CmxCcl1DUFxfiMwoC+/98C4vNzU/Dzku9rNZV20wgG4NLh\nmcGvxg6DVig5duY7+gwoyutYauGfamaQ6pD6ZlhE20KB0Nb/WpQvRIiqeZ84\nj+OmQJWY3ApYzhAXwziA958cyUbS1yQ/f4c6b26we3rbO8F2ImywS3nOSHeE\nrtLn+HM+JeQB2JYKGLHSbv/bba4uttn1n9Txjf6RazyyOlqKvFRsmfslZNCx\nC35eExD9RRM45sRwgsqgyS/FobqYYL70vX20GVsZlZm30chu43/a1nNS+lAe\nc4EbuamOrbac0/zfRjm+QGDDKNlKFsv75Pdhh99Is1gb02nfkezNTSuplLli\nZSugbSjNghPF83Cs5c/VwxBUiujpbKrN2gqSMGNYg0RCMjKCKia28scjNDH9\nDV3gofBrs1kqzx7iQeGyM7WCubD5sm+psc6wUiFibx+EVp52VjU6KtGks6Bs\nvqWlA8CybXSZJkl+2ZijsGWZrwPlzA8E0M2Tbc+fm3NoRCs3z9hXpIgRdCkL\njCCxRCY8VPPK1BYhed+9xdyx03tbPTe26NlwwlnBES0irio2i7WawDESext4\ng5do\r\n=E4I6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"ebdcc9016137786c4c22fa77477075d04f499c81","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.29.tgz","_integrity":"sha512-xi3kSMsvgX4zlvy2G2HHhR400y3YOp/KPcYxNAIQH46bujv+Eukzmv1jpS+Q3H9GWigA3nv/TQx98r1tk1rXQQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.27","@syncfusion/ej2-data":"~17.3.30","@syncfusion/ej2-lists":"~17.3.27","@syncfusion/ej2-inputs":"~17.3.29","@syncfusion/ej2-popups":"~17.3.29","@syncfusion/ej2-buttons":"~17.3.27","@syncfusion/ej2-navigations":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.3.30_1575375806039_0.5293879408397426","host":"s3://npm-registry-packages"}},"17.3.34":{"name":"@syncfusion/ej2-diagrams","version":"17.3.34","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@17.3.34","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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c29d3a3c5ba1bc11ca34797ba1df9a88e1cfb292","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.34.tgz","fileCount":285,"integrity":"sha512-cLmPxZ3bz5hFC20qthPR4LhDEhO/gy+m5wZvh7fob022zjEMelFELE1FS2oIDhY7LyBqv0bZrg60i8hXer3vvg==","signatures":[{"sig":"MEUCIQDdQFHLOXMiEBLWmql+IF7/UnsinqXV/xSuYPl1xgYgaAIgFq9dJCtgreMzCEvYmBkSGGq7oplqkUOJ1NoBgt98CA0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25854563,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd75SDCRA9TVsSAnZWagAAe08P/j6Zml1aX35PVe0nJyqT\nyw0aa+rjIowIs/CspVQHUrKkUDsdCxBX0ippAHGGG7NOq2S7fMo/8BVJZnQk\nLTlg+9hhMBERNHj4u4CypAMWHL833VR/vuRuh4xbW43HhfX7vfP9P0IWdKU2\nv8n1pTpGGhItXDEkY63yAhKXE8wuAlpLCftwrO/D+OpI/Hy6wJ3lEDuPXh1a\nxCEWwoYAM4df8qQAG9Z1seZm6URhUllh3de87KhMxvGFCJOHtU3kR72BSzGX\nIg6vW7P50DNBnq5I7lpUtR67J6qjZArKXKlh3KLxZviDWdQWKwYnIP+Ogt+6\n03frQmycCn8uYXCXQ2nHtKUqq0nZIsxV4bfWzDykrOoMzz9tp09lSeoPDsY1\nM3FITuMh+HhskRLXVZICT0bwJrCl1awlSRd0GRcDo/glgjqQrouOZRG57M8Y\nqzGppDPtOUtCZCX7BJYmz8fXaQdxPI3NYxZnolma+8xBN+EB7EfijulkC+eO\ngI5HNvTV35AgzfU2JynlTCx/wlBB2C3qM3Yc/oB8gJSv3EOZz5nh4ycuAliP\nzgxbrOCYLVPUIxfTA1RUv+qVYVMaNFmx3qTfQzoFpvP7dtv8+IXrVp08Z6f7\n21a3Xyr4Uar9V/RsX8PcDMCtGhgOdSF8pm1eOnfPDpmkWR1YMDAwsbBXGk0d\nMQpl\r\n=HVxm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"0c0be83b5eb339c39ffc0ca6b77174e52ce249db","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.3.30.tgz","_integrity":"sha512-IIx9TAJD3u+QeyebGT4CZxmLISk+PDYaCzCQmisKgpSxcq546m9B0ZY9g4MslcYmPJODcx0HGX1NWHvtdOxyUg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.27","@syncfusion/ej2-data":"~17.3.30","@syncfusion/ej2-lists":"~17.3.27","@syncfusion/ej2-inputs":"~17.3.29","@syncfusion/ej2-popups":"~17.3.34","@syncfusion/ej2-buttons":"~17.3.27","@syncfusion/ej2-navigations":"~17.3.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.3.34_1575982210971_0.6017534404125966","host":"s3://npm-registry-packages"}},"17.4.39":{"name":"@syncfusion/ej2-diagrams","version":"17.4.39","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8a1e5340257d78d5bb6cf9398222a8cff034d523","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.39.tgz","fileCount":285,"integrity":"sha512-3bY8x9N8cxYGGXqccWXRi+IiMVl+397zp7wG+iTKTSEx7fdrnsca0RLt6VcxZUBggbVs+4HcrMWjfO5SMTn9Sw==","signatures":[{"sig":"MEUCIG/oc2Nw/Man37pWEPMukjlPL9gdDWvUV0apAUA8fWpUAiEAxLGJa1sAsYk3zkv5n1sWpj64BMWiktuDqdaG4tT/ND0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25857996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+KygCRA9TVsSAnZWagAAyAwP+gOWj7z5StNTrfZxUDJU\nnTZpFpYUrOtzXCAKwWmAFO54EOXZ/eodZ4GouNDEJsPve+fmohvpNEpHr4tL\nPdUFYHITjNtG7KTpoWHGkzXVBqgpki9zhElU0Z6nicMtAZuMwSLTgnGYOg4a\nVGy2/hkz7cDizlwf6+98r41up6cyWl4kvMS5or8IxWbmj2h4XCIi2zpaa54R\nUQBGuySKjr0sI+iwtpJyjKcMbAf86Onx54CMOg55eKTLl+tfYRHbB7UFIwXH\n0bV+eocbacTAQwwNq191sMurZkdSirCpDuoPpq6m7upt2h+5Hs7n2WuV38Jn\nceL0q7jV/YHQVKXIRQ8/2+zPgOlOyI5EtQ3G3NasQfYyWeH0/nPTWiW1fhiq\nu55rdJOwWs7ii70U1jjj7ACbg3wvIijB+m5T3NKsvegBzqWeRs46SPIiP9zk\nAtQPZ8XvSSjS7v0yFNXC0IDj2HKuhSirbBxJKrpwsU3jkueWtVDElZjucMr8\nlwf/XayJQb2MjjMXU1stojGpf1wm2ew4RVImcIWy1tPZITSG2h0x+aylQwjw\n/+wdvjCJpSo7taeZ24cmKupBOU/PWpXkDFtr6ikOgFVMyvJat5BsBwAbmvVi\nRMd2LV1bIJmXfQvKVEARXXKouL2gxk3yn1lC0Ac+5xfrARkCzXoXNiQEKAVO\nayG2\r\n=eACx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"162d06781faeb889ccca8b0d35febcdc766b605d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.47.tgz","_integrity":"sha512-VaBFucsLShh733q4DPFvnXbemOgZ3BZobdudV7UQ5s+j+JbTYSaxUyshvNUZGO1+CR4ZOCUQlA840DX/Iw4KxQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.4.39","@syncfusion/ej2-data":"~17.4.39","@syncfusion/ej2-lists":"~17.4.39","@syncfusion/ej2-inputs":"~17.4.39","@syncfusion/ej2-popups":"~17.4.39","@syncfusion/ej2-buttons":"~17.4.39","@syncfusion/ej2-navigations":"~17.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.4.39_1576578208317_0.4849890166158415","host":"s3://npm-registry-packages"}},"17.4.40":{"name":"@syncfusion/ej2-diagrams","version":"17.4.40","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4cc5d30b507cbb9b0bf4a7c21b3f9676b8920276","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.40.tgz","fileCount":285,"integrity":"sha512-QqfUjyhhZmQmGkS6vaqZIkIFnYy5BZi/6o5Ib1q+dNBtYnWfJPr3+yA2HGq3ZWn8fOT61kqRB3rHnMJlVkSnHA==","signatures":[{"sig":"MEUCIQD/rxgCTIvIPzjlelooWoUPlWzvBpCOXSrdArxg7Y9d6QIgC2gOcAVriwZl0g3UCIor8oA7HFMaLS4d+fi//D3Vhg8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25864579,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAfDrCRA9TVsSAnZWagAAfjAP/AxaZHHxEZCvaDVNT5Gd\nmI8dnSLw2UYoY3Stasx5PkAjJfMJI1RsP9XNv/GZoyiZmS3NAK/EaqJdHRWT\nRep8z1Rjiyo2kaO8iO0KBHj26/lkYRMrK94KHwkd9UMN8GlwFTHz2UDb+vfa\nACgK2GZBYqXrR0FcM+TDDaxITkc8Wmq5XK6MZ/NddV3Uz0O9AdIcfGr4aTUr\nxEgsB1u3YT9u8Zfx1bsrxjfL8AT6OLITB9fAhUF83F4ZkWDD0Fy1ICANq3bW\nfslW2d7TXADlCKgXoADg5WpJ3KUsGyqgaBDZyraAPw7On4q0dhOt21rZ7Ymz\n/gNvBzDpFA/HuIN5PSWf1cRAuti2olkH8pHpW19y+GBKBXjsz7304YurzPPl\nZ1v7a3FoYSvUG36Srhzfy/aziJL4IBNstp94yOJFuwXyIKIhGZB3Nryl5XXT\nVPWHs4dPVkCL3YSClE3wKkoKSGvco6dyisSOcHuKz4N3aGONqy/lJMVgJAPC\ncktA/fUIY8yQfKbLwf7zFCgsgJ9JZdxbWIldyAeRpU+h/b1VQyw5ojKbVyqX\nRM2icuT46eAkp+n4TAGy89cH55TqXs0cZy8EEvHi1EdRLgH46TZHkOFIw5qa\nTeYpp5idMeYa89dCuqYyReOqpLDzmkhnckHGNd/7KL1hRo7E99TmvzunkUgj\nkx9o\r\n=dxk6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"7672757ffdacca4b16ecb198b3c99b8aa15f0ec5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.39.tgz","_integrity":"sha512-P58QdJa4j6XrIjHx6looGMIOypKxRssSl6mWvgduVtfOHNNTR86JqnClsbOvIcbtZzjZEw4crn9UhYQL9TxNiQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.39","@syncfusion/ej2-data":"~17.4.39","@syncfusion/ej2-lists":"~17.4.40","@syncfusion/ej2-inputs":"~17.4.39","@syncfusion/ej2-popups":"~17.4.39","@syncfusion/ej2-buttons":"~17.4.39","@syncfusion/ej2-navigations":"~17.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.4.40_1577185514558_0.8259506659721672","host":"s3://npm-registry-packages"}},"17.4.41":{"name":"@syncfusion/ej2-diagrams","version":"17.4.41","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d88773fc1062cb1433e4f328bde8bb7afd6c9e72","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.41.tgz","fileCount":290,"integrity":"sha512-fYzbsuJtEBwsjs21pICQaX8Q28iAsh35NM6jPehkY7qE52gQKAJPYfPapQoQqSO3mnKQa0GI1JJUPFUAQ+zB2A==","signatures":[{"sig":"MEQCIHAbFoEy4FV0XfqzKJcb9u7OSrfIOnLH5rTKMUEqrVCuAiBh9l8WZ2pQXiv+QYUmVExwvcBfaRAFj3nExvEcsJbPFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27253843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFFCBCRA9TVsSAnZWagAAUYwP/2PkB6IMMGPOdr9VXfQ2\n1A3Nwt/KNMseScD2CeiTV5n/PqyHCF03SP0dcslBhsbsynKdD4/drlr3f3iH\ni7JAY3taiT25MRNxV94vVtA8TesOHcQBrAxR1fPz2eV4hB9ROcs4eX3ZvFHx\nj399IcaNQOIyVBI+uo2vGyv1dDVc2wVC5dLO9TaIJP7+seUZ0nynB/urav2n\nC0nR6JIWQi48CcanXeDcxJLZbBzCdRiAxQxHjWJcCsKdqOHiuQKgeVaA9HHa\noHGFE5In5qCUSCgwzwLHA/lfo/W0JSD5FxuBF9PBLiWqISvwtWTVsgtDnE/U\nS+G0iXo/mzhpxc8b+KsYctMxK7ApldvVe6o2AQMb/At7guK3Q+og9R5FCKZJ\n2bQfUz9NoC2VkPoahpvj4a8vhUust26uJvdboqkJyzuPb7+xr94vFw8WFu9g\nH9J9ifI/TJTtuz/Y7SQffPN6dkBFayW2ylGc/oGdOTdVGBYodFXQYhHRXSYO\nyTwjtAhuj6XaxrSDUhQmqKOcHqdRB53joTtZOPmAlJ1jUn7vR3S7AfLQc+re\nMUhG58NnefITtnGn0t3EQz3EbwFTN3v93oKaJSOsTusxgmpkZDj9+EifU82/\nwJhVkX2vm5e/C0bvq3c/kdXh4cvN1VGtyaFODtXiOfNkd5387K5Od0TensyD\n2HMU\r\n=6Lbl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"358616608ff83ac7fa630e36bc095c174371d3bc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.40.tgz","_integrity":"sha512-VSaHElqwXQuaEAIv63QEF7wqo8zHDtdDm76GhTBw4hJg2ED0SXL7OupoZuYh1cYpcyxU82+6n4fUQQPZ8RhsLA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.41","@syncfusion/ej2-data":"~17.4.41","@syncfusion/ej2-lists":"~17.4.41","@syncfusion/ej2-inputs":"~17.4.41","@syncfusion/ej2-popups":"~17.4.39","@syncfusion/ej2-buttons":"~17.4.41","@syncfusion/ej2-navigations":"~17.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.4.41_1578389632581_0.31942475565617046","host":"s3://npm-registry-packages"}},"17.4.43":{"name":"@syncfusion/ej2-diagrams","version":"17.4.43","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"913f0d1249ac6f76b987d62217902c6cf6340121","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.43.tgz","fileCount":290,"integrity":"sha512-8le43MM37BUeHNRj2ZFh2CG+t7D1xtVVqqVQ5f5Vnv0Y+CYfGSVgEP4MMAqtvS0amKMRzDaJYgAO8vdITDCPpg==","signatures":[{"sig":"MEUCIQCSQHuvgBQFCWxTKW7oxRxVL6D0jlzn+adCsh1Cu4VWfwIgRj6dm51tOl5GFwSTu2qdEaNq0jePUb2eU4mllbc4RcI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27302579,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHWSBCRA9TVsSAnZWagAAq+gP/AwF3XzmOF2Hf/2V7Ypj\nU6yQt9WCJtCT4uvx/DmlKdk2eRd5rjhtXdbpufAZk3wrqVb4bk13Qn4QSXzZ\nWS+iOLC2AXqcK7pTVRzVcQsWfPLbYTj+RYBbwv/UyOtBxZssbp5iQdrt7e3C\nFbS7EjhrSdsOlCYZZrR5Dhd2vCW4nVm6JzXG5X4Cepk+zQBPVWidI82tuB8l\n7PchVUzjVaVtgBthqgmOLL+bNF+GH5MrEdAZPL+4A8PYg7ug+83sFyogm253\nbRSPekRwTz7mzufYfZh1e7ZjqbvPutHtYk1Pfg2K0/1joZJC1qZe04ZsupNc\nyvZppcQNDaODhEwlG+V9ylbC0urPM5iRWb4eSjW4P3d8ei3KeWGZ2jnwNY34\n5mlOp1TMgLD3har/7IzefYRweElEVUeN/CT9P+G4kWJ79Xqhiw7NIjIkxc0/\nmuLM8e8e2Hp9rcU4bvLIwtH1EswdKILOfS1iAT54obUcdlK7AmDHticoyvgU\nj1ovrH9FVvCNXO26gdJ38v6wJw4gZ7MGB2FQhb/ufLPeSVePz8AGPmWqMSku\nwauW+JFC1ERxAwNodqMj68epItmt3ldUpM1p04Liht1y1CClvyDt2EofiZ60\njm6np2/xTOqhO31TTo9/0Y4W4At3YQ78AfVTDdZGIl237Y4ydfTktueNAfeH\na4kK\r\n=QL3D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"e60bd16bfa6ab45ca06d0560a857aac3ab4678b8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.41.tgz","_integrity":"sha512-SiRrxzP5tiAe/Mmrz356BwFO1hHZm1rZ+3b1dHAQEKiz74c9xRqyDWhvVzMsFVrnDSkpInmvTZAC2lzxagN2rA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.43","@syncfusion/ej2-data":"~17.4.43","@syncfusion/ej2-lists":"~17.4.43","@syncfusion/ej2-inputs":"~17.4.43","@syncfusion/ej2-popups":"~17.4.43","@syncfusion/ej2-buttons":"~17.4.43","@syncfusion/ej2-navigations":"~17.4.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.4.43_1578984576344_0.22794439134389632","host":"s3://npm-registry-packages"}},"17.4.44":{"name":"@syncfusion/ej2-diagrams","version":"17.4.44","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@17.4.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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"36327af39d76657c3e524b349d116157fcd59292","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.44.tgz","fileCount":290,"integrity":"sha512-vc6/4b1BsaGa3DuaYCUucdQds/muM9urSJ1IYalZFPIyKPaycx3MGzsKD/dY8DNoOhLXKyJsOxITQ7KBMYqTOg==","signatures":[{"sig":"MEUCIQDCzBBDppROXqdKq2Bu+y2HfjNRc1jVIRW9OPv7oBv0zwIgQfEZLrOY9EbybRdLnJoDQWmaCLudnPwYeJsk5DZEncc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27305478,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJvAdCRA9TVsSAnZWagAAFLwP+wcasRwhDc3r4H7BP+C2\nb5zrjGOectMCVVS6s53tI3OVE+mlN/RLmYDOJnx/JblYoubbG6oi9dR93n2r\nZSx6NP9WcKzVMsyD/ADryi+IFa38Rneu4PnbfohGZXPAXsbYrs4AjJysXTG/\n3XmuYatPwNf7Tb5YCsuIaSoZStAs9s4TUfg+k4ud3UdxXgj+qItq0LzMTUke\n61A6i55WmkAArXF89pMAl9yArn7itxXzh6AMlPPWNBR5trFBSlcT0cFFJQtA\nCT7AHpqq663DSzxClBfNCbt8RNqS8+lfXfRrX/EuJMIRxemJxVBsfejUNTmp\nBfMz+irZ6o4KliEd9PCpivFH1Hs42a2NjMXBQMjsTn8MJOzh3levY+prpA2I\nzvCxBZ3v0jF+pN3obhd00vsuXEuTpcgqS+okOEShLcoWXepfDQaG762GcmyP\nSFsclpTK5nXkXvvEIA72smBhhiW3DOKWSc3J0DrXse0+JIQ97G/XkXEIWtRy\noX8nP8QD4xrrbz+UJuFDUPTIDBMb90EKrXpIHdEqbA5RRk6Q4dSc+DNaVh5Q\nY1cCAoYh8Gb0UBtznhH2BhVH34XojwEK6iz/EpTCe5vvQVHTf5a3skeTL38H\nQHmAF+1TcirrlpRjo3SRL0Oq4511idsP0/DmI0F5Ui72a2HZ4XHuDt8RaXdc\n8OBX\r\n=Z4lp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"a747dad33ca9b6dd448a5ed4535df1068df1af58","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.43.tgz","_integrity":"sha512-NwUYaFVhsICohhMOxMJ5kZ3nM0RKXrRw7oy0iEg6Um9DrrE+2EDJPGltEN8HapJuTcXBBgjyuhmN6D2zBK4Clg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.43","@syncfusion/ej2-data":"~17.4.43","@syncfusion/ej2-lists":"~17.4.43","@syncfusion/ej2-inputs":"~17.4.43","@syncfusion/ej2-popups":"~17.4.43","@syncfusion/ej2-buttons":"~17.4.43","@syncfusion/ej2-navigations":"~17.4.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.4.44_1579610140855_0.795689678038566","host":"s3://npm-registry-packages"}},"17.4.46":{"name":"@syncfusion/ej2-diagrams","version":"17.4.46","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"fe2db12bc27926a4e645c9bee87166c58b0893a6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.46.tgz","fileCount":290,"integrity":"sha512-w3Q5NW4fNYcWpz5NYeRGd6/XUMm/G1nOIH6gjfawvbi2iq9mqmxuf5ItG+ZKNRCFcW4Yu64xJconZmb4dNNrbQ==","signatures":[{"sig":"MEUCIQCdzVf6kiEUxjtQmbfuaDSmJj02xarrVpmZM3oR/HqRPQIgT45FEyyhlqWe9lGAj3vzScWXqMe2g2+zsJzC2KTQxAc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27316896,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMqCkCRA9TVsSAnZWagAA55YP/RJmEXN0itrZlpe2W66F\ncBI/RFPacqkw8w1zMdGC53sjny/3mK/YIn9+JKtNpFviC0hkH+r/eVnSXujb\n+CzWc6OKZ/34LatzgU+oGwmevN/7GVcRNgxJbWRJVE6dOxgF/Wa0c44IWOlt\n4za94Om/F/YIAHmYbiVPRhajJc9jjASxILuoYWPLHwGD5nUD17K+O+EoWHG4\n4bxbO4p/ODGFujrlcnDUmxoTP5CXFrOXR4ktn0JT4YFdrXqfdTcCaEeqP42c\novKDO7ZtRzRavE/BGVnV9OZa2MIISHA5fd3vU3bwU+RztPiDwRDCJd7PqV23\nRMe6p571LRHGTd38qbUXO88zFgpYfjeDMlVeYu+pPLOpFJlqjmwKdTSbUArR\nhoOJRctVFa7akQgIqXB1R00qpmtU6oXqZ4GvhL3PcNOel0TySKMGp4yKKgUt\nUEq+gnnvkc2hex1XUJAsgiIiRcWj7VFAhGCz157nlqLrFRO+vlRV0A+ROV/J\nq2qBoYw3PlG79pS8xW8KRFLuVsfq03kIookpQMLrZ6YHYw0QMc4BQplRMx9B\neEUDyTV2uXoYwCTcUEYx43sn/icqEz/EHN3JndhoY9wS/Nlf74p2bdBo7Ao6\nJZJb8fx/jXT7fqoRQZnfDM/ZXLmb8fRnyD+fzwsPLD8JC3iieT5sA7vTPSbb\nCZEE\r\n=NYil\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"c7afb722cd5ac49390ffdaa861b6d87d9c66cfd1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.44.tgz","_integrity":"sha512-EOHI5j5+YjfH9ZUKnPeihj9Tadk0ErRQJlY17ez6bOwFZKz0kyhECCRVSRQOzion+u7zx4527uAdFfyrn1Vufw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.46","@syncfusion/ej2-data":"~17.4.46","@syncfusion/ej2-lists":"~17.4.46","@syncfusion/ej2-inputs":"~17.4.46","@syncfusion/ej2-popups":"~17.4.46","@syncfusion/ej2-buttons":"~17.4.46","@syncfusion/ej2-navigations":"~17.4.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.4.46_1580376228192_0.7752910397424493","host":"s3://npm-registry-packages"}},"17.4.47":{"name":"@syncfusion/ej2-diagrams","version":"17.4.47","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"08ab7a8ae79b113ee771fbbedceacec157ee9eae","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.47.tgz","fileCount":290,"integrity":"sha512-x0Bymm/cHezjlmRKHxFLbqJFIVQPu5VXCSd1UxJnooNj6bqNf5evvviatdpm9EEjOsuFeo7GOegYkbE/syZS2Q==","signatures":[{"sig":"MEYCIQDhvAHKIySo+cAYfP0ehZmFlc87NQUnunasL45I0X/k1gIhAL6yhGjdCkDchJGprGmmTZ5awYbvH7LubNQh8/bUUsNZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27315100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOmhGCRA9TVsSAnZWagAAYAoP/13l2ggiZUL7xRR8alBc\n2Sdjnwsn8hkY5JVLoTTK3VADgdugKPLGx1zwGUwF/5ONy2n3s5OoHgHdosF1\ni3oCBwqJQ9OCrhMZz1J2yTGwWSSshnjaUVSqnz8WPaNCuLPbkSLnwXhjrTbC\nG0wwmJz8mxkKtKta9wF6QCkSvVUp1xgARJusgSrI34ZOTxORM5/27j9RA6pH\nd8TzJUfJbIf9jnL537sUxrqcLs58gaYVWoaO5IObh3lhlMnfPApn2QnyIs3+\nlLs+CV9SS0829o31Z0YifHt2nHWzptp7zZfK7hgtxNSPOYYk2+3wqwmbsqcJ\ngIMK2+5IL7o1OcsM9IpuzN8sKNFYa397s2EE3u04WUE4pqPbbAbg31kF6WFq\n+TGHN9m8264U51putXxJti93i0VNY1u6ql0dPcZZfxB/FXv2VctcP3SNeiOE\nQsmBO3iNh5hK1HOVdKNxYsrdFQdmes3NuhM4I3WvYW5amb7L5fcC5mI2A3QB\nfeyVClF0C3TLtpEz0I7wY5CJkHsdCgX5Xq2Frl/ghvwRvfhXU/aanlYnXwT/\nfAH1UNeyhw1Sko6mgKy0XcSq07g1gX7mOWQ2U4PKDVqZ7dXwJTwSIo+oPg4T\n36v3Dfg/u2ziheC2AR9rqAYcqiXCYpNTGxxpGEYLT/3mc64TAO6Tp2BNC/pC\ndoXL\r\n=vCio\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"2cdfc7c676eb457150bd054e8e6429838eb9d218","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.46.tgz","_integrity":"sha512-A7c24UeqB3jACr7RXKZSm+0FIzSccSP7JEL9DaaLBBfTh5lzflXD8IHXschEIVIoN4QkWAI0zX7kuvrLI8SFHA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.47","@syncfusion/ej2-data":"~17.4.47","@syncfusion/ej2-lists":"~17.4.47","@syncfusion/ej2-inputs":"~17.4.47","@syncfusion/ej2-popups":"~17.4.47","@syncfusion/ej2-buttons":"~17.4.47","@syncfusion/ej2-navigations":"~17.4.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.4.47_1580886085749_0.4520160830969231","host":"s3://npm-registry-packages"}},"17.4.50":{"name":"@syncfusion/ej2-diagrams","version":"17.4.50","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1da803a911a2b3e8c0be0b99847596c093724886","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.50.tgz","fileCount":293,"integrity":"sha512-o7nb1MyTZXEGnMenBplCtJDpqIF2TEBOz/d+1YvO3r3mnpdeCLklnEjA9nZBhF1Yp2Gg5ZjpVuPsvsz5RcwqBQ==","signatures":[{"sig":"MEUCIQD4qbVjTZ8Avb7vWlcZPR+xKG14FnQ5jcA42rfUyF8PQwIgGuJrGvNQQWabd/aMtCAGBPKfSwcw5viV/Xt2onz4Pxo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27455578,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeS9FICRA9TVsSAnZWagAAXM4P/iY4d0GNYanNBMgNbJ4L\n5yfkMQ67nB0APGSzSL++JK6yHezoBV/HWKSGP+NYDbdw+Vl5IYoncSvMvvd2\nvpFZAqyTLiTog5Ym7gRcaLS3b5QQ4MuYFjqKbGYwZRrC17POVMUmcG2si5Ty\npeOgSdeDoSitv+TFcq04RWoOFsMwf8nn8swoeIdRPtIWqrWT3204oaPw7rR2\nniPCTC7i1mt+n9mfib2Fp6ppekdgvoHSHK+qXX50dObxgICeLVFFSMbYnfpP\nEwgKw5iKrxxDswzDLkc5VD108zScX4BRzcTFgoI0RBHnyLfoFAyfpeKomk37\nC81hL5Cc/34YQpClvg5VIjk+tQxLf4HeykwBmiLK4UfgjO2BTEDfIknSIABp\nYBbIk3DsO8PcnIRIhwqi9PApUsGAS6zzDx7KcfNJCARb4B7Q8gp1A1tEQxw4\niqJAQowOySGl+hNNVhk/uJCBW26/CH+keTJclhja+K/gF1f4jSHiTpOePdos\nheXdcw75u+Zu2Tk3m/s6DNDn+Nvnt7E3K2Y19iOv5nBm7ZRtlZ+1zbbQI0ef\nD35IVPmyO31awyWgaqEqCNr+VoMR/czrVJ5SkpNcynLt2Qp1R26S3t5xoV2Z\nVqMD15ywoRzzSSuViasGbCUQnGZYxoVhSZb+63iyVc+GOyDdvqWFtII9OT6G\ne8Df\r\n=Klic\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"df59fbd7b0a9f842ee9af4340d1a806a4bc8c42e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.47.tgz","_integrity":"sha512-vatPSY58cXnPoOjzoQ1VB4Kt3fRiwoK1bbaiJDXEXd+rEJRj9/YY7bh7m5BiD9+QyQmK/dwEXZOmf6xfFdAtgg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.47","@syncfusion/ej2-data":"~17.4.47","@syncfusion/ej2-lists":"~17.4.47","@syncfusion/ej2-inputs":"~17.4.47","@syncfusion/ej2-popups":"~17.4.49","@syncfusion/ej2-buttons":"~17.4.49","@syncfusion/ej2-navigations":"~17.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.4.50_1582027080320_0.31507116654195677","host":"s3://npm-registry-packages"}},"17.4.51":{"name":"@syncfusion/ej2-diagrams","version":"17.4.51","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5a4d3e8f3e544205c23d849ab95a055f15f65e81","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.51.tgz","fileCount":293,"integrity":"sha512-b0GvDUUd2d4qmnwQAQjg/xtFkVDRm7lqOwBwXJGOHk2pdiZNLaVEhFuGlngGoXpEBCrt8h4nPgL3A4KmUhSI8w==","signatures":[{"sig":"MEUCIFn+0ysPXlTO+rvOBKdr6cJE1JfBdtWGmhcxsvQOI4ACAiEAztKepz7essUPhpvApL0o2Kv2tauIsaLYPncX4uA/Zsg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27480623,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVS1iCRA9TVsSAnZWagAAvwUP/3cjNV2qXv3LnlOgaIji\nkjMML4P+mY9h0MlOkBYPFpEt4gPCcemJiNVuhsXDDfpwYdtnyEgk/JK7w5Et\np4mcS8XPjvZABbXI+S229lqIE3j9JeLb9OzWTfec4w5fAyh9jVUa+1iEFh1l\n8aNMdwbrWOqodMnzWtifv+UcyNwy+xRWCLbP+nABPQSCGrVbij4cx7BZzEgI\nHPd69pzvl3qmJZHqsaRzdfUD4hCGnb9MMbe3UB3xtDM0y/vMhwR/98bd9nve\n7VaSHN1Q3B/9wuiMx2YDP4IqYRCa695aYHGewsWQqVFXnAN0FP9uaJ5FaL72\nnJ0ADzmPvVqV2GxFm36+RlAtx3MmpiO0jNbrOml133T0EJMF9xkLRj82dABP\nYo3/z7Oku8wE1LzYireS91Khx5iJCOi0V6MFGh0xPCPQYhSOOSfImx/CQ8dz\nykQP24bBnMIYy/pMscf7znvY/wUc7m2rwD8xp0Sl2mHSNI6e6S/D2s+dRzuN\n8c1zsB4xfl+rR3HM0HyHNCh/D2d+r31QcLFAh+QxbuXVkCM6QpO2uQGIkYZw\ndCPNb+K8o1dfaZMDM+ej7EZRAtdH7ShSWJYZAHJy6RUVC9kBazpbXcHNpzNZ\nfylQcMOV2aeZVl/+UGvs3odPph7R1qCDBF30VEVuxKD9Cw/ot8VnvDgITtt6\n9Ye4\r\n=oMXS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"2050cf840cc913d40cacab8cda23db734abe39a1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.50.tgz","_integrity":"sha512-1sE71gaTekzQ/Ax6RP6AyiGwD7k43U2CdPEeMvpVeWrbPpVX7pOv0fFIa7gFCyD/5Fqtmjw1WCbaKrjR7ldnrQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.51","@syncfusion/ej2-data":"~17.4.51","@syncfusion/ej2-lists":"~17.4.51","@syncfusion/ej2-inputs":"~17.4.51","@syncfusion/ej2-popups":"~17.4.51","@syncfusion/ej2-buttons":"~17.4.51","@syncfusion/ej2-navigations":"~17.4.51"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.4.51_1582640481819_0.02932712715972552","host":"s3://npm-registry-packages"}},"17.4.55":{"name":"@syncfusion/ej2-diagrams","version":"17.4.55","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"10d32fd7728673f81322fe5cd86ca71f3be511f3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.55.tgz","fileCount":293,"integrity":"sha512-28dSUnU4B5SnIMdgQCDisQFzM2r/3EODZuRXQcYCKJpGfbmXc4KOxOC0iHU2N+V2NksRs9jEEHApW8hCQX+TnQ==","signatures":[{"sig":"MEUCIQC7u2Q+WgqkzExvwC9gdui1B1pEb45+W8BNyMTJyL3lVAIgeiWa7A6enYwckBC9+wAWUd+7qyBheNHWa6ikj+ZuoI0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27541561,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZ3DpCRA9TVsSAnZWagAASDgP/1omzMz1BcecGkP5kLX1\nyX5dJ+vz2Bzv1D7ykOghzG7TzOLzOlRYSbobihRCwCFE5vUnXgrcuD59LmhP\nQM1SadI0qNnSzJOD5E16Jyk77Tso5JKeA6fxoDDLzbl5bLd1bLg0CVJE55XX\nsWCv0K3S8c3l+9gMfcebubwjFi4IEUW+0zd346FDd1zE2Zne4FjNmKj+v6iY\nYCtLcPlPN2mDsjW0/RW0q6OSnqp4D3nGKH1BMI5H9ztgVfNLyTq+blVAsph7\n0kaHLsQaUG8zRvTgM/+kPVRUM9tsasfh19i51FH8lIDiXZi7OIt4bzVVqi4Z\nijMVc3t04a4FGJp3ouYLuPmW9NYebvYpfM7irbuL9nCCjx1EJFLwLuUcT7BZ\nZJbT9j3ZmMqLM9h55gCw+gKXS2jqpq6FoamBM7IsKWC7rG2Mkld6iuIlsH4c\npJDlkpR76422Sxe/qW/0XOAYkwxsWcTKdGrySoYD6yFyDMsnoTinBUFOhNgZ\n5HqGqkiVBYh9LAuJj8ixwZ4XKAceIkfauiwZrObMtiQhZhMIJk6elfXItzdn\nfR6MkeVVL6rGb99Tw2+G34iEvvx+lhb0mjCd6eOpVlv/YHoyF2dy/dlmAfLl\nzmVZDBEmx8VVMml36qkAMPN0ABKzs06Nu+wtn5flLpO3etsnoMenfM6yIacF\nrHqQ\r\n=otwt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ation_hotfix_17.4.0.39_Vol4-NRTWNW62BGSKDLSIGDGGEFYIRTQX2TTJMY6FIKLRNKGPJREHHWIA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"50d5261bd099514e12bc20c5f2f6b1915f2a4ada","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.51.tgz","_integrity":"sha512-BEtLn/fmA8BZRgmVFb0u7Xyx4VgDheVnEZHZJ6ARIKSxXelE6Iq+R+1pb51TAwwnjpm7e91to69YXxrelGXtkQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.51","@syncfusion/ej2-data":"~17.4.51","@syncfusion/ej2-lists":"~17.4.51","@syncfusion/ej2-inputs":"~17.4.55","@syncfusion/ej2-popups":"~17.4.51","@syncfusion/ej2-buttons":"~17.4.51","@syncfusion/ej2-navigations":"~17.4.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.4.55_1583837416362_0.20084066689911229","host":"s3://npm-registry-packages"}},"18.1.36-beta":{"name":"@syncfusion/ej2-diagrams","version":"18.1.36-beta","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c098dc0196d8b31ffcc8055f5236a90f008078f0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.36-beta.tgz","fileCount":293,"integrity":"sha512-GsZZbcepOy0Pf5UBcmSYx6l5lTqgO5yZGID0gJTao+dOnAjB8dt7HOaO9U5zd4U7Vdor6cX5Sp3gq9M2ga2S4Q==","signatures":[{"sig":"MEUCIQDMdiHFZBzJhiyt+8gfpSI39vnzR+mkJA0/S6dQU0zHQAIgF5/qhTNCuzB8a55M00dJCcv+mB+eNo5ZCcZTvqC51EQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27572237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeczeoCRA9TVsSAnZWagAAjZEP/RjoBixeTzCuzWjvVjY3\nssZiQRGt5gSOZH42U4XQzq/IV2hvdYxijcXo2X0EKtmlqTE0pe03dg70cNsf\nzFg7OJqWicBZVVTWrB7G3uq+hyei6Azu6gaLuH7/vDDuLozQ3QYYDgjZ4w7E\niCu2gHvgn6t1m303rUBJT6+qLrPLLx1JpiLGNDs/eM+s0XnPuDLDXY3GhFgc\nF4jRRizy5ciFhaRaliyaNx6tNqC3G3NqGGrX80vyyzUgPvmf0lTBMxpb2bvV\nTjpuCmAiZA3VVpYnjRWfAwsQYayAsqadPqKGXqR7BSmBNn2kcoFKClLGVybJ\n2Hl/KgugPbBiH2TlczX653sIc44+9nq/9nhAhJojhFeKHCEZVT5m68ovw16Z\nCmW8hdPpp5AguXIcLvmLmiCC92I1ux9smhj+rJhekEYOeacx1Wvp5XioirKM\nCduUom29vJ3VpMEun8IBRxDPWjIQyPHuNk8r1/lYw9/r0i/wPRGtU7CKt9c6\nX8rhU2xjXyHSoIyopyfAtKniIJahGfvO/RYNfekPpAyNROB6gCkJkQuSd40V\nxJwd9N4Ioz1nXYMIJWcox3No5ek7L8LPgvLFZNBKQQWDjEpP//57fqrI6MbH\nO8BY0gessupLbn8Ip5/Sjs7TaNvfAiE66/J/LRin6MZnvXNCTRfXeOd06VfU\nrWVI\r\n=RL6q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"8fe7715dfa6ec434adccaf5c9d2ee662c4fd5f7f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.4.51.tgz","_integrity":"sha512-iC5ce8BAs0dfOh5a6nL820wOTfQkXZ/4UuOiobhE02NoYd+0AU3npB7Bji16Mwjafxw7RKj1FiCGUqzJIPJC4w==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.36-beta","@syncfusion/ej2-data":"~18.1.36-beta","@syncfusion/ej2-lists":"~18.1.36-beta","@syncfusion/ej2-inputs":"~18.1.36-beta","@syncfusion/ej2-popups":"~18.1.36-beta","@syncfusion/ej2-buttons":"~18.1.36-beta","@syncfusion/ej2-navigations":"~18.1.36-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.1.36-beta_1584609191934_0.5495989225284763","host":"s3://npm-registry-packages"}},"18.1.42":{"name":"@syncfusion/ej2-diagrams","version":"18.1.42","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"88f20f6e4f82efe67016802743b93460fa3c8932","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.42.tgz","fileCount":293,"integrity":"sha512-HPs0llrlNln6uulMQKb9d8CPxlRmTA6R9UQs/3WFEz4wI8cXgtKxVkwxJySko3qrWgv4A54p4trR0oneXbzkKg==","signatures":[{"sig":"MEUCIF3YMPbpQ+HgFDmwG2NlPkUskx2rvGafsdjGEOzNMRmkAiEAwhLaa1P3C69JOigL+oXUk+u75DTVHcn73Mtv3PcIx9c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27731987,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehHEpCRA9TVsSAnZWagAAAIkQAIKz10y5NcfU4JmRBapl\n93O4v76tFRCt7fSzh9xqQavWn+LB010vyCK2NPL8usQhG2+HG/pmzBvbMvmV\n2ZgTIGHou7R7jp/egGmRZwF2UFnMjaIrf+tQJe8YO9N6J2lgku9W8puGmyef\n2Wd9aPlSv7B+hnInlbgLiA5eX60wjwndDExmDnptxA236s/KHXaGQ6QMaif2\nh7j9X44gmp9QLV/p3hoSXxBHNlKBlE5hHt7p6ldQhPeFdesceh5l8twyXquY\n6qGOIU+xCmw9GZxhwKrdpRlGgjnab95oQffVfFuD2QCnnHX/b9pirxppTXWX\ncl/++GUfXgcNhzgZ5Z0xbxVfwu28/Joe7WnuU6HpSoMHjHKmSRxSYC2EnAAj\nrbwIAk8TeGlAbaNQnnVRziLPOYQiuA4AdAlF99OtEGWmtg3/XyCYSgkQ8XqH\niWp8De/TgPYoAe4O0/bY/22MkTQ1Yk/QECsaD0Nz6RHSHdmU2cz7FeCLGus4\nrQlIhY4f29o6BeTOGbcEnCpoDyuGvLIlNKD2oMkgmKIRuRx+lx+RhEqDd2yH\nB0QDTd1dheuwWFF9s9AJ8+gbaJqulsQ4OBMw8UyMwjiS1eyUgJ2lbg9P4/Uq\njhexFmeMoDwRtFEHKMZQcInvYohl/KXkrvblKQFv7biBIhwXP55pStdLOb7j\n73DX\r\n=lMMG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"ee73dcb0c1f539ead51cc23dccba0e17e56860de","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.36.tgz","_integrity":"sha512-3IcaQN7H+5/eKt4T8rXStBOohE+gunWDisFK08vT9Y+Gvx07dnb85RDoi4vfxLSxNatGH6JVcneaELrGgZ8cHQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.42","@syncfusion/ej2-data":"~18.1.42","@syncfusion/ej2-lists":"~18.1.42","@syncfusion/ej2-inputs":"~18.1.42","@syncfusion/ej2-popups":"~18.1.42","@syncfusion/ej2-buttons":"~18.1.42","@syncfusion/ej2-navigations":"~18.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.1.42_1585738025072_0.9364758619608127","host":"s3://npm-registry-packages"}},"18.1.43":{"name":"@syncfusion/ej2-diagrams","version":"18.1.43","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"472aa366f0174dc8000fdc51b3dc3295991e4650","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.43.tgz","fileCount":293,"integrity":"sha512-VC8COzQ3n9IbMqM7Nl7pKamD5MufXToZDs6UxBv5SBKCvG+Imi/Jfz8Lept/ODwhzFKTLVaG7H+sN1yqkCclyw==","signatures":[{"sig":"MEUCIQDs3TjHZul7Bq7t48CZcCu5yTDCapMYiCUR3opy1DWI5wIgBCe9bPh69qpWLTsDV9Hs8GrKQxefxg4JGW3KQu54E4o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27740523,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejG5yCRA9TVsSAnZWagAANtoP/iNRIDawqVR0hNmYw8cs\npBFg/jWMzwj/Jd9QPXNg690b61sH+h+SdHReG6yzsOXA4LKaiDJkT1Z6aTsO\nX9YcSBNnAMMgX/IWiufP3xPOONs/E8XOE2vbQWOc4VhxdIicir+Vk+CUAz7p\nUSSGxqOA8y+Q9WA9VyQWD7ewgGphqJtG1khAOi8+4zip1xL1aa5APTrcSzjG\nUxN53m869g3PYWItT7KOHsUV8t3cw3WbOScUY2p5X3DbGh9iRlJ7O4K4A8TP\nTWerOGffn7xFj5rAg2a7+SZXQdqITB4xOobts37IYke3CaZB4ezIB98KWGpZ\n5x0OUaT5GlQMYFU42pSIit0qXonAN/VdBbZlH7AiU/w/Fviu84oZOB4E5I20\ni1Wn3uvnFoVRK7B0YbXM2u7D5SWRI2SprmyqEtNNvdPliG6s55anETOr3wRi\nmznWcHu2cWBzaqKm+lwgvKTiWEtZ9uGvHlaWSJm3mitNvm3Xug9z93vPmSoW\ncN8PDTxrB4MRH0gAB1FmA/Vd5G8A23Xn41oR3yP62VHM241XJ+TOgFj8+AVa\nfUB0RC9I/p7Pw6EJ5SYPaWBskahBXRi+zeg/SmbTN9G+ek0LPIvNiKcdQCvS\nG2kqVRvVoTaXSu/bTseod37dw6+kdtH5USNubdGTNei/xgxXlNp3o2svU2w1\nYRcj\r\n=jK4W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"789c7c17b93bf353bd879b77d77f351ff1e88b8c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.42.tgz","_integrity":"sha512-6h/SXZEAmuC1gyvk2ssQcvbspL5mY5dTCytosrhLyIDXi1a1wp7fI7OsVAhFCPglycH/je7S0aKEUb4JhPUgWw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.42","@syncfusion/ej2-data":"~18.1.43","@syncfusion/ej2-lists":"~18.1.43","@syncfusion/ej2-inputs":"~18.1.43","@syncfusion/ej2-popups":"~18.1.43","@syncfusion/ej2-buttons":"~18.1.43","@syncfusion/ej2-navigations":"~18.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.1.43_1586261617370_0.7334743013792842","host":"s3://npm-registry-packages"}},"18.1.45":{"name":"@syncfusion/ej2-diagrams","version":"18.1.45","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9618be0f80dffeb236507434bc4ce209f270d790","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.45.tgz","fileCount":293,"integrity":"sha512-7LCYZioyAPIwn8AtGNImoMEF0RAF9zS6BAxOUtPS9rEOTT6oCT3LsVrf2vuzyzac0ZzK2Z0spxZ+eqI+xwmCsA==","signatures":[{"sig":"MEUCIQDL/SZYHJAcYChet49jfRO0zlQi6GMRFWY6N35sDuQIbQIgfMSot87+koO3NDxQfOmhm3mcCKoAcjg9WR8/bIWMlq0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27741843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJensibCRA9TVsSAnZWagAAFpUP/RaLirNwZIRO1NTC8+8F\nwaMJy4B7DfMRoFLyV3TytuYiPRsee20LSUYUWiYh5iJGrGXk3p7o12P9jzko\ngya7Z8THrXpx/LGIH1DBux7Y5N+L1vHGw7LleG35F61Rq3BXYA6fLit2g2dO\n6cGL0cfPaQd6yx9D8n+5t37HP11HrJF/2sdQs4uhxOe4WEe+j/Vy96RAv78w\nhCi0e/x2PNOHPW29/wMIFcec7lt55MXWdLPmdcw0m5FEzyAS1HYHIPuj35xL\nBCp1h9aRB6R1QFTiPjl8dlVuPe86Wn1jV3FvCPPUWPR/0PXr+na3d8izEFhW\nMfVC46Xz9n+fVf+Pnfrk7YHK1v4ZaJurvv6ofegZS8P1ntLC+ElzF+CTOFUl\nEIJ5PixiO0ZfrYOR8WJNiwkW+q4Ar7bU2FRBEzTe7Ug97ceqFXYBOrW44v9t\n1YuueE2Cn9bhNgnxM1Bb1X36gKyKXp487Gpfh/sUIO0EcYVeHbKAFlt5UKyo\ncjApYrYed0mPkMy09H53qmHxh9yDPzCy3dY+AauBu3VGGMSSbWRHR43qEuLX\nRxjVG4F88aahhqHKLFymkqP9flimJHLUMd1rCh9tXkvi/aQlEHVQq1IYfvrq\nCj2mC+/qJDpwAWXhKAHRQvBkvakVyEss9mOxMH4I0DcTNIgaFRan/mCotAlR\ni2fQ\r\n=nvfq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"70ccf0f02aa7de38ef93a83f8de6b8b7b086197b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.43.tgz","_integrity":"sha512-GWsKcr8gEDfVpalhyKebqyfrFnws2FOWWyAokvYuqMDnCs979Ohc1Brdi1yVL6TjzPpzPa+EWE/ZqwJMWPKZ+A==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.44","@syncfusion/ej2-data":"~18.1.43","@syncfusion/ej2-lists":"~18.1.45","@syncfusion/ej2-inputs":"~18.1.45","@syncfusion/ej2-popups":"~18.1.45","@syncfusion/ej2-buttons":"~18.1.43","@syncfusion/ej2-navigations":"~18.1.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.1.45_1587464346525_0.03020411111966448","host":"s3://npm-registry-packages"}},"18.1.46":{"name":"@syncfusion/ej2-diagrams","version":"18.1.46","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"dae6b0c3da261ead31ca84886deee5fd1c344619","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.46.tgz","fileCount":293,"integrity":"sha512-bQmR+UwGPBu2vnJoaR8lckyXuVIJdaz9e51Kbfhw1jWDR/9hHRBmP1VvU7Ao5f3G1GBbnI/guf3nX0e7OThjvw==","signatures":[{"sig":"MEUCIDGQsEJnWV+/qo3V2MFzHRU0ZpjqCGXeBREBYJxYlulQAiEAr+SZif6OxEprfgCUdw3ZRZ6qO1fcnKC06Ac6XSWBE3I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27769061,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJep+HkCRA9TVsSAnZWagAASGgP/0Rp2kjHlnJmSLLr7txW\n1HZnRaPpkL4+W/HvUbPXLMQFZ76XPp8XlKUxgK3DVKOZeJoOB/DCcc+X4DES\nqEcdqCg1ltd3vFSw7+dv5fi14XLQjcDPB7jvaZ59xi68Yz+fSOd4y9asAmn6\nROsRNTAbboH1LlgwRWIw/wNqadl3MjMZb+YZYFZd27PuCt4E/NQH+5IIQI4l\nzKM2chsvDkRZF9V+hLyMZGSgdpg0FwDIZgFDjKcetRy0m1PC/BwdSgmAnXjA\nZBmeJRjx9dXtuRF1R9iHpLoVi3dzsh/qo2IjW8lYwzTgVZlEj4adS5eiyr/H\n6T5KeQO+M+6zpNUa+XW/k0iOros/mj9pyTuVA1nJlUliYWaqiFd63oFVFZVB\nORzEo6caLriv7mf9VxMBvwMIIAJhv2UO6NJpto6uBWNMH71lwRWUksxatV1z\naonN6B6NvuoOMwrvJRq1EgEgsv9MrMa3u2xKZWTDjhzQsnszjXt9hAohbdd2\nJLPEgIQuGgVQfyC/QQdDMt0vJZKuAv0cHGvbWPMAjzKg5v0KnInGK+jc7DBz\nTiRkH5/gSZGnfe+vqJBmsxRfl3E7cOeOA37UKQ2Eje48xzPo6jNiLwozHRgH\nsbrszgh2MFgHD3ypssCPJJTwxLNlHe89MoT17cV8QZAPpcrWybkM4u1xBiCS\n/7ga\r\n=VVjC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"e3a0a00f163b09b06ce3d4ce043efca64162a124","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.45.tgz","_integrity":"sha512-i09gBdolo4bOpljuqhe41pmxF1EvaJ5nL2iVvNTsKZmTbaKnv9KTm9ICQem8csmnXTgq5WoZIWzF0VthrW1eAQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.44","@syncfusion/ej2-data":"~18.1.43","@syncfusion/ej2-lists":"~18.1.46","@syncfusion/ej2-inputs":"~18.1.45","@syncfusion/ej2-popups":"~18.1.46","@syncfusion/ej2-buttons":"~18.1.43","@syncfusion/ej2-navigations":"~18.1.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.1.46_1588060643441_0.2891166308985813","host":"s3://npm-registry-packages"}},"18.1.48":{"name":"@syncfusion/ej2-diagrams","version":"18.1.48","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"599fc9c62a4f936489c26d7a70f7a9aee4d4da2d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.48.tgz","fileCount":293,"integrity":"sha512-RjUuAJcAv80YMUMb3+CL1ZoMFH/yuQXragL8cVc2ntZhyjl5T2JsFfdK1maSooYEwVJLuFpqM06whEVKHWFcDQ==","signatures":[{"sig":"MEYCIQDRDqYiaM5sKp795V4Fhp8rG9OD/uQXblZtj6mdgl+U6wIhAM+dM9cRwrdTIVD/+0l/mTnVYPlRux7q7SkEfoPhhWFy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27886620,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesUzbCRA9TVsSAnZWagAAlcoP/1Qz8m7oSAno9rNYhwWQ\nTbQPLZXHH7F3GGgEvx6jSxseSQzUHUXhD+n9laEfVOWshtPqWsh2p/pwY8rP\nXk7DtPO7B3GfP/eyuNTbb32SzoieIpWUXNz6dkFfp4jR8TNphQ90lf11eyE3\nZPVHacE1hAd8TeequDKj+2krJPrN82IN/SYEBs0rSuhIDzQM1uCbTAWnHGTL\nEqTykBVa689gD2Nt/k2xaHIg3mlBq5Szh4gzZYrDi5OEmnTfpAL46niq+dnl\nqodbUKFKUvqIqoB/EQf3bVJK/S7gc7swQiAfRo0jSHsM3KHAXXabpmIuXCIc\n4U8TDiUCqiW4ETxj9wflJ9jU5seRsF2VkNDKJ7TU/i7woUissp3EYPp6mXHi\n+nG4l9Sw2U/GeWJaU6s7aIbhLyNKz7c+lgLbbapUAcgZgsgzjF7N4gWR7tRI\nyboGHbuyx4DWUVbpEtvY1WkIgjdEGuW3PwZfkBCey2Ow9vnjBo0iuHlvNUSx\n+s5nkmf0j6pa5tLGkORxZ3F8qoaTsahSlwnN8A5XuRU/5FrD6MGh0OxNx1RK\nwP7ZXe61I500FKCH1iFrNfV4738bV1p+s6EFKoKNb/1Sq8+LNO+wyktwKaqV\nuMDYwGpqrQypkHg4jOE2wrtkQoExrb8Dl1dUl/TEi2xLOrIrbi4yknyMML9V\ntkR6\r\n=rQjH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"c77febcd43b71640be77004252982195c3237c71","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.46.tgz","_integrity":"sha512-YwgndbcSpGSA6rzGcVJt6qccyib2gRfgOiF5QZWRysesenRCAyMcVbSfVWGs6B5ls44SacECtB1uGsyiyFTlbQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.44","@syncfusion/ej2-data":"~18.1.43","@syncfusion/ej2-lists":"~18.1.46","@syncfusion/ej2-inputs":"~18.1.45","@syncfusion/ej2-popups":"~18.1.46","@syncfusion/ej2-buttons":"~18.1.48","@syncfusion/ej2-navigations":"~18.1.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.1.48_1588677851181_0.09923388348720175","host":"s3://npm-registry-packages"}},"18.1.52":{"name":"@syncfusion/ej2-diagrams","version":"18.1.52","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6c1c20e92162bf0c3c25ea69d8cf3e07da5f15b8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.52.tgz","fileCount":293,"integrity":"sha512-It3CN4utjbZnZMpiX0JpFc+M9jsbMYwaQyxOIZwCNjKY978h074cYK6TXDb42HaRfoVrJhzdSRlQJ6ZTirD9xg==","signatures":[{"sig":"MEUCIQDCL4Ng0APeQdNNy1G1MjDrlUzoeXlcGOpeNHfe5VP6hQIgdLHweuvXJiP02UDcgDe13VpJdtlvQ8IC+HefAQQhmK4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27895755,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu67bCRA9TVsSAnZWagAAcPoP/3tpwEVqDYbmAvw3Z1H0\n3Zjg3sV1dhq3vlyVRwwjlxMJdNy+o4yXFx2uwbtgI86ArMBYzuvOzhLm99t8\nQrokN8pOjIxq5VgUJV/aoCOpSU1Yor0Pud4PbRMmQsOLLG4nnWdBAgEMnTL6\nVcAkCeNHETWEofhe7iXVn6U6FtrrahpjuZHM9SUxsWnUWvWIp6wfiaFDnCet\ndr0Akr72ygH3/Gc3H0yCdecy49ByVUIMPONp25QfBzhDErHnSd4hVR64rkke\nAol/F3PSWVCVC15GZQc1+E8XLqGqrQmhAJxUPeU6NAXs0g0JjlOH2tFar5B9\nmQ8Opm0hn7EZ4sIA/ukynI/5xyEGrnqrqxOudaO662J7zv+ykwZzI2H8ddAI\nB/bYjVexeriS/j8Z+qooaUK6164YwKo6CFmS2lz4am7AgCoLeoLLU87F91Ih\nd2xNl5JWaFYA3+b0mdRMiZCoPEF9GPDl3DrRzYdooATXg2UfHrWd3h3/qErv\ngRjiT8Li5HqrpAUOvdyJSfGK03ru3SOZ7iHkqe9PFsg5NvOW9/5QsK3qy1Ry\nxY7Jr1UaQCjsebtxGJD+MtUaFVCfAiXWD0B+XKzMDBoexHCudIFz5qqn0ecY\nsLmEN/7HR+VFBu7dD8r1kjXa7RaRQjQuWdnTGPW6WU98AiN4zy19q7yzEhQt\nR/Il\r\n=SJSP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"aca404712c7cb97ba194c67bcde37e4427aa9979","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.48.tgz","_integrity":"sha512-Mu4Ck/eNUxWGiX7vrX5/UG1ao97vgfaiABGosEy2ELt5hbsrhvbt2xXb2n44Oi7q1y1KsLV6rZaIhhQs8jh2fg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.52","@syncfusion/ej2-data":"~18.1.52","@syncfusion/ej2-lists":"~18.1.52","@syncfusion/ej2-inputs":"~18.1.52","@syncfusion/ej2-popups":"~18.1.52","@syncfusion/ej2-buttons":"~18.1.52","@syncfusion/ej2-navigations":"~18.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.1.52_1589358299324_0.6846998270435818","host":"s3://npm-registry-packages"}},"18.1.54":{"name":"@syncfusion/ej2-diagrams","version":"18.1.54","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"893402e8a8b440d9c65d45d5da41f62fd7d870e5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.54.tgz","fileCount":293,"integrity":"sha512-oGEXUKaU5SPh3uOWjY7v2iPKLCPqSbPmyUD6c5K8Kc9oxNW/psbyLnhUnn2LR6+rZkvNzQK2Ln+6eWvYd4fW8Q==","signatures":[{"sig":"MEQCIEgAyjAQIRWPQH66PPM4A5mz0fz25y2jFsb+kpVHTn06AiApSTvfXUE8OnwK1KCaAlHA4yiPUWAsjYEtIVmQhl8spA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27967443,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezO5pCRA9TVsSAnZWagAA1vgP/iep9Vn/gV+9Uhx9vXeN\n40ba9bE26CwbNs18mUCWXPTsDkk5rl/bscpgB9PBDbTKUgEw1q0tcrACCmYg\nd+pWSJLuQxCqDIqmtK6DgwjoCbMTf/Bb6hSMiFxj0HTl5vTI1ABBv0lWlCM5\nBSmV8DnafPG62YtExzrxNpyCLljxB2S8Xc2pegpsem/XZccnT37MTlqXmEme\n4WAd+aiiivdW4vXMI2rmPI44FrYfj4RGADTta6IeSee9hFDAATHRfFIA/lQF\nxSJucRGdr4A7Txv5nueE1xE7k5324v3d+Dic++n0gd9XUNW9nJ90sM4Z1OLJ\nRP82k0dau2xfQZ16uyik5vMxAKyLxyRyjcvdvsACtXwohyFXpe/V1il4UNJr\nnVjnbGH4zoihHaglNAdy+zP7O/DA7SN049aTVByuRzjABdCojc8T5DHLbKFb\nOXv0MhJZH8CxuCL42s3oM6u88BkiYxiwawXUw3NhocC0OKDMoOCPRdNPyePf\n09O0imT8+wrKstKKUBvtIDCXPCVlOON2RXAI8nmkL8WviL8Jq6rsjwwExzV+\n2/ZKWCB0rfPF7cZ8pGpW10xsppBkBC87X4t51BFinIRWvyawOOhWT5f1cnr7\n0Lfpz4qX7BoiTiy44z4HiFKpAR1h8F2ZFgco2r/wRhxsgcGaJzKsa5xEU7+0\nyUKm\r\n=UCis\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"c27d5db167694bb88c915a477d65035574fc2333","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.52.tgz","_integrity":"sha512-qb/vxtqeLqRJEF7T5uY/ytejAg5wKJ2GTIbj32ICF5HWkOcNIRIsd9PmvbPaGLo2sZhqPjYNRGNcq0PyBx2LbA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.53","@syncfusion/ej2-data":"~18.1.52","@syncfusion/ej2-lists":"~18.1.53","@syncfusion/ej2-inputs":"~18.1.54","@syncfusion/ej2-popups":"~18.1.53","@syncfusion/ej2-buttons":"~18.1.52","@syncfusion/ej2-navigations":"~18.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.1.54_1590488681137_0.20995464925574003","host":"s3://npm-registry-packages"}},"18.1.55":{"name":"@syncfusion/ej2-diagrams","version":"18.1.55","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@18.1.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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9b75ce946ead6272fde4b7bd85112c9076c40828","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.55.tgz","fileCount":293,"integrity":"sha512-q7CJYbYgjZ2QAnd0jxxOv4D4ZubwjARMSytP3rR/91uvcKXfRiTAG7JbXqjzmqfFSYli8mXHCks/X7RNw/akxg==","signatures":[{"sig":"MEUCIFIz/4QvzHgR9Qp7CLdv/ukq7fZACz1RFxMjD/kIID6FAiEArtpLlW/NVodW8tnc5Qru/iNuJlri/+hQO8JayLI1URE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27973903,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1irBCRA9TVsSAnZWagAAWTUP/2QonoHJsWNVaI+g/QF2\nmjM79GkVnAP+3d61e9+gD6+djdKBSdbUH78iR6T8kzx4kLwKRXCZi25oUxxM\nmlGnP00LthhbOIbkJAY8KK2MXHUVShpPudsOcMfSZnfHiTUTMJFilOO6SXML\nabOF7Rl6dSqfIWBySGIATHYWu0BUcyx/CJlqZmXeR1//5l25QI2m8J/2nKOt\nywrK2HsfPVJhFv7nEw3Celjlkarkc6sYKkmol21KURLUxrOmNVjIdc1Us+Vz\npCcGAeh/C1P8rHZES8PEEc8/WOoGHKTqWkZz0jfhoOR9bFhkPpGHWECpxgYu\nIb89bWDS28GZpwXHiP1f6Y7UblS8g+qRzHy0Mi0qNpuC7uSzkbZPQQ4plPAv\nuBTKKGArAfFslnZM6E+fJAnOCNUuA20p24nxrEnJw5tUCceyVkdN9RlM11Tk\ntNWDo/pMVnEkLjtPrjz0SmmMa+v2eomfXRengH/J9QEc8ZMkzJ4DDPAgRLj2\nfD3UCxKhVIlBWbPs6LSxIC/ASBzBWbj5RLwp9fRPSuf+KJIJH/LHDPm08z5z\nEhrodXJ/tL4pY5y2WZTePT7jrhZsdVsyl/eMlYqIlqbs9gMhXzVFmEtBOrFm\n878pmEXfiXBl/V/55dx8e3ZKKliVTJY0G3Jxw4p+Txr3O0TC2cAr6MqDWrqD\nCKs3\r\n=nmi4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"afb87de59bc61d2364deab6d20d4c41819672dcb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.54.tgz","_integrity":"sha512-NLxlzcTMNDkpAa+SwHuZJyU/51liUDW0ESgOmYIdMfBF5CqT/vJMVdCBQju4sSc7vK5bj/yMn9fYVQ7QH1JTAQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.53","@syncfusion/ej2-data":"~18.1.55","@syncfusion/ej2-lists":"~18.1.53","@syncfusion/ej2-inputs":"~18.1.55","@syncfusion/ej2-popups":"~18.1.55","@syncfusion/ej2-buttons":"~18.1.52","@syncfusion/ej2-navigations":"~18.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.1.55_1591093952734_0.2128790875224602","host":"s3://npm-registry-packages"}},"18.1.56":{"name":"@syncfusion/ej2-diagrams","version":"18.1.56","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"afc9946a82e6ac94d6eca3845ff9b99fa6f5d86d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.56.tgz","fileCount":293,"integrity":"sha512-zGT4+Va0eRBcdDAxQ4V2l1vExxsozV/0EfjzyKQyOkXk3b5z8OggpsghV40CNV/AcIh+wIALtpPRcftq8D7+Rw==","signatures":[{"sig":"MEUCIHBmQawvaie3l+Qh9BlD/kKjAHHzfNu4mXuZrRKR6dj0AiEAlzEP/c67DYuFBhhCXZjd4tbBRagi0DcvBFGSX1msAno=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27973780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe34vQCRA9TVsSAnZWagAAUysP/2VCVSvDRm3Zg6h6HE+d\nCgdM/z7eCAJa58A73oewGpf0CmIYQafqF3NUv9R5GIDY/guEWFOGpRfL7gzf\nX6/GcrsK5JGCipc3IH7P5QRdMvJF7EJA0dC57gyodoCGdiTVw7+jGI3VgRPF\nEGGx8bz51uzQZ0qmchRK4x2nN8CBjGe+PFhVYX/SMgG1I42nddKrK5cGvOHV\nbabyEt0dVFe7wmpu4/R21k+k3Zahd/ggcJtws45/tagMJd+pghS5+8bRkkVi\n84A2RvI8hiJwFA9mP6uZnND9dMim7TEVnS7c7RrTXKMTuELGoYkzUhjodIB/\n5tz+IZqDAhOtf3bLcug7TqE1Zn2xRyMM900NQYdU2FucsGhEYzwFm4rTwSmS\ndWbMCw+RYU67mltk+eJ9NPxlmBGG2uNKSwVSXukzCg6jE3QnZaOfqbHWPsJV\nyHgBDGbyYvOJ2agwxVq1tcAd0gPanmwzQoiNJiJ7FwrLChdO0WmO9AykLIeg\n2+HDQMIxitwt2hDRxPcj5g3Wwi97aCdsfqgs54adExcvWjOGRbmpgd3Yw8Q1\nGZr5WU/X+xSCYX+bNwIEgCLHderFoCJYjTPrhjYBNf5TzDuVnx0oBYLlJbIv\nGLD6EevZRTadKscR2VNWTgR3qPUdhCVblTDVuzGU3lk54irtp2cZBV/pKPlj\ndtOe\r\n=OBSy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@18.1.56","_spec":"@syncfusion/ej2-diagrams@18.1.56","_where":"C:\\Users\\KumaresanSubramani\\Downloads\\diagram\\node_modules\\@syncfusion\\ej2-react-diagrams","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"9b75ce946ead6272fde4b7bd85112c9076c40828","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.56.tgz","_integrity":"sha512-q7CJYbYgjZ2QAnd0jxxOv4D4ZubwjARMSytP3rR/91uvcKXfRiTAG7JbXqjzmqfFSYli8mXHCks/X7RNw/akxg==","_requested":{"raw":"@syncfusion/ej2-diagrams@18.1.56","name":"@syncfusion/ej2-diagrams","type":"version","scope":"@syncfusion","rawSpec":"18.1.56","registry":true,"saveSpec":null,"fetchSpec":"18.1.56","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","_requiredBy":["/@syncfusion/ej2-react-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~18.1.56","@syncfusion/ej2-data":"~18.1.55","@syncfusion/ej2-lists":"~18.1.53","@syncfusion/ej2-inputs":"~18.1.56","@syncfusion/ej2-popups":"~18.1.56","@syncfusion/ej2-buttons":"~18.1.56","@syncfusion/ej2-navigations":"~18.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.1.56_1591708623667_0.7303738719274608","host":"s3://npm-registry-packages"}},"18.1.57":{"name":"@syncfusion/ej2-diagrams","version":"18.1.57","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@18.1.57","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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6c396df88b09b73a6a706ae6b289321c5a23f936","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.57.tgz","fileCount":293,"integrity":"sha512-0GI01ShjGq4KT6ELuOSztqI6paLiNY+pgMRFblqkMgxPZESXS9ec49/Mywo+n6ghRwqTSXRQB+TJxPuPx8oG+w==","signatures":[{"sig":"MEQCIAkspt8Wgcm/HWML3vJKEIC2QtJVQG5g9sIeMOthEu7iAiAjph/LXSeJahA3lPKZvtqYV6I+aW4C9OM3JuQMIlR7bQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27989791,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6KPHCRA9TVsSAnZWagAA5MYP/1+Mli0zipYm9TF9I0I6\nk2couFUmbAEiWH92IUDl9JSxb1fKtBpOLAtyrqpi0UwxESSDiGpD2CCif5GN\nZnEEYoFhUJ/ZF4zR6qmqYkuv4gRVJ/lkaAxpmsVkQn7zVAM3T4vHkAggCR8q\nGkLxaSbd/ILot3cBIslmblv993EzE50fceqEge7AaUYCvgdcpJaTjTcQ/4gw\nTHxb7UXpRUwPLF0RdayzEKyVbeKaPiKo6HoRRyC+drfWpxvIN5P24mMzYHFi\njidZ/64olOuJsYAK+iypMSas2s3mtKHHWaij+I+tbqsN1SMl3tuuCUMubUDV\nozop2D2yIStdVut5JrBXSTJO4JN7EoCKOejmCkhHQoxud3S9v4/VPp/PcTLJ\nBipqSJR/oxUKczZIbQOn8Wz9kB3gDUhNfRNIjOLAlbcymcGqK+kEV9MNthWN\nDPMD8cVL0um6vA9gyxUc0nA21waoSEAXZXQ6mjL4COJ7KUToVkXDWzM3fdGv\nfnXLPeAZyzwV29RmlWkJ7rRfNU06+gx2bCxfORL8fTHJJcvqVa8Oix8h6bH3\nec/c9ly5dsCEgbIttGmOmZ6gCKBO6B+o+/I9G0GrIpJRG6KZ0ynBazPV9axm\nlPzWquLVoRKG7FMRpRORQhgUIScupfkBD9YfYPi2e/BW6xtUMp8FJ86aM6/j\nuGvz\r\n=NAAX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"2ffad164ad515a19537c5b77592cbe7345988908","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.55.tgz","_integrity":"sha512-1U+o44mseAvjTEVIPYnFNUdwbkx6tBBMktxdMVv9sgOsvVqpszPvt+/Y6T0ctg4h5f3SraScbsG5+aLjnKviPw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.57","@syncfusion/ej2-data":"~18.1.55","@syncfusion/ej2-lists":"~18.1.53","@syncfusion/ej2-inputs":"~18.1.56","@syncfusion/ej2-popups":"~18.1.57","@syncfusion/ej2-buttons":"~18.1.56","@syncfusion/ej2-navigations":"~18.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.1.57_1592304583196_0.0445398763224818","host":"s3://npm-registry-packages"}},"18.1.59":{"name":"@syncfusion/ej2-diagrams","version":"18.1.59","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@18.1.59","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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"18d01031d97b3ca9044596985abde87a6c298c80","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.59.tgz","fileCount":296,"integrity":"sha512-NNIcVYhqnbsVsgOjiRGQQwSImqb5ts2dzc7yW1TFdRxmKdIxthtyfKf7ukQFUT4i4FMOM0Pbk0bAH1VydSdDiA==","signatures":[{"sig":"MEQCIHKZuyFIA1tcvkX43v/4wYuzKNpa/fDxkL+C2pMso8STAiAcpCczhRcHInueaICaUa9ZxU/aqoQ7xHhXJwjAXzZ68w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28032272,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8dK6CRA9TVsSAnZWagAANfsP/jLISq4jywKcapno6zYG\nHUT/IBM1qITzOvOI2v5TdtMbCjmJRL2aMoE6/ocwTJDIYghivTbqEx0XDnx4\nl47EnZU6qUSecfRe9MYWiqBP7gMMPhmh+wXgO2JFuS0er9+rEbjznGuVfbHA\nod/fAf8C7QrRcywiDs0wLHyfFzbFi77rVg4hlh4/zYo/jwHuYKBQRUD5+4xn\n2XIpGCQyX+CPhSeU0fjOkQUNDqXFA11ubrF0zEOuvg8Up7/H2E/DASe6Bzhf\nbXKDadgxQ3Slz5JxyqvabjKFBScyQTOFmqmNgE8Jkk62MrQGvq2b7DtKFMnC\nwmKk3yNNEgTSLyyWdhXjViZQZ3zgCcH/kby6Q+GGQOhzCft4uHL6r9ZMwRxp\nf+G0a1ETT8jx1UDYZhW6zG+OrxqD9/YSCH1xP9l+5GFpc6VPI3ky2H9dYlWn\nO9POT2kOS+QFIW0Lx2rYEZ4fGJ/kYUeInVvF9srYBnjm/JxoRzMEJE/Uu8En\n6gd8i3obW/bhey65LY6P+nLOC6aTlD3L35DHuk84xXLlg0KSBXH+IsCtNW6K\nCJ7hMZt69WL3sXBYD95ie4EV9BCPOYiABhzB8xOtair5uXbZwL0FBkIm6Kn+\nhZp1ap4KF/9nw13xkaETpZgEXKzWNwky5Xn7/PvgnQFXmsR/urs4JzOKFDXw\ndJsC\r\n=CGJk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"635300f6e10f7c3c3dcb4c60b8369b7dc2330552","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.57.tgz","_integrity":"sha512-7kihANYoQbVGY9FfjWlo5G5Okl23oFZSYPJ0KSitx3ssOXLzgDrHn2RDxo7V50hxkmrzHeN3SgzuaEfL/ST9Aw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.57","@syncfusion/ej2-data":"~18.1.55","@syncfusion/ej2-lists":"~18.1.53","@syncfusion/ej2-inputs":"~18.1.59","@syncfusion/ej2-popups":"~18.1.57","@syncfusion/ej2-buttons":"~18.1.56","@syncfusion/ej2-navigations":"~18.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.1.59_1592906425650_0.3737104856580431","host":"s3://npm-registry-packages"}},"18.2.44":{"name":"@syncfusion/ej2-diagrams","version":"18.2.44","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1dce9b959ca859dde8b8538821884b90fd7fbe02","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.44.tgz","fileCount":296,"integrity":"sha512-THBz+PNTax8Em0sr/hcNjUUcYyir0NfwiiNpXJ3rJ3aM6rczxTGgcl89lovm1jRBb5tbhCjnJdmfRdTja3VoJg==","signatures":[{"sig":"MEYCIQCEDvAzAORf34z/GtVIFGoJsBUTJwZ0Bd4ew0gfiKkKkAIhALb7q3xO7ObIIw/p4yWmzoNxeBaK3tRLo/IHyK66J0Bx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28142832,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfA8U9CRA9TVsSAnZWagAAjZgP/3IFtb8CWLpd5TKxvuAd\nON46mxw+UU1DQ8dCfm71aHSJnmzYP/DDaqLviIMhkfqP3Ao362YyQlaTFME+\n6VeaiLJAaADAdzdK9+5QclnFazRFjyYCFhbNc+1xLstTDrLyxGS+Z6XF6c0h\nuWhPh0danu8k+S6Is3WtZZyNvgzVFo7IrcvmJfXorXIPY3zQGFzfqs+rwnVC\n19hXFFF64AqjHF5+AeSWp1cyCkTHew2RigDP2Q+bgKCkCw0HjT7VxqbnuQMI\nuofnHHBFnwR3tpSGrVV2eWeBOvwuClClyxP13HS6GRvH8+8Eqh74C8oIjhz/\nhbj2J/JHw/Hh5Oy2ZrBS7ShXFZ0TG0bi6Nn/7hpTeg27MvFkBMh88j4zWBGY\nY9CY++nyMIvfCIGImPGz35ryEoEN57zT8BLjaDHffuGvNoUipNBj0xedcpe/\ny+oVyMr/yqjii+k9wMJfNCeXhWDnYbE8Tvw0nIYGbklWQ1YbX1mAOSQFId0W\n1R0WxVqTcPVKjBLJlbIxYu/JW92eVzL9wYJ40zpODri5smqQpO6iQTT6b1nY\nRKmSCH7uZAmrnet9iniZItpgbVEWcqmSE/K7KZaDG96zMw8eTEYCHU2kHo0k\nXaIRxuzrV4ou14rHpaY25iiesC/d1N3SS2XEj/uCemcsOnbZpRxiKdE5yhtu\ny4Fj\r\n=6RSl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"b1ad192cfd9a57fcb6e9a476755858e24a814b33","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.1.43.tgz","_integrity":"sha512-9GlIt3LjE9ASthv2cKRCOk5TMfsyaAKQUetN95cq5m13kfED60SrT5UTPHY7ttdyO5Py1LWpxLbIbiovML5nmQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.44","@syncfusion/ej2-data":"~18.2.44","@syncfusion/ej2-lists":"~18.2.44","@syncfusion/ej2-inputs":"~18.2.44","@syncfusion/ej2-popups":"~18.2.44","@syncfusion/ej2-buttons":"~18.2.44","@syncfusion/ej2-navigations":"~18.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.2.44_1594082620450_0.2754314900124537","host":"s3://npm-registry-packages"}},"18.2.45":{"name":"@syncfusion/ej2-diagrams","version":"18.2.45","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1d2f5ddb0f67909948ac3f5807f8a9a093fb9f6e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.45.tgz","fileCount":296,"integrity":"sha512-+AhfyvsHVzIzMg7xFj8CFVrVR8wpcf3a8lq37eWOhMWa+0Ro5bdrFVfNdRwNuO9se3K3VBFE1TzYf7maOa3prA==","signatures":[{"sig":"MEQCIBl+StWeQx70hsy2KR71tb1PpoyxjCzyhMXFHclStqnZAiAzHzsf1jQaFSE9jrB9kz9dc1vtZB4UdxxY7Dx812DqfA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28166096,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDUjYCRA9TVsSAnZWagAA43oP/2WTZeWTXl3rek68mypY\nHLD/HwOQD1b9GdRysgDjwIrv46oGibiVcVyEN3jGin6CMlu9oe0rUazFu7Mv\ns7XaYfqzsQVmAI0yibH09ne2ZzDB2+DD/gvDNPc8GMDbIVrtFHvkRl8bCOuY\n+hNbI0ywFieaXWR0ltXbflgpiEglt9KCI8KoZ8DKs5keWW1Fv8WflzHQoUNk\n2DUM3qCnECqJ+MB4sSHrynIC/Ai1sceK+xJQ7LeoZkTLeMAMlY8st7XG3boH\n143jDm+r97ZfgcDTXxWaLC6rZ6F8PznXXNmtWp08T4C7Eipk7HrcrSsS3odO\nH8Iy8kEPLyknwHPzce/Ka8PHbrdf+DsODD1D5ec5nQ6uNFXWoDrZyrqCLfqs\nF0DQy1heCCshPkrJWdPkBUI3oZsuZzRhxwM0KeYrjxXZFQVi1m2w+M2+LDfB\nEndnP2gM1+7G+VBMSMzvunfpHT2y/DgYT6Vs7eJ7eBTi0STsjA76AtkYarwh\ntLhv6cQa0ujsqLvDce1SlcJh0c7aWjtxvQOJG6N+MypUsJgASzkOCQfHIt6C\nGP2H8Gc6BLJqNT1ihI7T7E31MX9NvbcRUXLIq73OY+C7sCLzM7PimrAbhXF4\nyyn/XHUj4D+ri/JocDF8NkDIa9YpdfkozBBKbJOCBfhwFQUKcfbh9+iK7aHn\noczH\r\n=5gvA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"85c2f8b9bf03ca0c80dc1dd53f5026391420f3a4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.44.tgz","_integrity":"sha512-eVPvxMsKWgYjFRXQQnRs2pkzqVRiukW/yzTHeLSwO6ICXV3Dkgzf2jH8FE3/O7fNJ8+wIwvdvfPVRBWu20a5QA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.44","@syncfusion/ej2-data":"~18.2.44","@syncfusion/ej2-lists":"~18.2.44","@syncfusion/ej2-inputs":"~18.2.45","@syncfusion/ej2-popups":"~18.2.44","@syncfusion/ej2-buttons":"~18.2.44","@syncfusion/ej2-navigations":"~18.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.2.45_1594706135417_0.6160919453914706","host":"s3://npm-registry-packages"}},"18.2.46":{"name":"@syncfusion/ej2-diagrams","version":"18.2.46","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"aaeef52be2440d1618f8506079bb3a1e9e55a5d1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.46.tgz","fileCount":296,"integrity":"sha512-HHm0GGne033oPkOSIm74x6LuK4djrhunzeQotwK2SGR66LXwcMovkP7j1UpOEQWuvJ4q4Jk6WuwwmvkzJ0RLLg==","signatures":[{"sig":"MEUCIQCwASmThhhnHeHaI0T1OXzccLvRLfh7BN1dgZkJew1GJQIgfi4TyC9rQXfkQorrXiR3mLs04guWRBDdafilaH1WyK0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28181649,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFqC/CRA9TVsSAnZWagAAK9UP/RnEeT83IGBdVNbn8TrA\nu8u+kkG1kXT7Ze8ArXnAOb425UJENHVxWFSr3aGeDpTWmbbDTEqlgdIrL6od\nAdYhpDpAVlexUzlOnx9lJUgfFQf/YPG5/dbZUxPowqMQQvS+hFnKs23jtQBx\nwRKjAQ6Iubeg+UY+Kahv3D+e+6FmDSrll7EvDIWd69Xvij+Tf8sxKMymPqb4\nzZCzAFw2QiqqubZIlqnrzvUsRzFNUjRoubHU5DljOq3/ETE8Vz1PuNy+DS/L\nLjzElnmqXEFjdQ4l4YtQa/zixa2Yr7xxWCNYCeHWhsyDU1phtyWPXELcNmR0\n7P87cz/WXr1rqZX+1BfNzJ7ySRcS7At5+nCmzz8ETAQTyQple2heL+8zmMAc\nu53+Rmwf8Gjoi7jcOTiPZSHIqhYlkWjIRdk/v8pzrydMqGNlPlKX4PGtCZBJ\nKuPhTvoRh/UMnHOoC14qVSoMS+EtxBmHmvkGvIV0caiMXZ/pQCHbUm2zDQsv\n+KjNDURMZHiKw+WzQPXcqehvkS89uUO9OfgDnV83AMe20sXGZHUYp7r4PpAw\nrSF6kEueMyuPtcIOKpr7jfRRtbKtLMOTi2hM5WNI9yb3NP6c6xJMZka2OVCR\ndEcfpCW2Qb3leH20sJJkmG3/whoBRSlXGlreFC/nNEGeZeJHKfBizNNp0OyN\n7LSo\r\n=nvaQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"272ad69975a32f31857a56a77e9d41f9aafd458c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.45.tgz","_integrity":"sha512-9cqyRPPsqGiz5XJAa7Qm4QLoqy9GvN5vSXHUZsF+/kU4J5ZCBT84n9xCbD6d3IoOjGIDFZ0eCl68An+yvJmP2A==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.44","@syncfusion/ej2-data":"~18.2.44","@syncfusion/ej2-lists":"~18.2.46","@syncfusion/ej2-inputs":"~18.2.45","@syncfusion/ej2-popups":"~18.2.46","@syncfusion/ej2-buttons":"~18.2.44","@syncfusion/ej2-navigations":"~18.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.2.46_1595318463139_0.52678868499783","host":"s3://npm-registry-packages"}},"18.2.48":{"name":"@syncfusion/ej2-diagrams","version":"18.2.48","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@18.2.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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"aa61ce90e0ed54a09ceb4c7dcabec2f3e501daf7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.48.tgz","fileCount":296,"integrity":"sha512-6UdR7IxHwUVMLhtqHm57a6Dh3S0AeKAz8P6h2xYdpxsLODGZ0zcaDJ5ZUAiu5oweEkhjC4hYThpzeG09s0SjVA==","signatures":[{"sig":"MEUCIBBV5ZH75ZcWTxSWzL5vCV6mE48E/Q04bfvVAyko5IRyAiEAoQirh6PsTwxQbeiLY6C74duk61SbQOZ1SPlPlNE7c18=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28231762,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKQFeCRA9TVsSAnZWagAAhgIP/0YK2VfttUmc/b5aSed4\nnbOShO1A7Om1C01Pi+8ATEtHIFkDllDvwe3i/QMOwR6/R6wzBTkN4kWYGIou\no5F6+iRyOvUpuLdx/DXRfZ24CrG+5t6M5AMuvlx7oj66xiObzKzLjcg5AcIb\nez2AsibdMO2wxFdQRZ6eI55XvNEThJKS3cRqkgy/irMOyxu/O6bBfmj+2FyF\nMhCsN/jFecUhMuvKodqtgjy1wX9FjVcnR6zInVm+Xtdi7X87Bcfv3Ciqk/5g\njzXeKwSQ3kC7D3vRm69ffzoxBxP+uo8ZIQOlaYnqPYo8NhjvisceKaTZOss4\n7f61VBmGywbHYLDTkX2IG3FzZL2jkFdMLX7XpfuuU/FjlSB1teEEiriF2ToU\n4PlNFW4gdpoB+2Y9HQXKbl+7g+0awhfK7k4Akphy2NsbSZnTLpi0uKy6bmnL\nrVnmvkGnD1+ERsozuHA1PuVKZhevRTg7oHHuk1M3eWNgqhZuvCVa2wXLilec\nkVUQ9IwV4QPTaaKo56zqb4UHgX4fx+Eyn/JvW1WVC7e2IxXK5LZHuRdcIjjH\nT+7c6+DQbzUbBX3nvgnVtq7yrKDilScphRjH1rRlb2H4yNgbB3VvgPMF5Ser\nK12JsbXsW/qXkXM9IefSfQK52GNuGyWNZ+rOZ9xqGpjjeihrAklkzJXwwYi3\nE2rP\r\n=Mghe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"4bd8ae02798ca9797ee93c43b5c51218aa5cff52","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.46.tgz","_integrity":"sha512-AauplzF/3GB+yem+BDljrfbXWCZ17MyZ0IvCpX77clic0ARPPMjAnhCtfcbI93VW5OWoy39uJ0Cm+b96QvmXqw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.47","@syncfusion/ej2-data":"~18.2.44","@syncfusion/ej2-lists":"~18.2.48","@syncfusion/ej2-inputs":"~18.2.48","@syncfusion/ej2-popups":"~18.2.46","@syncfusion/ej2-buttons":"~18.2.44","@syncfusion/ej2-navigations":"~18.2.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.2.48_1596522845965_0.19686118960047416","host":"s3://npm-registry-packages"}},"18.2.54":{"name":"@syncfusion/ej2-diagrams","version":"18.2.54","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4597b2e1d340164769e54dbf78239eb48dd42354","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.54.tgz","fileCount":296,"integrity":"sha512-l02EhOW/9q+ki+4vgL3keznT9ImRmOCLx9yyDpSgbX9TorNw61M2qt/3PNwDk5bz7llUQsdOtKX/EcsCOs8ecA==","signatures":[{"sig":"MEUCIQDKoMTGjb3BcRuQGjBaGjFfSvV+5zt0UkuiBKUnW339wwIgYwMRwFR4FfPdpsUxp4mfOIdKUuJAP8zcG4HRV33uTDc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28286522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfO8idCRA9TVsSAnZWagAARgQP/R1b3GuYgbAIbyJESuSj\nhBn8KRGIvnDWwbG4ER5f0HD6TYxo2v77QdNXZYknlrrmJMK95MqEZ5WjBQbt\n2MD48e4iKu6XrwINo1A71XfWnjvalt5OlAWWRaFyWOF+FhHIHNTWkCDYBGFT\nvSoaS8MB6Qm/960CSygoSEnMIG/JWo+MzwdamVH/uMuYBkMyNBKni1UeXdS7\nLEG6HuKdcZ58m0ZqQzAGzFKLwN1Fz00n7YvP3rWXf5b7tw9KiDFSEOOvsxtE\nl0vBPHDZsmjBMq58axbgvt+xRUGG9aYH2iZTaLcYFgnWKintqmSKIovNDiwf\nr12Bu12NXOET54bj/vnQNtHatgj3VKABvbqIupd8mVTOT2XppiIalCEAiu2R\nNq4U6+dBhAKlJEHQOpwid4AqYZnBSL7S30ramBMFvMXZfICtCag9nxAT4MOA\nh0/lkA/h9ShzZNEzUNK2+6E2bIrskV6SPxtnb9vYdlNSjSSunrBy7BZXSHC/\n+4Qn3mc4ZC/b2FoUvEEOW0n/Sv/HmOpDQduFKm5j5gR4jDqiecRELX67jKgx\nJvIHYeqsHdL6xdNLEuh8AtXQ6Xm9/K0EA1g/ef84YXQPCr0cAfheMc8BqqaD\nbo9aF5sJrrXXkNCWD5/hEIxrqOZTsXIERlQaRGMdocilt1ymbwJ1M+nH3tuJ\niB31\r\n=iw22\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"67fb394117d900fa3bd007b802cb9bdc5072d73a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.46.tgz","_integrity":"sha512-onn/3WLK0E+8dTCp3qvJQ3deeAuEYWdx5MX9aQ0tJqDfrTvUPBD7Yo3h7Azf1oJIHf82E4ZqqRm2I2bjlaC4XA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.54","@syncfusion/ej2-data":"~18.2.54","@syncfusion/ej2-lists":"~18.2.54","@syncfusion/ej2-inputs":"~18.2.54","@syncfusion/ej2-popups":"~18.2.54","@syncfusion/ej2-buttons":"~18.2.54","@syncfusion/ej2-navigations":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.2.54_1597753500632_0.3773751453396075","host":"s3://npm-registry-packages"}},"18.2.55":{"name":"@syncfusion/ej2-diagrams","version":"18.2.55","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b7b22e5ba9e718336f641f1c6b2b38d616a58eaa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.55.tgz","fileCount":296,"integrity":"sha512-qYMQ1d4NB1xiLgIrBl3Z27+kcQ+vooAhFAtzFRjMNNQYFVZ+u0IWTGRfw4jQoker5CNodtVPAUtQza/FabuYeQ==","signatures":[{"sig":"MEUCIQDMourPbBcJB9bZu1BOlpPaTXff4MJrCnKX8XLyINFAmgIgKIJw/lv2E5D4+Y9TBP1zME8yePpO1l0GoDGLqdhZ5YE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28317757,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRSEcCRA9TVsSAnZWagAAwbQP/2uEZjDcTojHeTVuTQqX\nMKhL8Ij9ROXb4vSVLSUvf6m+rHjgT9b1LnOWwm3n7MeQsxcpMSQsXd/CkJyj\n5Vj7gIupUMYmeHDBxHKz5labi9y5r+UMBHv6iDzCF4BMuJ2rwPYpD8FxOq5n\n0KLlHOnr7UeTfGxskMQnUxpS/mk7Ulu3GF4gtx1myEzn9mgsQJy96n8b2TR1\nFMiOHqoxBTe7UCsp0XX19N0iWI5yTfziekE9g6jyQHxHcg+aPVhW8TxIP634\n58sN3iANxuKlrqCCwFT/MoL/8Tu0njDDgVsW+fxW+odZpn6Z5SL0JSn35SCv\nf3XGG1O5WdMjHoFw9zWr1wLrxHACx0i3oPscSato/c16i5omgMv90rTjHd4p\nbizx9b4CjwNhDJ2+qHoZQb652Gzvuaxa7SeHsPCLNoRRQ9RMwYvsY0rb2CnM\nYYOxZP75rzT1rLz6IRElmPtKG/zDWvyzeLNbCPHgkm+xkdHWUl4vEg48GAP+\n5RRnvGwxa2lIkAod36ggMibLUJcnf+IdKCBxmi2BdGycdhTkWe5XvPBpNNt3\nqeJkhCIoaQcnzhLzWKi+Kv9X5C/KxmBzn8O8eWgmrfmX6Yc/EzGgkfAaBa+g\nAzIEOhUT10ziekpoVN7e6BYKDxsluV8GuLKOjofqtQxdt6VucLiIbG898Qkp\nTOc1\r\n=5Ti9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"2a0fbb3c5ca67b2e1b9910f0db64ae9ad2e443e5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.54.tgz","_integrity":"sha512-kcNJakEJo7MMbYGKkLO+IbNXWbqBnkHSwXyOuV2E9NINuF2zdf3YV7wK14e/P+ptn6EocdBpSkLlw1rtwqvW5Q==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.55","@syncfusion/ej2-data":"~18.2.54","@syncfusion/ej2-lists":"~18.2.54","@syncfusion/ej2-inputs":"~18.2.54","@syncfusion/ej2-popups":"~18.2.54","@syncfusion/ej2-buttons":"~18.2.54","@syncfusion/ej2-navigations":"~18.2.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.2.55_1598365979771_0.4817270587889937","host":"s3://npm-registry-packages"}},"18.2.56":{"name":"@syncfusion/ej2-diagrams","version":"18.2.56","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@18.2.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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"673c8396fc39195cf8eee032e90061f7f48b8144","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.56.tgz","fileCount":296,"integrity":"sha512-uH6gxtBtlt3OjoPOdt988oLaonBNiByqFueF1/onOXSlFjz46ORxPAgmio6zhyX9uad6cwciIY0dEbTI18YQ3A==","signatures":[{"sig":"MEQCIEzhUfNfY9bWrtnZR72m8Yez3wMMRjNKqgxsstMohbgoAiBJzsN3DVNwdMKBgTmM6u0HryVflZK5XN8JXpG2rMjMjg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28325312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTjQbCRA9TVsSAnZWagAAkaEP/3cniBAg8taMWDew8OVc\nniBS7N+Z++wWJoaR39H/zDBGfi8YO4+WP6Lix3YHr5I+l/FcqJ/CTxuKj6hz\nKIUwx6ysUsDzF+9E5QfIiHyhCHUeO4IKYzqDxjqiAJP+O+pZYkvCH4BoMUMD\n8L3KvEupXpVK+oPZ9dYKj0PgdhMCJs0F+h6kIpyAwfBeeLEjmX3xR0U6unJw\nr2q/nHSvvyOFkgTLIfKKGKFqr58hLuFmH49jp+I0vVkkUNV1AfMSkHA9wQc+\n04klKpAu+XuYrcOznat117n9xyk8agXEFoJpVyLpGGrSBOTnZS/kls9PkGVg\nmf14YFpW6r7StLHXdi++6enQQGnNMMhokJ129UJcMY8e3V6ld815goJfxi/m\nV8pY2DQ//p6BAQBlufBqgfneg9icSvv8ApIckOya8fmzHiABEGcE9tmniCjO\nH3GHBknq8zQ/K5lCocqfiMlBA8bkBLLodHM7zKZYq1VVsozZ3XvUpf1Vxlem\nYlqyUseUd1h1VrrCOsGTry1zZUaztjmtI+ABgD190Bsq53g5sx8o1n7IYQp5\nT42KGbDxx9N0LU5IcY28M+KsHsryZedlzZopg/FJMNZKCUdQfeZTkiumAtw7\nV/UCEL7cEI4DHZGEIbT06Tj7/zhITsgbnIKNTWfENsK4gWLhF2l7GzNjDMR+\nkVme\r\n=Q1g4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"33973c29a6817a3190c66b291892c1492f9d8036","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.55.tgz","_integrity":"sha512-MrQXpBALYCRHMtusOjS5s76gMzmlkAvDsrRqgTSKkj0pBADKKm8ibzAzVu93aaZ048wnvGg16pI4cNu4O6SoGA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.55","@syncfusion/ej2-data":"~18.2.54","@syncfusion/ej2-lists":"~18.2.54","@syncfusion/ej2-inputs":"~18.2.56","@syncfusion/ej2-popups":"~18.2.54","@syncfusion/ej2-buttons":"~18.2.54","@syncfusion/ej2-navigations":"~18.2.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.2.56_1598960667216_0.1800593209104031","host":"s3://npm-registry-packages"}},"18.2.58":{"name":"@syncfusion/ej2-diagrams","version":"18.2.58","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9bf03c4e7185ee7461a99bcecf646386fa5ccb71","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.58.tgz","fileCount":296,"integrity":"sha512-1s0b4hurHNbOEGVzPgICh8q4AoIOEmTI3g1vUAGb1YjiXV/Y0f7BW1lVGSPULzlCsMJFXfSf70Mxp3Yg+oGcEw==","signatures":[{"sig":"MEUCIQCSZYXwPGaKOkHki7MkK3jloexfrkonFhh1SZQ9PqMHbwIgQ2owNj/qE0eV0O+NTLVYBLNwHfvQEg1ytPNr0bQJ8wY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28344433,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYNRECRA9TVsSAnZWagAAhXwP/03+jf6ZHiiB3/7Bu0r/\nFTk/HrR5wSqSGcAX9hST8tJxuQ5GwBYp11lpMsJlPt7APehQCx4tVbjlyvw5\njqdIix/AMQz+La0mKZ2AOxsdCo66mZO8amKnT4SLECQXQkEiM6ug94gXuokQ\ntA901Lt5LxCSc5sfPxqxA/t+nt4JwPruaIO5bJanNviE5SZCF/LQZ1EtYXMm\n3qOeRRlBoOU3UjcAn4tgeKdOeH7PhdZbuEz8goTS8zRt7hm2kokHdH2vVZET\ndv4IwZlSxrmLieqyKJ4vZh2+wFdyUF26lP0xujTujlNuYeuOfJNoox9OEmFX\nJVooCJHyPfJ+M184iunmgxF8H6PVpGNApSIIhuL7yHljVugeoer8NdWvGp8F\nmW6LaszTri8neMQqbJCcssJI9rPoOfmzkbtjBtrPGLaeOiRqmJ/FIuTNW/sE\nyYvZPYNeTENrm6PeQOvqo+0JuNaJGrRgteWFgmdOoprqJvv/dLPTbRtemZmu\nJQmUQ9DdyIKPtF+NsypWYLTpnKhbiKWrNXK95ZKqGhgofY1tSjJzEWPxV+YY\n3FMHwjg9/ZefsdTNTuh5Z5Qedh4W7iD1jux3ZAxja72i8bo+OFzaj93c6mz0\nuhrkJ/4f8yxOYNifoHP0vJhbzc/eYTT/1vq2D3rX8JnStyeehLnL8KCP3C1M\nro7L\r\n=ubNa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"51800f73a3736c0febe21a5268262941771d4d7b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.56.tgz","_integrity":"sha512-aUcPDe+bhFXJQBPnF3rFRrLIgiAu6gfHSmaMapDTpV0I+aU5Zd32vZCuvSc11ktBPd5wCCzP8vtlUdgEbn5KVg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.57","@syncfusion/ej2-data":"~18.2.54","@syncfusion/ej2-lists":"~18.2.54","@syncfusion/ej2-inputs":"~18.2.58","@syncfusion/ej2-popups":"~18.2.54","@syncfusion/ej2-buttons":"~18.2.58","@syncfusion/ej2-navigations":"~18.2.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.2.58_1600181315640_0.15040631908395397","host":"s3://npm-registry-packages"}},"18.2.59":{"name":"@syncfusion/ej2-diagrams","version":"18.2.59","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@18.2.59","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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a96db534a161a4245c5e4adb11dbf1c6d4eedcfd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.59.tgz","fileCount":296,"integrity":"sha512-4NgX6X26DsBfaGeXmDF2N1yiJmkRonDOM9uYqE2hwJ4fc0tT3dN4XzRibFTFTkG9waMs9KZX/8ue+v2L69X91g==","signatures":[{"sig":"MEUCIQC0WB5CMDLvMv6H2/1izez4G824s2VC0CmL8bWDFNy1AQIgOoczFAF3m0ldldV8gv/YTmIuxvryfQUpxbpHoYMym68=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28350063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaL4MCRA9TVsSAnZWagAAuRkP/j8xKD+4KRacmBIHz9iv\nQY1f39NnAjc4UOrlwZZ9fAzpYPTLyvpJlI5SjQDYz1dDUqqmDs1P0XLxTjIl\nNy9aZyqlWz0JfOCBdVkx5yGpILmFYrG0xUTTCFjHmsj1o/ec/LBVCKjqrFz0\ng2GZTI2g7jMEyspMt5KIx4vojYjgPGBdmlWg0JIPyIizmSK8iOW+5ONO4mYu\nFF2hYzftmANnYN6djs1lj+VGa+Vyu9roYG0D0X+dwh+sYfklK9EnzWMgE2uD\nn2WtrFycfy84CLr9X25xqL06fUSaxykOT/S+6dcnbMMv2nRM+B4zkg+YDvv6\nz9WkhIKIUDPdAQvnfdEr97pxHF5UocWw22pMr+p0qSzwS/31cT+FE+5TV2lE\nn/I072hjRPxXPV20e8p40HXtdZtRjcgH93pH9MZONU65I+ZfLt1U92zE9036\nGmLApcOgWK5izTLQC3SqW/jjrEMzINjTqBpztM0pmh4Eb1dUDTSFWpU8HaCe\nXEtQAIyr5ip5kor2Em73SNPUGUxnVsyfDc8zlQd7rA0cpsVPtd8PKNgDL6ri\nM3jP7jF4CEaps8qmBEOegJE3iHYXg8nW1PQs0aKKUxl6WZcoFylaJOLo5658\nu/au4dFLiDmzTQ867owapUt4SwXkoI6dES6lLqHXBHJXFDDpJYScOAvaI1SQ\nR5R3\r\n=NGF5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"43ef877244536e476c904c376ab33aa6703b9240","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.2.58.tgz","_integrity":"sha512-VvX0ID0eSuRs/DlpNXda/CISP1a3nh0zlceWL8rKjrbFv7Ys7QxHttgUtpp9ZXOmeyVHtOht/LCqv6gfbWpD0Q==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.59","@syncfusion/ej2-data":"~18.2.54","@syncfusion/ej2-lists":"~18.2.59","@syncfusion/ej2-inputs":"~18.2.59","@syncfusion/ej2-popups":"~18.2.57","@syncfusion/ej2-buttons":"~18.2.58","@syncfusion/ej2-navigations":"~18.2.58"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.2.59_1600699915359_0.22652250225159043","host":"s3://npm-registry-packages"}},"18.3.35":{"name":"@syncfusion/ej2-diagrams","version":"18.3.35","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0359687ad43b54257b797097591f25b17d4e58d3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.35.tgz","fileCount":306,"integrity":"sha512-fE1LhVCwRSUJMJ/vp2XeeoyYTIFLbJUSIj8q3Vm036xhgF0o1+pZfa1/FUGuIGDqhho9OdIlVwD/Em7ckPb1yg==","signatures":[{"sig":"MEYCIQD8+wPrDoV5Acg534FDMGzqUued/q92OzD8UOUYU44FVAIhANkL6aHIMFY58gZrT2sLZyDqEMHEnnW7tEW+Qj4Ucg1Q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29458638,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdaSjCRA9TVsSAnZWagAA170P/AtqLc75be/r5kTUctuL\nL53E+WGlUQ9MbEIeWJMiro7wsnD2HWcbO2DqwloU1DOhao9QGicXBpFqfzJG\n87kBmIwgbrzCgE4ZTzLueZlK2RoyaLfOTOJU/uvorjOvczHmX+IB0Uq9s7VG\nVlcIHOZaE+CXuS339txbXk/TaVoW8nCb3Oq7bp6QMrLJFFuNK9H/aUc1kCMe\n38UuQ1GkkNocPjy94QnOKtszfPrpf7MlRUPzCD/CjKW9IcLTDIcS+YUGGgZR\n9rMTEIggb94am7ImlQj5+cv47IM3akST+CHmA2RHyyTMgRGdXVBaVC4YNbvu\n8gPX/QlWs1x5DyoPJrI8g+yBEPZQ1SzoDcGPn+1CsU4AyBKtn+G+pQbOvO6j\nf2d+vUphD8BwGq7PvbRGbTgHr4lOjILBMrDCy/npPY9ukTmZ9gblAAkR1lej\neRKaORpxKdy+aJ8URmbiuld6VH62mAlJMxOSxvQQYVQhrAVs5j2FGgBY1kMb\nTTepYd/jq9Y2oR2L3FdTeR/CXetinGFvFoUmgKkhXm2n1k9winMlnNYoXwP8\nGBni/OBqpMusCfe3Zpbp3t262g1DkDKiZ1duH+swejI3HDyrf0pCxx6g3XHO\nu2EHNNVRr0DDKS6ur5EdhxjSkvtWMi0/9Ui+k5G6lThL7M9MMW1MsDmuevnq\nufM1\r\n=L8/Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"beab552d1d5ca95bde47e7618a4de2f84a301d97","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.8.1.tgz","_integrity":"sha512-Q8lI6ZtcN5KhR9QAJy3ry5z2Vc42vm/GFnKLyvs+5ah2ZrSoUFnsxOQKgyvdgRLzz37fGVZB2uv/j0Ag0229DA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.35","@syncfusion/ej2-data":"~18.3.35","@syncfusion/ej2-lists":"~18.3.35","@syncfusion/ej2-inputs":"~18.3.35","@syncfusion/ej2-popups":"~18.3.35","@syncfusion/ej2-buttons":"~18.3.35","@syncfusion/ej2-navigations":"~18.3.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.3.35_1601545379081_0.5574615510459131","host":"s3://npm-registry-packages"}},"18.3.40":{"name":"@syncfusion/ej2-diagrams","version":"18.3.40","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b25fa576d26f571d603dee9ad428a14362ef1487","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.40.tgz","fileCount":306,"integrity":"sha512-9ng88jhQ8HNkQrNBjeGikmVa3ugP6BElkAvAr8TRlSdtaEnvKWgOZXDQPpIJPpJvRt1ERPHSNqRazoD9o3p4RA==","signatures":[{"sig":"MEQCIEIb7IQ8EadZGDHtvuYBZ/Zl/tZNG0GE98Q5Hoekk0ZmAiA7cJmtvw5eYQltFafcngkxjTh4gk4UPwO2pVekhsetEw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29460748,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhbI1CRA9TVsSAnZWagAAZIAP/3+1RZApg40iMeiitm6n\ndszI172eqJ/0Kpr7NP+lJRlHKl6CpV7pXTD0efHYzSHtthPacF5KZfroJLIK\nQy5NOyVBdKEGVHnAo+DroEVSCwjYMM3YjUWfcBKqUwDaNlT5jlC196MCQDuf\niheoP0AN7rMTCH56w4/gbKOGfz+j/bDoJhvYBWcVk4uz8Tq1oJa2Agr+T5Gf\nSW5zvH7wnuAznoPChJOGhBiNVx+ujMPZM+jPRSPoX4YLe2daz7H7d7ysvFZA\noK7h1K+dLMxdj8jkTBlcV70WGbK804tF3aXHsMZ/K4tRaHPlzKnvH1d5RLax\nNQzAkTg5iijtm7tPd2ex8L3XMomooe8PGYpCu9y8i3I0JtUJpMgxWNzf18H/\nAopne1pxA+9vwKqq0Kb4G+OHsPrxR3DcwATQclm8cFR3RvBvyn90CRMYRX7y\nP5ah6ja8Hx8gXJImEyjW4F+UUjRvOn6Nb5EoowHTBUe0zPx5aTUONXtP5O0B\nOGsCU3Z/V9BMr/7KVp7aQH/iziZbBt+zL2GXNoEBh2PaImY92k3L6BNbuI95\nDqHpkV+5cKmcPCjYhwSPhGHk5CXftfs0mz+5vvaWAYHm9LLHXnVJFNZjZi/Q\nc1VcjvZyXXNVHEfW9khzUsbNrMj7tKc10HVYYOkD6w9ABsCK/vuwZPH8hg55\nh4MT\r\n=evyN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"bc1398cf95482d193b5f8505c91278c7ff5d3880","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.35.tgz","_integrity":"sha512-wepnTvjtRCWfU613TMrwh4iygZQrg5vCwG1JqRHUVKttECJt2HCUVJZA4S/HOe2D+fU0fzxzW+Vu1V79VT1jqw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.40","@syncfusion/ej2-data":"~18.3.35","@syncfusion/ej2-lists":"~18.3.35","@syncfusion/ej2-inputs":"~18.3.35","@syncfusion/ej2-popups":"~18.3.35","@syncfusion/ej2-buttons":"~18.3.40","@syncfusion/ej2-navigations":"~18.3.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.3.40_1602597429137_0.7808194120574734","host":"s3://npm-registry-packages"}},"18.3.42":{"name":"@syncfusion/ej2-diagrams","version":"18.3.42","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ec19e01fe1eb9f17788df469694ea7e2b2985e11","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.42.tgz","fileCount":306,"integrity":"sha512-eZazCxlUY0JHD/yylZCeH7N+kaqz+olXRu1eFmgZMlR1HlW2XVMh7x+TpmN2nczN8j1SjEb/ppcMlT/fmQIqug==","signatures":[{"sig":"MEUCIG6NzYV9x7Ubi9X0EKi/46lks88aZi6L5LYd67ew8Tw1AiEA3Ny0/Q89NKpTYPgM3CpjVIQPxu6LqiwkwGWX/Rqb8Ic=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29513619,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjsnyCRA9TVsSAnZWagAAlGcP/jEycevM5Z7uh809N9oP\nYCZ7GkdfTcS1/YvyP9yes5FSg5mojIIOE5NRB/ED5K5TrW5TQq0MuR9IZCit\nw+4CUYDZB2YcP9JiP0Gk8hs53mEBxpkipUDBP+SKHnSqPH4EWZTxv3rruXFR\nlBnjgCw5UE5i80yiU2xi7lcT4TKbZRmslR67H/oKu9nDW8cxRhqoPk04y03R\noBbuZICtuSKWbOI5cMScP05N2BWpIZzQh/4LkS2baGdEa72lG4u84JWXiGHk\n9LTFDQUUd7aJJfw5SqwcraEI2bHLfMtrAW9ReAhCSCIoW9rzsUMEebfQZ1Ca\nb+aM895wmjVyJL0M3AKAbt2NDJun9ltxGQ6/Cgss62q8rnW3xxuC78GMXfvo\nyPl/t3oRvFmUSqNEwSOmMuHBx2Sd2kI9U7O+/Z9eayjqYQXGcYDt/JIpm2rN\nKyGmhAMItc2FbeyGabTSX5WpeDkBCFeTBH/PLHd5eN0+itr48coixjxcSMpq\nPeiga8ItsTfEmkYnb7Sg9XbNvvq7YtWG/eoE7thOPNpcXXvBfgO8yl0IkUPp\nxN/JtFk/Enme/Hy6BmXYQnqxW4L5Ew1GhbdlgSxjIj7Wgfq9AWlfZBr+dzBU\nFiT7qyiSJgJLjFgNCIssryGrXCRK1mYz5s2c+lCbhViUXqt5uupay7KfyJiB\np1NV\r\n=y7yq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"a6d5d359af00f17298fd871f1ec2eece4e8baf4f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.40.tgz","_integrity":"sha512-9DVz2oKekJhrdUrZvfjPrbc720HtnFa+eBD+dp9FUZnvzvk5dZIZhO0BrtYXUEAZhOjgL2lB1tyz3G7LMW9rcg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.40","@syncfusion/ej2-data":"~18.3.42","@syncfusion/ej2-lists":"~18.3.35","@syncfusion/ej2-inputs":"~18.3.42","@syncfusion/ej2-popups":"~18.3.35","@syncfusion/ej2-buttons":"~18.3.40","@syncfusion/ej2-navigations":"~18.3.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.3.42_1603193329709_0.8169974468367485","host":"s3://npm-registry-packages"}},"18.3.44":{"name":"@syncfusion/ej2-diagrams","version":"18.3.44","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cf4c44659028953a34c30c7f51d5ee858fb0aa97","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.44.tgz","fileCount":308,"integrity":"sha512-Ubw+QBZskoh/gDBxMIlU5wrKT7NsmsvmwKH0NkVWK35t+H/CqPOoExgrCy94nz9djAOlqs80lR3e9AJ7wkbMpA==","signatures":[{"sig":"MEUCIF3xxBGgHyJjDDAcIHEVyySWzZOn5t9274xdTL/NdxCJAiEAsrn6ZHIBFmqTAa5uv4YOTAHEiGMesv5kxtuau8fqqUg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30217633,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfl/ryCRA9TVsSAnZWagAAdy0QAILztMABFGTTucsIjFvL\nGn9dg06GardJ/qP/1qa/ntAjumwlQstFHLPX6jD+h5kGDwKpSJabTLEgojGV\nkrif+l1fbvinrAx2Rn3NNtIonZseDaeYZv+I7cAiPl44q/8JED3T1MGfqEvQ\nR+d8b3i4i3lVtT+q4D6N4OpvpZ5iFwxm1D1ie/XFTituZXGC69uxuJEN2wjM\nh3anuudybk8MeEiVJtSDhQnzrVeBV3Levp+/MlvKLYZFkXkrYV8096KJX3Jg\na4Uf3IEs9+bRLGWCUEAGId2eh9p7oFuevfIMOTL3uVGwIhpeVwzEXokcsOFR\npn6cwSgtGq1ryVs4Ruo0gpF/bP6IuaP0xS1jZm86imCaKtjq9rzPw+oqac0d\n/vMagS46c1JsmICxgGqBZbz97Q7IW8xzBu3YcNKjbTPCeKsXMbmRr9ytguiz\n36j5V+fnsjF3HXMkjtMRLHpK1OL6TDt0EjHio60Sf34uciqzYKmNDSWKemZO\nNnyEtXFMeb6PWZifw01MSVTJfWNc5Ioeq50vTOtWyBO9Lz8mfzmWfj3g2EzU\n9QtGtEohf0g+Zx1U+08axnDa6iFE5o38LFkz2W5ffih51CXCxfIMZiIvnd/s\nKmTs8fKmqZb0cnwYp1XoQ5VAIJuf8rI/qwKdFvfSeWipHu8u7c7I5+ltlHwi\nmCQx\r\n=uKYb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"e467fe393ea1c2a9ac1ceb3a1bffacc216584cfb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.42.tgz","_integrity":"sha512-qXcmvXoVzWBjb+EH+AkkQqR0iIMHzIHNVSEb+oUTV0o4ezbH/s1N3oJA9ryvrvwuzxMdpApkZv4MMBIPnOOJLA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.44","@syncfusion/ej2-data":"~18.3.42","@syncfusion/ej2-lists":"~18.3.44","@syncfusion/ej2-inputs":"~18.3.44","@syncfusion/ej2-popups":"~18.3.35","@syncfusion/ej2-buttons":"~18.3.40","@syncfusion/ej2-navigations":"~18.3.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.3.44_1603795698151_0.29710825683454223","host":"s3://npm-registry-packages"}},"18.3.47":{"name":"@syncfusion/ej2-diagrams","version":"18.3.47","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cb2b1411d302b5a05bdbc9f13513fa15b8355d98","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.47.tgz","fileCount":308,"integrity":"sha512-2KAxjtGOKX3mrD36I2C1Ik9pVXqGj5LYEN2obRElnQaPv4mOWO4XlKiaEzlj3mAatqErQyv2glo1wqV78peEfA==","signatures":[{"sig":"MEYCIQCCyuXw+U6rCCwt7VE8LupO6hRnxuFeEFqccm3Sq8BRugIhANHFhVnoc61kI8SWg+rR7RYk/s04LkCd1vSR1rU6Qr/8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30218813,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo7TWCRA9TVsSAnZWagAASUkP/RPA/ibHhn7p23/sSSNs\nu/+oMlY2FZNNjdGE8CDl3p6DBu5db7aSbvOOaRBSTxLBh4rBEyab/8qzHuJ1\nZx56W3CLI1l+02+ps6eOO/65qOGHeUAIw4Iyl8lB7fiOp1ALyzkZpFMcGb/H\njXuGeo0SBRdziToqIswiBVL1VwMYIV1sO0HNMxW69DI0BCXQuuuigGzVywDC\ng+n/Sk8f6h5PlSIHQKYr6psbeHlFGYQiRPA/ls8/Y6mSmJRPg9toBW9F6xvO\nBWhGeD+KjTOMPkw/YnG5jd75Ut5NN+tBN8BWjH11lmcs5q0v+Y3rT16aaNDp\nAmAscD9rV4hYT/X0DZsFwiFA64F6tpcAn8HlLxuv4PHZjlPkc+ouxg3L5Abz\nqWe0Llm70CyMenV7kZBO7IXrgbODfeLujXraVpZULV3P8pQOVQvr1Oe3buL/\nL8id4ALKEpv9n9iQF4UqjLXEEjm3MvkEkFXOZz5qa0jN6I62p9aARdsJh8aU\nFpTFm1p3eB+1i+8hg9OugUWFh5xdM2TLDqkiGLiQbsnbF5mRRRfd7r8SJYi9\nDKQF/driFQCfMXoQxHtA0gkGZRUJZ0FYjr0UEMA5cN1XMiho3zRYFFjX70GX\ndj1+IalUo8l9RKM/0Snra7G9Z5TdImzLPdrWVonyXUZVmybsJ9SKSCpsZWKY\nNHpw\r\n=hf8n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"ff2df45994f1425d7b65f1accf94c0093548cf96","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.44.tgz","_integrity":"sha512-ysXO8V9bai1BFJlFI8cafpIs7WCDtxqP75VeWGgoSMkcL8Iq8qOGmozmo4VFgDGr342jd7bXHrHwAMpLudpvUA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.47","@syncfusion/ej2-data":"~18.3.47","@syncfusion/ej2-lists":"~18.3.47","@syncfusion/ej2-inputs":"~18.3.47","@syncfusion/ej2-popups":"~18.3.47","@syncfusion/ej2-buttons":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.3.47_1604564181703_0.37146452711747857","host":"s3://npm-registry-packages"}},"18.3.48":{"name":"@syncfusion/ej2-diagrams","version":"18.3.48","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cc1378819bea3057fc59b976b0d632438cb1bfe1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.48.tgz","fileCount":308,"integrity":"sha512-a+u3CxHPCvgvbK0x+9BWRXk6TAubGfMo9UFeMZgeStecvOEXpjT6YekB1/1c7s9r5PhIukic1M4vz2DHuDni5A==","signatures":[{"sig":"MEUCIQD77CZRoSW4F4CFHtkCbfkTy+If0EEps2UIKEwsl6O/bgIgfoZrsIScT7ydr5ts3QDkDP7UvkVv0o8mAFRKcmH3V3k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30223512,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqlytCRA9TVsSAnZWagAA6OEP/i+IIVltxU5Qn78Bxl8j\nk8gs1tL3POtft7TWbxhA5D9BooZXYL+d1mOOlcZCuEEi0/dHDeMqJlLm3w5p\nJgGPf+y2xW0VMF6JCYFrCXS3j3sfte0pnkL50JelZZOMMbHsR4LXziTo7WDg\nMch629TgSEB3xqlRdV3lu8zYkbY4lt5s9e41IVQDh5xCn2BrMUlijRAcsVV4\nUcWPkKh0YvWyXdNlfwomUu8BpEAk0PdGvAWwesfZE2AaF00RfP2Dm0aep2Zs\nbXimx53HmENiFKL4JAppRz6b3nsOBxjQQqt/Jd2326aSpAGYs9n21jzMu3BU\n5K4RFBSskBz2ShfcP2cQm2SSZOqC1qb9IQnkS4sYcPwjL2O904IHw+tpYwtB\n3YL2ODga08bmYWjmykHDrIARGm2ka9CN0PhqSysMA31tiiRzTsUP6W+9ze5c\nvf0PxIbymrz2u/pjOCnIlULawQKhK4IRUxnnT5ccFx8Hx47nPtLQKaxEk9Qo\nYp44p3pbWuoNMcM3XPew/A7SAfWxdE4XGdILIESACvAS9ZzJvdImDDRagbRu\nTBBgV1Dx41bjXq9RouxgkYq3wTjG+ASJMJzlgKMzRIMpX7NToeE3NMlkMtoK\nG46kthgoI52uGOKSLjpFhJ2FujmPTzoHATs2ExL0JTmD+xELkOHewAfEd8sW\nwzLi\r\n=TAiF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"842f58aac1e72d52682822d10f4930f94f1856bd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.47.tgz","_integrity":"sha512-owmTQcadcp4d5DTEZ17lIoUNKt5gnYbGABvpWMfqWq5JOAEdeHcoasi36NGZ+hRdfKEsKTYl53GFkONz5nerZQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.48","@syncfusion/ej2-data":"~18.3.47","@syncfusion/ej2-lists":"~18.3.47","@syncfusion/ej2-inputs":"~18.3.48","@syncfusion/ej2-popups":"~18.3.47","@syncfusion/ej2-buttons":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.3.48_1605000364757_0.5782891331954454","host":"s3://npm-registry-packages"}},"18.3.50":{"name":"@syncfusion/ej2-diagrams","version":"18.3.50","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"62e2a5825afd6edcc69f181a5115611c4c56eef5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.50.tgz","fileCount":308,"integrity":"sha512-7+01mxpc39IB0SPpxapInlrKblwtei5DPLgvvMZSmNiOq4/mnWDWXYnOLKpMnnSCTu1HLoOBKAbRAGXyoIKLwQ==","signatures":[{"sig":"MEUCIBMDgMx/1oBvM2QXhh1FS7ZJ8BH0URUO9jjqskhmBeyZAiEAyErnZAfpDkfJhHRr6Yf+cFIziUy1SUZmUIHQu7lmrBA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30224216,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfs8czCRA9TVsSAnZWagAAit0P/29VYM2fsM/I9nME3Ar7\npKa6akVWtUvq0buK4FfktaL2B569FzajoLC2NBnuIf+MNNOMirvhfWLjL5Ut\ngWq+TClrmwcWv1k1IPZjqBCTG4ixwZ6EyJWr+ZdWhm8t83sCYHEZozl4ayBL\nMC6Xi9kF6gPRA7yoBDUFKSPnS6DnTawW2xj8b4W4C1smQSiV55KUYM7JQtpw\nviyanjgCanJgBjtcDmjIAR1sIlZnVpYb0oIwnbWkvqJ//x+H6IcdLIdiWQK4\nrT1QlVa8GP47NSfZ9MzFzxno/ZNGAubEQjxXRxOuaxb77Pjd0VUZ+nIU5XoL\nt2iySrfei1MXgiCTcKk3O91kMmAyKf3kVuOgAu1vftEUYD4dEO6EVk6M4FP8\nqretKHor9McbbWUoKcIOnImirR7MPFLNhC1gNgfNZ6xPh+EtPlvIR8+lkQcp\ns4EfZRSZazpzjFKase4PAdQGJxrMd3vRZB2raH/VusC7IZ48nE53wBXkiZa4\n1qV6f1e8OE+zfSR+1UucbzWaVl1Dy0eA0D6FvTxb2KMIW6OF8zQ7HPYKgsL1\ne1u6XvFSL9ud4E6+HOuSO+gfTyqRlKtuS3YrzzPoiwpXhpXtuysN+T3GkMkE\nNkn5TXB17/rZF2tZuZ+0J5Mm5sf4rmWvTnbI0yLR6vzIjL53xlIKqmsH4o2R\nKvmI\r\n=5SiT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"fa9e3c38fc20fa1d46d7dc5933d420b3fb82855b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.48.tgz","_integrity":"sha512-ESo6QbLTpZLobPweWKfo7J38IQdn7Bv/ptD2BGwEabIkhtNGhlu1sa7H+IySoYFR/Us0aYJq5UtAhlXvR8G/5g==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.49","@syncfusion/ej2-data":"~18.3.47","@syncfusion/ej2-lists":"~18.3.47","@syncfusion/ej2-inputs":"~18.3.48","@syncfusion/ej2-popups":"~18.3.50","@syncfusion/ej2-buttons":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.3.50_1605617459269_0.5707893387998715","host":"s3://npm-registry-packages"}},"17.2.52-1205479":{"name":"@syncfusion/ej2-diagrams","version":"17.2.52-1205479","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"15416b7574319871cc8d93355ce2a9f6ae8a9fa5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.52-1205479.tgz","fileCount":285,"integrity":"sha512-PULwUqbBS+c7t4N/Osecn1xmAukMcTdUJO3SEjaFs1eOs4tYb9tNLjvL8igV4/x4kKYZQxTGKpqXRqyK8Alxow==","signatures":[{"sig":"MEUCICzWLjDcN9Q1mriAfeo+hmgrfYr4JU70+1tiOUuArx/zAiEAtxK6DaJFv+sxdxRzj4yH9uLGVEs/R9OH9q3DcNKyqf8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25532975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfu6pGCRA9TVsSAnZWagAAJ/0P/jh/CmDCQIfMw+sGMm5N\ns4n2n6W1H+rtyW6iAN+g/BhwTztnUShYEFkU1QDXx6dQqeoBL+hvf3Jj24Xt\nd9kvVKCc3BerAxW/rIJyJhCf0+UNQSL4Zv6EZnU/OhisZsgyF0+3MYrIX046\nKIMHINt0ZM6hSdR7iL+DTZE39cxf1IQnZwvRgUfNObqmxFirFKb1qoCbasOJ\nEoXL0KLQrqa+VhhOMmEMgyuEmoDxu+2ka5AcQF67zp2PirPiP9gGJcZdBAZj\nOcygFrfzhcjpYez2Its8bNYsX5KQF5IOd1gJmVWs5Dkq8sm6HgHVojM+3pRg\n7+zHFVDyNLduVU23zFhZ2mpIcWdWiv9e/3aWBI2s297mEdis/u3XqptfHNjl\naE2oXp4kwYismpRMgsoRJNR7F58ExBVqUPS91bRHuNg7Dc50XuJ5GlW2f0PI\noEgJSI93r9fky9aGzO1rEOC2nGtn5wRKBnIT2AznnEv8vfs47qAVWdNLunn2\nMvP/6J3R9XUaY5DwE8py5llL2AwPIsFmVvN2r4zi81aivWkCAgsSrcKAFNN6\nl8zPXoaCJ4/mZPT6etD89nNoOEMTgQpIhhRKXOBhhOgZz/6kJYkCorSctMaG\nmV7245Xlag1A4wCsPN7FD5aPulgy911sF+Pfv93w4Ch5AqzQwsgRi0ac3Mz2\niJUe\r\n=0AW1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@~17.2.51","_spec":"@syncfusion/ej2-diagrams@~17.2.51","_where":"D:\\today\\cusom pub;ish\\node_modules\\@syncfusion\\ej2","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"a675f0a673094aa06f8b70f424d56eacd04ff185","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.51.tgz","_integrity":"sha512-QEqEXBiKcFDbQqwyXFJp0z6/E/ZxKOcIO91P8z9tbxYjaSNJ5H4UHzVBkC6oGL/3FaKhEzkNdtiBJ9Jydq5gGg==","_requested":{"raw":"@syncfusion/ej2-diagrams@~17.2.51","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"~17.2.51","registry":true,"saveSpec":null,"fetchSpec":"~17.2.51","escapedName":"@syncfusion%2fej2-diagrams"},"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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~17.2.52-1205479","@syncfusion/ej2-data":"~17.2.52-1205479","@syncfusion/ej2-lists":"~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-navigations":"~17.2.52-1205479"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.2.52-1205479_1606134341894_0.8002313006144144","host":"s3://npm-registry-packages"}},"18.3.51":{"name":"@syncfusion/ej2-diagrams","version":"18.3.51","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"684ff77b8c281d30e78a0edad1df032e40da0bf5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.51.tgz","fileCount":308,"integrity":"sha512-/YV46NNjS+cCZKQqHlv5ikXT8z3NdCjVmGav50UUeNz6/O6xdZGjqmbWM/XSy32Tx2Ly6/06QtaG7DpNLmzbrw==","signatures":[{"sig":"MEQCIHHprY1NDSZyywvbOwE1XzzoRJwnmqlBLZrdN5rPOlnFAiBl74ixVHiKIdGGAtT945pnzP7Hvb5B7Tb9JMgEEt+AUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30263869,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvO6zCRA9TVsSAnZWagAACa4P/jf1ElpXHa/evALvrxnL\nZ5+NKhu1A7NUTo4T4ihPrrM+S7NHZfBm+P6/xsHfxyDS91xwzN0tHwi6Nnce\nayUghRJTOjf8huN8qYvz4f1dBDyP6VXFmAli7sOrgGkOXvI0MN8aa7gTAJtS\nKrwsJn+5B7pXJyjJ82CIdVV7TQZQo/A0JLAqCKYk1e2GE03bGrn6cQDxEZkJ\n/YYMfnPlT6rRYhDgbPOStLHbzBP3VywO9RV/jEqJEGlk8scg2PmbXqyFMf8P\n52kcCFSHhumMU35D4BkEMKoeMJP4s5/gngv/hWUb3BtZB6Sq/CxPCFeHJj3S\nfvD/yqxZuiep1rOVIcfDs7OXqqLM5941D2bzX3WI3iWU98yL5pGhFWmWnAGW\nth3jUkvg91N2FSPMX7TfPgtAGp9OmAhnv56o618ZjCB45qgjbHxJwBHKCcQC\nUdSAk8RHfpCJIziEbJtEpoPm4oxVGQ80WsjNOLf9iCXWcPZ508nsNELp5IcB\n12KcGaeoRGUCQM4I2sNNRXItOi+QZele73YU3NjuEsUmxufNG0MZpx/fyGFV\nX1CXnUCybs82s+8r/fzhFrC4taLgIHcbscmk/ecPGwsgEWSQucIiokL96g92\ngSo7psSEchFfW1qk3PvhypegOQsfQdpHRhBBPIiVTze7q4pOZmjBilPSdBJ+\n8cve\r\n=tXSx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"92032a62055cdc673ecc39e2aeecbfc5f94fadcd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.50.tgz","_integrity":"sha512-zgi4w5lSByOAg/4+L8gNc4hijrYUHBY8ybHBQ/HcDZVTlmnqmRBRzPgZHmGNxJuPV3VC5rakaFjUKzL+LA8LQQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.51","@syncfusion/ej2-data":"~18.3.47","@syncfusion/ej2-lists":"~18.3.47","@syncfusion/ej2-inputs":"~18.3.51","@syncfusion/ej2-popups":"~18.3.50","@syncfusion/ej2-buttons":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.51"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.3.51_1606217395247_0.45687547334793077","host":"s3://npm-registry-packages"}},"18.3.52":{"name":"@syncfusion/ej2-diagrams","version":"18.3.52","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"03ac706c923d87af97c765f3e33bd42e49a5ecb3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.52.tgz","fileCount":308,"integrity":"sha512-rpKY4+EeOdo1N9RTIWP3ndjo0inysASb0g9GCJqDnfHGodkp73xUXh6/baHU7UHW7GCEGslk6N5E9zOQUix10g==","signatures":[{"sig":"MEQCIAJSqHdB1vMKfG9tHk4aEnnOfvBh6LiwocdEpw2UodyeAiBB6oPVpjIWOwheobF+lsUBChD3suPElMOWAAeRulOiYw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30278130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxkI1CRA9TVsSAnZWagAAiukP/1r++JOVqMfIPefhBJns\nv8sunahf25cHRK08/slEtTFmOiPG31dWsXvASjcBwqMNH8G3gI63LA2OM+UD\nJ6u7zieBw6eH4bLTiwrpBp99s0ZhdehZqe/rKtSCIKRN28frId6XZvS930Bz\nWaiNLBzfejZJ9XzzEasijW7+Gl0dVjcgu563HPJWpGSnmdGrsaSrubvg0Sg9\nHCaEUrJ6g82OT6nKinHjw2r6AL3JxWkmvc2Dyw/l6E8AZDomfa0XGgNV52e7\nNkRqYnqp9ETksl+bJbTNiLoTFWqgObHfy8L0+ZoZ2NKwo2WJte4JKljd7x+D\nCzbb4rZIkAVruYGJIEbcIHOhz0+Ed57OBo3raFlOqVW8kfE1J63EzAjs8SJz\nqdy7m+W/FOPmlhpDg9DDw1ZUkSjaXUV8aUdKU6+r3WaiskHiV7xurqLNNIu1\n+QXjS5jJfgLUYnNOcU15tUuRfm5gQ3f4lXbCex4nMkmfypJkV8TAb1V8BMj7\nt8ZuWFTjf4Cl8B6fIKwE7E3T7+chCfnoEF8UZLmw0v3CKtDhOxkOM/Y//Lrf\nadElzoXwJq4GiJ0EbuA1rj1JBL1ivSa2AO6Q3W2ZM52Ss4Pkowo8KVsbz1mk\n1dfGFI2p8zW42M2J1EDi9dcnvpHyiwHLoEmG5/UUQq3XmnKSYtEtDJbKAx8R\n58oa\r\n=J3Ko\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"522926bb5b53e22450c22ee12d94d5c59c4f6c7b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.51.tgz","_integrity":"sha512-i8ESbKn02hQR3sOtbEA6Lsqx8czz1qqBxOhgnOM/f0feSn50bHhEJbEhjiVv5Vn5hG/eUEDj+a6QbwrpLYgeoA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.52","@syncfusion/ej2-data":"~18.3.47","@syncfusion/ej2-lists":"~18.3.47","@syncfusion/ej2-inputs":"~18.3.52","@syncfusion/ej2-popups":"~18.3.52","@syncfusion/ej2-buttons":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.51"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.3.52_1606828596924_0.7833767683718194","host":"s3://npm-registry-packages"}},"18.3.53":{"name":"@syncfusion/ej2-diagrams","version":"18.3.53","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"fb391a44fd5237d68197a47cde6d404febc7ba85","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.53.tgz","fileCount":308,"integrity":"sha512-8y6LCerOJBXF7nKxatbY6kBVYtoXygZDVogWJpANyiHtzyUjHdZrVdh39mWoViL0/h1je8Du8CA6cV87HFBgng==","signatures":[{"sig":"MEUCIGbUSgCLoh5u5+pt4RUSXXfy8Vkg0SQ/e+6YDFr3TdCGAiEA4rL7pFsQO9pCIeKd6FliqiYkIi8juv+2kYBeAQEnx/4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30279137,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfz2YcCRA9TVsSAnZWagAA3wsP/RUBJxzaN8BW1E0oV+Rb\nVMxRgsXm1D6Q+JgEk+8ZDodx0Er+DpUYhzoKIBucM326evSqsQwAoSLZPBKg\nRN0anslolAPaSAgITiQx3XohAG73cX4yPErAPfJLQhtwfyvxYHTYBG4H2xXd\n2SyfjCy1Q6Fsa0pJUa+GUTDVJJnC4QuWOcHw0A2rF0HaI0ZxutXHDvbm/ggF\nDHe6EW39dY7rCRi37JUEsz87D5qSrj91aD+FiwN41pxpR8LGBW0LbVqpd+Qm\nN4GrxEgS/twwd+U/IvM9oomeAqX+dpey2hIDdP1S4WekaH/acPY7B7BqIIeV\nbJCYCDjFXggmjCZ6C6E1nTXy6RkJpH1hfSQvgpdRGk1TH1RD6xu/VPqNMf3c\nL6DqvLI9K+ndqvZ6+aggc6X2kVOgw6q+B5YOHhIayZLf77Io7okXs23lvlv8\nDi4PpUjo6MsS/JxAe7MBRqjVfrR4Vn2S1xLQH2r/wKr/AJ6Sq5GozJMjqLD0\nv1wBDk6UKnD217G8H+wI5qVwCfePzNIBQMoYu4Ab++QCjkFRgn946xOVZr9d\na1o4h+u8dxBmcKHuAKev0uuj3UmQ4d1s3AH7JSXM/2y8uI5yrtjcGqDFGdBe\nayyZmMonh6/uLIf2YGP5bfK8h2ugv18fPY2mrENwh4h+pzSZzult8QlsH/RI\nJKES\r\n=kKlT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"21db621ae5d5ebc45ace8065c9a7d490c73391dc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.3.52.tgz","_integrity":"sha512-s9JdPmeXSiDuItMBjog0H03EdqHkleebpt0RdTddd4/3muv5g3zpQhkHa2xaQVI3unE8hOpjf5lTwQGO3i4uTA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.52","@syncfusion/ej2-data":"~18.3.47","@syncfusion/ej2-lists":"~18.3.53","@syncfusion/ej2-inputs":"~18.3.53","@syncfusion/ej2-popups":"~18.3.52","@syncfusion/ej2-buttons":"~18.3.47","@syncfusion/ej2-navigations":"~18.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.3.53_1607427611645_0.6508737073852742","host":"s3://npm-registry-packages"}},"18.4.30":{"name":"@syncfusion/ej2-diagrams","version":"18.4.30","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6ea16d9df0a915461391868782275c332cd77e9e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.30.tgz","fileCount":308,"integrity":"sha512-kJCIBVokCWjzw7cUp49VjjAjlFES2JczpSM16gl7JpbyhRlBRNvaKJUTG6xJ9CiafxoOBBnRPKbhMjEIFuP51Q==","signatures":[{"sig":"MEQCIGf4e0hw+kOwmwhUQDGKWneZSU0/N7c3xd5dTWoW/F/qAiBS3FcIW16z6aJMGLxa4yzEfdw9DLrcpWwzD8tj/QExBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30294984,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2wf1CRA9TVsSAnZWagAAyKUP/iBYJkXAiTH435KEq6Fj\n4N7JFZUMtp6ZoGLElq24CHcp1KFvU5GQ6sdUBw/P8COSWfR7LitOSa20PrC2\nBvcWXPbLdt8Z5XThbSYDjMu3gLOM9GqnnBDWEr5PDo4nwjPo4WYPw1VYC/kB\nfLIFg2EAofiAmeNvGwD5AD1tgncAXvsferqA3x5rKwQWcIy1nqj4W68jLPKZ\nrUZT1W1ZAzQcUgz0bnBnQEzUKAXg306ENyluocbgV1dwpxUSbSprrlxQCyIf\n+ncUmrBy01aATqiGafeFXnqLIetuWBtHWTLb3T1zinOhD5aAFW9jpjOmME4b\nVoiAf0dpidVPyuKXYGwl96onwvgvJ8YeYAtFz40cQdjShZnk/heB/mQZaBo5\nBYh1mZHYO64t/t1/iEKe08AAhZZbZhExJIhV8TCtmu9HXAWoY+Mrp84j4We/\nx5Hz/M2Y/aUnaZZAx5IIJL2gYg3HNJv9wiM6gUfEFuJ8U86Ebyrg6sRZpjS1\nVcjQms8n/0hxDxv7I2otRMulssQn4foQS9cETHW4vbgrywEfyBmErfK09w+h\n7187cAdUXzlyP9qPA8fgFgz6pOnmqLI5AmFzuBDyrCSXwVhI7R7M7H773Mmr\nTDa7z32nIf0Xi6WvUqstV4RpVx3XXqyZBNZ53tyKNDKfgPysNtEk2ANnrmbB\nyoWs\r\n=VjaX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"bf0a0a06a8803faa0681b011e9b4afbe42001be6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.0.tgz","_integrity":"sha512-c57ZoYGdmbwHuCn9ajayMCCwA4zHw/0hbQLLlHJ6JoQs51D0WzyVivCS+GQ3UpbqirOSec8lZqgpInKYUdeIyg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.30","@syncfusion/ej2-data":"~18.4.30","@syncfusion/ej2-lists":"~18.4.30","@syncfusion/ej2-inputs":"~18.4.30","@syncfusion/ej2-popups":"~18.4.30","@syncfusion/ej2-buttons":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.30"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.4.30_1608189941147_0.5076837972452399","host":"s3://npm-registry-packages"}},"18.4.31":{"name":"@syncfusion/ej2-diagrams","version":"18.4.31","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a08e6e9d81e33b8dc7e63e73e8ebb926dd3af4da","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.31.tgz","fileCount":308,"integrity":"sha512-nuEWGNniZYwbumJGRxCl7pUYcIww0ToxZDs1BTHMWqZbKcDTIT+EVt84gsS0S4m+EBPn84SDgfLIbcjWozYNag==","signatures":[{"sig":"MEUCIHcxGNu48yAFzZXE1AJYKB5tJUbcBqbmMU14ZcE/xGWwAiEAxThJy8h2PancEMshvy2WOfDhVofTEsxW+0wgFmFM6vs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30300863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf4dv/CRA9TVsSAnZWagAAMdUP/jGfMZaDlsD7VE3b/Jbj\n4r6Bl5yCZjq4Dr16n4CLd2FesNDMn68g9fsYXOaHYpwxw2rTDZbKtdp6lpYa\nHdF/o5BWv57KF4IjBWysmDhnCVAi98qPVN5/MbmGzc91JPRoMnuwPo9bpWCN\nEQ3XkH4sEj5UShjad85LH7QhBGcpajQGjJu0cYen5FpxxLavOtqsqwfUI9Xk\nsMHvt766OEga3OHygmjDlLkFJE0+lWSnBdasGSqooPDPyXXbSSR/gaLt9cN4\niQas7VJw5NUtDhtxIegsz2EgtPoObUEe57iMV16gMzT3gmsoKM5h9vqUJFAM\noph85sr9VHYCi1WlH60CtFrn2KWdFx0TCpubSw0WxcD17tn4AsDn8GJm3Cc9\nysr7fo5ySdh2rzGdEtnE16X9SkpIhUkoUd5Xtmv4t5Hyhy1a+tBk5BYmFOE7\nIZnzfdqC3WpWnJVxCfXHBR8fYBcY6e9uOILspabZUrZTFJTGpQAEpYQ3v7F9\nQCIhkzPWoryq+m4630ezAR7+wByEIqs4uWXshOJC99KLXWVFz7EqTgHjRz1R\nIGHpiBl90WvV6FS3YdMlcxiHLlAIByXqrri5cp7TYIKOpF38bp6i/f/LL4jf\nbsLl2HBco5cezmTBWbjQV3Vw8TgNZ6ZdpokGh2Qo6zx1MsVgAKhkztg8E7ym\n8RTF\r\n=Iw1S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"25145dd48ae4d5a11e23d64d8b1793b6e4cefc6f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.30.tgz","_integrity":"sha512-HdDWoXaWGsJN6ClEZ+mkgGkxQZriHmBOZogYDHtll4ewG17SW8mHkLeE2wL5nvulwEK8JmPjUcHFKp7HpjQ8AQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.31","@syncfusion/ej2-data":"~18.4.30","@syncfusion/ej2-lists":"~18.4.30","@syncfusion/ej2-inputs":"~18.4.31","@syncfusion/ej2-popups":"~18.4.30","@syncfusion/ej2-buttons":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.31"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.4.31_1608637438756_0.03626758847550038","host":"s3://npm-registry-packages"}},"18.4.32":{"name":"@syncfusion/ej2-diagrams","version":"18.4.32","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1f4c5fdbb49c7acf206e20c1af1ca21647568057","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.32.tgz","fileCount":308,"integrity":"sha512-3fuphF5tFuZqZ7ftVnBa7gsFHkdAFizrQKLdM0Z4ii9SelxCUKtkSyrdAbVSN+VXNXSBl7Hp4libl8fM6eLtXA==","signatures":[{"sig":"MEYCIQDIxx00JJZcGMdNz7iEsdFM9wyqqd9diPu9bme3RlAjuwIhAPLsI/pNSS6qI4dZoB5Txn1GiDC6J7CiG4ZN3evya6l5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30304648,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf6xaaCRA9TVsSAnZWagAACBYP/Au35U4sTf/UNvbO2Dm+\nr9ONN+lAr7J0c5MDn7TN7TZQjDa//I26mopRWslHoeAcPgwlrA9OHw7lIaB2\nSpa42YcwQBm2iRptI1mJxtJwkPWtbGEhO0t7z16OrvfUSGl5kfcYDVSOzc4U\nurknY/mqdCYfN3M3o4RePHam2gErJ9gyWXAETdpEIaM53TpuqUjf6t7DaVVC\nwHmfr2bnIH/WfNFwb9kZDJRp+N4PZaAUaDcRHzM5ktDGRcCRbTDSp6Fvpvzb\n0DCBn2uUofold0TejDPWWB5Ccog510WtTlhtuzxK6NBJ8yI3IJxFv55AUoKk\nmsHW1g52BCbPO+sCt3znMMhWLRYRbDKraioQVZetUM7tO7Psjn5pLVVQReLu\nYIDwo8IlUscxXNmlnUefevuInhbCCpB/iPSrWOy9fvUR38qct7KO4W2IXWKc\nLTHi8fuM/ZPaJBhB8MG27tqV1KSMHI0LIYqlGuWfBhQRoQh6fIqDNBxeN7Je\nTRcVTQrymSa1bBnMBjsvuPQLcgm41C+JZsKQ8LVAZCFo0C8bCZecWAIU/yWS\nuVz0LiyZ7tAm5OAg3wGlzYhZLcHZBkHBp++LhKBuzYUo3SVuJQhu1hZiIIqr\nJvz/wl/ueD3xqfaoZdt/bLjHO9WAcR77w28s/47X6TVcim1f0/E0sx3FYt+w\neG1P\r\n=aFFn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"c4cb05fe6e1491c40690159adc600669e43adb4a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.31.tgz","_integrity":"sha512-WzvoOijmkCnTAeXSWnqVXPgP9foT0AK9jCqZg0MtXjSa0LP2hfd6IVWzi8FM4I/dHFvnMeYOcoCI+2jv8KECwQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.31","@syncfusion/ej2-data":"~18.4.30","@syncfusion/ej2-lists":"~18.4.32","@syncfusion/ej2-inputs":"~18.4.32","@syncfusion/ej2-popups":"~18.4.30","@syncfusion/ej2-buttons":"~18.4.30","@syncfusion/ej2-navigations":"~18.4.31"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.4.32_1609242264642_0.37844461411305663","host":"s3://npm-registry-packages"}},"18.4.34":{"name":"@syncfusion/ej2-diagrams","version":"18.4.34","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"03eaf34f60ba8c6ceef17e3fec466cac11712eac","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.34.tgz","fileCount":308,"integrity":"sha512-7zxmUVNQ6dTwAdMiEoE/EeojPP605INpm8aPeAegyL4J864zKNSYgXTHrxGLTApMSdlrS2mUdFq+ygHFeWBzjQ==","signatures":[{"sig":"MEUCIQDIgmrAovzNdMZGah0jK5v+93lpG56xXMV9gT/zLdQlsQIgBSEYyVjjlsRYaXKKncNq34Xa5r57drAzLjkndgTsoXw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30321980,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/bRZCRA9TVsSAnZWagAAzVMP/0ot0IHZmcaTnnTpe3K6\n+DhlQFRQ4NHWRl8fZRarkQsmimsniEx/AaUwIoZLRR1aoh7siZc8yXeSMp02\nKl5Vdmc5HiMHwK9mK4fIzrJZA0ufcqcPJbx5zoseQY79YBZBhuwWc2LysqyF\n3eJQyszPEzeynlDSne96s4BT2QxMfGLH31OFS9DlpXrsBaY8td2sdggs3rMd\nbALbOgxizBHelaqfIStMVAj6a84/mZCGjKw45UrOpsbQUf06qMWs9ye7PXWS\nojZa9KvQ5VMBl9cJsCZq+ikno31G3kZOpY0zksjgiU3ZyEV0N3S4WV/Oc2LV\nau76cgJwYJaOOhQPs8LJn6XYGFfSqLvpwhM0QQBn3oApL6twheWdaLparXV3\nceoZAQl4noQyLRoPxj2nPKgQW26yr5t3/e902JKnc19BwV7ff1+wxFQdf3kD\nZuJKrReVnk3aCBTQndEWDBRVfjyvS349GoKYn0CAqsgY6VmFV9emj5pMCOQx\nnDNfTLPqvZzgLw1wPx5C+8y8jSX3zRfudsE82ONoV5Ug2nH+I830TLu/KtXj\n8vHQO+4RNHYtjkdXNifU+TcAybJmFxHUras89jHl2KeTYsTrkDaVSm0IK0k6\n1B8090cyCJtb15U/6RHSnKhMWtmDh0O2rgowK2uMaH16gCmGjWQglpnB5mhq\nt2nV\r\n=pRZZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"21dd87622aae557dc64902453a2cae7198afbdb9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.32.tgz","_integrity":"sha512-C+OiM8l0xP640It60W7EVcA7GwOrqYJUUueQHUe7OsPm983ij/4DNqJb+HLFw2kWCDU+qbBXpgecJ+4RQoNlag==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.34","@syncfusion/ej2-data":"~18.4.33","@syncfusion/ej2-lists":"~18.4.32","@syncfusion/ej2-inputs":"~18.4.33","@syncfusion/ej2-popups":"~18.4.34","@syncfusion/ej2-buttons":"~18.4.33","@syncfusion/ej2-navigations":"~18.4.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.4.34_1610462296656_0.5425497917737423","host":"s3://npm-registry-packages"}},"17.2.55-1205479":{"name":"@syncfusion/ej2-diagrams","version":"17.2.55-1205479","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f20d6382f423795a5f5a4b34c95cf005fa182617","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.55-1205479.tgz","fileCount":285,"integrity":"sha512-7F9F5oUulg5InSyCFZtWKUQgJPqPGUeH++dDtuLc8M4THsoXP3vKEScL2E6KYqeLH72LAHnIafIhTyul0znVxA==","signatures":[{"sig":"MEQCIAQVDYJMiJsYCug9hLYL4/2HY5eL0wY5FkrkEEJ5EBrUAiBNlCLufruPmH2haf/y67XLAL5TZe5/bt5/VYU5nAZmig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25532870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAVrPCRA9TVsSAnZWagAASIUQAIepUBo9XBWB7G7LB+uB\nwK/tcWv048fX82buc2YpyI2FSXJ0I8lz1cYioVpNzs9BNf5mhgjl0qTr7GIK\nTZIZtwPtEaWO/vbmUzAf06p2f28uRFCe0lunFjKbkvUzutBo5YIuuNUefy6X\nysQ102Wwwd3ZChIZF2z/MHQo5KN51xYoVHOP6TB2Y/NvoczocWEeqdGxQsn8\nHJ2dGSjn+MkQkVrjdngPQuduVUO3Hk4njj6199+oL5ggwwflUQYyEnJqOxoY\nABDj0ZpzFU9fTHiOhmb6rCjgwKOn64nkiWLQKSghI1ijV9/ONuUbVUv839pT\nXaGzkzvlhkp3uf4nSMP5alK0pLitggfIu/VfgGtdEcyMSr/w9JeGGyUxIVXO\nJHb7QWCduQWWyiEAu7JBTbxg7SOARx0Njp4vjiaOyU1YHP+23hAxj6tau1og\nSowssrhPrcROUuyURF8cESqvKc/QpiHIQ9vvInkELX0BMz0Rm4l8qUuTEbpg\n8N+0nC1rxUwZPExfdyfu+cy/JD7B68nKYvKVLaeXQUgyirdA6NXaEgJ6wPj8\numhXF90t4Ou/M3Gt+qnPvmMY2sXLtdcQ8Pp/GKhZAPj61q4jYT4Y3XphYQps\nr60rr+0/HC5hCXYTyG1FUtvF0r0J5C0q2dcS9M5lWaJdygVYuv7RsNfNVpB2\n4FZQ\r\n=ZiqM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@17.2.55-1205479","_spec":"@syncfusion/ej2-diagrams@17.2.55-1205479","_where":"D:\\January 2021\\package manual publish beta\\projects","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"15416b7574319871cc8d93355ce2a9f6ae8a9fa5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-diagrams/-/ej2-diagrams-17.2.55-1205479.tgz","_integrity":"sha512-PULwUqbBS+c7t4N/Osecn1xmAukMcTdUJO3SEjaFs1eOs4tYb9tNLjvL8igV4/x4kKYZQxTGKpqXRqyK8Alxow==","_requested":{"raw":"@syncfusion/ej2-diagrams@17.2.55-1205479","name":"@syncfusion/ej2-diagrams","type":"version","scope":"@syncfusion","rawSpec":"17.2.55-1205479","registry":true,"saveSpec":null,"fetchSpec":"17.2.55-1205479","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.4.1","_requiredBy":["/","/@syncfusion/ej2-react-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":false,"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~17.2.55-1205479","@syncfusion/ej2-data":"~17.2.55-1205479","@syncfusion/ej2-lists":"~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-navigations":"~17.2.55-1205479"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_17.2.55-1205479_1610701519076_0.7209531770371671","host":"s3://npm-registry-packages"}},"18.4.35":{"name":"@syncfusion/ej2-diagrams","version":"18.4.35","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4033b40056ff4236767ef9629fae2efe6270be94","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.35.tgz","fileCount":308,"integrity":"sha512-GlJdaeiESb5fORMB+SCFLE8jgw6dT7CYqo0O7HIevaSnjDmYpuCd83TZLyvEV1sJRzI24jAYXpP/upBS6FlhEA==","signatures":[{"sig":"MEUCIQDBYt8gssMG52vnHqi3Roi+ijt2jIJ4MQbE6A71GmDLmgIgRvKcQOXA7/23pLwTYRPsXMx0EKGtkydHKc7UkZPU8sU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30326561,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBrZnCRA9TVsSAnZWagAAkggP/RveYUPP3+kf2SdmjAJ8\n07kHWIIUSUXcczQxnNmDCgw/GrfSNjMiO1zQFJFViShiUD197biIvhMIb542\n59LuGw2CrrU1mdM97qqilHf8c1cN2Uyv0HeCCHD9Mbr67Cwqiv9B0iDP7NX4\nrn4hASRl4HWLau3vySkVyaKz2yWX2+YBif5NhX4IowyN3hrdkDQw5Jlm0Sd0\nEWzWyJVXHG0MMjnTtYqe4v1igarmLZwAv3pxki2mO/dPS184oSrzSVw6ONYp\nUqPYrAtPCb8vI1z0d+QEYwumOYKxLi/5Ks+HUFSYB9fBpyJob8OZmTKSsCJA\nXu5d9nqjhZmOCMnE1QNtez0uGO6KwcyBQJvsAncOWWugFpLqOuswFTp/Mhnd\naqXpDu0HkJFA7C4IBnN9e6lcMlcsXFFg9vDSivwJVSU08zyF7bKDJhS+0K2H\nK4ReLkmnGenzTQZbCgmkCDi9Eu2L3AOk5iftcJ6NEte/pB4kdNpZjXq4bkVO\nZQGO1OGeOmamB3O+VlhA5n6G5goi00EqV9VClzM51iGgYNYjYS20YGye9ZzG\nPU3YFunD4hUDadUZCilTdOY0reRkI3Uy57zrWTb8dScmr5gJFEdpREHAXKRD\nXC6JF7tq01BEU5TiqmN5uDRxGrd4lzavTk4UY33oEWxiK9Jc20Efu7n8oOms\njJsJ\r\n=2mx0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"7e986d44a0ee7e89fb7f47b823f48babd76e50d2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.34.tgz","_integrity":"sha512-HauE/hCyAx+fVacumxgJdvWoGHQRs9t575IZX7l4ieP5uZ68a56pK/PlULnDVcHBYqAC0P4+rTqZwtY8tYJdjw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.34","@syncfusion/ej2-data":"~18.4.33","@syncfusion/ej2-lists":"~18.4.32","@syncfusion/ej2-inputs":"~18.4.33","@syncfusion/ej2-popups":"~18.4.34","@syncfusion/ej2-buttons":"~18.4.33","@syncfusion/ej2-navigations":"~18.4.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.4.35_1611052646936_0.8931215578566198","host":"s3://npm-registry-packages"}},"18.4.39":{"name":"@syncfusion/ej2-diagrams","version":"18.4.39","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"23d073a946945674aecc19411243e705d963419c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.39.tgz","fileCount":308,"integrity":"sha512-+7QQlkIkZK/aW9uOlowXS6HAACDzfFIfZQQWZEcsobXxhb5t3DxUbZF05JcGPiMwEOag+rP0Oswn4akS5rBVBQ==","signatures":[{"sig":"MEUCIHwmRhuO3iPBBlqb4HrgkLv4F7gY2DNFaStB9HoJ7BeIAiEAvD4D2uqcgqRzjfb76vcxy3KcvPjrw4a/0zdi0ICOpII=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30327730,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEkbeCRA9TVsSAnZWagAAAN4QAIrddOn1mbK0YJRHtxoB\nm4Yb73Y4WC5VntcL+G8L7qT2AXtPx8cRNcindAxRGAPNC6i4nc0twPyfGGLB\n7CTZtHrB+YUsxgZ6z5bgCYZRHv2M39Dfe7gZuhvvfJ7SnbFw87I6+9qVjeG5\nVBOEpxR7raAv065N4M/qgwoHBjcZ1YJbzsA6iJ+82ooX5ecl7zuFqvxE9DGW\nyUvsnzujgnjgBrBw3m9K6f9u5a2Kp+SKiWq8lwe2oMsjIxLs4f2BXEHYqRMK\nA3nKBsBhnOEjpK7jfjQOB9xT0pNPqx43A5yRLV2jn5SgiybrFtv0e5bZazE5\nQm+yfxiGMd5W4A/cAKyEr82vinFZHu+dDy9disNHeIZ6yeQtzSczYul6sdy3\nWP2/I5JEpLqSmnfLYiDrWyF82VSk+ztl2Y9PKewLRPJ4XWcbO6oSh6E9vDxb\nDlGH8gm67vvvxNdUl6iCfFnb9vRgTynpw3FXAlo1s4PgnzQKCBHkYpzd8N1R\nEf5R/bJtDfD0AqTGETS0xE1y0wAH7T6X9LO04e53JdSUHRGcKSkZu6x1EDeF\nRK7oMGSWFwDAQk6ZkU2iBXX2463C+4rqJs4jLK9I1dJfp8MbmmyQuQssu8U/\nq3Pc//c96WQll6Cg+tNAep1zVtoD+RkIUJgqQIFu9UuA3fUvtaQ8HU0G+AUx\n2wjI\r\n=tkyd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"9b2e073c88306064e9a48a4223a4182387d7f0d5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.35.tgz","_integrity":"sha512-zu5espZ6Maqtc1L+M9uGLTOk2YIWr2kxmatftX0/PPuqXncUgykRaqsJEuHjdrMiqLnJkUUSXIb2v3AW/tFbfQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.39","@syncfusion/ej2-data":"~18.4.39","@syncfusion/ej2-lists":"~18.4.39","@syncfusion/ej2-inputs":"~18.4.39","@syncfusion/ej2-popups":"~18.4.39","@syncfusion/ej2-buttons":"~18.4.39","@syncfusion/ej2-navigations":"~18.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.4.39_1611810525400_0.9361594151928683","host":"s3://npm-registry-packages"}},"18.4.41":{"name":"@syncfusion/ej2-diagrams","version":"18.4.41","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4e28476277e7a1928d8cae8c69248a44d22cdc53","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.41.tgz","fileCount":308,"integrity":"sha512-R7PeSJwrWRFjyL3hnBTaNwSTqs2TrxBVwLa/I7nzrdBitp9cjfoRXOuc7HvGz2+2smuqJW6EMkG6W+Zm5Dh7rA==","signatures":[{"sig":"MEUCIQCxDg46xF0PCV6w98t6Kel6W2G2SG+CpBNpAdkekoNrrwIgPRPL+7pb3xh8LvWwSbkiHQas1Px8ONfAUSk32fF41SQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30795959,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGT/WCRA9TVsSAnZWagAAdD0QAI16pOOXQ4bZGEZU6ll6\nf1QZJOt/AxoeW09rkC0JSi9i5Ai0viglmKykcPyxk1usEsbtu6dbiu9vW82B\nqv+R7p6BtDqi8+OkRpVvmVSU/9HOC5qfe07GRDP/nwEwyP9BfmiSNjlldSLi\nXmjLSBKqLdldAxTNQoLBjIBIoFXYV8CtCbqefg+Eca4ypC8dJL1ZNM9q3zhx\nDo6V3rzkz5Eg2oA6G6Xbf0RbpGZflQK3KwQJe+Nx9vdyC1pKPSwkOJe5ytQu\n4KbIt3bzUkROI15igLGyW+GSezyK0A76NgNpigKPaXq8rLubByLCWZ+EXvhW\nsuWDQh5ZDlYaXxnVzwINm8QpB+eHieYrdiCn/8pCop+k3w8WnwTVIFvEaNWl\nYEoOEmqRYsaq3wigS4J5zC+/GTNo+nNb85338hwKEx7PdkA71knD0aoxuECY\nYK7EX6XKWHe0TNW5mp3DXHbe3k/o48GllB03E8rFVnawVDMwWUy5UNfSN5NY\n99knbVTJ/6PdPC9kgLpGF72fyRenxpzqnRE3W0kLgsdQsSwzMGrOxyaPGi6Y\nlbCTZG2Ck2NlGOP0ZxSRivnvxhjAocLWRFM+hs1zmnje46KIWwiboVzfyZT2\njEux4GNf3QeACBuFuL8WrP9vJNjvLFIy6YMbsbcvNg7x3O9HFP4z/o2+qbsg\n1E9U\r\n=2uF8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"4d84a7228b69ad047ac822cdabd587a2a98f0a40","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.39.tgz","_integrity":"sha512-hFmyBv5mwEMfc8sjKFz2FvKj+X8jhl+u1H54NgpjOp14XghpfCKUXE1mNGDhOpcc7G8HPU7edNZquv6dkVOaRw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.41","@syncfusion/ej2-data":"~18.4.39","@syncfusion/ej2-lists":"~18.4.39","@syncfusion/ej2-inputs":"~18.4.41","@syncfusion/ej2-popups":"~18.4.41","@syncfusion/ej2-buttons":"~18.4.41","@syncfusion/ej2-navigations":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.4.41_1612267477157_0.7917639829574716","host":"s3://npm-registry-packages"}},"18.4.42":{"name":"@syncfusion/ej2-diagrams","version":"18.4.42","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5805d4fee141997a17d58fe24bada9e08237d153","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.42.tgz","fileCount":308,"integrity":"sha512-2zo3+uFakuiwGalTRniSGWPHa24jFbZzGkG8xLp2MEw2rhjk07M8OP3LYMM9TgHJe66hafT3vCRHLiq+jtwMqw==","signatures":[{"sig":"MEYCIQCQg39kb77eCbMdvUQBVy/RQG6USMCsVvCITQONmPgr8AIhAKwUUSwsqJUO6s5VfX8d7+V2j7d/s9rTFyeOmuHToonF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30816128,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgInEyCRA9TVsSAnZWagAA7eEP/1HGJYsIxYkezjIpcuy3\nN2Zk0dKTfPsyKpljvIYz/ikbEa1Gf1wnAYxG2YvllXn98kMLuIQdvZWsvjXu\nsnW1wlkVGe/ZwKUzDd8hn1daO64mexXyggppfXB8ugXN9i8fvqVhCXyP3MDb\nxpJGSpXlvUAM90SzjNydQdfyZ/BFNlesiV9SicC8IaSqZWVsJ9oEfgLpzD34\neZlYwds9WNILEwevWmorAblLPCUWN9GENa7sv5F0cKY7ECfj5oKhFYCInkuL\nJAYR7uvfYWNMkoGDvcXH367LRjVWztuEOn0V9fH8Gy57V4t60fYSWOc6e761\nl1Pvi65wX4GrHd/t+oseGLyiXD2ev/ftC42YOlS97aCmg9dHjD1j0P+Zfz4r\ndEfPDrcFTk+P1eiHUzpPsRWUXMB039oYP6iDe92mm2T7OfeqTKRHX2VgVKTw\n1Rxb7Xw7Ivn1bNMgiZbC3bEP4IY+kOkjV6ltFla4Koj/VkV8JZAMdZGz13e6\n20oQdJvBiV0JSfc7jyD4c7GaBrpTvSK/YvsFnn580+aRmnprXwyCFBQkQOwc\n4PUGxVD9Uu2sQSTOmH1ChOND48h31ZT64aqECW9jPKQnCYa7qrPD/ZV8RPJ4\n9XIUTWiKhwEF5ISQlEZjWYlOM8OCmNT0hkJpYSBFSsnMgLxAXHm/tJP7VGc6\n+T+P\r\n=pi8X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"1d3e64082eaa0b485c9216906b7a8228dfbd8075","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.41.tgz","_integrity":"sha512-gvdsn1LurSV42Ic34RxxFsQhIs4UKRfKxZLIzAo0oyOLEyvLsr03IhtJL+3+J7R898U29GKU6nLb7uLPNdlQEQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.42","@syncfusion/ej2-data":"~18.4.39","@syncfusion/ej2-lists":"~18.4.39","@syncfusion/ej2-inputs":"~18.4.41","@syncfusion/ej2-popups":"~18.4.41","@syncfusion/ej2-buttons":"~18.4.41","@syncfusion/ej2-navigations":"~18.4.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.4.42_1612869937691_0.8709738288272233","host":"s3://npm-registry-packages"}},"18.4.43":{"name":"@syncfusion/ej2-diagrams","version":"18.4.43","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7e4c738254ea0216104639e62a52e5905338720e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.43.tgz","fileCount":308,"integrity":"sha512-CCTZEQgwbdC0ypRuG/Ypnyye2Y5KdbZv4hi/zR8DK+7uab3KaIPtRnsEGSA1tktYQ5Kk3Ktmn/yqAPqMTzZiuA==","signatures":[{"sig":"MEQCIFHMl7JINnYyCstynx+sMf1XNlLVZQb2be6MLmcfQYRoAiBWNl6/nHEWqO/MAze0FClmdKwNc+2+0USMZ1E+g9gU/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30817646,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgK5G3CRA9TVsSAnZWagAAbRkP/ji3HOE1jiWbE/QuGKZT\nJL2R9CEV4Al4Y42zvO+1zC6BQ/K2C0uq5DV+7MN8SVhRBfb7FrOX7cf+yOAj\n09cuNFUc9IcQBZjjDtYmsCV8hNmZoj4O1iwVpc9dWvFMObN6el5iZI1ef4LY\n1kBel4tNEZ/Kp02c0+pj/VG8RLA6Dp1m13DrY0Mp6rlrJym/XLiQ2EHbjRz6\niHamqcPZYbRtaA+ul+2ifkYyVp0ImtnEEPPAzD8i7+x0X1H8XJFZSHmaS+jW\na4v45YxW0dSyX8FVv03om5bI+FRkXNqwzmEVjzd2mYOxZVXWc+EhpEB9AjiK\nOn3cRvxufNzqAjZhnV0mJLRZkMsBfPexv+RTmdi/PbrcSmXk5YIOe0INFZiJ\ns1qJsdDNYNymPrtJqA8u9zpcBxbYOOPunK+aBcn23rlL1CtgWRl09lAHNaL8\nt9EYAbqTFC/qBCNHkJZcU89nDAfhBtAHehomhVCAgJAE9uEyqBoNuinvfon9\niiRyTh4LOUMWwof7pcS0F/Tm1oixK8H89l/AtL0cK846Vx5fxB1Q0JDg1dTE\nNkXjavtwBgan1T4SBkbHo//YwL9VlcTAsy9mWKtbbHvFwqX4MOmQQXkBG1jZ\nWEf6L3iTa6C8cdqRMSDmSPDwHRlpArGrkYKWE81Qdn5jhthIuZibcAHrvmcy\nR486\r\n=IXqc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"3628606bd58f6fd42d2336e0e7b230987ec52a93","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.42.tgz","_integrity":"sha512-mHaBS6Pjt+eZ9v0pdzhnKFJZI9BWtPUM0mOnS3M0zOE1t3tL1i/2wUFt5eCrg1cEVHTJ1nzDbR2wLopnYQ9l2w==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.43","@syncfusion/ej2-data":"~18.4.39","@syncfusion/ej2-lists":"~18.4.39","@syncfusion/ej2-inputs":"~18.4.43","@syncfusion/ej2-popups":"~18.4.43","@syncfusion/ej2-buttons":"~18.4.41","@syncfusion/ej2-navigations":"~18.4.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.4.43_1613468087262_0.005277658581053002","host":"s3://npm-registry-packages"}},"18.4.46":{"name":"@syncfusion/ej2-diagrams","version":"18.4.46","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"25472fb60787a389456c79a3964468b5cff87ea8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.46.tgz","fileCount":308,"integrity":"sha512-ywL3c43U53ZTpJOVMnI2Yb0FTa9Gk045C+/FTEygsjnVdqd+C9R1lHyr6xEIU+ovvRep33qVz14MSVo24qe0hg==","signatures":[{"sig":"MEQCIDlCnbHTSnqP0CQKg10ZHFnYsvZWWjvl8MsrQl09m+1pAiA/BpdaYZHVBVnatFVCw3P5+/JTDoNMwVPPLy3Gy4TCKg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30829075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPgcnCRA9TVsSAnZWagAAixoP/is/J03ta2erC8WRFbF1\nW1qk5YbPbMH+fktk5jmGO+FyIaVnxn09z0Ly+w2nrLwrZxUMMIty5aeMffx6\nRbLJ2yPJg/3jCM/T4zr9CWRhfMH4mS5ef/QAGxXqCkZoFq9v42fv2XCFRh4G\nhmZaSZ/NyINoYMpeLCmaCE7bmZceqXgrHooueFRRt2vVJZ54ylE31rVQWB7G\nih9zTicW/rZDtiTseQippzrNGtLizmVAJr/ikwfUvQiwqHUkaynaHODdSmnH\nFQ5ixtRDLyGCqfOWnB6RDiCj1DqxKuqx0dpbw4BzYMP4VepD6wTkczvDDs6f\nEBlw7luVIgWdxiDdum20f8lWtQ4PVVPpvlF7bd65ipQGnTsJYwf2ebEYvGgb\n7w4CXgTn6A4AOSXbhT6d5vXi77fMVNKHc74nNciTBW4UvrLF/kNIiLjmTiR0\nGznH3o0nGAxlN9XWq+lCL2/JiXdxX7HHJ+lRkKKyg/mHEjjlInd6vRDlHzlf\njB6W9btz4CPVcAcI12D2RfCEhSzbnmdbfOQx7+kzux/9e86UyhPIYFIuOf4X\nNfUJNfKz1ESh7ShsKBS5Jb3PpmsGO+dy60CxJlg5+8bi8XWIkFWeKYvwaZEL\njIZ5oxdP9LNKa/HxIdkclGz+9+z7EtnYov6aPjaYv+pZo433J2KhIkdP7XUg\nzdxg\r\n=h7Zl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"cc82f30f50377401d08f2de1bb6cc23d2ae0fc45","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.43.tgz","_integrity":"sha512-LrnhUh8spom8pYYIJm2AyP5XmRqF2LmnuutIIN/NZ0j8CDlJ0rXJ7MUiLKKzlnwMrrZzlNRLrpuR52RHE7ML6g==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.44","@syncfusion/ej2-data":"~18.4.46","@syncfusion/ej2-lists":"~18.4.39","@syncfusion/ej2-inputs":"~18.4.44","@syncfusion/ej2-popups":"~18.4.44","@syncfusion/ej2-buttons":"~18.4.46","@syncfusion/ej2-navigations":"~18.4.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.4.46_1614677798920_0.4105143935025928","host":"s3://npm-registry-packages"}},"18.4.47":{"name":"@syncfusion/ej2-diagrams","version":"18.4.47","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9b2f922a00fdcff04dd7e35a7bcbc0cf766073a8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.47.tgz","fileCount":308,"integrity":"sha512-1N6OjMNqEIHB93rXlinyAi8eLcXUC5JdYjnRxHn6AGFEy3Tef9Xt5xx16MTwgJalpUat4ITYJgDwYYfrkxJWMQ==","signatures":[{"sig":"MEYCIQC9YFIyYUEX3qCyFViUlFPOCyZx9kxxSVC/H/c0WheX+AIhAP8H8R2SjxmUJpgPS70UoV0FhNJadIT4s67fm0uS70r8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30879766,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgR3AoCRA9TVsSAnZWagAAFqcQAIUjPCVGgox+GsMa3qX/\nDcqBigw4tafaF2vJWPET3PzHKBuq0QpooBRD3aOIIj03aAU98Fq525Aw5iSL\nO0u3OMxMGt6IPFV3LzosSpxTiQU+02YblFJOXwyi0kPFDfssX39xuZhpTjy8\neQ5DeLURo8xNjEDGP8OZXak7It3MvrWVwQML9Tb8ZG0wcRwDVohfds+Cm05k\nQeDCDFGrjZrRCLzJB7iJOaeJzZLKu3xvG5IqgLl8hhgKPabwTWnaHqdvzjGB\n69g0UIUYUXbNlSTOGkJKN7dhInEw1N0IgrvqxiBwh48wGsa51d8WS9oxlNP4\nXNQY8VVHEnIjdX6ZlQ/DDEehw60Wd6K4vZdIsZcSa2NqTPTN+KM1qgyko3i6\ntdujjBnZPg2FkNcoehWgubWyWLUAKVRM87Iy9bho0yxXZ9NL3swf3HRDIQc/\nMD9sqao9ccbMwGUpoCH5xX+tQ9iowz+4VenY1bLquf/2y7/TzoL5+KrCgMl2\nuY/kR7kU33r3tNkAvza7AwKajHUtzTmbf20NrBSTzgQP7SWpHwvH9cy5YVJC\nwSFKm6Vg5rlUaDSpwTdQvhNcFIGMhh7b3hoS8AfOsq+EaiwBc+hqUE3gutf/\nyfjO3CWwR2aVXLA+sEkUHnSPxeTeM4EYcCwb9eYZnx8vN/6CkhyLu8mcQoPI\nfXzW\r\n=9BNf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"6ebd50f288d9aa950962b8e406e704129b3fe59b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.46.tgz","_integrity":"sha512-j2qBMAa1XaQ8yY+W2jD6pQpmvGWIX+wkUheZh8Mf/HR66fCZMPBIv4nxSzL43eCI+mr4I6arTo3rimoEd5AlpA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.44","@syncfusion/ej2-data":"~18.4.46","@syncfusion/ej2-lists":"~18.4.39","@syncfusion/ej2-inputs":"~18.4.47","@syncfusion/ej2-popups":"~18.4.44","@syncfusion/ej2-buttons":"~18.4.46","@syncfusion/ej2-navigations":"~18.4.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.4.47_1615294503834_0.24197104194551455","host":"s3://npm-registry-packages"}},"18.4.48":{"name":"@syncfusion/ej2-diagrams","version":"18.4.48","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"e56664bbc4c8460d2ed52352b2ca73567bec37e9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.48.tgz","fileCount":308,"integrity":"sha512-CAv4BTx+y4s9QxOhZ/LDbZKMS+AXL+xHltQci9AsYyQZ/qD3pG5aiWdEDHd/5ZJkisyCPaq4RJX/1QUBLt5eCw==","signatures":[{"sig":"MEUCIFia14pXGMdd3XAcTmt+9zuHh41s7TqvOjBRIJZaLA38AiEAx97u3WC+72ISUO2PaLnCE3pC82pR9KQcyddUf48PCi8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30898906,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUH2nCRA9TVsSAnZWagAA7OYP/A3WOPPSGvsG+MF15hDP\nIDdaxwOwPPMhfqVYXfMWrcLTaX3ZYP0HyVYf0BOmgt5iMIXiHktFYracu+Kr\nsR+pbTrp1oPyI6phfa1PJR3tw2fsV4us7Cp+2ZS5H6S53k1GgmH5KIve7Zpv\neGcSq7F/d0e+JIORj92tAbts/L3VAF/SyvrA7AQBbr1PwAiQeLxHf9mmKEW+\nDDjNObd+6zbVcI679hyov7t36cqrY1ILV8sA8t4bX60qktezl8p3H9a3aOQg\necsCWCRL1p8vfC7KjzsAMKKcenylsFsteScpbF35e7N4zQbjUHpyaDJUm6Qd\nXENhMP/24SVBG8tm1hV4KDVUbvHUWY2WEADacZ7Ay/jnIgOyVE2S9rmWwdM4\ncpbHZ4gqlP9D7Sl45LoqXt/LLNmwCb1gmH1QZdshRSsIl5YdOLYFRiwpvVc0\n+FTFJLkcMS4QMScccjDaYJvqWBT2tqHTOSUXu09HAIte8mo+81gvHTgc9eUM\nphl0L9O/6/nCOwBuexKLcf3wZAetAt34fQf+LIMrGevkcHrS9EwkHVl8/+Nd\n1tLp2lIY5E8q3Fj/OSlyBJAX4v5BZ2+iUKDBOMuirvpJI78jCviIXMbp2uI+\n8zHrSft3EoNcUSudyXDlk1ppROO3c+cJNtf00RRyHddoUmXADjU6jexp+ghK\nSLeg\r\n=kH6C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"ff9e72ac243d52fe7077330e09f96c15fce8bf06","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.47.tgz","_integrity":"sha512-xDGrB/waH6+iX4LErB1ckmlFO9E8S/jtg0az8ezTQXDJuvy25MvAitr+WCjMkjLpn3r85qzP49hNHg0uX/NiEg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.44","@syncfusion/ej2-data":"~18.4.46","@syncfusion/ej2-lists":"~18.4.39","@syncfusion/ej2-inputs":"~18.4.47","@syncfusion/ej2-popups":"~18.4.44","@syncfusion/ej2-buttons":"~18.4.46","@syncfusion/ej2-navigations":"~18.4.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_18.4.48_1615887782957_0.1015213433355675","host":"s3://npm-registry-packages"}},"19.1.54":{"name":"@syncfusion/ej2-diagrams","version":"19.1.54","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"61dd104da1fec7a5e70a868366457faa8e9946ce","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.54.tgz","fileCount":308,"integrity":"sha512-FtO4tyNXNw4Mych3Ok5q+LfOB4wYWPD2pNNOLhAeVWFoFSojZvVXMEdGkejY/B0rhW0uP72lNbVDW+Ay8PsYKA==","signatures":[{"sig":"MEQCIGr0iy6V9eklEw9q7KIiaHd6vrqPAeqC9orV5s8PLawRAiAkM/S4cfJoEIqYipsWMBkhY49n0diaKu5Rw9mmFN+fOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32846241,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYzorCRA9TVsSAnZWagAAtO4QAKKAZ00iVLj5tuaZImKd\nTaDXaw2roz4Jj65md11MKlPOrzxv6DLAyEmWZevlwvsRQZNYjPld/eJkn0RW\nMsTYnmuN1+20nb3I3AMc706jDR/g4Qvrx/7xzAQ8jcBey0P7vZW56Dh5f4m7\noEGZcSBELuo9eHnLkzVLBuSJYkTom+LVrDq8S0mYXR/m6phnwSIj5dnJLIi+\npGsjEUBTa9z8l7iJEsvYjhDqUkv1bNYcSiZlHZhXpZh3qIPCyaotBIAO8Yib\npKFa5s34A5ehq8NbKx3mQrETmA6Wf2aYC4cC9W6OLv4Y7Pgtqb5cS3KacXdq\n88YYpfHEaKW47Qo53DW23GpY/3dvNXLwX62lnEHJ7bhHDvpzJ7VJ5Du8LXSN\nFbIUsVEqzsvqOWCxYrhqxP0FCngRA3bFKNlesTpup7X1tS/8ihec2ME379dz\nThGe7Qj/VCmKuDyrnpIOJrjDzNFaUyUtTQoBnBXsellO056PfUEiQNZT/KUM\np7+MT3ozBKj7eObfa5TZxzUD49Tsn2lbVAJK1motTb43T2o2bH+Fl8/61igp\nMrZ8cvH5+FBzKqaA1Y20ABUoMSXtsrbG3berXa6vosS4KAMFWPPT2A+uJLH6\nNUIuREq4iE9IPOx4udbZeS6TktuyFqVj5Qfmb/MUMF/rCbk5xwKhQG/DgMaY\nlPxk\r\n=zaOF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"32fc7672d7b00721fa24f5bb46df4d8ef9865bdd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-18.4.45.tgz","_integrity":"sha512-grWg081XwECETYD0zSe/clO4/Xa1vdSJ62NUNJBprwHKuS9wh7IURQiaeQyUN/jOOkKV3DyYzGD+2C3OenNwEw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.54","@syncfusion/ej2-data":"~19.1.54","@syncfusion/ej2-lists":"~19.1.54","@syncfusion/ej2-inputs":"~19.1.54","@syncfusion/ej2-popups":"~19.1.54","@syncfusion/ej2-buttons":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.1.54_1617115691154_0.9586635823905076","host":"s3://npm-registry-packages"}},"19.1.56":{"name":"@syncfusion/ej2-diagrams","version":"19.1.56","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5a0ba5f7a94cc2d768e5f6ec399ac67533984fdf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.56.tgz","fileCount":308,"integrity":"sha512-TVxYEee5ChiRu1VtbrJSiyMlgZxg82TlnHlhpHwffiPaaFfmxsdprCFtHK2c9bHGhfQC6Kp1IvHkg2LazoaTLw==","signatures":[{"sig":"MEUCIGLrojFTb8Yk+lbPhcEg4kXlRTjHV6JxldMD7wQ45CE0AiEAk04CXx7ho/d9lDjpNCt3BSECWKcWL3FE/q/vMU9jEJs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32848183,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdWHZCRA9TVsSAnZWagAAkZEQAIJYTBIqzDFlLBq4fARk\nwKefhMfuVoJwl3q2+6GPCNqppj4P/Eso9nZOO+J6xMAgvDwUvh/AjEBmAzDU\nt4D3phKb6fOVqL3DRgaXMVcGuIBhKBLqgCG1y8o9bYqbqa2iMETTnZqQtADT\n5caLYLN9E9qrwf5umdGX0bwvMcVsrTmxM6sZ0lS63od13DGHgAAOgeG4OD83\nh+KXe5q4mKyNE48wHxBdqE3T9ZzgsOm5AmGaH/xkkx7e+ngRNagUzkWYvnOH\n0PGM47jY8uxUnMdki1nkuRgQI2Z8DrTXeLGJnyeB37PQhjLyK6zDyN1b57Hc\nO0cXHS8sVpxFl/GeDsZVl5qajQno4W+Emmys4Tq2EyTPpHoOibyoBNWl1TSM\ngrzaymZhITlnUV33bcH8Q2xqpEori/TdRVsFU9qhhCn4/GjXaoY0pGH1x42/\nb5J1UhJTmYqWfXzwc2DQP51XBN8i+uWCewjW2dGlG9S2Pmbv7tpLwwyID38A\n3btxe92oAa8mTblCTtKpjQBNPueX1fb1Vj2/mGqYsRQt0MWdePyfEXDlyCKe\nM86CljP9Sa8kD5SEcQjATLpR5T/KuGNrPCN7w91gA8PMjH02uhVX3ZsoXLYb\n+WQkKpIf8jG/hgyGwhnD2zMb5sYSmLka2vjAbByZEwD2b2MA6A713uX6mW01\nYpXN\r\n=zLpc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"c7368e6253fab58bc6d1cba9fd7e992606e9f794","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.54.tgz","_integrity":"sha512-TlThMwVlS8LyFCDZ2UVFThoezrIU+oveow4ROrYncXyYHmfJZcaa82akkINA5YIm9ldM8+q76melQsKWC9X1lg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.56","@syncfusion/ej2-data":"~19.1.56","@syncfusion/ej2-lists":"~19.1.56","@syncfusion/ej2-inputs":"~19.1.54","@syncfusion/ej2-popups":"~19.1.56","@syncfusion/ej2-buttons":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.1.56_1618305496391_0.7556871572400945","host":"s3://npm-registry-packages"}},"19.1.57":{"name":"@syncfusion/ej2-diagrams","version":"19.1.57","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b7b3003a7c88ab0b292965628f015dd4ed2c5371","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.57.tgz","fileCount":308,"integrity":"sha512-MhB10jcz/KwFDDczO/nYtWxK0KGP2R1MvzdoqVigkCq8P1bmSz3LDyPIaArhvUwuCtiooJLGoTYfDBt2Or58Ww==","signatures":[{"sig":"MEUCIHThSsI6XUYlgsoGBOecM1hTWTYZIP/UtXpyAWdfl0IVAiEAvoUOoQ6tWFHc70bj3xPZYfWJ02VkEJbcYJGSGC3GXd4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32849282,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfp+gCRA9TVsSAnZWagAAn6YQAICen/XBd4JB+p2+YOg1\nDJ9SdDuXwb0CgkgPE3purm/LUSI4AInucHrSelSvqzGCdhHi2vbVEo4PQYKh\n78WGX5HBr5q/W8vdhP6cs1xKjx5AKkdumyx1WAs2mjTsBgj75pn9aMtr74ut\nauU+oaF1XYcelsaNeWsuFvIdHt/SLakLN6X65wBo3xqvUQwUYt2A5epiHqSY\nAsWGBNLueAPIwGEzLd3VkqQV0ArCLENHRCda41nxCqnDEDeeREcaPw0aL/Hn\nuejIAyQoeLDWft6vZuHAn5ILbV9F1UfSkiQCxqwlr+RdDYaqaiakxUh+XdJy\neNmhPsUlU7OsVC/mONpSnGytOSAnjdX94rOb8gSiwsxmkudCsKgDT0G/xcOm\nN0A3nk2mOwsSuYXviFQfKyUJF+Sl2UFm6KHcpveUa7mCsHP/yZG1L+yRsqtI\npe1uGiLodH1JhjQLvYnRQN6xBK9jYFKzT3ncABl82TD0qZcE7Ol7h9HRa4/+\ny+kIwTHCTO5NSe55zLJWTuQ2O3dSlRFu1lKgt0VA1+7hrpW+d4SPNDU8Fp0d\nZht+WAywMul670KI8G+RwY0NySO4eYemxv8qzoa1bvaB0pZ9KiobuWwUzXF+\no+lLM0Su3uMYCEj13tf4/yK59BBNC5DU1bYcLJJBdjADiP0aR9DZaHn6bplz\njRKn\r\n=AU53\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"04e3fdd593720a3ba2c6b6b8d957f5811d18e122","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.56.tgz","_integrity":"sha512-+8bFqLU82pLEFvyNNQJ1QpJG22c4HnmVMw2njC7eWDcmWYWME5lCtOcIKOSxOIhJunkO8NPoeOlGn1hnx6cFWQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.57","@syncfusion/ej2-data":"~19.1.56","@syncfusion/ej2-lists":"~19.1.56","@syncfusion/ej2-inputs":"~19.1.57","@syncfusion/ej2-popups":"~19.1.57","@syncfusion/ej2-buttons":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.1.57_1618911136016_0.7727869884710421","host":"s3://npm-registry-packages"}},"19.1.59":{"name":"@syncfusion/ej2-diagrams","version":"19.1.59","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"2f547c8f5cb0f9befd954b0c9b35d3d0da27fbb3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.59.tgz","fileCount":308,"integrity":"sha512-749XaYTHSLyEGj2gnwFzcrR4Q7nSxIijxxMbJFkGulnnEZDuAfHDtOv/dL89WTuwUhqnoXMlKC1oPdjgAjNWKQ==","signatures":[{"sig":"MEYCIQDulndQ8LnCAXSx68IB9iHw5yjwz2GgAfS7VYJPLAUB5QIhANrtolhaORbmi58HLeCidiY2/BNWNosmvNUIhaQcN2dm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32871522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkRLkCRA9TVsSAnZWagAA30AP/Aq/T9Todw21Nz9aKHS8\nUYmA5ciWgL7kYNlmTVwvc9xQ+u4zWi0MEgglgKlTL8cV3fRYdQ9Gh9t6HyLH\n6n8L2z3xTtYB8xiHck99T/meg3IxSBB3Qu7fxb4R8SOh2wA8escfaf8HPDXe\nCThg9Mx6Nuo1Qe0BeSaHf5krweGR6koMQW9D/lXAV5UhK9xT4zguznCKadL4\n1mcPmB2xZcI6LYeUAhKWbSWx0ln+m52eeUkAaf1tRxkRiwc7ozXydOMp0f53\nP0URxYKXHLBXhGoB7K+s3KDFvNG7G/nv/UtBu9ATLmQUzdSR5UvzNxbLsmw9\n3MO67qoqYFpsZE9MdxyFDj/VxRykcXKR7hiKeNVganQAvCjVvewRgDcUflca\nNr8rxYJ5Vs4bdziWqVwYKH53m4JEA/ECJdKTbSycqdEvVfEnQ1WFxHDi4waA\nKsnuV6nA1dRVJb0zpUi/z+5BdO3cm8YbtBRf10an/d/p9sw1UoY265mRSTJU\nw98YvY0sxQcq3EoJV91zU+TRBPa6jDmKOHSRWLUYVEt8aHEjOMqluO7bWhPA\nJNV2cZZlpirGy4pANbKB9kfOhPe+VBtLAwEhJQ1oXJnrlkx4W3GLxEZGgTp7\nWFkbknmXVJ28DGZIu2uFw29qUM4JQqBfAoGZx66x8rSHiyLc2o520ovI7Mhm\nNUhF\r\n=zugU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"7d285e3fed90396245a828a312495df49774be58","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.57.tgz","_integrity":"sha512-epNPisskTOTR3GmiUsnIn7rzn4RyiCLlw9VyTV/A79k53Pt3k8uOoI1LdCi5r/m2MtKbvqV4umbQ3GwoBHP+lA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.57","@syncfusion/ej2-data":"~19.1.58","@syncfusion/ej2-lists":"~19.1.56","@syncfusion/ej2-inputs":"~19.1.59","@syncfusion/ej2-popups":"~19.1.59","@syncfusion/ej2-buttons":"~19.1.54","@syncfusion/ej2-navigations":"~19.1.59"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.1.59_1620120291640_0.4215119300508543","host":"s3://npm-registry-packages"}},"19.1.63":{"name":"@syncfusion/ej2-diagrams","version":"19.1.63","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5634166dba06b9596f1622cddab643f9a735e5c9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.63.tgz","fileCount":308,"integrity":"sha512-lVTUknLPwqqdcxsk7qWWwjRM1VJtywYTDok1c5wVSNPP2kGXPY6dWUysfTJXQ74uxCjBVxLFkQFAkw8leT/Jvw==","signatures":[{"sig":"MEUCIEWTVvI3EmN0QMyEotc65bi6npIWg5VjYaQrI1nXn2SOAiEAndmtaUAasqi0kfnd3xvTjMdNthCHOET63RAzGQBT3kI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32886584,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnL+FCRA9TVsSAnZWagAAr/AP/1mS3AJdfpUoknLB0o1f\nd6whQBWK6/VDEHsdQqGTN53fKL88PLQXiJsTt4u/RPbxjX9NEcM1yukWc/jQ\nPDJgQv6omOKD3SBkHNuiYxMdmcp2Hm9TTVFRFvjeaugHD8m2gbeoKazNa+4n\nejpjRkFLhmjrQ1QQwuJHYabI/alyoesJuwzW5AFHvUdAAlEhVsC5jc8GL7k6\nh0gmO5BTjtN1fPJkCAS5IzUKfxPIsyT9tt5412uchZYaZhtAi2w9wecjmG9W\nDTwDp18es6dqLsDI3H4/eCW4udNCTVpe5VTMGGJlQWKbjYf4tt1VDH7Q328e\nnIKLBSyOipMWTSU0wTN/JsNN9uBwtv1Nt40jOOZrhHwurVloDuxKOkBopw8y\nC7tGxAe6q8TumSxKRU22swxdXtS4j/EBMk0G82+zNPpc2GS+Oy6F/6XY6NPR\n/5OwV13d3eAjArbJXuS0RSzUcZviqaVLkQ1Sf/z9w2AM/HJO919HpziZ7mjS\nEwDRLXVsy9Lj7Ra3MXJVC+GrTc/ftXFj/BDlS9WfCvFt4IHh45tD6D/PuuUA\nWJjEfRbAbzRza8ZX7R8GUgqbB5gIotXu3uNqkKeaCvnPhHXm6YCzih7g69Wr\nLqW2qA4jTAHaE4WLIZWoyn+7Hee0VoY6AEz68EzNSjz3MkzDVNdMHbf1+qi5\nHoA+\r\n=BNJx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"95ee9a40e0619476ea4ea8c6a18d87f7dee5c078","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.59.tgz","_integrity":"sha512-m9g252OOPO7Y46qrAQMY2ahh4VNh2DFDe8a28fDR329OQnA93ud6VXgShJlmeNeBrCaaAGUIIUTjWJIc0K2nQg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.63","@syncfusion/ej2-data":"~19.1.63","@syncfusion/ej2-lists":"~19.1.63","@syncfusion/ej2-inputs":"~19.1.63","@syncfusion/ej2-popups":"~19.1.63","@syncfusion/ej2-buttons":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.1.63_1620885380295_0.2863032050633436","host":"s3://npm-registry-packages"}},"19.1.64":{"name":"@syncfusion/ej2-diagrams","version":"19.1.64","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5388bf169acb57c55dd374237677d7a95391aba6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.64.tgz","fileCount":308,"integrity":"sha512-NiA6Yv96kPzEq5F9c6MtoNgAZ8i4CDhJC0X2astHm+MX0biwHwNF73QWDJx+C/sYoityK3VmRhx3w2wb1MAbfw==","signatures":[{"sig":"MEUCIQDvO4AT36mCcDGfiQ7+UVNF1jS+A20/oKabOY1+43FBEQIgBKyy1Ko6SBPRhsUWaUHQ0zFbDODzgXvhdR7ndQmeoQU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32891456,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpOGuCRA9TVsSAnZWagAAR6kP/3zXx5A4G1emhJaWXQAf\nI4J3OD2PmoJLHNpeDbggfIrE9BgsNPr0qmnNzHecn4HyWYygeU5AaI2JDNow\nxpK1Ze8KZNGDrt2Ce7Cu4gkEnpSF3zpwpB3eQgw2FGntjXAsUyQlJvOzCEeI\nZtsvP7YaJzIseAojl7B+Rx96E3loQzXah1F6F/ZHy06hdAoeIH4AtDrYGpQy\nyqI29mYKjfvXFqRojFF283MDaE7GOTgQL6RyT59QRwTquJOeP33zupaaHqh6\neIkMudiEAzB4VKKJ/S1578L5N09cWgYkwoZ9zXImlQwAq/LD/WmmwWymVWyU\njRSnU2+53TLOqp7YOcLN+0ruxmvvsB85U+KZQi5dJTYrR0U5Au/w+xTkQI/8\nQvFoTyWKoehPY0ae8/wyML8sQxvcL4OS3saCA5o0Z5rND80bM9k6AWIqZh2U\nlwUdtpbsS+3ons5o1ecxeOrXqJh8NtnrpNufvPbLeZablS3ZW4FExrpXJtHQ\nZN95ch1+yN9oFQJNx4OQ7a4KEl5JXEQgiPQWfOo76xrLoXUZyqXnQXQp/gf4\nAmmH0CQ6ivR6ll/x1X/weAID2CH291QodjP2wGUkzxUu2Kch/VD6dN34cb8z\nBQvpE54tQLhY/qw6o33JnfLuk8L7vhcXfLNMpDWVXhl4AhErjdGxBUGugwfE\nw5Eq\r\n=U6LB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"53bd074fd255bf67b16575d8363a8554d4219d86","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.63.tgz","_integrity":"sha512-K/gvAPaK2V4u1WwpklDhNeWqjTQ7Czr+jEqxYyw3l/kHxlZYbt4/BR2EJd03pBRJwqA6GFca0SMkx6/KxE+o7w==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.64","@syncfusion/ej2-data":"~19.1.63","@syncfusion/ej2-lists":"~19.1.63","@syncfusion/ej2-inputs":"~19.1.63","@syncfusion/ej2-popups":"~19.1.64","@syncfusion/ej2-buttons":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.1.64_1621418413555_0.5802554598752825","host":"s3://npm-registry-packages"}},"19.1.65":{"name":"@syncfusion/ej2-diagrams","version":"19.1.65","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"594897824a93c57b58001f8935cfef46164988d8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.65.tgz","fileCount":308,"integrity":"sha512-/m0hkxPu6O4e9IHHZlFFYISi+0mnRpUFZNFK6YJiUpp7WsxW4ySEyRTpvv3lb8Mddp+wzhEym7ASRZNy5B5nFA==","signatures":[{"sig":"MEYCIQCkXEbQlZVLiWxOzO0zXEpIbOcPk/wCdR+Ad4OciaX8qgIhAIHDM28b9VPwotgZrxjMGGCoZPxUP8gKocBjzZkIgkMX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32925791,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrJ71CRA9TVsSAnZWagAAq0YP+gIwe5oSwofr0OPbZqpw\nO/ApmcC+pu6F18GaL2t0w6/da8uqMJsYVAzI8ZAqw+SujMPFSKBn9FfXAE2z\nLqQhwmOkZkFmN+3oIYEQ+Kf4Qh4cBg0Ez8ipp1fhnTSD4k6IfALV6tYCDqT8\nwKyycStv+nqo6yl/aeLm34L1N44D8WYWdbs8xMpv0crnunGQgkhNpDQ9cqbo\n5xkJkOecpl9JLJSp6d8J9IJ8Tui+s1vndDyGJtdm1P9BSbE6hUawaBAij5KU\ne29wZXBWdoEYMUaA++Ul99xT0wE4l7LMYkXoPO4MgfRHrg8lZWARRj+QIzaQ\neke9NNh5zWz3JkYNYbqc1/drdwOjI4z21M6LEu/nEE3Sbk4MRaqNQn8YsDlr\noUrcR+itwn1/U/Z3VxWHrKEidlWHX7I6tgIhjS+G+wx58ziZWqAqEm0aXfot\nISeHFCGB+rwAzo8a0jUm1VZZL1+kmsUYGSZpFpfGiVTvO/CEaPbKyWQR2MOS\nQuJxgklFepPmrb8+TG3ucNP9GTd7XjQqlcNgshNsdgMoyoYpBigr5+fJIbxf\neM0rjclX/vI0U/c7AlXbIn5CUVw5aZdPk0Df/TN8stCnXvJ+AyOU8sAPq34y\nvi3iF5UfMQsIvTFTFRNFFnyf+LY2oGlDh0MxVL7uXuAmDWILHGcFafvmlCf6\naESs\r\n=FGMq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"d4eca36d7eaac625d82b45d8c6ee05e139d8e09b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.64.tgz","_integrity":"sha512-hF2wVNmJ+cv0Y3o3/XlrJfh6FY2AjBTzf3TGDOfExyRHxDYvsglpAe6QCfYl66xnME3xjv4oMd1l2vlmikJt9Q==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.64","@syncfusion/ej2-data":"~19.1.63","@syncfusion/ej2-lists":"~19.1.65","@syncfusion/ej2-inputs":"~19.1.63","@syncfusion/ej2-popups":"~19.1.64","@syncfusion/ej2-buttons":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.1.65_1621925620741_0.4565599619740519","host":"s3://npm-registry-packages"}},"19.1.66":{"name":"@syncfusion/ej2-diagrams","version":"19.1.66","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1560cca6b8a36a626bc8022b10a7907248cff1a2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.66.tgz","fileCount":308,"integrity":"sha512-XAQ+oNR29vZRqntRcF6PrAAuFRGeOvD7/xcun/qZaSPWa7gYO8wKZPI6KSZRSjuwS/A8Jhm46UVEnKQQyGVwrg==","signatures":[{"sig":"MEUCIQDaCb3ryKAGWlXIWEb4ScCg37LZHcs20rIbXBn3QxbqFAIgPz+4pyfUuAWrz0+2PQ8bsMZkdcm69PXEK5x7QnKPfyw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32943765,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtc1lCRA9TVsSAnZWagAAQv4P/RSswD8i6Q17iF3rIYfe\nh4PK1Nt53uTpjvStr6NsBVkPlrVLOsqrEVqDeU8O3YtOizfz9VpKwQ1U/8lH\nynNIVS5Xyq7UekRMpi5Yq7xDTB1FNYI//Jqr0DA3QAnGnqcyEqvpbvyz/V6P\nq1Q+Q1cjg9j+Bpo0CJo2XVmorEU+fMJAv14RT4foZoMzHqm+Txx00CBFhgAt\nEO3GGP1fvkGfhwWKsOr7Dcb+V3ymsBfckbC71LxX45o2XNMNNcWRqprHksiK\npVKoBBVZ34ZzvJeCzZrQG44wKiVXIielRkAmrG1oq3HpO7fpu+8fFRlzd8cb\nGaIRwBXhs2IS5WoCp4//xJ6pQHGKNntgFmx1wav+dMiV8g1iP1yy4LH7AKor\ndrNWXPbBFxcAA1+EtgiAcHA4vgWS3u70qo1dBYoS+WbWjHLWvRhfXts6KH/r\noLtYSrjGlHn0K7QM3sWJmgxStRRcA19uJ4cqNcbjDjMt2JTghrPyzrhvGOi0\nP0xkG1BvC7+BidV2PzgEmEKS48EyV5OPk25qkE66xLNK5SfWJmaQc2+AY/G3\nsTrp6CvEITQG8yYulISvzXvVlvhucfsYB3271cigB08o2+7ialaVyUopd9+t\ndUOUqIBj2cSRSEKJIsxLo0LaLwxaSuKzAfoct4KADZGTiG2msXMnFJXKAbDU\ns8oF\r\n=O37O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"c24d580b233023b370c6246df61ee08bd19a53f3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.65.tgz","_integrity":"sha512-NMjT6ZPprmFa0gL+KD83kqdyFjArVFQC2Y0EfpfPrK53aHOCDtA2q0p5jpLwthGBI3gKzKwCU2fUuiO2GCZo+Q==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.64","@syncfusion/ej2-data":"~19.1.63","@syncfusion/ej2-lists":"~19.1.65","@syncfusion/ej2-inputs":"~19.1.66","@syncfusion/ej2-popups":"~19.1.66","@syncfusion/ej2-buttons":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.66"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.1.66_1622527332956_0.8426321437258726","host":"s3://npm-registry-packages"}},"19.1.67":{"name":"@syncfusion/ej2-diagrams","version":"19.1.67","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7ce2753347b1208253e327695aebef0d0e7831e5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.67.tgz","fileCount":308,"integrity":"sha512-mCO6hpmIxCA8BnRE8RP+f/PXkbV3gcpfApkuVE3BJaZxSGQ82ZpUvJK1VEuGWf+iBDb/UbGymRMvS/MfiIJV7g==","signatures":[{"sig":"MEUCIDkCIGN1NGiLSJdi3lQDXmNkU98gDjQaOc2/TBoCoHxXAiEA9xmuoCW0713BzULodg4jJ6t1j2NYx/ChKQAMzmftFKs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32979580,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgvzRICRA9TVsSAnZWagAA81IP/i0w1e5PStubYSc9wlXT\nVg9dnJhZhvuQzYEtXiU0nl6pd+7EX4fvMIYKpEacFrRaKwEjLxfpWDCMpLaa\nf0zDEATZM2QzUMezyKw6CWcvagE9yL7niu825T/dm+PniUOxZ+/xMKnRa+w5\nmSPk4fbyfmil7aKlQ6g1eqrtd8MIML7xikvxYcFuS/sOWnydOtBn4exZQgs/\nfU1UA83RGkIGVIyMQ6TCpDwdfL0OObU9bwhK4KFg0afw8Fr+XFIoumJwb/mu\nhH6akAUpB8IZ/7zU8ecHWzhprFV19HxbD5uUw31IWaOb2nXRZN6MRYGO8J91\nUE2EvXvnUFCpvGGZbQV80JPmUdew1x88qhbMWca4WI+bo87WLOIROZQXD7pm\noUuOnyD1AdyyVO9i2mqB3mpKeRbBGHxirWynABFlCQxsGjTGY2y6M/HXqg3y\nQ1fXrZsheCGSO0DtaBIs+/7SRgjJoy/ZHRaGGqovgTButg5YxDmjm1QarMxZ\nNuRhq4rllCd1ZcqM4Se1GzIGKAwps4vOkHtBZeEZAMvynOv35+X6lfhXbykj\nwPZ4zUFAG2VkCiMU/OOkGIdmuVZuZdW6WC+FL5aoPNHldlRjdHHFTB41JHvL\n87miUVD7+t+UHevVsKfCIn/ZC13QFKUi1xixunvCue+E7eJdFes0NwPSrwep\n7cgc\r\n=SuFz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"851965567e272cee20c325e2dc51659e79a49e35","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.66.tgz","_integrity":"sha512-eJngG9ueXyy7JuJyjNvUsVeCKd2babgmV57N61grtoZV45timRWsArpwMHOdsSIpqx5jdlJ3QKowrXVPlXNaRg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.64","@syncfusion/ej2-data":"~19.1.63","@syncfusion/ej2-lists":"~19.1.65","@syncfusion/ej2-inputs":"~19.1.67","@syncfusion/ej2-popups":"~19.1.67","@syncfusion/ej2-buttons":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.67"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.1.67_1623143496423_0.42850382603450776","host":"s3://npm-registry-packages"}},"19.1.69":{"name":"@syncfusion/ej2-diagrams","version":"19.1.69","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"323ac0387bf0e6c81aee06067c0f6ee94678cf07","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.69.tgz","fileCount":310,"integrity":"sha512-Gq4rTcXFDKo7GTN2NJQdy7BVsQ1Fu3IT53bhZLmwjqbJ0I9VLAkdnDIPrGPta7ehovmqoIUAfFB1SxkWApE7TQ==","signatures":[{"sig":"MEUCIQC/LbzUDF8W5ixRy0bj0qjSTcoEdSrmgtkbkFLSeCdLFQIgX5xlSlmiE2JaaYK6coLE7Bcd44fU+YhLcj91G/mQiM4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32986850,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyFNFCRA9TVsSAnZWagAAUvQP/1w826vfXFsE5nL9d2/W\n2R1GIudNZW62dH2YQC9n1Xtpo3jy4mCffdjQdV7Z/iTBIh+Xl0zGyzelg08L\nyCc25+l2xEJlsvGIaynSoYyP2GV/0vPNVgC7KqXmHjKXLS6TDHdqNQgtEYr8\nUtUhXbQMcj2+Qi77ZYH3Mrrm/2GoGzRq4PUwkjROsmEq2MmCNKcUzdfiRaEq\nVsPo3moCuc3BUgKzOeYYPxR+Yt01XWq8fs02wAhClvAa1tbLKrxP2altkp9H\n/aS1mlYxc6TV6onyBCXUxQNfSH5qnjwjx6ClIxVGXcRPDuTaYmrHml4hAkr8\nVwwt8iionYzzJL8LnTGa2Y3To4/J9xkffnBn9w3CgVpMn0JQozTewtoJzXVj\n8zSg5T/8/0X1GuDHL67Tw8eM841vjFYoD/j9PUUyNvOC5BD2XxC3IIP0aa4U\nzOEur01btqlgHERp/nIBJMb6EfDBzu8kFQkK/xTvALB4O3UAxxx/j6Sog2x6\nVG7Cd6691QZcj9ivljH0maK0029ER5oPrwUSralAoQlFeU/EZE/XVM7+1vfX\ngyOtXCSMbp99NZfyU6KgdKJiWKzED+SkF4GyAcqQMgmj01pCk9fQHFjyKhh8\nqKfVDrcZOVp1hUKASocGOyP132Ih0Kf4dF/9vBuXtdzlVkXRiv9bd6FIe4bp\nwkrs\r\n=V9Oj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"d3e08c22dd8c1521d0621d7f22b97b7a4421faa9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.67.tgz","_integrity":"sha512-jmnpoYPmiI8z62/6P9fwjtNfYSXLtamA/BQ+6hPxQ5B1cYlpTYGxP4usFVK9o5VgSW06YgpI0gXscKqCjWDdPg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.64","@syncfusion/ej2-data":"~19.1.63","@syncfusion/ej2-lists":"~19.1.65","@syncfusion/ej2-inputs":"~19.1.67","@syncfusion/ej2-popups":"~19.1.67","@syncfusion/ej2-buttons":"~19.1.63","@syncfusion/ej2-navigations":"~19.1.69"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.1.69_1623741253523_0.3973511228719073","host":"s3://npm-registry-packages"}},"19.2.44":{"name":"@syncfusion/ej2-diagrams","version":"19.2.44","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"4159fd004404368e10dc0489998289c7e724c00a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.44.tgz","fileCount":320,"integrity":"sha512-aZdccJQSvaFhOqAdBYS4Up0VULqKUB382ezJvhONHBXoHUi7WKCS0mvpL4pkZoS46oysDGdy1JmnE3jTv0rqVA==","signatures":[{"sig":"MEQCICLKh4LYWDCrwgypn524MksOG+BkWz8kzM7V5MvOwg0hAiBg+/uYXOEJaUyBGgnnZo4QpstPEH9sQ9gIt9fNffeAqw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33033763,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2/yFCRA9TVsSAnZWagAALgsQAIwWcdlvINzLg5nWRPQG\nEZTE0Xj75s5X7obqlDrj39LliJM0r4FGKq4kQdhxcn7E6ZwjeGj1enVYXMXW\nlEpLDjp3Uyk8B+Xc7YxvgQMaUudmRQmKSJ59CazEASxKKJ3A06DU0sQteTeD\naXf2lDWrNO5vifSRZFd+Q0cPRagmaIIcg0ZGo/zDh8k5tiDf4NZOm6nOTbM0\njewCK4Uax4ZJ3tTCnNsJxmgZ0e8v1iQZ3pjHXINhphQiR1majoKOMs2s98x8\n4/8qaj8r45kkDX1VNxir2HJNfFZ6JJMCuc4o3wblzjVYfG7q+x/BKZcrvKWe\n1P8QGKZI4Pw/gPwm1KzxWJXk3L62ajW7xm0ybKgsZHjh2WyeTpohCMTMlYAp\nQbAf3bbDYFBTM01McLA9qgHmR0rPvKHmm0mEJxBR9Mm2ohdkue2OokXf5YUd\nFo4gKG7srOpWTh3fg0JLlSgiYw+2V+3d64Aqv2KeeVJK6TYnOFyPok6AllVr\ny6l14xDRBPTDYUjhzHoQJgV138JK833So+6lg0nbrlgTOMdtIl0bfMJ3P6xK\n8i5VUquGquLRppCZyCSnoS8dIQ7b6JSGeXZfFo3QlhZhLfWbyso1pqF/0G5f\nOY0RbqNjam77Z66DaEXe+v0YkABwilWVl3Ooy1CYWxWquPaRT4TNtyuOHrE/\nVnCB\r\n=b15J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"9c743a7f8a931f72196050845682e71cf25fc599","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.69.tgz","_integrity":"sha512-d9yewS83sGqX5vHWi/zafiW4HDOgcyQ5/tnX2b+O50BXdGWsRFSadD2IUwpcM4WtO21evSWujoNnzEIoEgieCg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.44","@syncfusion/ej2-data":"~19.2.44","@syncfusion/ej2-lists":"~19.2.44","@syncfusion/ej2-inputs":"~19.2.44","@syncfusion/ej2-popups":"~19.2.44","@syncfusion/ej2-buttons":"~19.2.44","@syncfusion/ej2-navigations":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.2.44_1625029765198_0.11277111697571818","host":"s3://npm-registry-packages"}},"19.2.46":{"name":"@syncfusion/ej2-diagrams","version":"19.2.46","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"5ca4ed1868085907c2eea2b50124be13281dd0d5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.46.tgz","fileCount":320,"integrity":"sha512-baFlrkx4/Z1pA+SZgKAcmaDeA1HT7Jng4ZlK3QgJE7TKCWcB1F0Ew0ZMeGL5kV9oZB0Hi0UG2pjKjo+5Cy4Xrg==","signatures":[{"sig":"MEUCIQDWV4869Xnp6Wbb+tr7egR1GAHwFz68LvzQIqDBtQuBCQIgF5AiTHTGzLrr6HUsqwUufl7cHAeB5LK9/arOQA5OH6Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33040706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5BFACRA9TVsSAnZWagAApXIQAJD3xdAwKLy1IeKH27Y4\nerpGvPZnRjC74d1cohoEvMg1v8u0DkirEYNgJNKSYa/IAOZGqGnDnVHoXg1a\nLB9pyGBSvC+Dzgm+smB5XNsbdliBuu83qUjrAV4SmF1WvLv0Qj7SnGiHZEE7\nKa/s6XaayFsD3fju6RgjrDT9NnWBZvi08mPG+immIRYyqEhoHKyGg1Ex0oaw\n/iwbD3tCDVfgEfIMCb2DDXtKlu6ss5pqiXenySYi0bFSkrOiFxWZbTJjpw1r\nl32iOCMmZa2Nqy7yBT5NX4T3pWjH3C0vaa/AXy9rQHR8lU5uK2gClPkL3PDo\nPVGnjFOpxCbB7u6Krb+HOGskaX9/sM9F1mCDXqGz9aMHSQOGHWNuF3Ia9ozP\nYi1UGWK4WW2XPtrq+lrBJY0DET9li610dOO87DKsho9j4H50hr2ZrAz7PF+J\nAXN8uyKeGPQwTEtsSzkMcptiuJfurcunC616iDNMr7pltNFf44skl8+fpPC4\nKwbXyhAKNwiBNZomFlW4CN+Hxkmku4l+DdZelVAoVY+sftdGdkshdfzqBK5E\nFV1Nn7z2tZ+7Tpiqm2O666JjYBnJ9rv9ft07EHxrQhMuIzCi85BC8QrUm7lN\njoWlXCLkIyRQpq0HnUAJ1+SWGnJRZKYXvHe7Qj+A1IKwe4iKux4DA7gdR2+5\nxKTo\r\n=nqwr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"d27e4c3cb1e5f1a7e64a926a15eaf5caeeb77515","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.1.69.tgz","_integrity":"sha512-KeOSGlQyH/mMAPUnxRa8cR1VABSuMXSeIo9U8MlCucZkB0V9YrXXtqgTzr/DeIU/TDtIcZL/xQVwMHbaRroMlg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.44","@syncfusion/ej2-data":"~19.2.44","@syncfusion/ej2-lists":"~19.2.44","@syncfusion/ej2-inputs":"~19.2.46","@syncfusion/ej2-popups":"~19.2.46","@syncfusion/ej2-buttons":"~19.2.46","@syncfusion/ej2-navigations":"~19.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.2.46_1625559359311_0.896157299620139","host":"s3://npm-registry-packages"}},"19.2.48":{"name":"@syncfusion/ej2-diagrams","version":"19.2.48","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a4b1700f85d4c00f1a7c543df602af9772c18f5d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.48.tgz","fileCount":320,"integrity":"sha512-ZxpU1yaMwP8Se/Usbwd4/+++RghfEsQwpuOE1dIVV/NWzuOgv26ek9eY/w8ZUeYhVkfK8oe2SV81QGL9azS4SQ==","signatures":[{"sig":"MEUCIGKjYWZEM7ibMfgHsYO+Bacn9+ai2V1Oxb9kIWDqEyFmAiEAns8znRzitq1VvV9//+mZCjLrZr2pohfCE1Lez5NbpMk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33123648,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9nWPCRA9TVsSAnZWagAAPYEP/2hEWRSYeqa36JhvSNlC\nwSmnjPcgfLsP14HWL+qfUSs7V67C22VNs9JYrTKr6Re0/i/TE+06vfDqr+EA\nVP4I54C8VvoA4iGXqf6M3mU17ppsCJqBqvkh7JAyHO/fEAX6Ezoo8dAbk4JM\n93v5QAJXxt7RI4DkuemDUzkDo5JgHwQdtoU12h/WsVEb5h8OQXDH1/hrcc8V\nN1qtVD0dDnuuwYym5Kq9S4AFmpbngxE6GxmrHTkpQIGfja5X9ZK40F2KoTdM\nHG6w0RTZRNCw2wCCPrAQX/46yUKsG0xtyy3OnZZvVRuCtOhCxnw+jxHFwtLQ\nrlS9NNaRlNvJd3ztoCEm2Emj9gNipMDcK2eSgXgNdhfDNXUJTwzHbx+9sGTf\nRoCnDNIfUdJ1I4Rzpd6VEx+2XJUdHmw59GSXZFsyYX2tqqx4duByEfVoMni0\n6DaQdF55sZkPLYxpiIh1G6jyeIh+kggB+htVITuruXXEcfW/ZMkotzhPoxwS\nfgMjIVUPyjsm64IeiJ2mTjQD9nEJNRRFGSlYA+2wHJX2GxABd7YqfH8/T98n\nE6FBsi+0X4mEzL60hcMgWMTNSfg/oEeo5+sbF0KChpHYW4qks7sg+pM4Fy/t\nawuf1f9WXPDe3baC6v6ca47wQwDB4ZPU70gWw5C4wuKOQKfZp8VYTiq1B0yU\nIyiH\r\n=txV+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"8f7fb8783de5d9aeb62075ceb8e35dd5573ddbbe","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.46.tgz","_integrity":"sha512-tYiNQpMNmpFOgU7LuLa9SCkVcDswktn6krsuuS06kVI/lv/4wPfhPEg+9PYOdCcqz6iMeSv0Hnd85ndY7bXmNg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.48","@syncfusion/ej2-data":"~19.2.48","@syncfusion/ej2-lists":"~19.2.48","@syncfusion/ej2-inputs":"~19.2.48","@syncfusion/ej2-popups":"~19.2.48","@syncfusion/ej2-buttons":"~19.2.47","@syncfusion/ej2-navigations":"~19.2.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.2.48_1626764686941_0.5493707697685961","host":"s3://npm-registry-packages"}},"19.2.49":{"name":"@syncfusion/ej2-diagrams","version":"19.2.49","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7cdc6f7b55136c467bd98b42fe31a1280b91e45b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.49.tgz","fileCount":320,"integrity":"sha512-juX3BODE4oF5hTBvbUQHIGw6P8IK8Jn1bA+r9Np/8x/BOY9Q5hi59Nz/pE/CyxufMaCREAg/FGIusndqhdCqlg==","signatures":[{"sig":"MEYCIQCuwQVfFqHmWtufS8wh1jOYCuksWq2gY70Sg6CHxnyl4AIhAImvcuWSzunjmW+U4FnwKpg/EXZQ9QeoAe4dYpgOElvN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33126182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg/7MkCRA9TVsSAnZWagAA4wAP/35tHJJVd9uTQ9qX2rxQ\nKt7p1mBaBlgPTohet3KpJatA2kOqXizOnT7oyv+ExvY6VYoYD3+SXkg8QYOi\n9mlHvVKtw1LKGPy0u83GZVEd1MAN/0c9jqCPwNYIdxn1QhZiR+5N7w6hiCxj\nIe6ggvYqpNVHDyco7E5RRyPdb9N96t0sgNax3sWp2v+7tNpDiwMrbr08SSag\nO33GJ2SHPsB+IakDu/NUNkZ33N/5mj6DDgTfk9mr4ATaYwRGE3S1Yb0mGtnd\nqXM1jjYGUICguJeSu+mzws72zAuJqBCe1aZ82fMBq12JdrnlrF36AgR+cho0\n46vixIutraQ1ms4xSwRQHygdD3fmcF2sMxtLQVqBhrCRExqMfj+kCPUjJsI3\ngQfej+7akAYfyD8e4d54S5Wctq3VAZH1DxNx/RyuNIofKy6dqZRQ8lZwn1zg\nk/GmvJreT7cH+L3KyqJcfrQNYg4eBHtoQW8Yvm1sOY5WnJ9/z6hr7LqsXuKq\n9aRaIq78PrhkemUTWazEy9cSi05dgP2dINIgB/cqggpMnKZefj0rs+VAdU6Q\ndU2DI0LoZF/ZZbF+6AS1NjUEqYcJG9q0m8R4xipNEKIq7qQDtwwZx6BRVGdp\nLC1Ejy8QCqxX7TNebbXYfe60uT6HPILeEceX1UGu18XHK4/FGhE1EBFmzYsu\n0azX\r\n=xLOj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"d928108f29f4b66ad354b97ff3c20d40f30168e5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.48.tgz","_integrity":"sha512-zPYDQd58CYuEnwzEPGfpnC5bP3ibGSAiJ6rCjfRn/lf6Pp3qCzcldrN4Pc5bNb4S8rhY6ypjB56YWhxtiC396Q==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.49","@syncfusion/ej2-data":"~19.2.48","@syncfusion/ej2-lists":"~19.2.49","@syncfusion/ej2-inputs":"~19.2.48","@syncfusion/ej2-popups":"~19.2.48","@syncfusion/ej2-buttons":"~19.2.47","@syncfusion/ej2-navigations":"~19.2.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.2.49_1627370276026_0.7136526324427956","host":"s3://npm-registry-packages"}},"19.2.51":{"name":"@syncfusion/ej2-diagrams","version":"19.2.51","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ec195038946683b17f53d5728d5cdfab0949b623","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.51.tgz","fileCount":320,"integrity":"sha512-ruS0jjZF0jutzWEwW5NJ6Iz4ZjTinMNHtCLvYNO2dFvbZ3BUJpsp5LYPF5nFxm+Lhse6Ahep6BNGPSymMe6KBQ==","signatures":[{"sig":"MEUCIQC+FpVk9du/a75Kivx8XvFPZ2XGup+YdD1RsyaNoxmjDAIgTk6L5RMiHQjMxQeI1HJ0j7h/NeENcrUbhZ5PYeC9TeI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33146802,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCQWbCRA9TVsSAnZWagAAm6sP+wbrFr7IrJip73yApNF1\nB/kaZG5lpsDBmAIsVt9nz6YpXnaFoZ0n7JUjsIgI5Qc8nZ5sR0whDOZfDZLg\nk6W2DeAvSaj2cCi/Pm6wRbCUiIlcy/xAsQc09YjOWZJhYkOVfI/kp1CObnBq\n7Kwfh/5MGDVQ02N08C3D2Bpl7p+RMRydre9Cgdk/Q7mG+/AI6QXi/8s37d0V\nlhCKlj2sGo1ENsNdM7hIa89P8LUZeDIRkQHW735q8KYq5aJEuyXQLHcRPZ6r\nughGBhXVkq4uMR9D8SKKMsTXU68UjPQfLfL5KW27F1PweakrpvmIo4eLWA5r\nmsZfFDLStRN+hTnNIPbVt1vwZHBc+LAyRLyvmYsiOlzyklzJTB8AWhT0+mqU\niapangMQ9NYUCz4w15qCS4K2BRUTJVT6sFKQFgG+LKsa9kscMzzWW5urXjpE\n9jQtmqC3qkDug5GMW3MP4wcyTRi73AWAI+OeOyk4ew3D/Cy9dtTbPbM0zMje\nP5AEMU4ZQCexniekp1Pmipeko6//oU60JFBvLNZbucxyeKJZt7oPumTJSBxh\nlJVjMWBzsS9QeZUPvTJxzwLFx+XTgbUREJXpM3OoSrxIcYaGs0ZCB82mrizG\nUDiHTxv950dXOZVsIfm1IdcuMr6EiZ8QIDsQ8k5opoYYKu3eNH+e2EpCVyi/\nKKgN\r\n=08xW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"c32db61b6da472207301187b7e733fdd0ea3e068","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.49.tgz","_integrity":"sha512-lENvH7B6+BspoghOEyLf8dy5h5INiGGpG6TCUDaJShMRMeePkfKoJ1fOWIly6HNDyIN5b5m841rsqN0iWLs7sg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.51","@syncfusion/ej2-data":"~19.2.48","@syncfusion/ej2-lists":"~19.2.49","@syncfusion/ej2-inputs":"~19.2.48","@syncfusion/ej2-popups":"~19.2.48","@syncfusion/ej2-buttons":"~19.2.47","@syncfusion/ej2-navigations":"~19.2.51"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.2.51_1627981211428_0.253013887239564","host":"s3://npm-registry-packages"}},"19.2.55":{"name":"@syncfusion/ej2-diagrams","version":"19.2.55","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b67ad6142c51d12ac5c2666b4963e6f62bbb0233","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.55.tgz","fileCount":320,"integrity":"sha512-HxpCODt2nUA2YMbGnpptT0f1NvLto6F368ph7Xa+4Teu3W8vLkq37RAzLBK+TUQn3T1ZiW4ZFQb4s/9gqYuOIQ==","signatures":[{"sig":"MEUCIQC6eRwP4ppmYeOZdJ5dJnQEeQvOWJ6/I9kCVRXFUbNWigIgI6JY436RiOoEV9CxcxCmbpQqK5uP5zI6TqhXWv+DXCw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33181134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhE2C9CRA9TVsSAnZWagAAZuYQAIaBNGktl8BNfu8zB+Cg\nK2QRKyUOmMi9JDzAG6lRn0ydAf3ejSxle8lKlvV1tFLzDyrmo9UX5EQu/zJF\njX6p2rUJIKAtPpzTrebUK1eAwpOrsO5JUn6I/ylMV3FGR1KQeiWPdX9+IYZW\nayqyGmFUtSnWsL0MzV+29TjXk57MofgeEbfszaPxjE6Z4wQ4vw/7NLpyrl2E\niyPBuwwCAXrZGG3m0qy3w4SvDsmN2F1WWw1djbRo8pLf92B51XZhwr93q5af\nqubwnry+1fzNWhUBt73Pty+EC+b3izUSzm1+dT4XcX3ExXf1YEjEUQUuoAKQ\nkLvwAgBnQ60P0h6RQMXT5XaDNkl8wlyh52aSeAticruWtQAfD6+2oW9H3vCV\ntfu4x060Im+FiJ4j6RWnQPhIHvPW2cpoS/1y9I1Td1VAVBiIAe4KHRYkkawy\nZ68S6xqwo4+2/EeqgeLQ7ReD/1ohP/2KcAKIARkUNSXLzyi4G5Cv5DWC+/IY\nvXkjJdNWujYBkTIQM9aK4dCVzMtL51TcWPDB6Yfq0k2gMMhsYQtEVcs7gBkm\n5b0pcyqB69Z/U1etsW1XFaWke/k4Epky/GMKMB9O2lm/1yL+aN1j2jdpTF2t\nVZ3GOj+6/d+sw24ZXV2d1udkcyFQoYMRNfyetajilt5WJMOXlfUcqCqilQdb\nd5sj\r\n=Us/p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"e7166c0fd37dacf11fb5b557658076017f33a9c7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.51.tgz","_integrity":"sha512-4k17jK+K2PpT10KsN3fma+tkb4rOa1DaeLqviNz7Ja85dOBmoAIEfL5RSigL3YljXmdV6a3QhzqaQ8SR28/JFQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.55","@syncfusion/ej2-data":"~19.2.55","@syncfusion/ej2-lists":"~19.2.55","@syncfusion/ej2-inputs":"~19.2.55","@syncfusion/ej2-popups":"~19.2.55","@syncfusion/ej2-buttons":"~19.2.55","@syncfusion/ej2-navigations":"~19.2.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.2.55_1628659901114_0.7858593412875234","host":"s3://npm-registry-packages"}},"19.2.56":{"name":"@syncfusion/ej2-diagrams","version":"19.2.56","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9df100ff42f1717a4ccd078fd71cc49f4dd5c416","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.56.tgz","fileCount":320,"integrity":"sha512-Jn1YgTBNQnI/hrok8q68/e3Nx4DTZpEySKjWXPIyiEaNLn8Sn/bfU9lMa12uLQXChmVZp9qFxcuvSYxjZ5qX0g==","signatures":[{"sig":"MEUCIAebIZWg53HrnCN0tUpk5P7n+ElMnDfRqSZxxbdLKmoqAiEAreLUs5uPc8m8oPZYTtEyRi1HjONAcqvkoUKA6aY9Rp4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33181134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhG4IUCRA9TVsSAnZWagAA45sP/2ni2akn+KAwFMnDjUDP\nos2cE0F8G8nPjZsVi3uBa4I5Yhxo9Fj6A7Rm/mm5i1abEr9sGGNLwKi6x89e\nfM6GGrmgJr5leJEVsja6nwIymHG0fPvOdZX77IHpEu2GjJ06wNCgkpzES0Un\nox2b89K9e7JFaAdjc1+4OC6KuxrG7fPJv4PFltE8SyxGrn7EiuhN50isp8a2\nBWXWiUolotgBNCpY/WQgJHHwJqPKGCHB+iNscczZBQr36EYooaiXAIn7Arex\nYpkZUlcuMyWX7IEatWEVQAZCsIHKuCmZf/XBl4mYCly/ydgMGUf5ve3Iej2R\nI9U6c4nyomSA3borjk3sIanJQXANyW/1dFmwAKwLbnKZGX/IAQ8+gp2IPTP7\nxZ/A55oDrmkvnBcj5H1ijEOkn2DtXZZ/SeDD11ATwZ/EyAiyT9FPRBMmUNVG\nkuYH9gL90zMMCXhY7tc5C/TcKD1E6vG+U9ceo5I1+82bAQ/KQyw9SCpCboKp\nTEvMIdDvEE6g32pOxD7HVk8eCBMjT7y08bX/rAJZ8UU0vzkGzJf7MXkUERsX\nGnojehG4OrQJsWBu7ohGYX092ivIh0CgnPthDoLYqMz+StnH6wKTFbzS2VX/\nf+SE4ofKuoh/YOQUn19L/joHvXZTD9HTVCCBPoyfNjMdMhaFNWuPEmj6y69r\nCISN\r\n=TBHo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"e7166c0fd37dacf11fb5b557658076017f33a9c7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.51.tgz","_integrity":"sha512-4k17jK+K2PpT10KsN3fma+tkb4rOa1DaeLqviNz7Ja85dOBmoAIEfL5RSigL3YljXmdV6a3QhzqaQ8SR28/JFQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.55","@syncfusion/ej2-data":"~19.2.55","@syncfusion/ej2-lists":"~19.2.55","@syncfusion/ej2-inputs":"~19.2.55","@syncfusion/ej2-popups":"~19.2.56","@syncfusion/ej2-buttons":"~19.2.55","@syncfusion/ej2-navigations":"~19.2.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.2.56_1629192723922_0.7844089712058562","host":"s3://npm-registry-packages"}},"19.2.57":{"name":"@syncfusion/ej2-diagrams","version":"19.2.57","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"90a99f2afbba9b5a7ac43143d4cae80405be76c7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.57.tgz","fileCount":320,"integrity":"sha512-oqIE9y6D4DN/SSL2EHvUGe6qtx8LKe6+MaPpgcnTiUfY72uosHmVKQbhUX7pcOMj7iTvIpTuMZuNRiNs9oaZxw==","signatures":[{"sig":"MEYCIQCHrLJVD3y5IFXzPEdsQChB5lXn14SgL1bIbuoBxYVw6gIhAOBVJAyQibXMVIf8hk6gxGTdntNq/1xHijC9mR0/7uQI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33192247,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJLfOCRA9TVsSAnZWagAAHPQQAJnOpD3lavwXql4AYrK7\nJaOqO9NzCkWrU2xFpBtVAaX/oP45o/UXQaWBCUOajJMVgTBT+bvpqE8sFp4g\nDOWnRLUbXPzxbgkDs4MClUxb0oZyPzQ9V0mzMSpN/tH3SLp36stpOFlH+9hl\nHa2lnVbbQ33FDSyPwe6B/KBRn1h7cChJdUgpqYNmHfcL/WSlLqxO/+QoMRna\nWREko6Ekr/Fddk5z4pldcdKRnU3g5SCWqwm+E0QM9q41j6iX4Nv2Uwf03pCm\nRxlOdhzYSKP/DmMovGS1XXHYTzwEZhC8nxUPe+3WGAZoLG4XI2UjoLsLmOC6\np36t+rkDxhwGGFADJDHW6jpil5156SRAfgHCgFhmknPcNqUwJNC47wgihE33\ny9861PSxbzx4/eoCRAxFoGUgOx+DSVVMfZrRl5ABuHtohOsrfewk7DKTcqYz\nWJtZrMr1tudIVVIQVljATDk9oFzPdF8vvrZQNn8PQ2W6CXOqPMTNUBRnlc/I\nyi6i1PboJGUNtjNN6B7T4l3t+1hgIwr1kU0Mxet2BBHmJF9W8LKgdXxla2Eo\nWwtNvFw2z7ZqsSHwRf8AK+eamdy7g2EXbQXa/P14tDn8vZURXXp6EBMM4p2A\nKuGFAYKmnyxRmfIxkr1fC1VOuwEEb6dtp1KXhvoe78ALMqdCrFJDL9BQshFO\nx9sK\r\n=8bz1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"693e4157a958b5ad0dd5c5325b6e1ad7cbae87e1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.56.tgz","_integrity":"sha512-tqUv5cqpqUdqd5wYvKWsYbJGz7Q8SUK/MPEo1joY2tp2qP2Rth0ETBeH4xctQ8YHhR61zzBQjylsZqfUL2kAAw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.55","@syncfusion/ej2-data":"~19.2.55","@syncfusion/ej2-lists":"~19.2.55","@syncfusion/ej2-inputs":"~19.2.55","@syncfusion/ej2-popups":"~19.2.56","@syncfusion/ej2-buttons":"~19.2.55","@syncfusion/ej2-navigations":"~19.2.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.2.57_1629796302621_0.3926731951837936","host":"s3://npm-registry-packages"}},"19.2.59":{"name":"@syncfusion/ej2-diagrams","version":"19.2.59","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a49b86a5fd60235092600aa49a5549707ea25155","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.59.tgz","fileCount":320,"integrity":"sha512-oqWBzL3RqRRrgckMc9/F2ehwpE60jpOD3rX4uELzcE37SJmIgSuzAZcfNqQLXnLliDf7ul3NPAj1hBGYhTI/PA==","signatures":[{"sig":"MEUCICo3jMlrLfAcGsVW7RqfrvAXHbIJP2EQygLFS/h/QSIFAiEA23lMjS0R5XeSOTTO33PKCyi70vNCfj/da0XDBBzwvcA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33195651,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLfAKCRA9TVsSAnZWagAAsqsQAJsk86fZrJti+RNBMF2w\nhYgPJ4co+N/amp+BrMRgACf/dwAY06P7j17REJU0t37krb5mbdiPSq1wDZT3\n1WI5bc4IrnBOJooHbtZ6S1pY7pzHXlud/4EbrypmJhVkrizBd5WlQH28qxni\nnSFGgUtfvbaRLgghHIuJ13NO2nWUxFj8hdsH3X/f9376CGemxi+PmKIEuA5i\nq9/OanfFF5OL0TvIegPN7VTN76n9EdntLM1vqXl+s6FR8jeRaE0FO1Q8L7gO\nRtqPscCb/x8/cbbQf5g6B9A2OA/zB74AHaG2fXjqPWmACsHmYjzAgzTfh78r\ny3jNYS0iu1wFaE/jI/VUCz+JU6E8TQIwa2RN+PPAw5rq7uQituv6dvybj9Do\nBIyeugdDKMMEQ5sQZAHjRR2G7FNS9B5ky2vVmO1WpLWvNIKMfp6PDeUxwGw1\nxH4lvMgAiT10O3lKlSS+3pJh/aO3TntNZHCADy1Ld5LNsSmv8J7A1MiSCOxh\nMT1F3bUdvQL7fV9GV6dD73WXjyPhDWGXiL9aUw/632nKMaeS9JkwKYRUtFct\nRLX+lIlCd6+/xx1jNNy5414dAXZgbgWmkAdYcR5gpxxzOvJ8TfypKpgjOpgX\nzBPzR1i/nG+GvR3pVpN6lysA3fp0xBOOB8BNiuvvCZofijrCWzJOulOMLhHA\nv/0W\r\n=xoR3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"8997b430e1799149a0321dd7632f86a13c1c8a9e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.57.tgz","_integrity":"sha512-HTKJ8oahJNe9W09lw33e2jTiCwW8K4FDFlslla+nvN3mJ4YSzuOH4VkDGDtW64iAlwJan6aoYBq3lWT7GAsSXg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.57","@syncfusion/ej2-data":"~19.2.55","@syncfusion/ej2-lists":"~19.2.55","@syncfusion/ej2-inputs":"~19.2.59","@syncfusion/ej2-popups":"~19.2.59","@syncfusion/ej2-buttons":"~19.2.55","@syncfusion/ej2-navigations":"~19.2.59"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.2.59_1630400522008_0.4569957903366064","host":"s3://npm-registry-packages"}},"19.2.60":{"name":"@syncfusion/ej2-diagrams","version":"19.2.60","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3140f8b99b16b0779a62d1ba8a0b5a8eaaa8683c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.60.tgz","fileCount":320,"integrity":"sha512-glsuzG33rrzfJTNAGR4N9pN+APVW9syjqTwAwqVXvrnlKg4l7du9rmdzH3iPsAgq8fkSFJHBdfY0QWwM/UkGkw==","signatures":[{"sig":"MEUCIQDfrBCAtOxX8GAdJtKW+H9MLP31ZKgI19TpskkXWjeCbAIgCWMapu/ayyrrDaTu90eUGlYS6YjyIQu8sO2+wplmJvU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33195676,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhN0b4CRA9TVsSAnZWagAAhbsP/3Cgus+2FRi+g3BrN4ec\nqQrhXCAezYjR+MG+w1T0e64owE7KzV8SKvLvmiQMHEZ8jnaia9TFhC5yAlPo\n0DjGc1Nmrupql8LclKgvhzkC/UMQxDyTS7eCtDbxs2YC71waxsgX1pTh1FnD\ny8WBv5erSvVdtRIpiJk5sUoX/8929pz+qzl1jwi9oZPTLY3WQtySMKsV4wKS\n3OTCYdr7lwtSOgHP6PYvfHI+DKeuiVcj58GppllZrwgY8vzYVI9lIXrJ8pSm\naZmhq0Dg/Gnmuto99jixqE2gbG96MdGhB7UYU5rJv9qwHZRP0m028CjMpAOG\nKCWV1qSqeStXOuHNot6b0orKOmKU/4gm997DHIc6CNaPjPZtemsengV52wk8\nXAZItGvsd+nNa3ARCm6uJbTNE/U/jxnZiPOMwust+Xis528fnJZeuNUjP+UA\n1qGp9fJ0xdnKM9TiB1HNwtm9HGuYU1O7T0kXCLIU9kGzt++GJAE3p/PzV9mI\nxAsG37JTLquuA486FuKLBIdDLFXltGvfFIVvVGW70muBD7QUzoL8qKc6VegH\nCAkIYv/VFi1hG9NR8YuNyhnGlIlwpg3xvwN2v2yDtfZlLFE6reRPcMVGy/kz\nluuCpOyClNBp3eTNi2sDwrp9dhrT5mgm7VYt/yMyVyqCPEgZzhKD2l8m7yAW\nq8v+\r\n=Wjc9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"bd9ba754de42b4695f8d1fe81c1c740f3b4f0980","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.59.tgz","_integrity":"sha512-/In4+SlgeFsBUOftFSRHE4XbNnd43QbwUz8+1eEk4ga1RM/rZ51IF5CVi1EJgCDCXowBJS0ipVuyzdhd7viYTw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.60","@syncfusion/ej2-data":"~19.2.60","@syncfusion/ej2-lists":"~19.2.60","@syncfusion/ej2-inputs":"~19.2.60","@syncfusion/ej2-popups":"~19.2.60","@syncfusion/ej2-buttons":"~19.2.60","@syncfusion/ej2-navigations":"~19.2.60"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.2.60_1631012600502_0.406311799493966","host":"s3://npm-registry-packages"}},"19.2.62":{"name":"@syncfusion/ej2-diagrams","version":"19.2.62","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d8833f47fd21968fd120faaf95d6d4caa4a60339","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.62.tgz","fileCount":320,"integrity":"sha512-T88fDC+1+pEqkS+eMySA+EI3UsOWAnFsjaWqBbBHouHA0qmKtzNvC5GenbOwDpEpsB4FPBfQZQrw77WJk87Idg==","signatures":[{"sig":"MEUCIQCRqRgqeIq9jmANCdQjDvkSTTqdw7rl+vyyHNxEX74EOQIgQ5qQ52SV8G6ZRV+xUvDwq86N+CrgSUU1gkMGTKmkadQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33196558,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQIfnCRA9TVsSAnZWagAA71wP/iVUugGdZQ6KFCRRFi6z\n36+fKQN+Ac8KAbcNIY025Bkyjqzj+00eFVoixvMl6yioU98Wl7iJLP/SoBLg\n09ZB9wTnI5yOwHwFVCEh9xs+FUjZXUyNqzIZU18/HS1ESNGAS5f4eYfAqpzh\nnX3BzYaAa1xy+aTtv6jbLPImr7ykGanibrZW0T5nYH+tasMcIDzTjSt/qvdJ\n2Or/Em54Ywm8xOCWAnfRTpbnuGwA0ibUmwYM1khi4FXEsYyVdd+kYUN6OfDB\nLsP2hhmIYuExTx2/d3kDLl3lrI5WexOFPMWBJZX0P38Z4u4sa+VzkUSR7fj9\narvlInKmbi05UYTemoTLW1nafkd9JafmJ7KD1OsGAYq+YiB9VHugakpVqI/0\nmGK0wLGrqolkJkOvC9gGD4bOeSNHoxH1bi0SR4hVCjLtbyLXi888vqBGNOAw\nn9+IfCowyamBm9GnzlM8I9qsqviMOz/wyiYdWhKDXvIWmfhpJasJKF7tlN8W\n38kfcxoBYx4blZSKzTCks+tgCTwoJmqaimM2shEnsmkFmqU1YZYLvs+l6UHr\nNRMyp6Iwbds7oD3ZLvi7JXx6n8Z4fbbBSJPLbDhYWh8PTRHU9krfcqh5C97+\ndiBK1oiEcOho3gKRLBdOpYtn2vOS3gdoqMmUNFVY08nNbx+B6Ec5eCEyJZz1\n7jfa\r\n=RoOV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"78194cb4c276f3e69299eac90e0e764521294d76","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.60.tgz","_integrity":"sha512-6HxktMM/N4dmuvGl5kLWtM5dORM2mhzmtd1044lAqzrB9lYGR+4grn5ZRtko/T8Dbx7cMFQfr1PB7rHv65PsKg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.60","@syncfusion/ej2-data":"~19.2.60","@syncfusion/ej2-lists":"~19.2.60","@syncfusion/ej2-inputs":"~19.2.60","@syncfusion/ej2-popups":"~19.2.62","@syncfusion/ej2-buttons":"~19.2.60","@syncfusion/ej2-navigations":"~19.2.62"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.2.62_1631619046962_0.35618504403755535","host":"s3://npm-registry-packages"}},"19.3.43":{"name":"@syncfusion/ej2-diagrams","version":"19.3.43","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cdc8bb113a4dafe5822bb498e7c2996aa6aca713","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.43.tgz","fileCount":328,"integrity":"sha512-riYkbm1G/G0pZ2ViOExOiYW0mTxW80z3y0Z06/xdTOobS+/dOBb7nS7YOXwSeVxSbYs9vZm3Yue5YSP0kN7Cpg==","signatures":[{"sig":"MEQCIDDHm+6qYFjjSpoLsVOrEzQLsd1uDa5sC4Q6ZxvRuzOBAiBsiauTxZdn9A86ZOxbDOqdXoV9t0UInWMogLbmmbupHA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33226128},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"77184fc0c1378a78b016c31f0daf1add585caf62","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.61.tgz","_integrity":"sha512-EtBmMEZFbovSA+XtsCP+KXkLx0G1DlZ50izB9zMQcr1XZKMdBYFDEkHYxJG/wARh/43jBqOEP2Xm/fwQGHYeDQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-data":"~19.3.43","@syncfusion/ej2-lists":"~19.3.43","@syncfusion/ej2-inputs":"~19.3.43","@syncfusion/ej2-popups":"~19.3.43","@syncfusion/ej2-buttons":"~19.3.43","@syncfusion/ej2-navigations":"~19.3.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.3.43_1632978014826_0.9445841081518436","host":"s3://npm-registry-packages"}},"19.3.44":{"name":"@syncfusion/ej2-diagrams","version":"19.3.44","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1516bf9055371624d7665567c397e3dc6e4875d5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.44.tgz","fileCount":330,"integrity":"sha512-WVnc56ES9CXE8cONMvEkCSFI2ot6sE8H2msn1CvYxsGMjfzKG1dFFIzPjkCiGTkCwpLdccNvZBNpDr+ORv1GmQ==","signatures":[{"sig":"MEQCICfcWLol60IIRbYElQaBoDgX0/K9WZ9m/brvkLQOjrgrAiBMgdpYoxp5abg+aDNP9L3XvTj0WC3QlWRTdsxbyuUJpQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33310006},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"1b38cad435c31dbe08429f5b1b22ccd99accb1b4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.2.62.tgz","_integrity":"sha512-JEHB9E8aMHGe4I/REzgVcSKcA3iJmqBZ0tJlMWVCkgRAmJ1UAb5CpD7HpbROzM0vT40fa/fA85sRrMSignJcpg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-data":"~19.3.44","@syncfusion/ej2-lists":"~19.3.44","@syncfusion/ej2-inputs":"~19.3.44","@syncfusion/ej2-popups":"~19.3.43","@syncfusion/ej2-buttons":"~19.3.44","@syncfusion/ej2-navigations":"~19.3.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.3.44_1633429102960_0.06226102770295028","host":"s3://npm-registry-packages"}},"19.3.45":{"name":"@syncfusion/ej2-diagrams","version":"19.3.45","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"9965d58757246df501bd2008235157cfbafbe949","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.45.tgz","fileCount":330,"integrity":"sha512-nZKcAghc4YmV3XzPaJVRQBT+QdJdvimCNyKXY5ZGHOHyk5tl/tSJY01OsdtNDWScBOCGnbC9AvGX7/vYy2BLOw==","signatures":[{"sig":"MEUCIET8g5i7/llzTLIo2qixTtqxJHJb3IJM/XsnRAReV+/tAiEArdO15bAvogprMokm5sEkXB/hMCMVp9LwTKVlnJDk80I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33311269},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"7f93cafe86675ecdf0dc5ae41415e35c394c69be","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.44.tgz","_integrity":"sha512-CL8s1q+/4IVD5/n8LqeGIfcXrwHdAozyzA/Mpnm045q1T16WA8tNRHB0ha14Sikgf202F28Eba3z8sZBpqmldA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.10.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-data":"~19.3.44","@syncfusion/ej2-lists":"~19.3.45","@syncfusion/ej2-inputs":"~19.3.44","@syncfusion/ej2-popups":"~19.3.43","@syncfusion/ej2-buttons":"~19.3.44","@syncfusion/ej2-navigations":"~19.3.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.3.45_1634036294111_0.34536434506656577","host":"s3://npm-registry-packages"}},"19.3.46":{"name":"@syncfusion/ej2-diagrams","version":"19.3.46","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7731a0db55f195975c086e9eebfb02e940f8fbf6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.46.tgz","fileCount":330,"integrity":"sha512-O95ReW8ElrxcdNyCgEjXX2P4/WDjzMlGhTVc+dgI6up9bQ1sgwfHqMXGBotaI7ZtOtf9pqICHZx0wxJY5FL3tQ==","signatures":[{"sig":"MEYCIQCsHYw8vgEZQRKvNhIt3P8/GH15/Max1WvYfojqUGXN8QIhALFAMISJ9Efb8Jkm9MsOCg4oxKqAVin/4q5P6giBIKOS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33313152},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"a70ac17cb10fc36663e8dab20d2c5921abdf872f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.45.tgz","_integrity":"sha512-T/JpG6hSpaGHlEN5XAvnGtsDQwGwAA0rT2t5PYIaiDgfnbACyMc7d7aISRjQNK8ehcvy4HxAm71AKyV32gMVwQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-data":"~19.3.46","@syncfusion/ej2-lists":"~19.3.45","@syncfusion/ej2-inputs":"~19.3.44","@syncfusion/ej2-popups":"~19.3.43","@syncfusion/ej2-buttons":"~19.3.44","@syncfusion/ej2-navigations":"~19.3.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.3.46_1634638650177_0.10025988343542047","host":"s3://npm-registry-packages"}},"19.3.47":{"name":"@syncfusion/ej2-diagrams","version":"19.3.47","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"94f30d9b60afb07a96baf596315fe9f4dad169db","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.47.tgz","fileCount":330,"integrity":"sha512-E2acC9lk2wf8hRiUwt5BMbFlOGKVFbPv7uGhxFHRKyIWtgV6yww6bByp0ASvl6lu5L76vC3dUoUVKNK0X8o26A==","signatures":[{"sig":"MEQCIEYYb1FnQoE4SkwffAIWlPtdi4cwJPbXPZLLT+naJ3FwAiB4BuKdPpHEG2klaxDQqR6b47tA+toT3izoTRf2Q/Hjlg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33315428},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"357c7aed1e1476b8514017b32e9fbab3f58e5f4c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.46.tgz","_integrity":"sha512-jCfE2yZKgnU2QuHsbnYkWIuaphdW4/ckx8Yka/w1+wdKe0Kiw3JTnDfL0DrbyADww+grNTQdBSn5I0ruSMTf5w==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.47","@syncfusion/ej2-data":"~19.3.47","@syncfusion/ej2-lists":"~19.3.45","@syncfusion/ej2-inputs":"~19.3.47","@syncfusion/ej2-popups":"~19.3.47","@syncfusion/ej2-buttons":"~19.3.44","@syncfusion/ej2-navigations":"~19.3.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.3.47_1635243493977_0.8598025336643931","host":"s3://npm-registry-packages"}},"19.3.48":{"name":"@syncfusion/ej2-diagrams","version":"19.3.48","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d8df3fd4a08ed0c5646849d0c382d402229837f0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.48.tgz","fileCount":330,"integrity":"sha512-/iGiRnlzIzPsqb02tXuARecV4kJajA96nauErKY/EtSS4/C86jHpKDzLMXbNAI9CTEyBoNFAOwpfocXL1fSdcw==","signatures":[{"sig":"MEUCIQDo71EePwWxmOdMPuGzuy4aQxzLFwhYhGXSG7ILqvmupgIgL7gmmSMP0MTFanUIfDG7kK3AKgV6jz4e8NqUklQKXPY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33316525},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"5fc81e39700c1726ae722401daeb7e6ef7343cce","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.47.tgz","_integrity":"sha512-iUETZIt/FjcCA+urEEbK/yZBYkhfo7pLnHxy/94wktxzGdPnqLe566mAlHsKfxB6ZvNVr9FKu+ZCxxsa9Y2tGA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.47","@syncfusion/ej2-data":"~19.3.47","@syncfusion/ej2-lists":"~19.3.48","@syncfusion/ej2-inputs":"~19.3.48","@syncfusion/ej2-popups":"~19.3.47","@syncfusion/ej2-buttons":"~19.3.44","@syncfusion/ej2-navigations":"~19.3.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.3.48_1635849264958_0.39833611147939085","host":"s3://npm-registry-packages"}},"19.3.53":{"name":"@syncfusion/ej2-diagrams","version":"19.3.53","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"023ff1f28b4fb308a8bc4363f534c9f1d2407bee","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.53.tgz","fileCount":330,"integrity":"sha512-Cr2681/6I/boTxAYJlY8vxVvC5ReZIziSMfQO73Obh8fDX65tncJW6MPJEBSKKkwie1y3bZIMPG/k06dVg/KNg==","signatures":[{"sig":"MEYCIQDXNWviQmz2ARrQQ5VMVc9wjK87PoOlcRawDc7GCTP+xAIhALyULlStqGMNhGZETrGt9ZkyYkB6O04XaXY1UgeFe0xQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33344088},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"f808188ea554f19b9279572d834bc11f03fee614","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.48.tgz","_integrity":"sha512-r3Wio7tL08XNzeaeYNcBiidEGtSO2+P+EfjBS6fVTmvAKK/Z0pQIkrmDqrPIgcCxsMMh1myJw1GmX5IHPuA5dw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.53","@syncfusion/ej2-data":"~19.3.53","@syncfusion/ej2-lists":"~19.3.53","@syncfusion/ej2-inputs":"~19.3.53","@syncfusion/ej2-popups":"~19.3.53","@syncfusion/ej2-buttons":"~19.3.53","@syncfusion/ej2-navigations":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.3.53_1636695905160_0.6782620077577448","host":"s3://npm-registry-packages"}},"19.3.55":{"name":"@syncfusion/ej2-diagrams","version":"19.3.55","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"efb5e3b8b3b8138914c900bc2d2f38efc5a1e3fa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.55.tgz","fileCount":330,"integrity":"sha512-vznS85Z4TEGg8XmE15cYuluTl1pKTJeWnz9LcUqID+eO3LQ8b9nBjiPPvtXCmBm08QgvsdPk+kJFiZckE+EEVA==","signatures":[{"sig":"MEUCIQDrC7vxBU+R6WF91oqAqeNdZq/6va/mzHf9dv8SL0u/qgIgSmqu8geYghiIevbOAK/5hr8btQeFUUnLoEDOuusgb4w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33377470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnOGgCRA9TVsSAnZWagAAF24P/3BvLOyM6PGm3RvdECGn\nStfE4DIil5dVpcbH0eVQITpO1I3OPPAW0QCmaEDP9CK2CgaYCzluddl4e8kR\n+h4TuFwvinALjcuFgDWLFZeL1+X5O11EQp12yAm4iNL9Maz2kEW53ZtH2QG4\n+dDlwxeiEoirtQxMzP1QHAyBBDXmbkKUuuMITlKeBIFKgX3J1VnIrBpa/Rml\nIU2x/IchF4c0dKCW2L0n73HgsjZYFdp5xybVVzbXlvc86fhSUNTSjV+aM4D3\n0ae5M/pptBoMQd1dKsXygPw+TFadaiJJQ0lC1yfSOFncEAsJetBLxrLQBUDI\nH3Jy3Qrf4PQO/EIbGZeHBzJULfSV9YDf+bQz+QzIGHje02Xwuj6W0IFggsEz\nc6rWjKSLSZv1zUAKAQrK4/dEczQ877XpIqSKZqxIS4ZS41rKHT8mscdu97lX\n7AK4Hbv4+4+EhsxXfUcj6oT+G5eWZvq+Ij1LrvNLUhr078ItDBovQKGVjRod\ntgU5HlFcyW2MGLEp+q7usIZYBkC1ODQrnI+tkwGVNpK2qiYQHl04/xtPEAfp\nvVpcTI6g8KvXllmhZYTMVZbedBZY7eG6D4yV8Qjg3X/3NB3PdTURzij027jy\ntBN3ni0CCHgsvoVmKuNnUc3mcrXMsAVnliZwkKDRxIRVvqG4XeS2VL6xPyv5\nyRu3\r\n=NwUt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"c417a1c377ea83a00c3f5d10ec4594de24241570","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.53.tgz","_integrity":"sha512-J+b/PFq8/dJCdmR1/xVrsW7LtjPqJbZYvJQmNE2DZUspOh92rhZomzVwr791ZVi9DnxIuL8k1Jvs6+9k3EEVwg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.54","@syncfusion/ej2-data":"~19.3.53","@syncfusion/ej2-lists":"~19.3.53","@syncfusion/ej2-inputs":"~19.3.53","@syncfusion/ej2-popups":"~19.3.53","@syncfusion/ej2-buttons":"~19.3.53","@syncfusion/ej2-navigations":"~19.3.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.3.55_1637671327962_0.7014467839390461","host":"s3://npm-registry-packages"}},"19.3.56":{"name":"@syncfusion/ej2-diagrams","version":"19.3.56","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"39e0d19f17dd2c9b22dfa56b48d2b5a19e591095","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.56.tgz","fileCount":330,"integrity":"sha512-eiUqDnIZKkHC5sxTo4wU0NDJuwwlauxTT//B5dBdtx1fypVl8A0oYjjlzmYgCsGUTJOqzu1HjspxmHS5Ju3Nvg==","signatures":[{"sig":"MEUCIQCzrz5YQ1OG4H/+YJfa3ae0dUMM7vuWXTUyuoVQEoE/FQIgU90HtKiBhlUV2IR1VdDKYhYyFvcvQezC/L+76DwSg7o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33401726,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqNBVCRA9TVsSAnZWagAAe90P+wUVB8QM12nzi8TU9NDI\nwWYJVkIJflHSGs0FIbvh++ykLdkLEVek3e4UGaFOsRhj14Ns1KLibHAR2i44\n0zfhYDpLIM44JQHAdE0saJacl3SLRVxMr1jTp9LMOVgvn+2tes7Tdf4tUATs\nRZoVjLDytUr4V1iiLXOpoM1FuGHXwMkuaSX7pmkNj+j4etu6isK3R8SZ1/bu\nKue9Uae422+xVRQjCQ/lFAXXsyuKHChez+7zMRLn4pdw5MUN6vcZaTPbJdnD\nnOB2942HzD2s1eF9ha335sMcmia8dVW0o+GwZ6NBv5j+XUJCi++zq2PJp8lV\nkmow1nzdCdxoETG0gPeTE0tBwB2Ku/Ru9DJfxLXZWYBowRqQIop+i2oqqpiL\nAgrKeN0sc9zk01s2RDM4BK/6A91m84aH2Yyg2weVVgg3JZYCXmw+rnHwR79V\nDR7pmEiO/Iio63RwgyINoSBRVtmM6T3dhbPw2KPFEs6ErpWGsOYuY5iuEST+\nhFBL87z/op4yvy19c3yjek5lRyNwC2nZOgf9MghDmEv+4zq+AMSzbq5VMtdB\nHMZ1kUTC/Wsc35xHtv9PR0WOkua0JTHKEvylokm8Ddkl1LzyQSD872mC5CVE\ns1A77ZCG4ADewYOgdpQ9yVi1vR4Upn4qot9QBAAMZ7yIUC88Gy4yZ228HFxz\n2Reh\r\n=6Zkj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"42ef92f5edde47cf31dabb3938526810cb222427","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.55.tgz","_integrity":"sha512-zHBMzz2MtiwZ3eP3JyBEJPmkc9Alcg/E33+rzKLIbNLfcpUV8d1mY7RlV/V1MKVBCOa4rIpy1HqG5lhNj/i38Q==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.56","@syncfusion/ej2-data":"~19.3.56","@syncfusion/ej2-lists":"~19.3.53","@syncfusion/ej2-inputs":"~19.3.53","@syncfusion/ej2-popups":"~19.3.53","@syncfusion/ej2-buttons":"~19.3.53","@syncfusion/ej2-navigations":"~19.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.3.56_1638453333308_0.7889295449811184","host":"s3://npm-registry-packages"}},"19.3.59":{"name":"@syncfusion/ej2-diagrams","version":"19.3.59","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@19.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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"00b1454850881c69537cc91d9d52c48cce0a229a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.59.tgz","fileCount":330,"integrity":"sha512-rqmHz7xKc5nbO95u8Lt/zuzxzYRnOy7UEKU9StBD39zeqfyaUdU78Z91U046cuFb7t/ZtCMmm/Uyfv3QHDgfhw==","signatures":[{"sig":"MEUCIQDeUV2akB/3V1r2EyxArlEYbjnFTj9D2s7bjG7GWECfhwIgMOV/w0JAN3ASNb/3tk1LxLU1Kvts322ATyuTzA7GLLQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33402621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuJhfCRA9TVsSAnZWagAAf+AP/0VGnI7b/etNYy+/rO8M\na3DB47G4BR50nEBUaCJsO5UjiMy2dPfaHQwMsHH4CY7oCZLeSbKYEYffU+Fp\nx6reOmGN+hfe5Z2JeaV9OC9nF6uAeSCLl6pS2pcexo2dsSDIGYMiDMWLvFkT\neJ10JVsq2AjcGSk4E9hvUXMzEvf0XQnt4NpYSlvi8UzJIG8PE9RugLK80BVF\nc1XEjzeWrqUQz1UXcSN6DbvXajj7aYVk9bnn0Djb+PqV4BMFsQVLmMODftik\nh1Y7SSVBvd+eGZR5MzgathZqNmhQtyR2aHlERkUFE6A9rXXzaiZ8rGHMF8Ti\nXjF6UQqGjZZkU4+D7/2C2JRIaygPN94iTjzvUeLKkvsggfjyyeaYh4MCWb5e\nEaCGxUn8dHLYqvGJAXdG2m/f2rp4Lj4zKBuqdB3u6o67o1eqe2YJzB236afR\nWkorEbJq5pRMjmtQmbQ62cHi4F3LwIKKCiDHH2WW569sfC1gWVcPfX2J9O/9\njP9/BKTV6emzEGJa2wE7N4dU/OBSoXA3F3TItZ7Xw/1OOwxBxjSkD13B4zjP\nW9VKtD3J0IH7YJXuarGd5p7lpeJJADwqMHmE3N6GYlrxzcD8ZGW4R+ITHiNi\nRgEyaTeq3fJYIqaW3Uyuckx/1gMTuSBg78OCSZP8vwqcCLCEGChsj8lnw8ue\npWD2\r\n=UX8D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"34ee82767cc103a00f745939d4f74b7783cd6761","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.56.tgz","_integrity":"sha512-n4g309AkJlDJTZIgjpz0jZxaQzEC1pRXq2a1izkC38dbdGP+k9Ld/muuMU4QkUr6Wr6iPQO3WIVgKFlU9Fxh8Q==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.57","@syncfusion/ej2-data":"~19.3.57","@syncfusion/ej2-lists":"~19.3.53","@syncfusion/ej2-inputs":"~19.3.57","@syncfusion/ej2-popups":"~19.3.57","@syncfusion/ej2-buttons":"~19.3.53","@syncfusion/ej2-navigations":"~19.3.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.3.59_1639487583642_0.5811694486098722","host":"s3://npm-registry-packages"}},"19.4.38":{"name":"@syncfusion/ej2-diagrams","version":"19.4.38","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6d75de43a77dd9dfab798be7523b7a882b0d9e5a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.38.tgz","fileCount":331,"integrity":"sha512-41nPdNkr4yY1WsJJ24ZukyMtJ+KzSdwyeF5RMmn4CnjwcvrVDCGF0Dl4pJzGrm+kwiEMoDVEzXMCe1a1ii0v/g==","signatures":[{"sig":"MEQCIAYm+XLrtsSB5txZvePBwPIQ0FGJfOv6iNZgHuXGvkwiAiA5ykWYM2lhoKSwkTCH/bQbZKG/PKWvnjORwZeH+CwuBg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33407039,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhvCSgCRA9TVsSAnZWagAAmBoQAJSH1Y6ikBhtOdyHJD18\nQeefXqhX96RD7AJtRLKU1qFWGJ0aRTHeyotij5u37IdBgrJfN7KqyyXV0rCF\nfKfHfNx2Dbj4y8/8YBUWRNlWtS36jxDUOyH39NHgC4N5qFIneDzGwUY2cGGi\nrEeE0IR3Yc4cHia52fCQjlgxwK4tovsIpmthk7rWJw8sFqVNLieGWSlkTkDI\nM4a5fJf9kU1sSY6e+A6CEeFUaZSeHdPuyFfBN+VyHiRa1oYIwL1lkgZhVSxL\nOenlc0aFzujD78L++ITdAgNkTTwQE7AYiDY+7+7fcMc041w6hfQZwGZB/rI9\nNLEkIIVQ3B/ApEVItGTuraM+GdtQbSYLEpWuF3TP3N6L+pBz73c6EfD8ZloB\nEw3FDx0JGS9wdGE7OnRld/3EDzIzxx897J+T7sN9+nigyBNamIJFuJtUQNNJ\ncEFwUarXg7ulRIW4CHPH8RE/BETxOBI2aEToubMEKz+ljbXpNsVVoKpMuilp\nzGmU/FExeN9jGtV5SymWXv0rQF75XdJWlE7kdmcndGX6c4K4nMwOnuf9lH/l\nial0Ucd2jRBYma1Cm0ryCWZdHTWy2GIZsucZ5bP2wLC0v5BuVK/f2P3QVamV\nh/IQ4OqSiBIx+e+LeBgGTlWd1SQnuTMA6kfpoYJU9b1hIqWRY0PiK92L8+Su\ni3mv\r\n=npry\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"25322f3f253799769b9222618f945ab54ebde597","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.3.56.tgz","_integrity":"sha512-Xt5f7UuAJXrA4JtBs/xz7TS54R12M8983rv7kNMyDCVIdzAJ26CcO6HyoLu51bKeu4OJnFwRC3/E3rbNr7MWUQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.38","@syncfusion/ej2-data":"~19.4.38","@syncfusion/ej2-lists":"~19.4.38","@syncfusion/ej2-inputs":"~19.4.38","@syncfusion/ej2-popups":"~19.4.38","@syncfusion/ej2-buttons":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.4.38_1639720095960_0.7787295112023553","host":"s3://npm-registry-packages"}},"19.4.40":{"name":"@syncfusion/ej2-diagrams","version":"19.4.40","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"b9cd5d5533e7d643b3516bf12d3971925303a554","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.40.tgz","fileCount":331,"integrity":"sha512-h5sedSCFpwOm25H9svJE5DM1ljxN5Cl4kEi/+q1jfOFgDSYlwe4uQtdte5WxrY5oBk0W4wyRl7t26UPNsQ5P6A==","signatures":[{"sig":"MEYCIQClDpqGbs/KAIKz56n7tvxV9hXw7VdIzyJuQNb4sX7LcgIhAKJdx2boYw7wLMsQsE2Q44UD+damJRjXUUnb0TWUe3U3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33421672,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyyCkCRA9TVsSAnZWagAAiK8P/2RQmuq1n59Y5GTGpS2b\nQhVUnw7ApH4F65XAuoxgbloOH0v280U+A1EbnE+A1K4h8sYu2LaoJmBPyXMo\nO6r6p+vR/j6i1VSjfWSxmOkZWJGux9PYDwHEmLMbzUGCwnNkWYOWkIIed2TF\nBfOLSnoCU/ghxjbSb9J7JCe9TTMJ/fZLXwoMfl56Q33SPVZBmdCF9ss8Z1Vl\n15pYebh3NmnE0Y1W08no2vsjiRJ0y7oaaEFIgWhzRMxXnbupCMPu07nkLIXT\nKKzLiT9zlrQ7QdrA5otMlJmhIzZ9vxe+pXVH1r9d6ijIIxd06YgDshLifd5g\nXrM6hoQ6AbCiHxAIsil/cAMyTVUHJwyhrc3erYsR4YAL/uv4o4Hsgknqqr2V\n/BXTtxBWsShhJrHNmri7zQvMa2jFnEWcmiwQ64NcfUXT/goXOTl8Nn03d0bt\nSeVE2uRPQTD4AoNmYaLxcdT0aBcr5ULHJfzhoJY26shK1MMgpVS4esp/loT4\n3jghVQ9rUBdUxGESxBNMI/Hb2/8Wfod8PNv20T35G/H6Xo4ltv2hXjUat647\nJXyAVdPoK6sTPUMO6mI4+cx01iNX3kOd3GnE7wjTXgOr+LsQ3poIebsD223R\nDy0/fXNN1CrxDjDj3qq//+NB8vxCyblXBIjmRVYAMwynSOK/00V4mpHvySXf\nXVMR\r\n=m8/j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"f8190a2dde9ee088239a55b083403145c1537df5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.38.tgz","_integrity":"sha512-7DP53UEFjDn5KU97Z8CZr1EedW1rka2oit5rfYGdVdbxwQja0ecM1ilMooW/X27eKh2mH5HkEbL8/vOSWMQz4g==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.38","@syncfusion/ej2-data":"~19.4.38","@syncfusion/ej2-lists":"~19.4.38","@syncfusion/ej2-inputs":"~19.4.38","@syncfusion/ej2-popups":"~19.4.38","@syncfusion/ej2-buttons":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.4.40_1640702115945_0.6906759275780876","host":"s3://npm-registry-packages"}},"19.4.41":{"name":"@syncfusion/ej2-diagrams","version":"19.4.41","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"11be7e51d4991f3159ebdc0e4e0dfe008b2a99b9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.41.tgz","fileCount":331,"integrity":"sha512-iYgjP/RrHdtkUSMxJpDcLV9dvHixxy+q4hmbtHQfz7oDlGQkPm7wYeysC/7SPQ/jPUR31nHs6fOKehfq94S5ig==","signatures":[{"sig":"MEUCIQDD33D/tan7gWUyHCff6xOA7/Qw+rtzco18kNjQruCXnQIgUQcHd8jhJdhbzq3zt0QExXLGLiE+3bQ9wsAfghKQ5to=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33449678,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1C6SCRA9TVsSAnZWagAAgJUP/0JXDz0fddl2o2RXCkvO\nnddcD/XmsrWKnDRMXDxYahSkbIKMWQC1Qabp50DI75VpvLG3viIPY5ZHoPW1\nZRpLYqQF43T1m/2KDeeZhz28pIkn0P/AznysYCwMQqmtrYwOxVmf5kE9R3hr\nwzOvINX9QYOJEPaYrYwNpkIhvkn+3yfERnZYiJzS0i/1+TTHwHAbvl5x0v1n\nk5fsLKJ1IU9jWBZUer6vvr0FiPnUqvzhkpXWzeTJITmYKQb5LTbITJWUeZdV\nF5VTb0zWzIqXk07etvO322AKMDGwyvRMecoA3v/Z1aJomdspdJ5K6KauBuwI\nKDpWhpdT9lVsYuqngo6QUkvByqYqOGXON5lGJKIztrRNwx/aLvKpnW2HEcr4\nugEda1AJrjWsNdL0I4MO/HndXmKLuecBVC/12+lt3PuhHaQJjlmOp30C9keq\n94XWkreTH5/cTleaB/zZ/rNg+rJ8TVOgG7r9MX7vE+xDLxmNOq9v/FvHVZ0S\nzRhH3Ks5yh5VmBCn0BX4Lzc20O2+X8HZYlFAeGQRSXKZ9om/Lvmqvc54a7vS\nCSI6jxBGuKsBH9amDpK3h6rM1nn1vXkhkMz1BRT9Oy97Cq1Rpwfz7+YmRI6K\nNXBvfEwLLyZv5z0jMPDiWu/tDZN7okKB+FzHasCpIl0MpNINAlmK9y/5QvsY\n9Iv/\r\n=NwLN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"416769bfdfc68d84d7dbf414d5823047051a09cb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.40.tgz","_integrity":"sha512-xrc2J7F9wM101nQyVS+/ebrzLF3TPymxf6EE6ytqj2LqsBvSHCFydlhyytZAQisiR4FVWJbDqB7YmBIRkhPc9g==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.38","@syncfusion/ej2-data":"~19.4.38","@syncfusion/ej2-lists":"~19.4.38","@syncfusion/ej2-inputs":"~19.4.41","@syncfusion/ej2-popups":"~19.4.41","@syncfusion/ej2-buttons":"~19.4.38","@syncfusion/ej2-navigations":"~19.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.4.41_1641295506330_0.0060279434493588635","host":"s3://npm-registry-packages"}},"19.4.42":{"name":"@syncfusion/ej2-diagrams","version":"19.4.42","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c771188ae5f97ab920b3b94e973e750bb8904b26","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.42.tgz","fileCount":331,"integrity":"sha512-PLx3tVuUBXpduLi8+2J+Eqb/JpERdg43sceL67Jmnw2d87nPNsNJGEYb5a+aBxeCRwEq7+Ry2t8IYk1n3vYN3w==","signatures":[{"sig":"MEQCIHBZOXHXoHBoqcgKhhJWYjKcIs1EccUx2Ng4/kyFC17iAiBSl2nD0WB0FLknkdoSrdEnSRva0byL8D+qtti2nk7Q0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33452261,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3Y6ACRA9TVsSAnZWagAAiwkQAIBqDSSzkXEi/DFGOMtA\nxP3Y1PZp8+jPU+5f7oF+GMRpWNaeybfPDqF7zPZakmlelruCIu6QSxX1HYbu\n4tI6VQG29LH2R488S+u2VoK4yv/YBfTzswSV5OKGuPNR3DXYaTu/gONFuCU0\njnjTBs2Sw4pF3Gkg8C4QgQHxJBNzn5SlJBqfGXa2fUaSYlmcUPfEAXVT0OkD\nyZcSP+N+wLTQRjMzd6fTzVyZFy25wPvzl/rss3Liu5EnJ/tPGmTUvfh5S+au\n90ta4UFRj0jKNaKRK3A8pzVDJ8rrdzirRcoI35YrA03qGaICuk+GuuSude1o\n0ClJCKzme2pZ4tRLkDn0yTbGWXlTfxSAHk/tupUDZeSJhqmqkzm935IxgOkR\ngimecu6zr7rEATdyIr4o8l7p3wUcZJYTIi53MEZTI1EKsmK3fnxG6xfXskGp\nnfjqLamFVk5qHtSQ7L+e0pJqLc0AS/FCaELo96i8eSnLblh3a/jDPPxqbaSy\nLS6iNUHIAkZTmqlnV6vNtjJ5DEjNr+iuHAe9PuMaBGYuQwFgycMUe9SVexSf\nur6PxxS1ZsR+Sy4mNBYyHTQaq7pHf/3+AQt9Dx0u/W9INlAfqh8IW6F49qZx\nqwgSmjPQ78PrCJLeqijUUXz/LP67hjIuabBHnnPwnOdDlvq4GNbAH72yFvGJ\nwRBv\r\n=WNlF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"3193972c45fceab3a7f7e4ada881ce5be2755a1b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.41.tgz","_integrity":"sha512-XhaWJ8I/1Tc4E7F4xpnErucn5kWH4S9oPRFWg4WEI3EXOZNaZYbmhg9kItODCtpqnp95iNowzLr4kkfW3vzxSQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.42","@syncfusion/ej2-data":"~19.4.42","@syncfusion/ej2-lists":"~19.4.38","@syncfusion/ej2-inputs":"~19.4.42","@syncfusion/ej2-popups":"~19.4.41","@syncfusion/ej2-buttons":"~19.4.42","@syncfusion/ej2-navigations":"~19.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.4.42_1641909888358_0.02426725408520447","host":"s3://npm-registry-packages"}},"19.4.43":{"name":"@syncfusion/ej2-diagrams","version":"19.4.43","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c15dc6e99b0bb483da219aa90f8f67ca002e9fa6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.43.tgz","fileCount":331,"integrity":"sha512-BFgIEY2MwYJuMEf2DpbjuB/ZOeaFIKBAUCjUwlqW69Z5NxDztWexyt24g9r58Yf3J7/L0jQ3aJhCWoFBVI+xdQ==","signatures":[{"sig":"MEQCIGNTlClFT358CQ8FgAIN8uf5zDZr0WDY/tdrxND5UJxvAiA+lO07vTIzG3LbcoNeUL4WYUJTf4ZZEPWD+4uZfMxCWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33459914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5qIaCRA9TVsSAnZWagAAHOgP/26faAw81VXJChSVR/y8\nwrM1rp0mEa3P+mIq3xsgzyr6M1sDRGl5KR48k6gggXzbaXW8wkIxXnNdEhif\nrqw08F1akH++RL7haRSmkRiaFczD8P3xc4HZUzi+Vw/ofpVrRxOU9oNN2lNq\nQ4HyUfe9B3x5tLcFp0cbtazBCXYUClwS7t68mVK/M0ZIAb7lb2Ueu1hZVCSp\nBM99WgkYvsyO5xYAxLRE6eojHUgjo7aHisdjraQtOS7Yo+hW2YLazPj7Wqa/\nfED6TjfZDWDoc5s1LpR913KbAdJ6Lg1oj8E3UIGolw7vo5SniLufGiN2Usxm\nw3+QI86QoYXf7CNbMLDu7F6+F06uHFG+gty1ig58mGw+QJ+DkJda5fjY98hb\nJBS7K+XeThccTuOL5qg92stTpJPoofhcNq9G5xCBc2BzpdeTV9FyxYYUTMP+\nBxstx1707Nen/gcwEsxoJluvUTTi+D4Ki8eonZqf1OBcY67i3cBXbRVFSiAf\n2zS+0LDWAxKjegu31dlvsi90w7hJHyDTDHR/ue5l+bK090uR2KBJkyRwjHCj\nDfLk/o9cpeNEQAKma1fTDcRhOYH6wr9IByHYP80FpV1vcDZxEbZIuzWDCSI0\nB5Qo4XH2ftn7VEnxdMggoiWc0FbFbhnPfV17BZNY9HmpD0PFpQzO7uwts0Y9\njUqq\r\n=STXi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"274e03c096b8a53102c819db9ac7aa80381b4976","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.42.tgz","_integrity":"sha512-XJW5edg3VJF7J8l2fZT5E50pRae9Y3+Y3Nn2N8Pues4UKz7n1/id1IachTsUXaVw5B31sjHOkNGHrwXoCiZjdw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.42","@syncfusion/ej2-data":"~19.4.42","@syncfusion/ej2-lists":"~19.4.38","@syncfusion/ej2-inputs":"~19.4.43","@syncfusion/ej2-popups":"~19.4.41","@syncfusion/ej2-buttons":"~19.4.42","@syncfusion/ej2-navigations":"~19.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.4.43_1642504730508_0.9862809288160876","host":"s3://npm-registry-packages"}},"19.4.48":{"name":"@syncfusion/ej2-diagrams","version":"19.4.48","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"354feb3f6d7a37b3ebaf8e57f68af1164b5e52d2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.48.tgz","fileCount":331,"integrity":"sha512-xTHFLlCr/x645KbHUVqgx/wZlnrYvx507g0ILL71w8+J2J9LxWNmHjxXHGkOx/L1pjEzveFcI/i0wg7dl6j/sQ==","signatures":[{"sig":"MEUCIEvMFTMgHw97/wZeaR0jt3nacSK0UxJcYTKwJULI1FWgAiEA0thtzz7KFA7DdL3LUCIlFLXjq7wsMjp5UIF4NDTnC7Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33458359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh97aKCRA9TVsSAnZWagAA6ngP/A/L4hSii0rAQf9oPJir\n6YZdlrcaaO2LNxwul4aY2Jc6p8lylwHtcHdXUlBmcZf+U/MyYfrQDT/46E5T\nCuXbbLHsxGSqZCWNWq+pek88CRgWPO05/FzZ++mDnYkEnUNCN5QoSBn/EyFF\na5FYyFr5938p8jfD5wLqSu1w1Hsxk1cjVrxARLc37iqNp30E7+S0EAWonE1Z\n1/jHnMrLrBuAqjaUhB1C0kBW4zpq8rL8ikfG8pLynPxaTuGBW1AuyFHfeTYF\ndb8F/qsMoWvK62WFBFnF2BM1QjvjVI7B/gGPbagBvYIjthu2bySkQQTJgHWc\nRtFRcCSKK8zVwyfdN2ypvHRqJsmGFo1EOLtoDfmkck2B4I5h8HdGZrXORmbH\nqcyEgSGqc+07elSIgPeXOWGbOs1Ss3TehYTQJ3cLT7ihHQtVUVlBcdRdTZYU\nn8JsuQW0fJkFD5s89iAxnlPkTY6rxmeXGXhL+bkEo2dQWHMwR4JDK65YFVNy\nYPGmDRZYaMY36HMAC6YPX9oP9tcf2KGIVKklA0hOi0rJUsjVqPv2Hij+iZ7o\n+2uERSJjX3eT8WIDOwXhnKxCqB3NM+muVbxcPVerme8b0JEuY+/zNpxo8gOA\nIM0FHE/lrr4PmfPsOEifVXmVGkVt2eJe+AFs11OGcx3WeTCAvdKXN38ZuzUE\nHiJU\r\n=1UQf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"2085f6c1c7876c6c17b77b68d4b3bb9b10898bb0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.43.tgz","_integrity":"sha512-0sDvxYHYT8AALbIL7YN+0NFIcV2ZxdvLTSxvr/le0BA9q1gyTbgkR8vQuFr7wG9W5V7SvNBbomtnRXdKbI/fJQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.48","@syncfusion/ej2-data":"~19.4.48","@syncfusion/ej2-lists":"~19.4.48","@syncfusion/ej2-inputs":"~19.4.48","@syncfusion/ej2-popups":"~19.4.48","@syncfusion/ej2-buttons":"~19.4.48","@syncfusion/ej2-navigations":"~19.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.4.48_1643624074699_0.23262701932161578","host":"s3://npm-registry-packages"}},"19.4.50":{"name":"@syncfusion/ej2-diagrams","version":"19.4.50","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8bba90f7bfb600f52860a4b10fd6f0e478eb6df8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.50.tgz","fileCount":331,"integrity":"sha512-j1bgp6sdYaMrnY8qXY0hIulkFH3rWpoEtjBiLN3X++XKvH7ALeCe4d6Jk2itUNCsRTMbk7I/m6eADymoo+rITA==","signatures":[{"sig":"MEUCIHQRg2IW00WCPfXxLK2OzBTNUNdH1KZu3cskRw6IHP9rAiEA6OezoOi9uepo0zmZucFZj8pglD0PpgaEeOBk0qCmz1s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33510313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAkI8CRA9TVsSAnZWagAAxrAP/ieFxWQEY78mJ+YlPewm\nR1X5B8gzsr+S5Y1vp/nz+heUaCyQOdPG29Ut41XFewVuFITPPPJweQCPlWyU\nL6ujzg31huyMKseEu+wTWwo2YHtS2JYuDMLmSoiF+6STr2HC69wpJUzKoST/\nYpGAvrk8fEEdv1SaqhRYpwJg2azmRCAZAu4HXQqLHGmgpMjmfohdYwGAsBvw\nlieDlsJYVWD9gKSqCFlCcvXZ7jOc0M3AVQ3WNha/R80Y3pGHWkyoel7iWk5G\nV5PdhZTp+R5DdJfm6RC0q0Mxu2raBjWe095+asA7flLr7KlPOA7Vk05tghQL\nDrq3U8t6rpYb5WcSeX523h2UkiwnMID9yOx0rNeFZhqKkThx/6ZAR3LQm1Dr\neVsT4o3W+LvyfXtVAfcVpLG2oHr2VE0PQfsPLhFRwDSxNjHho2lSm4Fye6K3\nNlpzx5fGXI1SwvDICH79Yc7C3/MClPzuFT1rbZk3huQIFySwvcFdeLjp1Q8z\nN9nv7EGSPtt6l/UH9OK20bdmMqolePnrVo5RbP3jbVnJMox4btmA7D+SWEFS\ngaIAy3nQNka0Xi/CyUtz5eXo4QdkDvVGlk9QX6u66QGl4/fRToXVX7qrYnS5\nE30Mk1r1yvDafzAQck27/g5FEIqtUJcDfbPlVipoOlzPg4MZyFoi4rIQvkPi\ni+su\r\n=B05D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"eae28fd623890c22d5a0b881f2b4985b990aa9a7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.48.tgz","_integrity":"sha512-j/bWpVCzugAOolnN7Z+CiGZ4sHzPYzklmjWqwYWH1cA9J/M+SVFCoewihdreniRwdpOVx3p1wSnpxymhlmU9Sg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.48","@syncfusion/ej2-data":"~19.4.50","@syncfusion/ej2-lists":"~19.4.48","@syncfusion/ej2-inputs":"~19.4.48","@syncfusion/ej2-popups":"~19.4.50","@syncfusion/ej2-buttons":"~19.4.50","@syncfusion/ej2-navigations":"~19.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.4.50_1644315195829_0.9323515738544093","host":"s3://npm-registry-packages"}},"19.4.52":{"name":"@syncfusion/ej2-diagrams","version":"19.4.52","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"c31c6e5a0e172a881c109707144d934aac36552e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.52.tgz","fileCount":331,"integrity":"sha512-ZKuK63p2Lx73xJav53LIzoG3my93QZ41FAKQyWFVSFLboUeMCVLkUp8DsL3qvz0e5BmfVEbcrdQdCxC6NYvNLw==","signatures":[{"sig":"MEQCIGEAlK1RvPRKLx60dSIrWD5kk/96T4zwViKWrp70iU+KAiBc8h/5fJZwygNnluuDElDJD9uIIM5Ma09zVa7oEcl2CQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33534664,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC7EqCRA9TVsSAnZWagAAnQwP/1zpNBR8AS8l4WQE/nLw\nYtIfpaG1242CsH/l4CISnVxMaPqg8tepzPQFLnynF7V8SFbcZbvqMp+046s0\nL5AFRG2vqVavOW8jJ+EnyZp7YbvnEjXUCIxGROwp6cUnypALaidTnR2vBo5t\nqR65sb58BCG2eJCVPegzdrq/3ssvrUGjSOmQzZqHHMEWko+OtJbqEKiUoF5s\njkB3X4dBlt/TT/ycqHN1O9ip1zUkMFIil8yzGOAuAXQelU1oKDUQuA7dTAsk\nGQ4fV41x9hLMacD1qKSltEQ+zHfXoGBH7H2Qi6eJRWjbvaafsHwOfz+QvjPH\nDKkQhpXFNOfSjjRV3A5ucDUEPtC2BRibDhImn7/hi1i5bLfAYVZ3dL2z6rWx\nJ1yC7b2QJM8BRDD+HWD9Bjp+rdQGPHU7nf+R2vTjMpU0b9QXWHP/tV3LnsEM\nIxMWzSRp6LTlNhV4nFnZppP+mH717FB0BRb/8fYbMyiAv932I/IKGLi3p21q\n8Fz8d9TYSH/M/MczvwZ4YsqiEbg4VsuKnAsHmRpaCdtrskKhQfbTl8ZBdL48\nske1XlOx8LI2DS9PqfYiRevED49syL4Zn1uEv6IYPadjSzxsBQAWrEprAj9W\ntyZh3xmcCSu4fFsAnsP9Zv4ae0ccIcM9YvdT7dKx6strcC5c/td/1QH8fcOi\nSYhg\r\n=ZCWf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"f8c9772937a5698c6cde04b8d1262bc0335f4826","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.50.tgz","_integrity":"sha512-wV/MmWU5Dky1G/eaxY97Obd16c4MU/zjXTQB/YFpEVIuOE3tF6g/gSvcLOlz6fhU0Oit3MHJ0vvCKLmW6xgUXQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-data":"~19.4.52","@syncfusion/ej2-lists":"~19.4.52","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.52","@syncfusion/ej2-buttons":"~19.4.52","@syncfusion/ej2-navigations":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.4.52_1644933418447_0.41859734984642416","host":"s3://npm-registry-packages"}},"19.4.53":{"name":"@syncfusion/ej2-diagrams","version":"19.4.53","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1766fefbe7f8d018065967da25b52f4c7ce5077e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.53.tgz","fileCount":331,"integrity":"sha512-QnyQdtWPAorB/fUK8JIC5b7K+1xnLSnvQn/je5U+mZb/GCqBK2g4Ub8HsS10eAkKXHlZbnYIKSLLM0vFiVeLVg==","signatures":[{"sig":"MEQCIHectWXjFtA4I3EI3/RetlRP8HekcMwV4N/u/RD1ggAVAiA7oxsKK514X63BeBoggzabXPyK0uoSCEoxulSA2BISlQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33557888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFL/1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+3w/+PWtm6sLnZw21PdzSaWO5p9usa/29646LFtzXlpPCyyulf9MQ\r\nHOATDJWkLefaMHYnVNL1dkhSR35+RyiMZFqQpSZLD387HrO+XTYN+tFH8Tas\r\nTEbuNXjs/nYlBLNtXv9tYp/dbVSQ4Ha8ticXBZjaNHpgiEoVSbqgeUVoBMo9\r\nHc9J62nR13bsAVI6CU4CE1DqWKloKehbAAkG77QuUsgJ+NtLRZQJ1bBz1mvK\r\nC0W3o4OCM44CiXgDrs2o6bGGxAAr5zrYUZY8UHwsG/ywp0PzoTjfOv3kUo+g\r\nVAE0uKUWecGPtjOAIdDWHH+JhZ9AoJUVop7OasPGsLSIQSId2aYSLS1mSNtH\r\nM3u1Vy1TB6/VF1At3iKy5YNcslsc7izx5SEI/4/n7olyJWwYRo9AKxywRkWO\r\nJKb44p0aqsYpAwBTZkFOZsmDWdYv56S3m7FHqrpuy4Ugg/hOTaxRFRYh2mZq\r\n3YYNYiWn9zSCSnxyG5narF7XadzLLwP3c4xQColD/w3g1xmjoLiHlg4A11H5\r\nvSw/zpVQD70s3oSWC5I+3V/ry0mZf0+glzJ9gzG2ENba1RsjhYDFIZsIiL29\r\nQF/Ps1GidRaqUMqp95R4jv8j4dH7lZnq0aP89GABd5onGcCicsoEIRd0H0Bn\r\nzUEZ7IG0rvctl5PiHgXxdKOXKKtVaeHxshM=\r\n=gI/o\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"7d9505416fa446690291f7f6d2ef714723f95e32","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.52.tgz","_integrity":"sha512-XqHGFV0z8i8E641hYbkWJSANO3YYUvnccMHk9HRoVz6zzDAZoNY2DB0icOPfHzF2H01gCI12lJlF7rQeyX3PkQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-data":"~19.4.52","@syncfusion/ej2-lists":"~19.4.52","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.53","@syncfusion/ej2-buttons":"~19.4.53","@syncfusion/ej2-navigations":"~19.4.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.4.53_1645527029038_0.6802423530215773","host":"s3://npm-registry-packages"}},"19.4.54":{"name":"@syncfusion/ej2-diagrams","version":"19.4.54","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"6c8eb40fd438179113e48dfb16d523c64f5a846d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.54.tgz","fileCount":331,"integrity":"sha512-hnZT+5dj/TJdlwfbDcj6W63mLcVeJLxl6jN4mVx0jHXDczkW3yOKf5ovZXTO7l5MBcV12daTLMgGtB6MY1zK8A==","signatures":[{"sig":"MEQCIEfIj2aNg3FBtIHw8L5etDwyaON/T03YbTaeXKioivVeAiBis1YjKqS6igmYgFRlUL19azgbtMlLoWZzHwt3YJ9vbA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33582659,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHg1SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpppA//W6TZX7mrcgJh3bwAShH8SfaoexE6Zv4jKIkj2LLUZObequp3\r\nb3PTtemg8r11a+Y8ZsYXR39ySL7oC6OItpPYDjKv7HZrHwYQPuPLF2JtmGZ9\r\niM86pIx+74LVh2DXG7PoLkJaSZNEz+GKcAbFkGcPZkhdpqo1B6tTAJeYYU0P\r\nZXBFxbx7COLmCpHrXG6ruRxl6zpDkZpE6nnN7fNLsqPdbJoJswUvEPbaenEr\r\nU6c1WYQzSLagLaRs8mqXJ7msZeOgbWI5XD7Z6fP4ThXmuUPif+NRGfHxdBFi\r\nkQVzcgnCrqGSy4RO/NuGR3X8XK7i96mDsM9fSNJ3zopsnL2Xl3pAH/4K08Ut\r\nNCEBCOskgyfKkirzjCfgS6TiRTeQ5K06ukJXBJCKradRQhVyMrYgQj+mOzyi\r\ndkZRO7jFAdSeenCnNYRE2aTD+mqa0JO47htx9aqLkWHzzyh0GoRskXtWYia9\r\nGr6enCJ6d/0WYGhOkmrg4ldmG8JZNNUvZeVFOWIIYUHx3mEyjjT+MeBfQ/TZ\r\nSZUDxr1x5meYb7NRccHPfggs2eIc/ldMFWNtznUsY//I9vlRxGIFKMvWGni6\r\nAhzeYDi//eKouqPPzie+d2GbjOkI9c8mu4l/BkS4JRmrzOEdnq2zr/o/D/+C\r\nLqJFursngSPHzD0RdjsrXs58En1T0yH4XZo=\r\n=j7he\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"e39106d00fbdfebfdfbeeb29fd7f6019d19cb20f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.53.tgz","_integrity":"sha512-f3SCtea5zoqnkNRCb5Y5xZ0O3rq5psgzNgECQpG/htIOf8gthhMsRanSjPTwaGOCEl/SeECbVUmijN7PtgXVUA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-data":"~19.4.54","@syncfusion/ej2-lists":"~19.4.52","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.53","@syncfusion/ej2-buttons":"~19.4.53","@syncfusion/ej2-navigations":"~19.4.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.4.54_1646136658020_0.6545144776416068","host":"s3://npm-registry-packages"}},"19.4.55":{"name":"@syncfusion/ej2-diagrams","version":"19.4.55","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"634c6609becb489f1f8f93b71e445e875a0c7096","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.55.tgz","fileCount":331,"integrity":"sha512-Qkjxti2hsCG1pxaklpru/yo/2g1ltYW+6MAYzobC9Lz/bUariY3zz10CWJgG6zPWkSNbV5Dt/2wbb82AcSAZEg==","signatures":[{"sig":"MEYCIQDgWV5+mWWrKjevEjnodMUhsX4v0dPNANtdPRNKpZ6HbgIhAPsHKo/rRjyg6UqOmoU1KxpX5eW2b8xv5Lfi/qGh38JP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33597167,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJyLaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrYPBAAhErEb+jdd5Hgv6LVwBUBDnZrBEbH2JCPHhEz/fxZDnT8y9jd\r\nuLjA/fzk/NZcU1xa7zveGGCzEQG2yyMJ/EjvV9Xl9Gs7gWA/JXu5K0LJhIQ/\r\nMtptASPdYI1BHyNk2zbg7loysFgWjDBSSklU0pVdMA95GxxS/Tq/GEO5hZ3C\r\n3RYy2QM764dWv4DsDnMrBFCGY+3qLWCqSZPvmR7H48NnOX/71riTIqtsC9L5\r\ni9cXu9sUiWRyitCB6SV2JjtB3/WRkOoHiWWXezVzw9DSaa6Job3Wm1AUZ6wr\r\nuRGZFxI2Nmkq65ZzsCZh3bjqh8qwRwxhL0NSG+oz37kLlz6203SXAjw12ipq\r\nfydYno2IIVaX7fwC7cdp07v4ytR6RtkicBJuje2FnjnCOvKll0g/jlgBUtYE\r\ngSJVZa9VWuIqQ/bYgvQ+b/kWTAaiy6NUHeCeZgIWb+HlybWPh07YNVjH9OAF\r\nyzB4nWAX97pl3iASBJa5kA2THGQ3uSfZTiGO/TvimIUPSNS9lwzz6RF3HDM6\r\nRXt3GIv3r0e8JrC3tLuaR9q/0DeaQ5zj6CkaBJlZ8rvGDWT6G18Gt28hkji5\r\nCqeEziICvfAlnw2uYExfIoeoLGV1UQ4Bud3WErvMjKGCtNqs8E4Ab8Moxfyr\r\nUsx+mGG//qi4KC9xxhP2lRtiIk2pMJNneTQ=\r\n=LtmE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"3faf254404a9e9d2cbf2e91c705a0c4464603d74","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.54.tgz","_integrity":"sha512-JL7rvU3LX2mxl1ulv/wc7srcdoRyng448wFvRcA+CnMVT7lpVfvykszTBnCm11WcbVYlfvJt73ug3UqQKfComQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-data":"~19.4.54","@syncfusion/ej2-lists":"~19.4.55","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.53","@syncfusion/ej2-buttons":"~19.4.55","@syncfusion/ej2-navigations":"~19.4.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.4.55_1646731994666_0.7537920477029596","host":"s3://npm-registry-packages"}},"19.4.56":{"name":"@syncfusion/ej2-diagrams","version":"19.4.56","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"0685fb2e2174bfeb4b215ead18a8ee9cf378257a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.56.tgz","fileCount":331,"integrity":"sha512-IcXGO1LUgHA8CO7OGKc57xZDGhJj+nqnEhO0CHpnf/lrRNLE59hzLYkc9f6YdXmp4WqAJvWJVc6sLXS4mi+4WQ==","signatures":[{"sig":"MEUCIC+JsNo7XFiUEpnYBLAFVDxrojKw/fI07AB+v95BIX42AiEAsYZfNm/kAzbH59yW14p/XRhNlnH9Y5f4yoXCAgtv2Yw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33602731,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMKZ9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr8PQ/+JxiWnclxbXyudd/bo/W98Dmy4iEsASmVPK3i0Ksuhe++bUNP\r\ntoxbghSSsviOd1gjqQbZsbEiV9u6LN+tY9UVBviZYTtc6GglPpnDBTzgxE62\r\nZ0j7spJ+aqW+YrBoH+fnIKxunrNTBI1LBpc4bXjEz6jOmk5KtKh2LJshnW/d\r\nr+12GmT5Ow/MItobNBMoeP2kgubplx/wP3nSHZaT/L6ZUiqKn4jFCTrFSmdt\r\nbQM+4Ae0vBmyT1p7ChXo+jPIZi8YmxJoNtcPHSjGmP4Qkc3o4QM8WFyY/aKz\r\nqIzZbDO8qAtO/VFk2qA+z89Ri1usy8rPJ/UmzgTWW4Wg0INc1jaeF9IT1tDC\r\nu7HfMLa/dj6URVOEet5W2NuKAdZ1sPW1965kbu9oD8aDJa/SV1M2y0oAbXC9\r\npsqE22SPr+g32afyo4ecIrOBnBuWVyUMzPpA/LgNvYk7wGhPZJSaZp84xir3\r\nY1foFZmV/zuqkNWtILpAMeM4ZP1JKxt+3DZz6Kv4vuDntMyZ+07f0mRcn0dy\r\nxwTFm0TQaZnEqNK7VMHAqOs/iot9+q3t9JVqhg731eq+bwn2VHRpwUnxUhBC\r\nY1qC9wgjCJY5RPIEe7XOiJjrgC5O4tvhNZiVfm0rgZDmJ9+3msZ51WSGmnDa\r\nRwCH6EnTYWa98uk1YiXzH8hLmGLnAPPdXvw=\r\n=Td+3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"702ffbda7394c99be4765c4e77f6b7dd9bc373d7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.55.tgz","_integrity":"sha512-mWTl5O5OHQmrELhHuqmkb40qqANPNX4F6uq3Lggrm9mxfJTEsHyvlTrQ4DXKJbXdNRJpDkUiLzyPtwzl1QE6Ww==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-data":"~19.4.54","@syncfusion/ej2-lists":"~19.4.55","@syncfusion/ej2-inputs":"~19.4.52","@syncfusion/ej2-popups":"~19.4.53","@syncfusion/ej2-buttons":"~19.4.55","@syncfusion/ej2-navigations":"~19.4.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_19.4.56_1647355517714_0.11534770963404761","host":"s3://npm-registry-packages"}},"20.1.47":{"name":"@syncfusion/ej2-diagrams","version":"20.1.47","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"74f4a30872ac36f53d8b5685343e652e87de407a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.1.47.tgz","fileCount":338,"integrity":"sha512-wocmsIfQKxBfLNUBlckEOLuzFmE544w/d9rn86jMz0O517swzLtS22mFVKfm/fMpbvphx6qz6rxsOeNh4tM3lQ==","signatures":[{"sig":"MEUCIFXj/PTx5JJVjoicUBooYaqEfECXNITwp6PhP7fIrcY4AiEAtyPZ1nHq7IPKN9a52OjQl70dkZ/H1RoPPqp6piKV2Y4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33682420,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSqd1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7kA//cr9s6ns3BpGRD/C8OInMQ8SDSxtTt3k+l/ShQjCGFCnSIuY8\r\nJduB8s/wHzPsI0YrilC5dRqYkOfr1RLgmlbGVuhDbNYEiKj7oqdtUYDVqTQw\r\ngpILQVADrdYOlRFcEYivPPZpZ8euIEr/0AzzCFbx8H8J2ZeE6KXRbba62q/2\r\nLo94+z7WPznNmFoaQ08Yx6AHstAGY2S9B0tji9QLl6GCrBqAVWZjypX6x7y6\r\nRUrAep9BZekWIJ+zEqjYwa+2fhJ+YSU8bURUmI0/TuW29RFtAHcOr3QEKfEz\r\nQ9g+y/kOJ5k7wEqvihcMYa28tzCX8XqjDqG810b1NFgaABjF7SY6uooY4lir\r\nS1x7ox1IY4MNk2bwBzVjiLlQDCjfGG+C60qPrT2YDiDbZymFn3y83M3XOdHC\r\n7gNaru6H8wxqgkD6Z9rqka+1g0ChsrVtXNnGMta1yt+s7XxzisQTHJ1SWv9x\r\n5Ao9UYrO7Npj5rlDIdhbKSXdUJijORy5goD37oqAc9yF60/SdGev8g9EF8OA\r\nDGJ9rpTamdOi2dl8D/De9qMbb/lGGKD8VdKkgsrRc5+X8vMlazkxHG8zHA1T\r\nL5/S3ymgGcQpKWhGbun5cgZlRPm586OZbSN4n43BKaKTEMNKjzDCen8aHtG9\r\nq9tsvmFsBfXHmKK+TO4e8v3EnpjAbUJVjlw=\r\n=tBPa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"60b513e378b224933e257cf213dbe0c461916ee7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.4.58.tgz","_integrity":"sha512-XlYBRkIKrDDLIkJGLq+ivG0X0y0+/v8zfQyzC2SXEeHkSD5LelHAZ196jlkN+pQ1ST4EPUxWPuLVdkbLVInDWw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.47","@syncfusion/ej2-data":"~20.1.47","@syncfusion/ej2-lists":"~20.1.47","@syncfusion/ej2-inputs":"~20.1.47","@syncfusion/ej2-popups":"~20.1.47","@syncfusion/ej2-buttons":"~20.1.47","@syncfusion/ej2-navigations":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.1.47_1649059701323_0.02960855857763489","host":"s3://npm-registry-packages"}},"20.1.48":{"name":"@syncfusion/ej2-diagrams","version":"20.1.48","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"042da4a386c53287d5f54fc2cb9020e8c9ce285e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.1.48.tgz","fileCount":340,"integrity":"sha512-jlPrZLnOiTsxssvKCI04PZn0d35zeNxxeZWtN1A38fO3JvQnaqRVRCSRfzwwcY1QEbHZeJBOKSiPFjkCe3LsXQ==","signatures":[{"sig":"MEUCIE4hqt/gO15ENYd3P7vAUNPDI0sPH0qltl59TndwVpWjAiEA3wZQUhgN/aifLJkOpBwnHytFSAWxsWdlLhRQfQXnju8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33707001,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVV4pACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIURAAlK1eDTWpVoojCQ7Dz8EN+5wc2FQqAH9w/w99CvDgJYFglaPx\r\n+R6EYJXaYXeUgfU5eosp80IZT/2opRKkiwKZnzVhjoLb4E7i9brK0lIbOtW/\r\n+W3jyShEPTx4lVMdnk/TuNCK6filS13K1+0VbTOjTcYS9XUP5njRd2UMMgPP\r\nwgPdwlvKL80ssqqgmKRfL4E9zdqeejzVcU8nKdOWB7/zDtDzjgkneRRJcQGN\r\nd1JDQZVf8YD4CYIQoHpz5KYoa16qwOlKSN19FlXJwIenvTru8QPPzTUhQYiI\r\nJ14vcKR9dDLFetJwl2fXPtc3U+CygwLum3qT/RnAbBniZC14I5YUmmkFHFaK\r\nJFGhvRggwtUTtohiRBCQQlNxkbFj6RtsLlLg2ZuKWFUG9z4Mnsje773oW+ZG\r\n9FiWIVGu0Pjgr3AC5BDoyX2ExTEGP1LbASB65/MntaZY/WQnDlXQa9Tsbrbj\r\nj8mc91a1yRVF+0u9rADrSnmygYJv7URwk+LRy9kMcJZUvBTGLKs9wZYIjvrN\r\n8qDzs9w2PuUAujOzsN5uoUk6lg0B5JhjBBheDC/oxHMqoCLIIzAnNitqmIJe\r\nShOorGKCMpsu9P7+0VcIGOUG/PkqFtPPilmNoOK6/GzDHiWe14WswjGAtmy6\r\n+b/zb8BzhlKmtm/kipKclP++Q2jymCkGy4g=\r\n=XMQi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"1537d9bd8c0c1923d97f4549bc2e75973cc23205","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.1.47.tgz","_integrity":"sha512-gPr5NXqJWWsgdi1E7jjUyXINPsBQs6nEuOfz+a7kx7VDu1GcEUwWUvWyRchlSVj3Stm59E40KKtb/3WbWS9nng==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.48","@syncfusion/ej2-data":"~20.1.47","@syncfusion/ej2-lists":"~20.1.47","@syncfusion/ej2-inputs":"~20.1.48","@syncfusion/ej2-popups":"~20.1.47","@syncfusion/ej2-buttons":"~20.1.47","@syncfusion/ej2-navigations":"~20.1.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.1.48_1649761832963_0.11714177450314711","host":"s3://npm-registry-packages"}},"20.1.51":{"name":"@syncfusion/ej2-diagrams","version":"20.1.51","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"55362f5c1d34a96ba46f348014302d4e4b4c142d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.1.51.tgz","fileCount":340,"integrity":"sha512-NFU7OeQAPfndfX8seqeddvgM6rWQ8l/QcNceSK942gqOUjhuKSPgnaQO5VuN2emzwjNzlYyv3BiKIP6BCBcGSA==","signatures":[{"sig":"MEYCIQDN7dhOvfcGd/QHUsv/NgXHVZlNuszB0Y0UcOs3eg3O9wIhANc6DXBPHgaPyMZe4P7zt/el6fqGzgkHFv6cq4GrWli0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33708874,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZ/OlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoEYg//emuAXYIC2ciQ32RMlcIJUA6RgefoK+a5PJhkNQ7feBsFSbB6\r\n0CgeySGN+z1PUCvOgizD73aaxw2iuIjzogI2KW1t/LOBqNadJalNsmfJSZkn\r\nUbT//qdZAwyWKXJPVY4Jqeqa1PrKb+jhacBkB7s5UemrJRVHOyC1E3zrr+eg\r\nPwCZIdNmhJuKLE9tXJWqVExIKIUYp2DfeQ5SaLN0GJSAs/ATGiItLG44kGOM\r\nzeX366xs2AIuXwlm/jhAI2DWYTuCQz5V/rY7+KD6dyDHtQl9Yj6EUDMIXqcV\r\nfjA/bWtNsR7rqL3be4AZg9ZU6uvVhPMim7V6+5TgZqADX9RPuXUOpF3iFF9I\r\n49f/7d5LyC4pIhM3LqEZ9U9S78KEHXdoJ29PqZJmFvPtLpQWqHwqRe/GJxrK\r\nNY+vEtj66nmse/QpNx5HJ2CiU2DiwCMUeSNxwNt9g1CQewsplZW9bHuLCX6k\r\na4ruI3g8xllNkzZQSWgs7aB1wJQU0RjnEj1nu0YGrRXXnYytIlO1qPWydAUb\r\nC1tkhrjijzIjezR+F3WS2HYA55DIsEa45r3Jf9wmXbnW9KJ6WgHLKNkBcAcD\r\nn85x0yU8Kc27EokT1WOrldc39MJmk/3MvaOP2p5CfADkMPZAnul2vLTkduAu\r\ntu07Vtj5hhYvW/dhq3SOHgVdd7qHq9zVpCg=\r\n=F739\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"ac52c9cc218a65cdcbb92ce458248e62c5c38512","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.1.48.tgz","_integrity":"sha512-AyMEPv5A5MGu+pXnZeS2gUvMO5XXp/pWVJ0VJEFHurpdYKmFE6w4c/nP8+QGe+0CtL2zz2tSe5yAYR+LQgEUog==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.50","@syncfusion/ej2-data":"~20.1.47","@syncfusion/ej2-lists":"~20.1.47","@syncfusion/ej2-inputs":"~20.1.48","@syncfusion/ej2-popups":"~20.1.47","@syncfusion/ej2-buttons":"~20.1.50","@syncfusion/ej2-navigations":"~20.1.51"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.1.51_1650979748831_0.7500656897787492","host":"s3://npm-registry-packages"}},"20.1.55":{"name":"@syncfusion/ej2-diagrams","version":"20.1.55","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7ad529605129eeb3100ca25fbcb065f771c0aa67","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.1.55.tgz","fileCount":340,"integrity":"sha512-9PrPb+DEfSUtmL4ZB49myG0TpTpNAVkEm0gQ1jQau/+/vdj/aSvOAyVFfAGCzRWtKNgVnHg9BZV62l0sKpU6Ew==","signatures":[{"sig":"MEQCIDAEo3JtvkNrtdkK4Uyr46UkpCLj67O1wQh1U3teTgo4AiBwtItMbxM4tMEeaxtDKhjvkCbD5Mj98xcq+eeWIcH2qw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33748879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifQJ5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr02A//SjYqtXdcPd41CIEDM71r6xlPBVdd1Lalm7hwTvI/plMqvSz8\r\nKq6HQXcVgAZd4rChsWFuqdwgBNt3yoni61iCmxYclyjdWmz/jGBv4ilL6wWG\r\nHwFJCgyLruw5NXn5qPw7WIQJGXQZah/EHCOWUIASkQgGRTJdrZWMHLD9DkxJ\r\n1Yk/SN0rhgsQQIzGBYTHlgw4MbYQAEZalkDZleZOBLhaZBYolQnNXAONJkuG\r\ncRpc8SQoHrIVeK8TrZOPI3/VgBkus+0tS9hTgpEa/en/0XSeF4Eb3iZ85ycq\r\nCSGTUOQF+pgMpv/sRH5kn/iHUGX8vdEvQ0W88waxBPVxfXmDbmbN0mMV6vPd\r\nEktvf2PX1UZVWxgShBGpi3YuLaK2GP/6EDGTfkl1Sn6LKH4ntogscB2HICwv\r\nOmGTaADc4eHQvshoGFdgACfb09eiRyk4Wjzb+YKUdAgFTHV0GVFRcasm3Zbu\r\nZcCBGeAd/6kFLWh7EFUyQhuNrn93BZCPJWhqK/8taJPM+AvxWEs0k1Z7SWM5\r\nrGbZuTFK6ngv9b6CmsxPXCm0EGT1deRd8HIdf5gQ5K+Nr45Q5xDAZdo31bZL\r\n9JQynx202y1XUeI2unvsa95a1mrTMqTPZhI9ky7Lh58SWRc3E8vr5qWFT7wu\r\n8ZVrMCV6T1NvXkzkhAGzxTyYZU7KrFjRRI0=\r\n=tChY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"c67644ccf33afac1ed7b27c255c61e1d5cffe81c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.1.51.tgz","_integrity":"sha512-OrrGNvwYfyfc5yJdWFLuVvXzTddtY2f2tKfUZ+oZvw+TyRwjiAtToB4+T9u1gEyPhQKfHY6d1oUZWRTub6xSGw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.55","@syncfusion/ej2-data":"~20.1.55","@syncfusion/ej2-lists":"~20.1.55","@syncfusion/ej2-inputs":"~20.1.55","@syncfusion/ej2-popups":"~20.1.55","@syncfusion/ej2-buttons":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.1.55_1652359800833_0.7850550804773926","host":"s3://npm-registry-packages"}},"20.1.57":{"name":"@syncfusion/ej2-diagrams","version":"20.1.57","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"38d8f9103b4222561cb49731107b91a873c1e4f1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.1.57.tgz","fileCount":340,"integrity":"sha512-O8IdZ7csjJtJi/eaueUeR8c/ypU1fjSv+aTTEPdhh7LVE1D+9BysQ/LCvz0/vb0wQlCkMpz+NnXGRmWU2XVeFA==","signatures":[{"sig":"MEQCICpWGSfOTsMrrdoH/TAmyoWZIJowWG8QDCFKMT5EJ68/AiAQxuC70Ro+9AdR4rGLryBxRUYmNYyLpSeUxGtQFgBiyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33753375,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijL+kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPWQ//R35/W33Pm8RRalwCxGCZViN7NdSIMatEwTsiRKEUB2oAy6yF\r\nMIYX4yMbxBxJiL+K+Pt68gzdELsYl4sQjQ109ZKmecVxHFK93LotcASpAK4U\r\n5x3gwuTWaWogx+T5BLELZHErHGJou6iWeY5wfw63qIH0gevZCkl4Ls151+nF\r\nvJPLaji5VTIWzAyYPT92nSAkmhuNB+bHqPdvtD1fE9Vf+6VBtOJOdB1lKhsL\r\nbKQmgoXzBiixPppwqT6XxUfSTjvLXM32AMf4PR6Jxp/LBK8BfShLegH4UHB/\r\nL5rjDGr/KGPzeEgRCYSxsPPaZaQZZ1e8sdnDvIj7CnTsMdyJkm/4ZW/C9B8o\r\noYIaDHc1NE/EHlzw71jcAXf70YEH2hTf2T4XbiEGs61qTxh0eGckBHB9ksHt\r\nXpVUdKMf1BvTFK8O1BWB6WIrjy7W0PZMxSR0ivTaxXcLP3fCI+S3Aw5EaNJa\r\nPMiIUhqdPfHou1VHg3uCDMpygKXQbK1d+p05pDl7fVUQsJuNPWvrHHKWLon6\r\nVERY/ykgi0MJzeR0WC17tGC3wPK686mzzltFHQvLZwA20g4XGDIRgb7e3Mt+\r\nHSZt/c1BR2dEnarzghbmGOAhD2dglliFoosaZVvCT1TkgmpFpxYPuqLf/oP3\r\n6iVF4QpcI12jaV9dP5zJdCYwFtlU4FWqTgU=\r\n=MvQ1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"080c840d1535c8e7de3b5366c7c2e89be4623584","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.1.55.tgz","_integrity":"sha512-KkRU8gJ1tFrkxGHToOKzRZL2kYuJ13ttT13qY0mw0E1EeGLF8qDUvfxZyvExA8xNC3HJwUt1QGjauyoe/U1yDw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.56","@syncfusion/ej2-data":"~20.1.55","@syncfusion/ej2-lists":"~20.1.55","@syncfusion/ej2-inputs":"~20.1.55","@syncfusion/ej2-popups":"~20.1.57","@syncfusion/ej2-buttons":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.1.57_1653391267874_0.4302850874692312","host":"s3://npm-registry-packages"}},"20.1.59":{"name":"@syncfusion/ej2-diagrams","version":"20.1.59","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"768d534eb414185c942820e65fd567a0b17e4225","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.1.59.tgz","fileCount":340,"integrity":"sha512-LoDPOMcs5xPxyh7OKJWVKkE67IzIv5meS8AcD9ud3k74/Al3zXwP8hSCsgVPGUl2aXHEYF88PjPg1rNW9D2lBg==","signatures":[{"sig":"MEQCIDPZSSmkXU2PiHgwOnVU9vnl8HdYWqW0xS/JQk6Pl0nmAiBaA7Cko+qrWJuvUa8lMwPpfancC0g5lZwvY8SiCpq5Lg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33755434,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinzTcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqj1w/9GOHnfcDhoB6mDMKOxMqfQmuiEEg4xzHixRB5TNVkssRJSqTl\r\n23mDeYDEN2+DEdmmmdWe7yz9Q9B9WH/Eis7StrV4J2Sjqsd8gRweRaMBsWxN\r\n9xT4fkfWYRG33KfXvyVeRo9z5NuD1EmSGknS9LXarHTgLdTfBsw7o7wISLLk\r\ntbKDpjxk+5Gjp4oQ//oHcSxQoGKZgI4ubhr12TNNImWUZZDA/R+7H2ynR0OD\r\nVxmgg32JTr2GmatDJordAb37xUWWz9UU7KHgjcTr0475AN6qtyVygwEHK8Qq\r\nLAIfEnD/3SoOHTESgG0ZYi0tEXuGC77VGTZtfU/G9CGq5vKRn1QIFS+5WDVy\r\no7Q7EcKoN+UWTIV5A1DpNy4Ldq6mrEbOw1gVwAT0YvMtnZ0osv7UuQuSskt2\r\nIWAAzImFLLAQTmtCTqoufejI2QzwIxdAFCl3/Da8+I5TTh5nAL8zFaEiKr8q\r\nwatSyM/SA70hy7C5QlOtYfxUqDJ1uiO4jxdXDMnJtO8/JrlKSMHlNjG9UaO0\r\ngHBi5tM8v1Z3HnyJfAoemhbCULg4cEm47alvXXmEQlVgSsHWktxqIAuRVU+C\r\n5oDRYDeS0bxoP3T/ZwMtvlEJA5sHWt53LybirZz2OIhd3O5vdFZKJGjHzE8n\r\nuN7+ES2i17FiB0fFoiG+tXk3gsZi6QWUj8c=\r\n=3wwC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"cce6cc0559ef2c0d0b63e74c85b490e2841145ad","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.1.57.tgz","_integrity":"sha512-DRPKNMg+aB+QLLsMqjgce+um3GUSKynCdH21UHRA31ke3GZYqS94g4yGAQtSLgqbtgpxpdO+bRxfoghVViUezw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.57","@syncfusion/ej2-data":"~20.1.55","@syncfusion/ej2-lists":"~20.1.55","@syncfusion/ej2-inputs":"~20.1.59","@syncfusion/ej2-popups":"~20.1.58","@syncfusion/ej2-buttons":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.58"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.1.59_1654600924428_0.7871980161518883","host":"s3://npm-registry-packages"}},"20.1.60":{"name":"@syncfusion/ej2-diagrams","version":"20.1.60","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"454108f0417faf3a88ea3211b036b64ce4b04be1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.1.60.tgz","fileCount":340,"integrity":"sha512-pq54sJATaymwfalwVmSEcGZQFP0miLB3Ku2iN8ZHHHeo3Nl0hdQp6wluUU41rE3Jq8SFVP+u/AcYQdV0D5jPbQ==","signatures":[{"sig":"MEYCIQD/y1RapBptwzAPNG5L0rFkSMRMKwqWe6/8S/3Z/7XwjgIhALkD/a/Z8EpNcBCqu0nn8brXGngT/gYn0TzryCKKO6gZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33813205,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqHzpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrb8A/9GVsMoE+FNdm3PoUZM7X5P4p3z14NzMLYj1RaCaRiyQv/xgMh\r\nyDtM3GDWMJxQ7LcDEJC/8K8bWrYa5nv/EW1TfjUwDgyFcxde1yhDkGinTmY9\r\nn2MRvPBp43pGiWxEOGINlVdreLBxgG2uFH9uz1XB6/nzbWM6DFnAupRPHbC7\r\ngjAO7QO/UocJUz4hkpphMnwbQb4XDb5iiNntoirGQOFa+MWcdZkPHzjhWEuN\r\nVoXDwxIsbF2ZHqr5puNMWfFD+MsRP7yiPN15F9gZSbbCfEMaD1K6fQt0a7+G\r\nnV92kOLnIeKQswTW275kwaQ0lmxXuTTYThhQgT7fS3kBOa5MEbWORuUF4R5w\r\nqD/kqS4J7igL3U0v5uo865fPAr2oaXV2KzsPsyn+mMrWCrsyvtfg5okKRDXP\r\nFY7PIirp9aa0M4mGq2f+WqSfvO3OndCvk+xpSmO0lcA6cZPd6qBcdfnOHjl3\r\nRR9wCjZP0aWLAU49B0lXr95lOZM3uv/KPo9Q+jVd3l9h9bvCC0tUodbjf5cR\r\n6A2Ua8rJPDY7MVN4plT5nyUCumWdtzfA//FXQ3wPvQcitm0Kc5SzHm5FcIry\r\n4SkYmBRXVPvHmDpjgZZzNru8ZJzUzA9UieP46fk1382F4p9p5GCovUN7otLq\r\nV/3r5SIeMf3p/gmMr6ZdWptybgO+O3iDBlI=\r\n=99Am\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"3dff9180bb8445bfba3a5a0465be06261488afe0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.1.59.tgz","_integrity":"sha512-dHc8HpNgl3lH+LlLt8yNOJwT72RFRn639ao3blfSSZGGl1n0G68aR8rsRhYVMo4bZyEipiFiY7Sk2sD/UAcE6A==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.60","@syncfusion/ej2-data":"~20.1.55","@syncfusion/ej2-lists":"~20.1.55","@syncfusion/ej2-inputs":"~20.1.59","@syncfusion/ej2-popups":"~20.1.58","@syncfusion/ej2-buttons":"~20.1.55","@syncfusion/ej2-navigations":"~20.1.60"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.1.60_1655209193194_0.3255003452312153","host":"s3://npm-registry-packages"}},"20.1.61":{"name":"@syncfusion/ej2-diagrams","version":"20.1.61","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"97483008f22924ac739304db7ee4b6abf4a04649","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.1.61.tgz","fileCount":340,"integrity":"sha512-Len7Nxpt5SVMrbUtfjHaZtzCqa/Y42qYuLbL9mHMBewKN8FqDuFxyUbzZiUXsQ0erzBpbfz+qJQoxqwHxlxNgg==","signatures":[{"sig":"MEYCIQCKHAWvxOG778HOemjs/N6/3runODqlwJdbNajmWANJogIhAOlPUef35CsLw12J6tmVqD8HudIjyYDYwsAPF1Y2h+X9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33842419,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisdy8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrmJA/+J4RIzZpDqqzTHh8rUYqE6+SlcyT69k1HKpynzLoxGCQsAwnF\r\nAFPwN8bHxxpmauPKUumfVjSz+SBxAFR3WnmYttDIkg88ysEyA14ytA5I1+Qx\r\nr7sbIFNXLDaMTVVn6l5KjZljjSayzh7RZVjt8SuIaI587nUqz40scVYC2MaP\r\nHdTYe2HtqA58D/Xa/5pCz/mI0sZl6msSrI6gqPGlFTr0yCJmQqf5HlnQL5GC\r\npdsh4jnabriaMMcYpxPAcFxC3w60cZ126cedEnUYf16riw7UE9nOMO3cNFQb\r\nCJkHoXDtJQoqWt1f3eWT8MD5UDy3GJMvjeJ16rp8EvI2FlLvkMbeBIrYQNbJ\r\n1zLWCJP7eJzIdFZ2nbu9W2cfVzt4hXhziJJZWIAHqNmXUz6wxSUWJ+suz86h\r\nRSMO3r7xmYYoN94C/zs59opqLJLeqGsuoLlpxcJsZ4eG6OVzxfm6u1O0TWve\r\njZD0xq/CrfHv78hkSgZPsuz7eh1hN1zfwospm0Tjd6fpJl24PW9WS/pSr1he\r\nYuyqLvLpjlpAZRF1NMX0O9Zu5HaRM2euG5k4VP9VQEkO7JId1wPhkK6iumBd\r\nkwBOT+WlYAZZDyXQXcB7dpKoTTXPFz5cZsHsIdV6eK5Za4AazU5NsTMPGsr3\r\n9h7rHz2rSLR27u1CDTJuuEPey2/pXpfvqqY=\r\n=21op\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"756f7f2d3d5521cc6080434dd9097cc1381d2fae","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.1.60.tgz","_integrity":"sha512-dmybalDTUF9OkRc0A7LXjT7wNh+S21atUi7y/wPFMXuqy20HM8xGjDTuy4UGcJ1Ep0AA6HGxQzvuV2c3GqAoyQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.1.61","@syncfusion/ej2-data":"~20.1.55","@syncfusion/ej2-lists":"~20.1.55","@syncfusion/ej2-inputs":"~20.1.61","@syncfusion/ej2-popups":"~20.1.58","@syncfusion/ej2-buttons":"~20.1.61","@syncfusion/ej2-navigations":"~20.1.61"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.1.61_1655823548535_0.5228142038723205","host":"s3://npm-registry-packages"}},"20.2.36":{"name":"@syncfusion/ej2-diagrams","version":"20.2.36","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"3168883e051c533d1ee11d8b8ea72a2055b88dfc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.2.36.tgz","fileCount":342,"integrity":"sha512-SFTpV4rzNz899YQprBUZm011w7z6/ClEGCDxl48ora97zM2fKoQ1wxk3ATR0qxkRfPc/94NwFEmDctNkkXaYzg==","signatures":[{"sig":"MEUCIHiS7s8ElA/VljFAgjjUNS0601rV3uvdiUXLeSFPaECVAiEAth/bn3Azzy2afyVy95VzYbRFS3Zpoy/QWqrjWMHMETA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34424203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivWHEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpnmg/7BNXCvRTRXmR+5Xn9BKUaaUIxMv90sXLCIlGNQQ5IJbgjwDDU\r\nZTHyd8rxdQV5GguvqEJyBfFoJjm3iEciCX4VcEDUlMwmGtfPlcby9a29EgpC\r\n4lnGzLiMilWwR95h03qZsGYU4LkQV8/XvamyUyNWjGmmCkDrwofIgkAYjcyV\r\nyM5E1lJLSbvofsxMxs8z6yI+l2FAWappoh+2icRzspZUZ6Z+obNY4YOmnqSA\r\nD/9yOr/hFpvxk1jsKkSvOQY5we4KJHkMwx1rraNS7SIwcbOoP1LVS0HYEkha\r\nuSWA4bDabyU4fGg+MLnTAtP63c4UpUQl7zLlhKVMWT94xpAOIo47/XbBgbUZ\r\nRFkP/W1J5mfiqkVAKJKWarg5hKdILu4pdfNrbAbN1gyMeySW3id+8XyHdEF2\r\nbAWrePqCmHUs37olvB7uaj2Svj9kYYbQ5uXwj2BAgLjYBnbNzNPXQXX1SJZo\r\nCulPYl/ggEMGHU1pLFaqvMq8HsiJK0mLvO66zz4Qf8H252/I33qF3gIDcEcq\r\nfz0Pw0r13QzjssZhJfs2Bu4aGfGdiiKCm2q3HSXswsBfNPxVZcON9bQ32yR4\r\ntyWCwXDIcNGuGpWLXjLolGW4Wco5lU5VRidDWU5OvrdiLjQHhDtvANkQOrD+\r\nAYUEnEDFg+abuzZiicfoysB5Zh+JWirk9PU=\r\n=WBgr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"cbb07f0063e7782f2446ebd52591de61f9241a92","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.8.0.tgz","_integrity":"sha512-IXuccYoVhRmY0YgNjp9Xv+aO8PBNrBAJsdH11WCqUQ9YgHZEEkE1DxKrBBTTBymZeukpxVvrdRsmaViWijir0A==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.36","@syncfusion/ej2-data":"~20.2.36","@syncfusion/ej2-lists":"~20.2.36","@syncfusion/ej2-inputs":"~20.2.36","@syncfusion/ej2-popups":"~20.2.36","@syncfusion/ej2-buttons":"~20.2.36","@syncfusion/ej2-navigations":"~20.2.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.2.36_1656578499735_0.44900375910219315","host":"s3://npm-registry-packages"}},"20.2.38":{"name":"@syncfusion/ej2-diagrams","version":"20.2.38","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"64e535b2506102263db3bd0e1fabf86aa0d0c000","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.2.38.tgz","fileCount":342,"integrity":"sha512-uHAXZmtMfuh2vvroAhBkeNdA0PyB7X63mUW7BYJXlPPkG1eC2VDIhA9bRVoE2P3RGN3FLbRt8dmqIyJ3J1INQw==","signatures":[{"sig":"MEQCIFt5ZROz/elosiWEZCx3B6LeOlWV4doz+k/CCnrR8peKAiBcf31O8Sh4jTR6XYDCVjYBEdgqie7X/9cqgFOw68Egew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34421612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiza1nACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrmgBAAkFIjtrex1XFaF1ycNrfALQAaoBji745XPwvS8nDmMTj+Q+3Q\r\n65ZDx73V/dRcdJYghkHJoZE8OHSRXuCG0pf4dzPpMITZ5QF4qvQBth2nFHCZ\r\n2x/jOvxQTWrisE5S2PJl2+zLr6pY5KQF7v3OQ0/FsdKW0wmFROIaMf7Trpbx\r\niUdfHWScvsjYVerBVMq8owhkWT/WDi4i+VOIADusjjweqo8abw4gawmr5rVq\r\noBLa8fs80ryrs5cAtm6a3E4AyeOhwD9UNzqSG3M+n33pPipkWI71ISmteUhO\r\nyfCqLSzxAIBN0/Y99Od+rnjppQJJcWg8MGki/boocarcLTofTuVUJI9e48Lk\r\njBtG3YowkWz6kZYRhovCohdP7GIQ0PykODhvD6bg0OHz6WtaN6wUwRqo/dm/\r\nra9ol4LCYLn7qsl3Hr30WMQZh2v2xb5MsxYeQMKxLUp4lPADz/vw8AD9HVOw\r\nPtToYUGiYUv1LMFeYjyadz1VC3DIHlc65Abl5UYDp09CnbjgA9SYtAd3TyMk\r\nPG3N8LfPDLL4B7ahej/FvuaPg+y01Jf+XE50E/YyfwDczisFyE7d0RrkH2H3\r\nSqNUBBrkDuRv04uA5gg3geYoYW94P5t2XR+4j/MZ5DWIVNMPoaoNld+cft/F\r\nSC76oCkVwwKVfMThKnlLbG5BT2dFWhbIGws=\r\n=BOhR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"235d0c84b6248c7e4af51913f1b326bb6b3a8b7b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.2.36.tgz","_integrity":"sha512-anUhfpZ2z0dnv70V1ZGAYvG10ww0Uj1bDKYSlZ6rCcIKQfV5ifHdSGgnIt44hMgJeR4USN/BiNu3VUOuLKqgbg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.38","@syncfusion/ej2-data":"~20.2.38","@syncfusion/ej2-lists":"~20.2.38","@syncfusion/ej2-inputs":"~20.2.38","@syncfusion/ej2-popups":"~20.2.38","@syncfusion/ej2-buttons":"~20.2.38","@syncfusion/ej2-navigations":"~20.2.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.2.38_1657646439177_0.5866608271106637","host":"s3://npm-registry-packages"}},"20.2.39":{"name":"@syncfusion/ej2-diagrams","version":"20.2.39","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"df72b5ce82262b09be89015d85b68203649dd546","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.2.39.tgz","fileCount":342,"integrity":"sha512-PUC4CTFPj2ooBaIaIxcO2XqYT4jCCrv0cQ5riFxZ0wARrdrUNOCeFUEdN+4tKX8W8s25Pp8Mlso4f2syFKYDgA==","signatures":[{"sig":"MEUCIQDTUm/czxULV8eN/jyfb6OH9LuXw9rJbZfxOlgxDcYfZwIgYsMELn3JimzTFjaVQmFWac40Vz+AFH6mAJ9hd4aXOJo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34424091,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1sR3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmofLg//ZTICUaj6nqEWz7UKviDti8qJg7x8DTV2VY3j8F9CIYqRfKns\r\nnfHr9moB5dWAp+4fWQv4Xqe3KudaGPeoVezf8OsU9WgQf2eQGq2Rii4apThM\r\nPyMqXPbkMAAaofniI1bKZf/2UcDMjHULACswyBcfd9odP1TXYW3o5F1WqqIS\r\nN3d5RA9s1h11b6pVjW8249mB6CbSg5ZIrtOKYWIkcxNR3PZkguJXJ/luvBcH\r\nZ/ThrdCyjjBprIrosEpCWdXP7uMc2sHQV84nDY6Qo6IlpN3JXh8Hxse6Zflq\r\nv2QNt8lHnDvZKZ82E+BxTeTMAd0sQBJ9SbHhPRQgSkw/oeAbARQpc4V09e6/\r\ndJBIMZ7K1CTa+Bg0SfXEz26PAH56JfQ87nCpoMFuzCt4aaU3r+ggByUdJ9f+\r\n4+lWT5q2UWwKUViqjYzw0SSg98Qq8+Z2jmsh09Xa1lCL1SchuZNeDpUw3Oc7\r\noozNagvF9XrltQNX5uN5QC97XvFryVwpXMviFejPCjYzk0UD2fBcwmk/VGFj\r\nzXU5go/6flw1CgZcqggargAWK5cl2+aIG4/3abyhUvMKeaaP3OOP3eHj98Sh\r\n1ykI757aZgXG5MrBvrhJY3Hwh3xuE0CDe9wI86GAHhkRQmkUoK56u8rc/2ta\r\nHvI63eQVL/pvPmmz267jDaawWxc3rp6InJc=\r\n=5VX9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"fa600ffd816064ac6e5bf85a519a633c807ef1d1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.2.38.tgz","_integrity":"sha512-LV8PRMAgV+kTEG4RYjsqFmaDx4d9lASm8cWAPAd7rRKjq5f8htPmm2U4eNymY+m2HbaJDzdStleG7e8qjX5PDg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.38","@syncfusion/ej2-data":"~20.2.38","@syncfusion/ej2-lists":"~20.2.39","@syncfusion/ej2-inputs":"~20.2.38","@syncfusion/ej2-popups":"~20.2.39","@syncfusion/ej2-buttons":"~20.2.38","@syncfusion/ej2-navigations":"~20.2.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.2.39_1658242167191_0.6294936564679394","host":"s3://npm-registry-packages"}},"20.2.40":{"name":"@syncfusion/ej2-diagrams","version":"20.2.40","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"26c76e22b9e97387a6a38844b7ac071ec1f462c7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.2.40.tgz","fileCount":342,"integrity":"sha512-Mw/vEnwBo6RaYGystKtE81rlVts2BkgkIqY1SJmjM4+77AsUcxspTdKIKl/rQjjaKv3Ox8OMxwc03mlpY8X8bA==","signatures":[{"sig":"MEUCIF0gQPlKGU/A/f5kDrAaFVmfOj3ZDr5qq8D80z0LStjcAiEA0DLyag6L8jFDZwycx+AxTNmjWK51YMTRav/3nET9GhY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34456884,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi39QoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmojbRAAluHjxCvEfFfqbll+hj3zkvxikA4SDxlMURG49rXEMRD3OYtO\r\nPZUXNIjUuLXkxjJa3/bdoNsOnCdL8oLpu0+S4E7y4Ly7Nq1u65ZNO107928v\r\nJwYVYOsVskP1Jwz3+dysxNM7WLuwRV+4W0equ6qNnuHL8LMqtYVr/zz/jKpw\r\nYpTsGTKlfAKMMMrAHzCHf97VLk3rW1IVegX63o1mgJYrUmRPDj6LbJ1S28gg\r\n96TEjBcgpFSJQkzVlYiWCteg6EKjBOi7C7pXcrpvEf7yAaEvlGCVp29jqTSV\r\nAJKUT1eOo34tGN34XHJ95Z4Zrhd7K9gCqZ1YHud6wMdjSM0HWq1R0A4rJxVZ\r\nZ+24WK4wbOFUTM22TW3A9hMDqN3hpPbmBF3kfKYgyLYovrH6zpGapaUOzH0D\r\nKI3hscdKLYq5Uyfc+slaaaJILDLkRjHY9fVL6EpxxAAc5GZXgf8PLMtmE4mq\r\n0rBPJl52esdkaOS3dyxe0Dm5pZpZHwreX2P1VGr3JpdoScs/Fu4uyVyB/cJZ\r\ndsRdF4g5V/1YLU3pGP4mtZjaCXuQJpV86MiSbAjRdmmHKwzcMrcsZifNXLnk\r\nDZ1j60IBRrhSgVjceYfAdtqdF5vii/j4wooFGR9N45STskjbNcmej8dTCGGT\r\n7Jpo+ZkCpN3uCOzx5QwOK+BqpwvFFMJyw2g=\r\n=e25b\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"dab1bb2ac76f82f0be057d4b8b6274fb15cf53f2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.2.39.tgz","_integrity":"sha512-6g9OmxHvk//0AYeAwjWX+kAM26r6IUThEIKfEEfNzIyP96aqECI9lBP7DM3Vz2uJpZFqz5ghj1aCgzxD59pD2g==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.39","@syncfusion/ej2-data":"~20.2.38","@syncfusion/ej2-lists":"~20.2.39","@syncfusion/ej2-inputs":"~20.2.38","@syncfusion/ej2-popups":"~20.2.40","@syncfusion/ej2-buttons":"~20.2.38","@syncfusion/ej2-navigations":"~20.2.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.2.40_1658836008353_0.8424200792326708","host":"s3://npm-registry-packages"}},"20.2.43":{"name":"@syncfusion/ej2-diagrams","version":"20.2.43","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ddb80ac4d8d8fb463a9a4a95dbde90ff9a019966","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.2.43.tgz","fileCount":342,"integrity":"sha512-ys2Nm63VDsWKFPromWL7LV2Nhxv/jrAdzEnA9s573FKgiPh6zc51nSiR7r99ITDT78H7VkejUetka5ZWihoe8Q==","signatures":[{"sig":"MEYCIQDyaqurG2UrmfTHeuHgpH8i+fnWdeXjPCYhi9yLrqeHWAIhAMl4C8+zYWJ5k6vndB7kZKnTCYO3SUeNV6AFJ4NeKi4P","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34456909,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8KIsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2FQ/9Exq0VMx3+PYt1VBuoL9pNdXMfxUlLMv9/orDC5Ar0SNty7Ol\r\nMSUk8jhkolLxQ7tikIBTeVasDZmGZ/0SthZf7e7pKm782Ttkkwp1sDEp0Nhl\r\nBhA/GKLgRvbKhVXuucbXOn0kTO0V0cNk83no8XaUUS+6W1Hep3TqRPLNBMMZ\r\nAe+9G7s5phDxDPfwIKIsZYEgTOoc0EA5PfyYpmxWnLneNrUsHDbXXC/7pEVd\r\nldZ4EXdicKq1cjbaQ0d7QZcJwR9PJ8CjzJ9a+f4Hk9ItnwPj5tSGAUFTJqN4\r\nnwmfM3vkozn04SoqjF4PudL6rQRw6xNavj+I+cllI7449SJIFGLAGmijkZdA\r\nsZ2MDtZOL7lsonxv+XPcVhjj5LFKZEQJ639KLaJl6UcMwTzK2Qm8xOeu20ll\r\n/dt/n9JEyklHH/idzkDmoJwXXKUbTZw4LAOt6J7uCW6mGxzwtqYVDVqLS2/L\r\nkBRDoIeVERJ1Hbw4ZALW+3okQH7k+ywLK6XHFyvAQCgraK/bhLU/AeyWcYFK\r\nFdzxAvftczC3yxsOj2mIN5Y+twHnQLtJpfEBARnj7WhZwXUUcj0c2YkSeZfT\r\n9MDZ4lrH+Wu2cNvZawVXS7h1h/m/Lr2j2dURAxbWjNpkv6/0CpPeYsXJ9vlI\r\nBZdztcA7uFhMB7pRzCALltdREaGUqM8YHpM=\r\n=HTQm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"bf0ab8f49d41e89ee5c5d245a11e5a71bae2d846","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.2.40.tgz","_integrity":"sha512-4dfRXTvAfOR7jvyhAgwo0OvX0oBoY26Ylom0YiHQrjKYtEQ0uA/LAITW8ivOSddvf/05em1kbUioBSehJ1Fybg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.43","@syncfusion/ej2-data":"~20.2.43","@syncfusion/ej2-lists":"~20.2.43","@syncfusion/ej2-inputs":"~20.2.43","@syncfusion/ej2-popups":"~20.2.43","@syncfusion/ej2-buttons":"~20.2.43","@syncfusion/ej2-navigations":"~20.2.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.2.43_1659937324271_0.7443303168200106","host":"s3://npm-registry-packages"}},"20.2.44":{"name":"@syncfusion/ej2-diagrams","version":"20.2.44","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8a1a9d0e25bc86984658e9f4c47ebdb5b3423139","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.2.44.tgz","fileCount":342,"integrity":"sha512-W0aSgEUF6hr4Ez+WrgdGdeXdwRBmkkecnore9LiuS5lvgGQX81Ma/if/ryT9yl37iD8kqSwf5Jr96H9ofQHpDQ==","signatures":[{"sig":"MEUCIBqx6c9xx6mOBzOTrVtIcFTfGfpZtP1CtlxWSa02WkUGAiEAwjtd5pkgNePRAs4hL/CjgEVLW3Genl/4vB2XSWG9al4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34458274,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+5TTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTMQ//YTFb/a5JCxukNtpjna2pJKbR1qOIP5HyJT9ZLq75SfDamiwN\r\nwTfTE0/vP3sMuK5cQ2QAFWgqAQa0i4w88GSJnEMUjwAhcnQcQuCLH2DgdSL/\r\n7iqB0w7K3zKCSpCQIe/xfEKMbcOGtG+O+ivaNKPSg593JU0XVD3WURkURcto\r\n7jnui5AOEEKjTb6HH0LF/cakcoD8R8p3/0Z6ICTxaLSr+Ku3EkpD5RWWdwSl\r\nUXtAnpQHWoZzVsoyQM9kFg8X9M3j/TOHhvt3v1GJSVXsK//aRRsHFCW7KDmV\r\nIXCwf2+HLqffepffVcI0L5Pcsh7UsHuP01xyUDZF9xoq83fkbk/yG05gn2Ex\r\naJFhBI8zXaMGv9oR6vx+FIW6kCrzXDjGh5ZHRKOBmH+XwrrYB+jIS/YLc9qs\r\nQbxcf/DihLZnJf0cTZoOalRXAz4623pMKxtwGdsm93/IATGABPmn63IoUQdn\r\nSGwBnBEoDlfPS5w95DrooakT/XqgezJWGAtshATdKlFLLkc5kNReJ2WTMV0b\r\nREq51IJD+aCXLYZCn9vANuBy2ByUgoqaNZ6t+DQ9uvW24+qClGI71BInCuc3\r\nvAqsBDmCiMWmNl2XrJxWzRnd4+SOrWN79T0kOhFzpwwzA7M5VynuECY/cScK\r\nGVqO0Grq12ZBggEq/hzG2v2q+kcSmC1CTE8=\r\n=MnMT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"4a920a465d5d328d26410d0abf140186953addce","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.2.43.tgz","_integrity":"sha512-ppVrOfAokjfArQ6zT2aQuH8Pf7+UzSOpctNoyTXOxCMgCKFUniviumU1R24T2HagGUigQVX0nEB6UiiJwhl6TQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.43","@syncfusion/ej2-data":"~20.2.43","@syncfusion/ej2-lists":"~20.2.43","@syncfusion/ej2-inputs":"~20.2.44","@syncfusion/ej2-popups":"~20.2.43","@syncfusion/ej2-buttons":"~20.2.43","@syncfusion/ej2-navigations":"~20.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.2.44_1660654803305_0.14549517084571306","host":"s3://npm-registry-packages"}},"20.2.45":{"name":"@syncfusion/ej2-diagrams","version":"20.2.45","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7ac676c41d86203c65556efcb8197995c2143276","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.2.45.tgz","fileCount":342,"integrity":"sha512-Y0B3sPk/9ZRMr1z33JfppTf7KvZighiAz65WaiCJMFyvxfooeQYFyRym66mfHBSNnqLtz7fxJtWXxDwBnv1kxg==","signatures":[{"sig":"MEYCIQDeM+2zCVLCGSdIsoL7DB06kFTQilinhbhqF5TijAwRIQIhANqWTr/Y0/Lij8KHeNUkmAhvjvVsjxErwQlI+iBBOSsO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34467296,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBMlSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrtJg//ZZskoFbiM6NxRaCcnUpvT4zSldr1sWem7TtlWV8kzU//0ajv\r\nlJXIMZG0QW2r4lFFodnznsFrEvztEDBCLYEp/6sbWMhGFFX8HBT4nbsrLrBv\r\n9YBov5ssEF3AKciepSMP4/dg8dzz+VBUe+BWfJLoxOqGa8b8qQELDR+2iBzh\r\npQEdbni8Q5OVoaDLJpDV9yOsgx/ANL4S9jgrHiKWSA4eL3awg2E9Kn9pqHyH\r\n+HoJjAMrJ7diTCkt/xrwH8hpndCYay8HjHVnjaZ4MD4Al8K83AqdWX2gbxEq\r\nbNpZp0cLF4Jn9HMRlgPuaXCpHyDE9x1iKJZcefit7dxP7CqApbOQUzDpy5kn\r\nL+USvXBQWHGQaxRsYu0RmIrONQGqH6WPTtE5hBFEkWgEW7Y5bB33yDzKyAPQ\r\nM8KCh8BjXyFvedv1pGZMjYxMK7QzN2joO5XGlaMxpReRFwEZqUhgHjgQSxRd\r\nfuISH/Rlcn35slsZz3/qJNOx0empuGDKPLx3Yek54FGj1oZcCnINgnSWDA+v\r\nbWlzdKB3QgdPhW5LggHMJiyb2JszVFrBCZk9OcLVsjn6bjLk4BPZA2KpUJvu\r\n/ZjN5g+7MworOMgptDukmbEoA8bROylWkWajXZ4vCE4V/fwA3GmuHBTl+82b\r\nqqaowJ9qcOk2pMreox7TuNflKQ0HCydJ5h4=\r\n=I9U7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"9af4bb5c86c50a302aefc79d3dd166ef394e6fbd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.2.44.tgz","_integrity":"sha512-HJl8iwuXMmuTyz0AmIWREQZL5rHEvDelSkQFUPFjGqRrQTDpmel37lttX1YJ3YQQmvoz3H/4eTrGJUxZFG1NzA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.45","@syncfusion/ej2-data":"~20.2.45","@syncfusion/ej2-lists":"~20.2.45","@syncfusion/ej2-inputs":"~20.2.45","@syncfusion/ej2-popups":"~20.2.45","@syncfusion/ej2-buttons":"~20.2.45","@syncfusion/ej2-navigations":"~20.2.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.2.45_1661258065505_0.8261110418801354","host":"s3://npm-registry-packages"}},"20.2.49":{"name":"@syncfusion/ej2-diagrams","version":"20.2.49","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"fbbe3e09e9f53b0e55cf93153f300936fe63e66e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.2.49.tgz","fileCount":342,"integrity":"sha512-3Df3k9b61lHRkqaK6a6QcWUH1Z+YFpkIIVT+nB+nWkxKJlZqwFGdFiKMneAqr4ED3ksKmeJ/u6h/1faeOYD3CQ==","signatures":[{"sig":"MEYCIQD3BdroAWc3tzHSE4qqH9stxiW0rIZWStwcJQBtSPG0iQIhAOwtMBQro6mSWNj+AwX6B+5s3WgJLteej0wwWL/TfIt2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34484002,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjII/UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqDag/+Mk6tCeHyBW9t9BstSM3vNvRw5Y34krLEFdAEnEE8YRvmKazs\r\nW4+X9iNn/rzmXMbG0X5Z2oItDO+ZEdCIewGBasTNT2HCFqkAAYpU8BAagyhT\r\nlIAnSgczVQM5HeD8zQfPLv85J6TAOGUIfmmgZ7CTCeeSKj7GvOpFJUbjxIzS\r\nH7dL8sHLBlAa6Vv4t7QKyt8EgflrfmLNqJzuSGA65avXzK1C0QfT/64r8fMI\r\n2DovKcs771vkfqTOJxKSAUD7rWsk+ErWKDK3Kslq3JeF5QhYMk2+YSF6Kry1\r\n17kFKr/LuGz+BJuWd/12fj5Ka1SS5kYZhgBSKy9Ei5zyW1KgQY0JbMMV0s6m\r\nHMMg3pyN1GBkSrPOsfBMiUF3bMvh6QGKbUX/W3fQGrpO5eGM5I6iTYas0wr+\r\nvO8Ls+JiB+LluIRTaVA+/zdcQdp2ePLhwzQIrZrOL9BGA2WuxAv8GfHzOIs8\r\n2IJ+j3HDGJWX2sUhxEu9/LKnoEt1Ag0/htF8roX89obQrNRSEcDhpbfGJWUM\r\nDx6Zkup7IcpA2TGqiZvTWDj3sDhPWLZIiWZ03kkf1zu5P37pXpYxB9xzavZA\r\nlEgAdeC69VCZ7+KeBT5ZQLRrUrFuTI9sFIRzIhNO4/k5gGS83TsjjTR5GsUj\r\nqITC978HfLf3K5bKizIbvO3HcIxibbmMBes=\r\n=c8Kc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es2015.js","module":"./index.js","_shasum":"de0495130725b2c0308742818eab6867f864dd91","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.2.45.tgz","_integrity":"sha512-+xx2EXgSHSfJ9FTg6uXHOYJEyhAOjsADLSW8rtR/izhXsyEiYj2kgK0RcSHTO57QUahsIJRqQEAI+7a5LxC9lg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.48","@syncfusion/ej2-data":"~20.2.45","@syncfusion/ej2-lists":"~20.2.46","@syncfusion/ej2-inputs":"~20.2.48","@syncfusion/ej2-popups":"~20.2.49","@syncfusion/ej2-buttons":"~20.2.46","@syncfusion/ej2-navigations":"~20.2.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.2.49_1663078356068_0.8081175238739331","host":"s3://npm-registry-packages"}},"20.3.47":{"name":"@syncfusion/ej2-diagrams","version":"20.3.47","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"52877d5b9a9d893c6d802c89b75f7618198e745e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.3.47.tgz","fileCount":343,"integrity":"sha512-cIk0htEvI1JMJ/G8E0+Co+Yr8U1DMTU7ZLY3zV0XYZ+A5M1y/5in36szHb/m+9FWqYtfwwceEP/wUS7Fuz0WnQ==","signatures":[{"sig":"MEYCIQDwhMnOwNQldMOLA8yDB+UGAEu3ujHxjjfTu6OsxMAo8gIhAOONqgggC5D5c1PFvOpNyWv2KdyZMUM0lh1HxtqBegGx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35990910,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNVuWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUjQ//c69bL8np/okC/EX4CyAvmipFRz9rtZ736jXuHx61qLosvjxt\r\nUvtQ6REFsh1pc/UGhpppLDvziZv5n4IsDfrhXV3xo2hDf0vfc1y8Q0qulJTu\r\n5WA0LZhN/eYNAlwZxcZ/7zGD9U47yCdpzVczqUQT85OfWllKrlSC822OfFdz\r\ny7In3knqsrAzgIwW7Bk2NDM1Pq4n1MeJ4cThhopICsJdG4kXQYDpPnYSJA71\r\n2NoKZ4BWLveELq5VpfEIj6bvwxRBJQJ3Qk7xndIto2EtTWE2hg/cTy06pzqP\r\nJx/W3Vwy1jFDDp/W4Wl2QOeIXe9HdaoJvkjHKathDOc4Gmk/r8KRGremUvgh\r\nZBCw5sBjFv8f9M/VufKk9K8PljovF37lEUb2Ry8cARMGQlxgXnq61gDZwCG8\r\ns0Eig4cb5HM9Hd6eGd/iZBo3llTYLHLkyj8Q208GlWTzCkakMRlgXnhf0jbS\r\nqzJ1nEDF3258uWTXWv+uenk9PYkMC2HFRFBtLoYHOSZWZ9lgxZugVGDfD9BR\r\nZQtMugmwKEFf06JaZ8AgA8znWsJtlM6aEdhhKGW2ENkZvMfO8N+MwSK0E0ZK\r\nT3+YvPaAWL1lvaF8vuAcFV4WL7Hfn3ybddKh2XzId362IuSMrOvL5jq5Ch+l\r\nCKkAW11J/o3d8H0lSVBnQtP3oz1U4RaTw8Q=\r\n=R+To\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"c7a56fa39b388ae1a7de58ea0b43b451f994e5c0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.12.3.tgz","_integrity":"sha512-0mBSrkDvKR9nh3xotqsMZhPyneq0IlRrBUsAvTW7vlGKxueoXs+ibhEOGRfKoXhWdpofvOaYCQHKXjgVhf5pxA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.47","@syncfusion/ej2-data":"~20.3.47","@syncfusion/ej2-lists":"~20.3.47","@syncfusion/ej2-inputs":"~20.3.47","@syncfusion/ej2-popups":"~20.3.47","@syncfusion/ej2-buttons":"~20.3.47","@syncfusion/ej2-navigations":"~20.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.3.47_1664441238607_0.16958609071541098","host":"s3://npm-registry-packages"}},"20.3.48":{"name":"@syncfusion/ej2-diagrams","version":"20.3.48","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"ca40ea0c65b5ff44e149ada11aa5100fa2b08db8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.3.48.tgz","fileCount":343,"integrity":"sha512-sN/IVPxgbtBJbQGFv2n3DpQLC1UvQIAmDVUi930QqmRqVF3pWFdPKnUUB6XusIziZdfwiSsRoJYsqwWRBayChA==","signatures":[{"sig":"MEQCIDpiwNyjYqpkJNWEOr0UIWjhNrecSteS8OdqdFgM4GaDAiBoTqj6bZRVZwIr6GJcxyY+4PfbTHIIbZWthQk6U1+dUA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35997713,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPYgtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpo8g/9H6UbePCCUUw0LAgtuTpBSd+wX0H71pwNEHu9ctB8D1DdO/VB\r\nGWpUUPy53nVfKsLJoEvwFkMdO/xRbPWzZaX9Jy2b8YqlgbWAJv/c3tN8KiVP\r\nx6ljoklpfvKxOKCr0g7IAmfQbvIl7E4L5VB8BdvXiY1lZRgQWiUHL9yyd2/k\r\nodBIx6gE5aQ61eVhJ28PHRAzJDOY4FWzjwPrshBusO54np0rMdYU6ByHYUGE\r\nnRdvR9IICWr2PyuvSHZw+WgSE27ZhHM3+3gTmaa2IUWZH1MM7nhtUOw2Uk6y\r\ntkUpd9zDU0h2sLsm+z/mIg8l0BNy518y7czT4AgGaQE2cFg6LEJsqS31ixy6\r\nh8raa3Fwxoy9wzxQTJjw/mX8m0EupSm0tRAUz5plHwPQacQ+8DgYbES4Pibk\r\nF1w2BKVHkSzjwcszqWXL9RunZP7YrrWEopD+rlemVklLfzXV4zSsEvLMpXR5\r\nPoRYUWuNigx65fNPC6zBhrEaVpif+B/wd4+pMzkYmtcj0ykm+OPhe4jZ9jUt\r\nD15hdG/a0VUB3PaoXAtBivzd0P1EKesGocjuyoO3XfEm1MLSuczLPBuGuiSi\r\nEo1tDxic6JKp++PcX6l2g2/d0fOYZRyeNBPvHL7dWnoI0Kt3O0Wsld67jUx3\r\ndv1zzY58XWzHSyJDeWYHx7r82B1o4K/jwq4=\r\n=P9PS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"a97302f6b3ea072e252c042f36ef1630c144ad1b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.12.3.tgz","_integrity":"sha512-UIXp1F2xpZnmj/rd9fgxcXWNTuexP0glWEWoknLBDiIJrI43eGUOz5SmXderMl6K8WYb8F/3hT874/6cyI1yeA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.48","@syncfusion/ej2-data":"~20.3.47","@syncfusion/ej2-lists":"~20.3.47","@syncfusion/ej2-inputs":"~20.3.47","@syncfusion/ej2-popups":"~20.3.48","@syncfusion/ej2-buttons":"~20.3.48","@syncfusion/ej2-navigations":"~20.3.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.3.48_1664976941462_0.5042316598737115","host":"s3://npm-registry-packages"}},"20.3.49":{"name":"@syncfusion/ej2-diagrams","version":"20.3.49","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1c7bde56ad1bdee554e9b0afc3500bae09de5d8e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.3.49.tgz","fileCount":343,"integrity":"sha512-avBLo26ayYiDMlyqvHc4owhmbXpdqGvtVLm9p66HYyfGKtQAfBsEK3/BN5B4MU62cF5Cum5LRgK+UO3yM4Gu+w==","signatures":[{"sig":"MEUCIQCoKq9uhj8ySupZObB6nhsE+RLRfWSZ1URKauu70utCGQIgdDDiJQDG2T1yI5uQOkjMQB4MQlQfnObEU/iVzicWchw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36039861,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRWadACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpFKhAAo+cmOEcB/xL9CBPCTie6HntOVgjswl5d1I/ILhg8ZsQX9Whk\r\nooxlP9jxt9C2wHZ/6E9jFYszNew4cDcFUzH+v3jnGhnP9PU0fTMNNRVl3cxH\r\nZ6CFR5Ngl5Tm8H3t8aLlXFt+L+BcQCHaUEnst1tud0nvfiS/uMy00SqqiK/T\r\n+o1IhW92EVTUOvxGaKI5+QP52LnXS5/X739evMHKdREGb2qxi2kN4oKzXZpb\r\nc4Z09kynm/E5aJtIOiCyKX8Swp/q7JphOWndQeYA6OmbsLG+qbTm7MlgJgCC\r\nSyHH4e9UqexrumA7a1fV5Mj+4vpRl9LIg/ax+XUnlAY1s5X0P8o27ZTDeVvp\r\nOXkQ1AfiPJ8cQSMmkOAvyeb4MiEf6vA6/JO++LS6Xz3U0MhMfDymBzspXC4P\r\nzzfyykK7Y4Pg5gcfzfLCeKnZVdF95ykTgPxYfra6KRXfRKTCxWKrhbQMnVXg\r\nr5owfH2AVtkBwOPXi5mLTdmZlOmBjYj2uFSsSumZFfy7N9wGhVU2EHAF+qSD\r\nkCSjUy1hPiDRH9ibLGF2Se1cTVeWrlwzy8aqL9rf6eOkTh/DBWY+ytPyzV21\r\n9XHzBQe54C6DXCUdX/qURkcq4V9h/NBzc/07GZFBFzK4jBBVFLYh6JbojUNU\r\nwgTnpBMwLxZVXD0F3mZGV2+DwrOpHv2SbOI=\r\n=u8eg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"0bc9754dc16207b8c0869e1959d4712bff3eff12","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.12.3.tgz","_integrity":"sha512-BQdHpBALTbPCGkJYacXDM70hJEjEMy73cbUfZbRI1QpxhNenNfxam9SFl1XD5OkhsyflMbyoyRXTTU1fDEBmIA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.49","@syncfusion/ej2-data":"~20.3.47","@syncfusion/ej2-lists":"~20.3.47","@syncfusion/ej2-inputs":"~20.3.49","@syncfusion/ej2-popups":"~20.3.49","@syncfusion/ej2-buttons":"~20.3.49","@syncfusion/ej2-navigations":"~20.3.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.3.49_1665492636959_0.5915087549604476","host":"s3://npm-registry-packages"}},"20.3.50":{"name":"@syncfusion/ej2-diagrams","version":"20.3.50","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"a1b5138c0120b8b6ff16305bb3ce1ac53725942a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.3.50.tgz","fileCount":343,"integrity":"sha512-egGIao133dbrq+FPInD7+hcBwKnXGS301xbs654b81PYQFUSyEXGM3vMehMoofM/tw2Er8ZXEgXNxo2+UwXAQg==","signatures":[{"sig":"MEUCIQCK/KRYPS5ALvmODuvnmFvIbc2MG+GgLuuTb7IAgaoSNwIgFXKulhPSkJEHNjsyX03Wm370oNlcsUopR5RX8CcEaIA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36050819,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjToRrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrY/A//Ux6UOIKDp7wAgmFbpXEFpUYVZdYd/TqtKD2oOSlNPGdfD7AQ\r\nKbrpeuaEGxTaUS+xnseHXPQJ9MBCwc3a55nkIRRB6eV0ulNw+EaRi0brGx+r\r\nc2f0rEQEnKHqNW6co4ED6/P6Y2qT7ixQPrbmNmqOZuOV4LIgKMvjtckwQcuO\r\n3QBuJVBnhi7X/fvUlnPlkgvFEK/86nHonbjWZn9x2x28vGRd9kq9p6WrzOmg\r\njFodweydbV4rgXXjzBRe0qhn2xOMNzD6cYYwoeVyd4f8IRUjyWyc/ltOh3hi\r\nZMD6wu/uNAMNIgOhB3X4BcO2fR1GWuTt+Tx5ybt8bymlXpMtvYGisPVK7B+w\r\nD9Ti5ps285TEzfOPpAjpYOD07MHKjBu9GVPSwzw1E78BtByMydcMT3QJrQlN\r\nq21BB92c+UyTvba0hgbkeV6vMGOGN1QUOFIKTGmdMozIap06fTDuWA9Vztk0\r\nOab198Hzj3BmUN8FuygzzrzqPPW87FfbpgDgFsYf30bmW8RuRV90AM0zsxsv\r\n26+GHekG+akA/4o0yPA93tE19buhaICVWWUpuL879kM4joIXjhzkEGF49wZB\r\nYMaZcOVw61qETKJ6ApOeb5mXvZWL9zfpvvxtW+nTc3as8pah/bmDBy6Egorq\r\nv9UgxxK4qFt9fyzDuGEVdXA+7xsS1tFMz10=\r\n=dt0u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"c29d1807aacd3af88feaf9f3b41e453dd7fb9b44","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.3.49.tgz","_integrity":"sha512-kl96q2f/KelTRxFSgYdw/jGFOf9c5eJJboX+So9HHI6n0r5ZPEf7Luo/384/hs/FvoWbpM8Mn5ahEWaWUfQnQA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.50","@syncfusion/ej2-data":"~20.3.50","@syncfusion/ej2-lists":"~20.3.50","@syncfusion/ej2-inputs":"~20.3.50","@syncfusion/ej2-popups":"~20.3.50","@syncfusion/ej2-buttons":"~20.3.50","@syncfusion/ej2-navigations":"~20.3.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.3.50_1666090091011_0.257046815087574","host":"s3://npm-registry-packages"}},"20.3.56":{"name":"@syncfusion/ej2-diagrams","version":"20.3.56","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"8dbbf8dada1c418fa418d73ae6ffb5ae76baf4e9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.3.56.tgz","fileCount":343,"integrity":"sha512-ARi2elEZsajZJsY1VwWZR2anw2ShXPdnEWr0TqCYgAvWWnaZbB0iPHNMYr3GYPUlZ6Iy8TP0fNlPO3hgZyx6qQ==","signatures":[{"sig":"MEUCIQCJHzfsEN9R1YWSdrqIgRaks1OpS2TQg4uMFCSag9CWtgIgRKyLTpfXrSiqLEfupWZ+bftePw1Qy3TB/B+R1HLUals=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36050797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaiaxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDJxAAm1Pr92pW6eon1Z8XwWjQNKaXQFS/MdLe4co6/QMl7VlotZwF\r\nln6xhaJ64qULeb+xseYgsqXNp62qW6E6c7ZxLJZyYLLIlBxb7NewewkTPKEq\r\nQ2F99nGMkqLn/hzV+PVjmYac9hTpJQHodeAb7UaQK63cMiE/t38C/5zVe75R\r\nuOtuPkiffNG/Vu0DXnK49/m6SO4DVoeLydjB3iEk4q0EEFlC9b9dBiv2Ten7\r\nLvdMyFTWsiI+D619J2tu1KTsSwsklsiQly0/EQ0DUxXLM3nqPLiwfEkNdmbF\r\n4yrwCFRHvkNO7e0ub0oILEZvOgkxZwWgEDobDRbNqXypwf40FEN8ZfUHCjeq\r\nmn6etyNNo1Yr0d4navqrvaSagN5trxrp9rGntNwB1owJq6mU5YpNWD7pGIDu\r\nXknar1z853rk8zkcUMZt2/Wcd68YqosaK+NQrUj17YQp7USFeSiLnbVFI0ey\r\ngsVWyJ43i2ZKoyNN1Fas5prGTucoPQ8f2vk1KjKNNZXwibrAycYjc6EDPaid\r\n+wwCBL/qq7LQdDrdf/S7HA6Mg88jvtXsSL/OT1o0TZrvT7NnESZ/JcFy/JPS\r\nFOatpLoWjT+Wmq69hEKk3VmQwY50X8zOTnrRBbNi7JIPPT8ewHmYximBjkhh\r\nAVrezr4HI3rGK0/laipY8HrqiAD3ZAzshPI=\r\n=oND2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"10027a34477cc97996370bc6a8431eb484f92319","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.3.50.tgz","_integrity":"sha512-txYxcOQ7f3Ze5MtnqiSQWPNH6SbCClGZiW6qrWuff9QqyrD4u7NT+5pfKXC2BHgEPDEs8NCXOzR+qaZxGOb7zQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-data":"~20.3.56","@syncfusion/ej2-lists":"~20.3.56","@syncfusion/ej2-inputs":"~20.3.56","@syncfusion/ej2-popups":"~20.3.56","@syncfusion/ej2-buttons":"~20.3.56","@syncfusion/ej2-navigations":"~20.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.3.56_1667901105442_0.23252732373644314","host":"s3://npm-registry-packages"}},"20.3.57":{"name":"@syncfusion/ej2-diagrams","version":"20.3.57","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"1f5da3e8b5eb3470cc8dbd959c3f55d76551f843","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.3.57.tgz","fileCount":344,"integrity":"sha512-6lG0XxBatFKqGXuVocVP4iC9dpZny7lYBUkh6bU9aHGKulv8W+JzgoUieb+AvXLhj3BMjIBHI+NzSRSRUA6bPA==","signatures":[{"sig":"MEUCIQCyorMWZlISH7I6YAKwsxcdeT7V0i7W/E0gnAA8JTIB5QIgfjBJuLPrnLO5W2AYI5aj19aF/xZ8OIaY61q1c5HuYG4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42498764,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjc5nHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqixRAAlVhRv6tvc8fM/4rc1GKozt8hvaTbgysKDylLbJRCwghk/Vgr\r\nNYWKDJ+ZwPT90+8iSXvBJO2QKSyTSzSy3evcH4ZdCe2M7sfSicW0Ap0qg5L3\r\nsuVaUI1RTPoROdrHnqoyo770n2lxwYI2+xp2UVw+gUx337Rw0S0krwapn0Oa\r\n1hfzxB0o+9+ecjD4Lh08mD1FcuNQNtzBILou/j09LKlOlfwD8b3nc49X4aWU\r\nGkTdo04YAKbYc/voTC6YLtJiU9P+Y4p2zE6PG0i8W6tlBWJp2fy3d7VlpLd4\r\nBhYvN1ckgGHsQC1+nkNnZC41KCiFlLVkg7R2jZ7cfrfLOjGwinDtg/gValfx\r\nYD1BzDsK/M/83TJkTipTecZ055XQwScRvn40x4FjJuORuI85DyPaORORislR\r\n3HQ0WphJ76HDO70/em8JuI5EVS95Sqzs7YstVjozU+g00UH7eYFA+4X5sP7b\r\nEgJs2gP/Q9yFAt6JcMPXs4oyaeTiTGCvbaM+Otzb+bB3Eon1qid8A/kEP2ay\r\nT5ZhN3uMpstgedXaXn+wkYLNEo22avvN5AAur9lV0siRwIiKOxljnZRK4GdD\r\n5fS6L8SgxS8rdH1Sw+8/DtU8M8m6Bsr4RaIW7YGt2hVmZ2X3MAqfPFVZgz2X\r\n2qMo+hkcr6pRCacEfl3M9x+OOFQVqUFejDU=\r\n=4bmL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"fbc0891fd86e6966057f37c893da312621700c00","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.3.56.tgz","_integrity":"sha512-ovhveATCi6kZ6jBaJCyb75mNjf37i7sLPO/PSxkrCmtDYXEIMsUEldXQRqcwkQVUEjABTa7bD2W08631cT33fQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-data":"~20.3.56","@syncfusion/ej2-lists":"~20.3.56","@syncfusion/ej2-inputs":"~20.3.57","@syncfusion/ej2-popups":"~20.3.57","@syncfusion/ej2-buttons":"~20.3.57","@syncfusion/ej2-navigations":"~20.3.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.3.57_1668520390965_0.3855419853761446","host":"s3://npm-registry-packages"}},"20.3.58":{"name":"@syncfusion/ej2-diagrams","version":"20.3.58","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f414c9deb5fb8a984afdce131e760f34f7e68087","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.3.58.tgz","fileCount":343,"integrity":"sha512-5ha8drF1KjEE+Wnm1nSQG+7rr5O5eYjP7QJBr9LfbT8ogmozejekygf8yA4DG00/xR1FFrFN3uDy5sD+2BCCmA==","signatures":[{"sig":"MEUCIQDEMzvPqLxky4DgingfWOvH4JDQ82rNcFmw+Z7h6mszTQIgJHZhRqr5FlAPydjblk15fDW/cFdyi245cPSMx+ai2Kk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36095870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfMTcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr1DA/7BdAbLskap0I0XVJnjO3lxDKp1TkxYj8rYPRD/KWz5h/cT7V4\r\n0mZGGFA1Gm/t7U4rJl9kWosuGIejfXkEMYGOs7rNmC43oaN5Ze/Fbe8RYreA\r\nPIuQBZeDsVjzBwxkepIQ+cj8hFsCJqNtmIbkCXt7kw2zr+6MiBS7qxjvoWC3\r\nZVxoVWfOHQ3/s3Um95/Yc2JXDW00edYOF1+wtR1TJVxlI0RN3IIEMhssKIdk\r\ni2MYFf5LqwbP+bvfO7A5sS2IH5F2gmXXmADZGA1mxicJLuYmPbkLqN8Rgmsc\r\nX5mEu0KUgnzFFFAeTTIkHPjdg5pw7nLwJjKz0P72BYQpld1iVsi9/6u+ZH5B\r\ndnPdrt7dwO2KwzyBdn3XhOZp+RLzB4KWjKqfYkOO0I68pFVH8Uk5K85UzEq3\r\nKsG2H6JqT9Sazgw7Zd+jFyWNaI8JJHyZgOYwCI0bO+ZicC+Pe4prUEfOjMK4\r\nZCaNozhgYQc0lDHvswDm7jBzBsOEoDL2BTFJFzYK2ye8Y149s2NXVpgXpDQ8\r\nPv0381CPDPM8nYX931LL9abYsrDWKlKr/2fKUFBGJjETnzUtV8urbz8pikRc\r\ntwPYaE8p0Gj35zTR8RmRqoXyjny8nIG8wXdU4g8za1bhv5JaYNNNFrruetDT\r\nKvwppNPessRQKnrUcuPjgxtECut1SQ10aV4=\r\n=qLHE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"ce9402814d5493dc5763b2da5d98e31390c748f5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.3.57.tgz","_integrity":"sha512-4A3MIb+qaCCmmyOyZjuZkXtFsKnXWNiO5eZ41YvOXcUxAcbXxEr3jAjH5cpAx5HUtelARMEpsTzRqosZ1vTpPg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-data":"~20.3.56","@syncfusion/ej2-lists":"~20.3.56","@syncfusion/ej2-inputs":"~20.3.57","@syncfusion/ej2-popups":"~20.3.58","@syncfusion/ej2-buttons":"~20.3.58","@syncfusion/ej2-navigations":"~20.3.58"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.3.58_1669121244354_0.48038956279152734","host":"s3://npm-registry-packages"}},"20.3.60":{"name":"@syncfusion/ej2-diagrams","version":"20.3.60","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"cf5ba01436f102fe8ee1a0ac0b7189982f03ebc1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.3.60.tgz","fileCount":343,"integrity":"sha512-wbjWA+XHgERRpPyO0CTtwI2rl0PV2NzkDQT7IwaYEL74+Y4x1DcU2ZdHXw9VA/pjgjOgiXCFLOiYjeBGCdcnDw==","signatures":[{"sig":"MEQCIEv1VqKvwSe9sIIaZh5Hr2pL5cIVb3iof7CjaW3Iox+0AiA9j3+aU81/9Y0Wb8kmxiJxV/uj7uMd4RLKOSDnyCboUg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36101654,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjj0a2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmouVhAAgdLsrIMknD8dTa6X+41IQoJK4ca8qC42fNGZ9V9EPbknA5I8\r\nTjRp/CzlTzo6LGrwH7rtIMzyK0HsIUhUlnqb7wfRkaV1kzknw13/HkkaZbsx\r\nOUc3lnxrtqJpOv7GbhBelOVo34Bd6j6ZSxnOTN8MoTrlLXH9jb6WhqrQs37x\r\nqnvXlBovChiwJ7gnZ2c3W1e6YtB44pX6a+xvZJmc/U3Hb6Wojvk29/ZB53d9\r\n9jrFYY7t4InbKPJXFwWpe+0kGhk9okHFGMXqXqk8yUX51IqnGypm6rCR9MtN\r\nf+lpLAyh+L0egnJBtEGcZAovL5wESaSiyiy5rNvu5A6QxaA8eKnWugNzuV+5\r\nUEj22FFMH9hYV0tyotQ6+5U25ZiYygVlcDu8JiiIYDsp0w9Gqeootp8JMH05\r\njMnTdrLXNOPg4GS5OLgnjI3IvGLyehG6h/NC9W9S83NCh661aW0GFof8bDV9\r\n8T30TwgCJlyt5wIg2DKrLkI4M7pDf8B9ak2ychp9johZQqKCnKuPjiCjq/9B\r\n/Gen1/pTDb8kBY7KWBIdWc+d80g7KwWfzr5SbYkUFFiehWmlFJ5mBywqccPi\r\nToLgeb1KQNBzFDxvxxoL5XJur6T1z/hOAyK95lhPrFVyxZaUgn0NWsKnCk82\r\nOH2M+i1Pz8U5sOXQ+7YFNezMblBo02b8O9c=\r\n=UgkW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"9e3861b8edf791ddeb489c2ac072513e2be68e8b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.3.58.tgz","_integrity":"sha512-sjHnhHX+Yd3xuCdpkRx08su2H2rFNXi2q7jrN2/zbsJif1AA/u098BUi9pdtdK4qtzIWqy7N20CJI/of5q9tiw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-data":"~20.3.60","@syncfusion/ej2-lists":"~20.3.56","@syncfusion/ej2-inputs":"~20.3.57","@syncfusion/ej2-popups":"~20.3.60","@syncfusion/ej2-buttons":"~20.3.58","@syncfusion/ej2-navigations":"~20.3.60"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.3.60_1670334133792_0.2877338376856815","host":"s3://npm-registry-packages"}},"20.3.61":{"name":"@syncfusion/ej2-diagrams","version":"20.3.61","keywords":["ej2","syncfusion","ej2-diagram","web-components","TypeScript","diagram"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@20.3.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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"7ed44b27987a793537299e2b7319693ab1ff95cf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.3.61.tgz","fileCount":343,"integrity":"sha512-E/npFovN07Nnbs2o2fOhXvN5qDSl1b+mq/mdlETR0ucp1kLh3HGz6lW6Co+Q/WVKDKHP8yZaXz68KRiwbbcrBQ==","signatures":[{"sig":"MEUCIQCSIUK62XI3JODK0i2n80qLduvDIbqJCRNZ3CIWfQ3trgIgVdqo+3UAU7bIJnEoaYD8M0F0CotAI5qwZc/sz6ANOQQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36108489,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmH0kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmplEQ/5ACcLxeI89hSmscQ0ulY4uCvj+9QviA2E5a8svfbeBbvLZrF/\r\nPKXfk7f8rpTdCZYtuZK1NmyKmCjoKCgUjj/nNLFnvu5V5PZynjiIWdasopdA\r\n66+wIx+EUpKJ36iEPaOb843SlobIjZ3oVItnadqqLawUKBUXRTabuvyxH1cZ\r\nPJ2euuFQ2CSodMKnxHD4ZopTcIs8QTZso32R/QhRkDQ88G4f38pw4Lc1hrtU\r\nY0DDiQnleas/xj+G0zcQCqBLq/PD2p5+BEdhV5or+MDNc+OIRXc08vTpBXtC\r\nZNjbl7qNCs51OpvQE9pYxTDsETFOkVFaU8dfYy7U141xRHDwXNBkF8vBThId\r\n+6PyJBf76hcuw5uBksXsq/TKCRsT882j0xI8XSsUD1FpCag0iMm8WWWnsZc1\r\n1yFo/RGQCggwPUB8oUHqYoup3s49kJzjWcnbhOFAim1wkT+fXA2pQgqF3Kbr\r\n8IjMKUSu4n41+Xq/V+iBPILfjUK6QxW3rU67dMIv3NBLeKBYSlG/sGZhbmTP\r\n18ciq1iliAMqEFeKBWoZR+9xFB9frVSOMmUzbNIKI1inRUoP16g/8PYYj6Vp\r\nzWj2gEItbPF31msKnYWPhCZZjs/FWBwXbr9vEJK/nyLSnM8hVYnjPfkNbOtG\r\n+6z/jD6x6K91HCmJelC75nfhMl4pUbGvEC4=\r\n=LfUb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"33f9486727e352cafcf651f37092d08ee4549dbd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.3.60.tgz","_integrity":"sha512-oa8QIolBLco04O4EpLsI/5thB0Qnf2pVLoz9UcilAzKtE/gqaFPoima4CCWN7qVkHMpsjkbKkOgYQbGAtgKvGw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-data":"~20.3.60","@syncfusion/ej2-lists":"~20.3.56","@syncfusion/ej2-inputs":"~20.3.57","@syncfusion/ej2-popups":"~20.3.60","@syncfusion/ej2-buttons":"~20.3.58","@syncfusion/ej2-navigations":"~20.3.60"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.3.61_1670937891959_0.6394105100751037","host":"s3://npm-registry-packages"}},"20.4.38":{"name":"@syncfusion/ej2-diagrams","version":"20.4.38","keywords":["diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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/diagram","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f7e60a1a87aa1705bfdc0e3802f122c7afe1977f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.4.38.tgz","fileCount":343,"integrity":"sha512-8sGZuFPlPF1q0ZEDfYylHG2RgCk95OA8dzQNlywQTqv4CYczWPu5Kfrbw+9e0Q4KXJaozojjpF4IaQybT8A67g==","signatures":[{"sig":"MEYCIQDNn2Ygl60i9i3Q9hKYDS3huWwDPX4S7NseXcmMakrgxwIhAPEM6eAh3PBtuzregfHQGrkPPoLZct3jiLjnirHtjHmY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36999806,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjotHBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoAoQ//beMo0igiHM35IktcTeqvPRcLzGdPQI0rHPw7Pf9q7bn7WtoG\r\nbivJKAIIUXWxoKEpx++vSoB1hxZzpaBY5uO/NOHdugJP675EWNOKGuZ8UePE\r\nx9p9nsmXQxevlwxDkCElmxCgTH4M86jYSjiRZVB43nxc45CrQtq9nPg3UMUo\r\npcORiRkhKoBT+9yDbvScLWqQrR8NVOKP6FOt+stj/PFC2qTWMEb4968kTz6M\r\nVDtD/jpAGRIP0+qCMczOcEyHb+UhKAwdWv4hFO1oUYfHC67iPpkhGbdjZt6u\r\nGYdn+Dks9OL8J5Ui9JVr7Jod4gctRkRVgi1h3+gfy1vvOAC0NgMRBIKe/kqx\r\nx0D4V0G1N6dWpjtSmLtaFF6mLHecaxx1OYnlZ46w63cD7iFqqXXQHxZbcYBM\r\nhU1OuZg5bcxPsgE5Pci/odUgXXiqP0fxlQTJxtt7+0g9YAFOgTtDWAEoJWya\r\noSkH0rDkF7AohlmgKZDc33UVCJDR8g11SGSXvlc/48Ulb47xVvVJwtVLSDY0\r\n6d0u6ieVkw1XsewIkNxLueVYGkODfrfWzd1UX1Hg+E9Ekb11sxtyPlau1zLi\r\noIaImZMJtJrIMKcvgJUR28VQ3pYylklWERUN6pEI43nAw2yhXWZ+JfDTjXvF\r\nba1ywNL3ITfnLN2apkKo3J4PeGe+4VeUY70=\r\n=yMnb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"f2c4ddb5bd395a0f9edf60ebf12e24993e1207f9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.13.9.tgz","_integrity":"sha512-bR2rliF3w8K44RNOh/Mh92Q8ox+EDU6/TYXpKB8V+gYJq9wIVTelUKcgFJx4U6FFW/81XJJB5dV/PkgPdyyQGA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.38","@syncfusion/ej2-data":"~20.4.38","@syncfusion/ej2-lists":"~20.4.38","@syncfusion/ej2-inputs":"~20.4.38","@syncfusion/ej2-popups":"~20.4.38","@syncfusion/ej2-buttons":"~20.4.38","@syncfusion/ej2-navigations":"~20.4.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.4.38_1671614913099_0.468278163394251","host":"s3://npm-registry-packages"}},"20.4.40":{"name":"@syncfusion/ej2-diagrams","version":"20.4.40","keywords":["diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"2f2c991a6f0a0289c48e19aaced93074bd6297d3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.4.40.tgz","fileCount":343,"integrity":"sha512-vZOXgFeJV7V1zJm6pt9ojcfbiMx4Uyx/AigEXBJ2XO3uZyDBupWED2JoJKtcPPjhrpVcCMCTGzCebCQ8T/dwbw==","signatures":[{"sig":"MEQCIHx/7XKhFgBHbdO/KcHjO3MMDzRcuIBxQAM9Vfna6CYkAiAvOk6YxnHw4g3VK1BuFd6T5IaMtz4TEbtiAECS5UX+pg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37004178,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjrHb2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpwfQ//RwOFOxChcrsSHrZPURyNZf+Y+sqLIWIqe5XGvGklXoyHgwey\r\nMnYW6szHPQ5nv0iyEctxLPb1VGFLHKosFwjLzZCEOJlc3rqPmppEQ+lfcCkZ\r\nyZkoEgyL2xjZsCGR7WtC7CgtafHAoBK27w1xcGxJSQZS+Fz8jKZNn1QIgcOZ\r\nsGAmgIQcWIsQT18MDvR10czIt4yNw/Yu9Zgouiz+ZQRetv9S2xtinNxBC95i\r\nVIURZxkIs93iG6e1Pi6ZYdyDm6nvAxfYUt/1X2cN8P2Yqo5v2K+va79OEkbe\r\ncepEfq5n/dfsox/X2klk3LX6x9dLcpV6Ccrdl3/hpYvC+ErUHiiPDOYggeqT\r\nA2P5YpBOFVefPVAT5BK4ygMkg6UQkgkJQj54c9N1nCBi8OhInXgbONm/JCkB\r\nC/0gpRfRrwc/nHkNoIvCuvBPFoq58wfNbVs7djUu8yuTJvZJoAZrduwLRV1H\r\ndMw5pulyzzF/f1Ok2htJh7eElFmEasjGRaGYPor3+gYeIMmbGZIKJXbfAMFC\r\nH5G2b4yrq41X1USyuXKNsZ+jDXy4G7657iCNCIy+IyleeSWlCYycbE052W+b\r\nf1wp2MDDYAhF5BOP25pK5ftEtPPAbBeGWus0EgiqBaYkJlasmWhn8CsVwa/S\r\nFyc1uqNDAjgyf+mj7aqnDC6hdIDg3ewb8xc=\r\n=58tE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"832e73c1e2ef79857307d256b2dbeb733fdd02ab","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.13.9.tgz","_integrity":"sha512-FWW1O0UlG1V+WLXE61zyeq0In/UcJ4GVuHaNTc98a+uHQEtnUzO/dPlYeA8+KIWF5z7uEW3lW+LjRHlZoGXmxQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.40","@syncfusion/ej2-data":"~20.4.40","@syncfusion/ej2-lists":"~20.4.40","@syncfusion/ej2-inputs":"~20.4.40","@syncfusion/ej2-popups":"~20.4.40","@syncfusion/ej2-buttons":"~20.4.40","@syncfusion/ej2-navigations":"~20.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.4.40_1672247030605_0.00019190676352875968","host":"s3://npm-registry-packages"}},"20.4.42":{"name":"@syncfusion/ej2-diagrams","version":"20.4.42","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"b825b3cc3aa770d4939d387b3ca2ded6ee4ef613","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.4.42.tgz","fileCount":343,"integrity":"sha512-14Wdc7xnH3ALGBESH8Kk/MNU3GpyesARQwyZzY22zQBrURUh/rYZFHrwawG3CKMoonfKdJ9sMNsEm7utdfQ9ow==","signatures":[{"sig":"MEUCIQCwlMcwA3Ecq+4XkSqPxf9K6qXCawDY/VjRwy4gdgq1zwIgLS3oC68RGzYlNTIBj0rHoEBfbGBDxYdeFAy8WJYi3bQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37038218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtXIWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQtw//am/IBXJNZNvu1f7AeBHFyGMVly36qdLkDgRbZTZTXZIcACKl\r\n89OY2uqxqNyinTK3bpEj6iXnLtcAAzO/Ya+eXi6wozZhLAcnSWqttGmCStrB\r\nXdFgURlQ23r8XB2RNS941vJ3xFgGeSMuN9QcQ/CqtAWs5ZojeWO7tznsAiTx\r\ns5xPbuKHnuMbfBcpAAFybQx/VY8VU1nsE4G7Ow5YTiLuVZ1hLLMTUYvP51yB\r\n7W9kV11/ArpFRuk0tX4zGkEAKnDz2XLHwGHxlxA80Yy1s1uy2de58lgT6/vN\r\nF0NTiMkWbUMRdAZ/8NhVz9Cg6ypWtfVbzOcAsbnhw/Ts9Il1A5Y/NvkOehFl\r\ngXafwe4U1WVeUD/71nGHlLt4KM4457RmP/DW6ZjOMehgTmHCinlEW42fgOnT\r\n1uh8eH8FWDIp8N4qvDVeZe+f0i7R8B0LdB6velod8JgsKGAZLYs108g+MpvU\r\nQloYQnvxWVI42mTu2zTf979e6ltgZP5nJMBExlr/XWg3Lut/pvlWX78dmx2j\r\nUhhq5AvKYinF7tBhF9vuAW46mIE8EYKgPCd3ufepDyg8AtQs6/O7ID7yRbNg\r\nEBSKo42s4evQzkVJ2u0ASww7eVF54JAL1UVwg9wOHui1H/JHQSbd9JOi38QJ\r\nESrrNiMYaTpYleWogvZup2vO3cDhaRnP5mk=\r\n=BmUO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"d74873dc118e8173180a86186971c63714fb61d2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.4.40.tgz","_integrity":"sha512-lBvVuKQtj4wb3I2fW/tKnYsdNavXy2wjhwHLHZkSFMPXuo7TpJ4kWGl4qobKKGDd4ID5KlUbUXPsXmaVP8+2Yw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.42","@syncfusion/ej2-data":"~20.4.42","@syncfusion/ej2-lists":"~20.4.42","@syncfusion/ej2-inputs":"~20.4.42","@syncfusion/ej2-popups":"~20.4.42","@syncfusion/ej2-buttons":"~20.4.42","@syncfusion/ej2-navigations":"~20.4.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.4.42_1672835605776_0.17975279253737564","host":"s3://npm-registry-packages"}},"20.4.48":{"name":"@syncfusion/ej2-diagrams","version":"20.4.48","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"03b7347bbe4f9e5762a50dc845654c1b445ea16d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.4.48.tgz","fileCount":343,"integrity":"sha512-DMLpMOhyXUJZPA4ZUCtp/xBqpExvD5bNkOzuCuIWyYpVhLdyEdhvTbMpa98h2LjhN6AFQoFc8I891hNAzBHx8A==","signatures":[{"sig":"MEUCIQCnzohhk8XP5OYtaACWx2wG780AozlaYA1nPdBxr9NgSAIgOZ/2rhCLivTsKdm3eja3argvNEPVWnfP053Ne3PyqDw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37039072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2hJlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoKzQ/9EJKaKSL7XB0S2Z6Y0CEsZfv3UmVUzgmXyVvcQZ4x6ZD1efO5\r\nA/AMRde/e0VK2dPvNDq8KWi/yQDKv/FcvdPLYtReVqX4+3ND4IkTw1ivhZL3\r\nt/VaKtF2oKqQkNudVnJh9lN+0Bo6XMKA1lpGKMx7Nv3E96dWBhPFy7wdVkzu\r\n5QaYtgoJ9EVk43EtmpBGtLyaFeBTrfFJUYaZVAK/J1OPeE9oEGFl2SBU8i5m\r\n7RaPk01gT4Lm1H6T1vL2Gk7zko+pXPgz8DFLTPJpGvtj8zu3tnHmDpzOjCki\r\nyEykxz4Exun+aTb0qjuXLKUBpZvIYhzZADPrLgXqrtLoEXPUr/KSjcx8bC5E\r\ndYhPLTadP6jEHXVr0WJXOtb8ew/nIi3fQjGAbaZnti3c52oPe9N1jt98ePBY\r\nWLuRZXmvx06zftMuYGPkyH7hD5dq/d15Fv9QnOcXsuZL+o7ojcEAuJvTlh6U\r\nN0LG46cRNY2tEyNy858kIVfSpuqdWi84RWAUN8bW36sZINbr8a/Ay6ZJbS79\r\nyl7NAx1ZBjOyStHDIc+nX7uk3oibio5+o7g7pEpYhTIzqko6D/PjXuYEQc82\r\nK/IVxL+88CCqExmDO/BytX6VRPI40RMrUHwbZCwAtudfzImh5Kihft10X34D\r\n+nUIHgUzs+QvSZCvS1T2JNltk95WVY9f7wU=\r\n=Z/VT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"d9599e268008fdc66d55c348f17cd6a01287a611","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.4.42.tgz","_integrity":"sha512-Dig8uBYQXFN4PYXMKPPpwcG3J+IK82R6qitnDJFUTK2eLLlVyMm9tyBsV/qjbPJUO//Xfc95f6vmCfxDS0UHVA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.48","@syncfusion/ej2-data":"~20.4.48","@syncfusion/ej2-lists":"~20.4.48","@syncfusion/ej2-inputs":"~20.4.48","@syncfusion/ej2-popups":"~20.4.48","@syncfusion/ej2-buttons":"~20.4.48","@syncfusion/ej2-navigations":"~20.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.4.48_1675235941613_0.8892971723721148","host":"s3://npm-registry-packages"}},"20.4.50":{"name":"@syncfusion/ej2-diagrams","version":"20.4.50","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"8d9286e80008dd0b8b247fafc0af655b28990184","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.4.50.tgz","fileCount":343,"integrity":"sha512-CsuRtDgpmlMt42BdEzgUYP2EnL2tqK3X7r0yug9L43XxjAWLeWzzZyOT36XHC52KTab9lsn3mxtd5PjlNdBKtw==","signatures":[{"sig":"MEUCIQCLe5EXSag0fTXPzL+T/7sOM3PYWEUM83LTSXKHmrlGLwIgLpJhPFD7w8Zl7u3H4xzUNKHBNBSpdCkNso/etUVbsOw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37053145,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj625TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBSA/+IIJYqaHLh/DSdIFLSN5pQj2iJdMyTqjNgHDcLDfWu/cjYtKb\r\nmtydQLcHCEU7McCIRN+Bu0TmJez48oi6udHvjH6Gg6co9jLV+qHE34+/gEpE\r\notyZft314O2TWVU9vAjCIvbxbKZEWYMImS/sUZRU7m55YLoqThZMxCOtTzUR\r\ny/70mjkbtNZ7wdQ5NMlUv8EfwtuuWxTlNoF96LjeQJr/76roNTF1GWvPUd+h\r\nxZIoBajTXjmjsVUyqoFhPGjSrvKAcWwhMrLh1/cHSLQ5KB8Q6yVql/3byIGh\r\noT3UOgMnt2cU/7GOKT8yZKMeqks3M7oS1KZ6ZwOGJB7EVurbsF6ZIqKBYpKE\r\ndu9aijcz3vvKjwDt8y4TM6ui9xjZCA57Ah1vzPYg32NJ1QBfuDuRjd4zxYZq\r\n/mrVj1wY8CF8KAe+/1nqG4FeHChgebEUvz/avbo5FkRZXHZwNBwLqXgDZu3B\r\nfmLkwno0tvS2cPRrUtVutpPlAbGEfcGwidTkLe+eH/kdUY10EzZH2WwZ0j5d\r\nXNTziGrhlIO2mB5+ejERLKV865LuE/s6uwc1G3Iq035SGdFzyI/DyzFtq4yD\r\nU1cZ3wKasr9CwMrAksBw28oFC6Uu5AlHqdUlSUESDgC4yT8JI71hgHZBfw0c\r\n8lugkqiVMNt6TBZrTQz3q2YWYzzdQQok2NU=\r\n=rM+Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"63966fb0d02d66ab018271e6721d10ff76aa7694","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.4.48.tgz","_integrity":"sha512-kFh8C3wBArrzd45DDZpNuqf20V0qOhciGk/kF/4N7Q8t1UnntNjM7rWTkcP7sF/CLEQWsSUAmlAAaSL5CljBJw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.48","@syncfusion/ej2-data":"~20.4.48","@syncfusion/ej2-lists":"~20.4.50","@syncfusion/ej2-inputs":"~20.4.48","@syncfusion/ej2-popups":"~20.4.49","@syncfusion/ej2-buttons":"~20.4.50","@syncfusion/ej2-navigations":"~20.4.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.4.50_1676373587389_0.3881690261800892","host":"s3://npm-registry-packages"}},"20.4.52":{"name":"@syncfusion/ej2-diagrams","version":"20.4.52","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"137716024b114dba11d42c038985db3664011655","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.4.52.tgz","fileCount":346,"integrity":"sha512-AD8BZdKwp6dn1MSVxA+UjSX2H8XH9db8SE+Qy1Ht8yCRHNeTeYs545Vlilxuy9T5JXviP7zWk/pilu/DI+VFtQ==","signatures":[{"sig":"MEUCIQCoVc0x+X+0ImFpXYqcQaAbcxvC1tYIbkZ5yuSBqO3rvgIgfUX4fK29jfwASizEsGRcFGyT1aA7rWcFtW1ZP/CMmOg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46356246,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/erWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpxTg/8D911v4vQI0blFOp52bUkDaOqa7m8Vzc9f6lahW+QshYdDrsG\r\nGhwpUBnlagrgCOBg3LW+0j9lyQHTQe4/VB05LgOhVjs+N8jsmfPi0pa4Kwrn\r\nEOniAXCjwn7EI/seMfCgH5cRpxuFpdWmOfRiWbbF0SuVx/bjJR6C2OSXKM+h\r\n2iJ9SzwE35YhEk3BJD33Hk7n4zKevyAr0awpxbZUIYj14ZymWnxtrDtB02rs\r\n8w+ZEatq/G7Slwq8V4fEW6qjzOOB/C69M+HOJxf72x1yoSgUqIN9ZtDoBU2K\r\n7HDZYuih2kz6LXlDP47n4JhQFK64MFXMPzRqlElHlkv87+7cmqqUs5PAI3Hs\r\nbEgvgQzc0gBoNxvi4nvTCONpbEtl3CSl6i8/tFvp3cBUcfqfC5CnCCKsTFhv\r\nwp1tVeATuAoWk2Q6magv/iI3I7APO5xeGo3ZRgGHPYJGwyiMkjFTQcSTnwFK\r\ndLpur6xnPyVBWtnzPAqzuDhC+gIq2cy5SY+JwCYvpu40jQD0bE9wbtcDI0qO\r\nCIVi1m3UqORM4hRVLyqA1vHdIsspMM3s4qF9Idpu9sSNzDHGDgu9++CJPJSW\r\nZbAbp/qeAWlhwqeT/RpZXI+xF0SlMS/LsLnrp9ZHcm3bMRSwvnMUJnact8yK\r\n6OexiTsFNBY7PRe4LtkQX91z4WSGMk9sl8Q=\r\n=0d7+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"3dc578f02665c01fdcc18c5645b7a45d0fc3a8ee","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.4.50.tgz","_integrity":"sha512-iWRMY4fVv1zTh7pxikl+XSVDLLb0pWoL/AISqFidRcfO1dL1S7rV8eXQuue3ILD7laww4E99sWqMS8ai7HZwXw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.51","@syncfusion/ej2-data":"~20.4.48","@syncfusion/ej2-lists":"~20.4.50","@syncfusion/ej2-inputs":"~20.4.52","@syncfusion/ej2-popups":"~20.4.52","@syncfusion/ej2-buttons":"~20.4.50","@syncfusion/ej2-navigations":"~20.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.4.52_1677585110110_0.015179965362120962","host":"s3://npm-registry-packages"}},"20.4.53":{"name":"@syncfusion/ej2-diagrams","version":"20.4.53","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"4f735ed1d90d76da8db32f3100ec46cd62e18ae3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.4.53.tgz","fileCount":343,"integrity":"sha512-5Kt6pZc3O0cSBkErdvDGq81H8dmBsVkOQ+I5AX1e9sqqEA7GK4LnlqCeffDRL5P9EtiyVJcJCdQWJTL/FFEgNw==","signatures":[{"sig":"MEUCIQCqLMsYZmwCY5LetPGV9Y6aPbomPtWceex/n7+W5eDAcAIgTY2nHfNp7155h+Y5IlNg9qTEoW5YmefBmqJ0EyUL5I8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37054062,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBywYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoaxhAAjFM0MHyHvkFAP6RSUDsygFsU8M/X+qTbpBZHWx8C9Q552YDZ\r\nFYdCQaU7ZVPSF60WpxNE0jLTtta46pvwxtQeWcejJQ3vQjea9jLOsJralGqW\r\nRm43YZhTJjqNT7boEo04hSF5W4vNhTlwxbhMV6ZOgdlv+e3/Rwk9++UedK8Z\r\nsV9a5WCAo8m1Ch4TjWp39eAMoyd94ZL8jPLzRQGUM0oCTq9i+GjNUaotDvDh\r\nwkvswVfojPbCpaYyPwlvG8hV8tC/fnOpVfvTNYR60aawENfIhIQoc9pw8Z4e\r\nBOphXO0FYgbFgyYF7w0aKHA9oFhjvUrcdgPGUEIxWkp2x9XkaFeyIATrp7xG\r\niOBuS1otT6/K9fiL0pqDgv6N/oyJDdsntd07WCxX6oPEl3S/9qSbkoYUYX6y\r\nV2TULnd4ZAgWS+GXl666cSjshrymyNhZcljr5BmyqQQGJ3leQCMKfGMcWCGS\r\nNbUXKbQZZXtNCo+oX/ydNvbu3LJ1DWBVOIQYGBM4MCAKInaL7VKzpFw3YOnI\r\nT/0PHqP00BTC4CixXsmGSDP7HvX0/nKublgSqNK7A78/MtsntWhE7qpqEqr3\r\nUHJv495z0O0m04HUA4zmq2GXX2tvCBjIu9VmEn8Eppn1GdBp2qUSkEv8C+L4\r\n5VrcXsfdNk2HZZ1QohoUAIiaKW/RCtBl8DM=\r\n=N61i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"774784c531981c453faf2fd6fc304db8f184b6bf","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.4.52.tgz","_integrity":"sha512-XH6mj6mkMfR8p4FY/iAKo/X31JxykmHEwBaTkoCaciDFvhnVOrndi0ovxgcggW8e2+TqvkPb62YKJl7PSQu9uw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.51","@syncfusion/ej2-data":"~20.4.48","@syncfusion/ej2-lists":"~20.4.50","@syncfusion/ej2-inputs":"~20.4.52","@syncfusion/ej2-popups":"~20.4.53","@syncfusion/ej2-buttons":"~20.4.53","@syncfusion/ej2-navigations":"~20.4.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.4.53_1678191640573_0.4099073293657636","host":"s3://npm-registry-packages"}},"20.4.54":{"name":"@syncfusion/ej2-diagrams","version":"20.4.54","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"f1004387ad4ede6a3180df92ffa65a0997a47c35","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.4.54.tgz","fileCount":343,"integrity":"sha512-xlksi9QDMnQQlQjz8gIxCQdhpeyhYl28qbf0KjuoGdLfur4/B4S7QOov3+CAt28GLuAAk2ehyOU+z+LY8JFF0w==","signatures":[{"sig":"MEUCIQCptfDAdK4KjBNeZfF3XOPnLF46DmeqWJqI94wkhAqY5gIgHXkrXZIlpTlvZqrfr/6RzdchRfy33YYy3EXU8j/41iY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37056534,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEHnTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmofDg/9EP2M3hbGeMWNaKxiWPto5FcWDY1RaELJMklqoSLTwrX8rjnL\r\nSPuog6DrUdkVQK8CpsI4kQgy5Ec9rsQwLB/J/nnY7SjxrpbZwmRzBmokhhQz\r\nIYpZ95eskQHCl0HRig2BlWFwZZN1bZRgXMTZVih5WubMEWylwzEdD1A098+7\r\n1BHc0aHcUn/sHh556QXy4YPnB1XWcMGzVzfFsrg+tq+C2gfjYtaRJlyzu61F\r\nqyxvWbYE8uPRaybIwF6jJSxWzp+CwWGjCyTjV5xgUHn6e8c3GilXoqtOQY8x\r\ncTAqUNwE9TzIZ6VrBhlmNfT94x+M/OUC9EmJeT9y4p5YxjYK0lmITae9n0J+\r\nH4Wkth4lLnxHFI2nH9nbodwW6qlFkZSzhsEjGIj3Al6zJBzbmcG5J3wmi6h1\r\nmOyqGw/yqKEBXAG0AoVAn4gSQLoSaWnfGlpbBom93AcC/GL96i+QdX/LbDrk\r\nXEUYeiVjDz1q+33ITdmDhIoQkZg80DMgovVoixbGafyC+ZgbM7wWE87yaDrz\r\nx0/RS3rYbL6r6wGvUdm0Ivwi0jdyZK4P555hzVNEJ4qt5VJWSHg6/31cAPUF\r\n/IF5CFsv+fKlSMA5m4WFQtv+2pZVviRK9aoINdLsONMwBEOTQfaQEP+SUCB+\r\nQXXfgPl/IybLDV+sxzLhQzf8rqu3opkjX44=\r\n=Paqn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"e64464d38fc34a116d2bbd8ad5f45d88429c274d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-20.4.53.tgz","_integrity":"sha512-Zoqb1DUnhsdi/Z3FlsXkPc2pxK7YizlGnFBehssHdUhRSw6OCagmSoT69WaCnPtY/pOO5FmOQIQuCCRBc+ekRA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.51","@syncfusion/ej2-data":"~20.4.48","@syncfusion/ej2-lists":"~20.4.50","@syncfusion/ej2-inputs":"~20.4.54","@syncfusion/ej2-popups":"~20.4.53","@syncfusion/ej2-buttons":"~20.4.53","@syncfusion/ej2-navigations":"~20.4.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_20.4.54_1678801363015_0.626855062121181","host":"s3://npm-registry-packages"}},"21.1.35":{"name":"@syncfusion/ej2-diagrams","version":"21.1.35","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"26a80befd1215c8cbc8bfc5dd596d47c46a71e9d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.1.35.tgz","fileCount":343,"integrity":"sha512-7Y3iHo7blJuw5MYYaTp2JIT6LE/zjRgJiFSQpDN6KNnBpDbq2inbePcv52cFUfOs2SpFA8OIMcuLWFB4psrvvg==","signatures":[{"sig":"MEUCIQCdfPXzj0+Zc2G945JI/EGZrJ6nxJV7RptIz2bXOMiRzwIgXOJh0B79Qkv49KjaOpSD99mYK+ntATr6N/YHpseNn1M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37091222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHAdWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmomGA/+I19bukgbZBq73USqc1GiF1JvCrXMEvddG5yTlx6FFJgOpfK8\r\nF03wSmqN7QfPqgfRyz7chJDhErx+MIjXiXPY9jDmFtDfu7Vy/qqxfjJ9/EBa\r\nX3dEnrw3I+Dv+oTL/+UuLhlXlggS0jfIVbtUIpaY6a5x6BMnnspEpigx+jms\r\nWbRppfjRRlxHd05TFwQWF7X8g4GPG2vqZBU7HTZyH4O7ktVIQ9wc9g6d/Flo\r\nW4YmEMloQFQoi4g9vW2LxvErPVHWbv6BleWlZ+ZZ2eJOesf3iCLqJPOF62wd\r\n7gyks6/q1tbq41k44To4gQ8pebGkdANyGrCr0+N8tQ8lpVAboDjsd8Hmd3CP\r\nkFlaJvWZS+0YK2eADdpLQm4ItJDHn6b8D7FvJhngzspVEpN9FW7sgwR5ss6K\r\n/hOh7Vgi18QYSWLLaZzYz76O6D6MffsTFVsbKPF1WtCxFmFe9yk2d0vZ4VIw\r\nz8omQPs9h9jllvXPa3WC4tL5urIG0lTqy4I0A7qr+wKcs206cGelTKxD3jXp\r\nupb59J6/Iclx1RpVDgnf2MPLscboRv4ad9PUJBSVNnGjtSFlTi7w4LFY0bw5\r\nzfKvL8h2o6RbB185EqmImVE3WxaTyh22w+7JRD/n38Rz5L/i7zUZxn6T/3m6\r\nWMz3tcws5lEEzyXPIO+7VwoiWf2YVQr3Ucs=\r\n=LCSD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"aeca3a6ceefdb01bfd2634ab4a40038e2e781382","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.14.9.tgz","_integrity":"sha512-TllOhj15FeXRjInK5aEAoX58JSg/zrh885NEkUrTR2XyzHyzVgYNwvnvPpQo/1WzOBdNr47x6rC/5dFVSYKnxQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.35","@syncfusion/ej2-data":"~21.1.35","@syncfusion/ej2-lists":"~21.1.35","@syncfusion/ej2-inputs":"~21.1.35","@syncfusion/ej2-popups":"~21.1.35","@syncfusion/ej2-buttons":"~21.1.35","@syncfusion/ej2-navigations":"~21.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_21.1.35_1679558485842_0.8017436035219443","host":"s3://npm-registry-packages"}},"21.1.37":{"name":"@syncfusion/ej2-diagrams","version":"21.1.37","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"9370ffa9336b4797dc1193d21fc6353a5fcda547","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.1.37.tgz","fileCount":343,"integrity":"sha512-bJKjYT7PXCW7FA6itqHQ9SoLIe8Scm8iPGlncwqFIJQMZvdmUPN0JdTPwoEXQcS7nIU9omcWYFnYXDGDJx61Bw==","signatures":[{"sig":"MEYCIQCoc9m+bESp44BZTuxXup8Nlq5hliUiuDIcOWKlSFsxZwIhAMZdqsLaQ8w3LD0SVjG5OT/I9T3bvW1SGjsgfaaRcC6K","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37112238,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJFKPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmparg//ZGCLtp0sLZlOKk7WHybCpcesCmc+rJUOZzFFvT25daRMrqyn\r\nVU4x5Y8kQS5Xz8DLCnUACyr57zhOFruggfaPOoK6EJdewrAN5bigqPH6wyDT\r\nt5qAiqywDTHhceRi6dSVlc0STCjNdIvYNs/3f9bAoXW5khKe4OISwUz6RBOy\r\nDC82eNpWtt6uY8gVRLvbQg8SDogR+EPNvth/JM4q1FeGI4+4o5J+zhcpSyxm\r\nz9KBO/HkhRXkPNXMUB4tc76G5NxNAxyu9xOXWj0ds/0FhtCyRukdCwWEPDFV\r\n2Pyq2kgPRDNpHvWR9VAbT19wVACBGx+6DBbrL70ouQsM+WLOYgQDHTazG03o\r\nxBpUKXKCUCi6aZ8xgsb7GJjSXdXPbJIOaYOo/uxx7cj4csaMWWmv3hn6Pkis\r\nilOjzRuN8SIT1fdU+LOU/6i+3u6OvTDTW8BdSJWC7k3pZZzlpfK4D5SkXPSh\r\nK/3+ifi1ZsFRu48981DOxK/Xp0cpFL4nlF0QsVTU4W1voxFFkHiJkLrgGxjU\r\nlE9Hgdki1DxYPyXRtAYed5ANJI9OjunTiM5seWTLxwOkX1V/L0JrdJ3vgYaE\r\nntMHmTXDGPaQQgIURLSMg/U/9T2dDskavys4S+4HxHcL5dgyMjcPVLXe6Ccl\r\nX4VSgsd8i+JzgnLHxYofXG+0bieKR9E9R/I=\r\n=xN6R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"caefe698f61ec9f06f893f158e076141ec1c6bc5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.14.9.tgz","_integrity":"sha512-LfcG1lgMn67wx6svycTcQR0Xj0mVgtAxcVSvSpuR+3sLxetH5qliZy4wIzKSMZZ41y0e/g3AiZ1FRPdx7tt+ag==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.37","@syncfusion/ej2-data":"~21.1.37","@syncfusion/ej2-lists":"~21.1.37","@syncfusion/ej2-inputs":"~21.1.37","@syncfusion/ej2-popups":"~21.1.37","@syncfusion/ej2-buttons":"~21.1.37","@syncfusion/ej2-navigations":"~21.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_21.1.37_1680102030951_0.18884402516972254","host":"s3://npm-registry-packages"}},"21.1.39":{"name":"@syncfusion/ej2-diagrams","version":"21.1.39","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"5a1028deab1b355eeccd4d04e91bd4e3b9ca2adb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.1.39.tgz","fileCount":343,"integrity":"sha512-fwhwYlMRTf3fHyIiKBZ3rgyNNvIIs2a/i463tYjNRwY/Tcg/t853/nApg2SSan3umowKABGcnx2HPMpZ41Xstw==","signatures":[{"sig":"MEQCIGSybhUtDR0+mIeZLlc1+kK3NB9fALRsSKJc4SmipU0PAiARSc/228nPhipjkW7GUP0B5aT+PDc6Dcpm7CU1kBpXLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37124785,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNU/LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpW9w//Wn+LEAjPmDbpNX1kzRSgmlvtFW7+MEYlombqa1lP3+pvN5qh\r\n496nEuj5nKGHvvMvObOAr9DIV9MVi1xru/ZJb3pTKSqXa0yI6T8A7bjnm8ps\r\nX916xKSSMg4l2TN+lBdx0iCEe3HO+ailaJVHRmUaI38eADW0hEmAnrdqZf1C\r\nMqOVhXVR+y0lD/4smPaTogbOvZl0N3Nd+7kD8RIMAriqHAuZO1RvV0n7ILeg\r\njfNN21dQsn2XNEKgn0Io22n/LToBzxQ64anRPcUpTy+faktDjgHS2MFDsl6B\r\nGgeVJJD1vWinZcndndLn8B39xbkHSV31U1vpD2mfoKAAPwXBcsmqzfS+Fcmy\r\nVdOeaun7tSJsihDeuJMJeWVobjvYKYGuUmVEwE8ilBIsarGr5fvPFJ/1/lrC\r\n7/v00f3BhDMeBPEvk1sv/Dk1WW/k5eDDjtuvf5TxUhE0PFUctH76SfQOb/ay\r\nE6/POs0s0Dni4X+p1gErdRGYRBefyBVogNmM6q1LWsoLRGlXSecyp0qsP4cZ\r\n/Oz5fU0BOOdlD6lWs9xjQYVmRC9l3bHEFq4ZMcev7FuvSeLke4Sz3VJdCYu9\r\nLYAAKAYeOFm/qIK+SP0JsLARbOFNu3qpgzEt3RpBVLyOQ0SrJ532UjHEXdES\r\nSmfXnbzvgq+zfESzvNsw+LLjTF5FA0yjKrg=\r\n=CeqH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"f3482ae82a709cf94a5283b209ee76a7568d0dbf","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.1.37.tgz","_integrity":"sha512-nHx/FOJBy8GQzJYSo0jTmWUCVWZBiUHM/X3fmhZoOeCAguD35lOvSbN4NopWOx/L/VPkLdrXCXQs8lELrsSYnw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.39","@syncfusion/ej2-data":"~21.1.38","@syncfusion/ej2-lists":"~21.1.39","@syncfusion/ej2-inputs":"~21.1.39","@syncfusion/ej2-popups":"~21.1.37","@syncfusion/ej2-buttons":"~21.1.37","@syncfusion/ej2-navigations":"~21.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_21.1.39_1681215435503_0.4387930709609962","host":"s3://npm-registry-packages"}},"21.2.3":{"name":"@syncfusion/ej2-diagrams","version":"21.2.3","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"2cb61e0df9ecba89a3701a41d51650e23907a91b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.2.3.tgz","fileCount":343,"integrity":"sha512-mJvVT+y5tT7Tuy97O/Pu22dj5opbTAKaChczwilJoBYDm/ANexrORBcCMKs84Qb2DT6eqEEXGH7QWTfb3wgUjg==","signatures":[{"sig":"MEYCIQDWK7+Q0MHCA778GHBax+FQ5K8ixXaOalqp5JS5P3UYagIhAJPQLJXPOiRxyiYf9yixm74PC1LyehXuXyKJ5fQDfYYl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37142612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUiAuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2PA//QvX6I2rMo3qYaooGR3iOCEKzPJKH6UYFZgAo7IVj2BHn96hH\r\npKxXF4wssp3Mye99fZSx7ZkQMFr2KtSjG+SGPG5BjLWvW+ZzeO1IafBd/e/K\r\nhaK52HwwIJO3ky/6jGetX+Z/s6l1FOn/bO9aff9M/NqYKn5ZIYIfKE8Mt8Hk\r\nrvAlhvmvCRvnXyglg/O6cFy9BTsanolTjIIkj4zBlQ9frnx6U5RuH9qFYOnk\r\ngaHhf7FxHBQryMm3p1yIs8xz1rCDXwivpXNBwNUgPhanp5aoXSxFaQhtQXT+\r\nj4lLURklfBKtnPtsKzTHzeq5a8B6xOH+n/UZUMMgV6urcjw4gwnxLI6aLkp1\r\ni0wxoHrg5Yqo+mDs7ayZny19S6oDiBrPlZ63PXf+INvvK3hQJpiTwoHpPc6X\r\n/6FIMGuc8FGAII1pjBnb2n9Ytuy0lVbeob2SFky1/tkA0V86kgDm/9GwSC3a\r\nZpfw3tTFXXPjB32D2R3mQ14KzV+cAncRjfHyLwNApMA5/LAAAR/3yHQVjbSz\r\n9Ub5Y1PWbWrIKLq+KGMvzUs90CgH2L+kyzRMkBfbQmgipduqLFNgnN/qXdik\r\nMl13i0X+1O5bw5Q8NXSd3CfNlIT0Sk1uOz7eQYAjqGjG//8qVQWwi28W7J81\r\nmo6MAjAjjg0IsjX2eGJ+D4TdTILqm50vqUo=\r\n=qnsQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"5f8151e20fe515058ec896435649207ce6fe0d24","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.1.39.tgz","_integrity":"sha512-1id3pv0ZgK3gHN+7gKXqPX7eTPzVr1ryiQHwdkqhmerAeSkPRtkw14blZaaWcs3p6PupUoEkKAizRN63oIzcPg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-data":"~21.2.3","@syncfusion/ej2-lists":"~21.2.3","@syncfusion/ej2-inputs":"~21.2.3","@syncfusion/ej2-popups":"~21.2.3","@syncfusion/ej2-buttons":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_21.2.3_1683103790155_0.9979154194321298","host":"s3://npm-registry-packages"}},"21.2.4":{"name":"@syncfusion/ej2-diagrams","version":"21.2.4","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"60127b9788d216328cbe9d50edb891336577a454","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.2.4.tgz","fileCount":343,"integrity":"sha512-7gdPkLoP/wqLY/oRV9V1GHvwsb5z/T2C+ABWmSJATAKTHSKO4mbQOOG9gyN0KVgPLeda/BFrdBEY7aT+qsEx+w==","signatures":[{"sig":"MEUCIBjgoxOLbKC7mrrtWm5HMx1RLMYufwUCJAPHMfAS3FJSAiEA7TpMaiIjsY+pMG2G5drv3Pnk8UlY0TiEdTeVDYRkL7w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37205162},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"77a1d4f0860fbec763fc637666d6efe0ee79e34b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.2.3.tgz","_integrity":"sha512-O2r088XpxF2HP4v+N9OXrY0CcVjd8P4fxEYUoQ655Hl/QLH6iDzHoNEZ2eMPxmI4Q/fXDpemHe54os1FaAVMGA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-data":"~21.2.4","@syncfusion/ej2-lists":"~21.2.3","@syncfusion/ej2-inputs":"~21.2.4","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.3","@syncfusion/ej2-navigations":"~21.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_21.2.4_1683635488092_0.12614357844183144","host":"s3://npm-registry-packages"}},"21.2.5":{"name":"@syncfusion/ej2-diagrams","version":"21.2.5","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"dc15a814ba6a5d2b52bba9250831ade487ba7093","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.2.5.tgz","fileCount":343,"integrity":"sha512-NCIGqouuC9olEmcU5vNt1QmVHGIUGrqCah6N0TV4Q/7r5Be17ZbGOurXANG3GXJTpWID2+N277lp1TqjFjDTXw==","signatures":[{"sig":"MEQCIB+q4kXz8ED0iqAWt9M+ljZnDUw/dW71yJlfkkyLsMyPAiBfUcSR9EmotB32M0NEED5q7KGvenbz7lV6f/E6xLrrJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37205770},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"9dcd6ac1d92bd2b703776c041764155d5f1ce525","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.2.4.tgz","_integrity":"sha512-hQ8uGw33L+RIlsq4ptkVjLXm/ZvX9UKwI8WEJfMDuDdNG6D6mr++YHXSk1joxH1CPsqyEzGtpxJ540W5gQe5EQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-data":"~21.2.4","@syncfusion/ej2-lists":"~21.2.3","@syncfusion/ej2-inputs":"~21.2.4","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.5","@syncfusion/ej2-navigations":"~21.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_21.2.5_1684236764461_0.06874209389177022","host":"s3://npm-registry-packages"}},"21.2.6":{"name":"@syncfusion/ej2-diagrams","version":"21.2.6","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"837f26e9f27bc507aedad068c1500b47a18b9b1c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.2.6.tgz","fileCount":343,"integrity":"sha512-O71adal9HAZ62O2X75GLr+ljY3lmMeI2cdxIXpyAuFzwLOCWxA/Whz5aFkzeU5HbNKnPX69IjK2vGVJxHv2X0w==","signatures":[{"sig":"MEQCIF4/zbtwZwMIT59vaOh9MZISwvySwjCcnXoJYK0yKtaMAiA/irVG43EuSZa90etQgMfJkGxTSQCniGaBHzZScbRw7A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37206858},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"1da8ab4daa28d65ee4f3ad0a7230859e3a9209c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.2.5.tgz","_integrity":"sha512-DhEB9WO8ebsRpqSSThYFxOqW1y9udAqgMkFGwSV6QLjxiw+0AFo61+6PsYlBaTvczKtG8vkrVp8FC4lnJOGxnw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-data":"~21.2.6","@syncfusion/ej2-lists":"~21.2.6","@syncfusion/ej2-inputs":"~21.2.6","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.6","@syncfusion/ej2-navigations":"~21.2.6"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_21.2.6_1684842656151_0.11449574264718776","host":"s3://npm-registry-packages"}},"21.2.8":{"name":"@syncfusion/ej2-diagrams","version":"21.2.8","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"893c32ac1db55aae1ed59980f82af94c67c69aa9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.2.8.tgz","fileCount":343,"integrity":"sha512-ILOcD8zj0xsHR5qlXlFTEFYXRnv3JvUgUrPPT2RwLlGoFbKdqVas9RP0U30oKW+Y2rmNM23svdpC3BXt7KXkbg==","signatures":[{"sig":"MEUCIDozvToZzLhmTxQ/AyO63/LMw91qgrNoQFfXi3Q+lxytAiEArwRMcijs2N8wRKBA15tiesgluGvnmLpirsz/bf99moI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37208546},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"ce68a3c6e6abfcb41287006b3b253a9456ad09e4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.2.6.tgz","_integrity":"sha512-qk3M7N7kJb10EF8I86rm2s6+ligsY7BKl2KLHMZ1GXjfYXGtjU34Tak1p/ZxN5JR9zWzRDmsk9PK9U9KUt8Fwg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-data":"~21.2.8","@syncfusion/ej2-lists":"~21.2.6","@syncfusion/ej2-inputs":"~21.2.8","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.6","@syncfusion/ej2-navigations":"~21.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_21.2.8_1685447613361_0.3329133816592933","host":"s3://npm-registry-packages"}},"21.2.9":{"name":"@syncfusion/ej2-diagrams","version":"21.2.9","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"14b7120f4c20edbda62c54f73dc972bd6a78aeca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.2.9.tgz","fileCount":343,"integrity":"sha512-Z9SEIaG+YE2eUowi8JYBPc/fMmdEEahbv/b4I4B80FazCbQ1JtaX5ELMLnS1L7WawaANx+LctSomlYv1utAK1w==","signatures":[{"sig":"MEQCIHhYGTEwXuakpXUDQLUeSeK3xz3ZW1RsxQn97GsXLSwVAiBcH2pr4ZnkgG9oBFNKz7NThrHelNLIl8YzkiRqtwJxsw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37224310},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"0c05dffb2208ba8173e0df9cae9880a9d452831d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.2.8.tgz","_integrity":"sha512-U3FeSkM9mH42xhvQ23V534VuzFRkw4Y5I5HCTzXPkxSeTTxWVoL4FDQsOZcIJyG3BG30AGubd2acL5E3nhhDYw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.9","@syncfusion/ej2-data":"~21.2.9","@syncfusion/ej2-lists":"~21.2.9","@syncfusion/ej2-inputs":"~21.2.9","@syncfusion/ej2-popups":"~21.2.4","@syncfusion/ej2-buttons":"~21.2.6","@syncfusion/ej2-navigations":"~21.2.9"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_21.2.9_1686057924640_0.08278545932738957","host":"s3://npm-registry-packages"}},"22.1.34":{"name":"@syncfusion/ej2-diagrams","version":"22.1.34","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"9c156273f1d57c38371de01a9ad8cb9310371a85","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.1.34.tgz","fileCount":363,"integrity":"sha512-z3mP4R12HTYQ7+l4m7KcN8O3VmyBJp8WjZNPXV+Nu0rQDECq/+YOA3jqXeD4OjklktcjQI8aD4xELLTEM5NQpA==","signatures":[{"sig":"MEQCIG5rUyda8agwYNive8Q0qjjPtT5Mc0DHBzuemHR9BcFmAiBTcGVQk8rwZoZSiEP+wYQQCmwWn4vuHLCMJ39YD1E3/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38237784},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"84e2a9e10c161f15a71c28a3343b5e8a19063ce4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.15.0.tgz","_integrity":"sha512-wivpaayU5Iut0hmEXaBP8qzT/DbBX+5TQgfo8F+op49NE/zp2dWimBhTLI/QQlMaGrchM6v284VNyEjv9PEinQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.34","@syncfusion/ej2-data":"~22.1.34","@syncfusion/ej2-lists":"~22.1.34","@syncfusion/ej2-inputs":"~22.1.34","@syncfusion/ej2-popups":"~22.1.34","@syncfusion/ej2-buttons":"~22.1.34","@syncfusion/ej2-navigations":"~22.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_22.1.34_1687348400098_0.05280600609888708","host":"s3://npm-registry-packages"}},"21.1.36":{"name":"@syncfusion/ej2-diagrams","version":"21.1.36","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"a69b2f789f9a9da76f8aff4c800ff4f4714d8306","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.1.36.tgz","fileCount":363,"integrity":"sha512-jmDLHlMLJ2WYeJpUWbdtf4VFCJANsjuvbHelHKSrxrrEpAKVdK04FflpFPGyRL4Y+PyimmIQRh9Ye+7aOW/ayA==","signatures":[{"sig":"MEUCIQDyJX/A7DVbu3183s4uZ7MuKdURQDpNfm7hg+oCmV7knQIgIuZko/tFyhnAlhEBvMS4plW/OvSrlvM8GClSTnSksV0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38310603},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"011b5c7261323b63253bc9a944b318a133db4a42","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.15.0.tgz","_integrity":"sha512-A0lBXN3GRadcTMh957200Cu1kI98bwpktxRGiaQ1vXMIJ+Li/UyVY6WBGnmML7ssnuUAvhnPugo7d9hYGv4RYQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.34","@syncfusion/ej2-data":"~21.1.36","@syncfusion/ej2-lists":"~22.1.34","@syncfusion/ej2-inputs":"~22.1.34","@syncfusion/ej2-popups":"~21.1.36","@syncfusion/ej2-buttons":"~21.1.36","@syncfusion/ej2-navigations":"~21.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_21.1.36_1687952865418_0.48896004269059956","host":"s3://npm-registry-packages"}},"21.1.42":{"name":"@syncfusion/ej2-diagrams","version":"21.1.42","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"2d65526487d587f9bf9f7733f871dfb64e76c94d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.1.42.tgz","fileCount":343,"integrity":"sha512-DpSavB2e0TUj0xrk0JYqNWLj4GJm0L86LJ28V5CYbO3sWz2ALN82dpP9IO7B3xUUycgZnYC+R+xUqflI4DXqPg==","signatures":[{"sig":"MEQCIHF2/DGrXNjoSMudmd5iOkJqZWEpoSJQ5kzhZHEoqgWuAiAXk85xkCtczFdWJtWel5WsDmPTkI8uWJN1PVdc9Sx+IA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37124747},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@21.1.39","_spec":"@syncfusion/ej2-diagrams@21.1.39","_where":"D:\\june 2023\\pacaages test\\New folder\\packages","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"5a1028deab1b355eeccd4d04e91bd4e3b9ca2adb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.1.39.tgz","_integrity":"sha512-fwhwYlMRTf3fHyIiKBZ3rgyNNvIIs2a/i463tYjNRwY/Tcg/t853/nApg2SSan3umowKABGcnx2HPMpZ41Xstw==","_requested":{"raw":"@syncfusion/ej2-diagrams@21.1.39","name":"@syncfusion/ej2-diagrams","type":"version","scope":"@syncfusion","rawSpec":"21.1.39","registry":true,"saveSpec":null,"fetchSpec":"21.1.39","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.14.12","_requiredBy":["/","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.39","@syncfusion/ej2-data":"~21.1.38","@syncfusion/ej2-lists":"~21.1.39","@syncfusion/ej2-inputs":"~21.1.39","@syncfusion/ej2-popups":"~21.1.37","@syncfusion/ej2-buttons":"~21.1.37","@syncfusion/ej2-navigations":"~21.1.39"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_21.1.42_1687963937604_0.29234081554856384","host":"s3://npm-registry-packages"}},"22.1.36":{"name":"@syncfusion/ej2-diagrams","version":"22.1.36","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"edddeea2fe838542ac77ac77e6eb75855df5543d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.1.36.tgz","fileCount":363,"integrity":"sha512-gd5b8LaTeLksdGEKWQby+klEaJrx3Uo/WcoCLN2YOy8aOIGmQKbAWw0MjF4LJK80VYP+6ttLVDvSgpXrIOl/4w==","signatures":[{"sig":"MEUCIQCWQ+lf2hvvvcxlOx08PupP34Tgm8nRX9aug4B5RlQs6wIgPUO6dTb3YDIs+MubP8TLHYp3IwTVLXSKdR2Gx6+ABn0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38310604},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"210359953796d13da7b4e4dd0d185162d97ead01","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-21.1.36.tgz","_integrity":"sha512-JbeV2StXYJKBAnf+5E4tj/oQbT01F1nEVKxWmswLqR34bg1svns9oCbcfq1urQUt1M5tscLQmjn9lDIsJoFYcQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.34","@syncfusion/ej2-data":"~22.1.36","@syncfusion/ej2-lists":"~22.1.34","@syncfusion/ej2-inputs":"~22.1.34","@syncfusion/ej2-popups":"~22.1.36","@syncfusion/ej2-buttons":"~21.1.36","@syncfusion/ej2-navigations":"~22.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_22.1.36_1687966857890_0.8112913801298514","host":"s3://npm-registry-packages"}},"22.1.38":{"name":"@syncfusion/ej2-diagrams","version":"22.1.38","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"46d67cf2b5fe22bce0692aa9a83461340dcbbe5e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.1.38.tgz","fileCount":363,"integrity":"sha512-wBB99Dfmrt3hFNHcdSlEnVKu01iYsO2pAC92wEbq8dE7Q9jkZX+egKvZJlCOXwRjsiu+vkYJGTaVTgWSxpMmhQ==","signatures":[{"sig":"MEYCIQDKbY6v/TRNACD1fwIfMegr8K3JrLtkvvLpX7yy4aGiyAIhAJEFyhchTH+ZVhnmkrdmcqbdZJ/CZLdCaS2OVKDS7+2q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38313163},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"59bbaa48bb44199310dcd2795a406a7829843819","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.1.36.tgz","_integrity":"sha512-vX8r8/fSOV19yK/nQ3Q9pb6kO0rqelvnDs4ze5NiYOPSiuwPNlUvYFb8HAXPskPMMKIHqiCn0BUn64o7l+i+wg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.38","@syncfusion/ej2-data":"~22.1.38","@syncfusion/ej2-lists":"~22.1.34","@syncfusion/ej2-inputs":"~22.1.38","@syncfusion/ej2-popups":"~22.1.38","@syncfusion/ej2-buttons":"~22.1.38","@syncfusion/ej2-navigations":"~22.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_22.1.38_1689081324948_0.21297979905857267","host":"s3://npm-registry-packages"}},"22.2.5":{"name":"@syncfusion/ej2-diagrams","version":"22.2.5","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"3e5e5ca5f3879e95a68a9e0318221f6130a1e8e4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.2.5.tgz","fileCount":363,"integrity":"sha512-TnVzc6FW/ZHLHGhO8GtxHOq1Z0XVxW+HaTpxOtOKhQlRe5sTewBJdWrODHrfkxOjEo8MVbTS5N0/DfHVSbbANw==","signatures":[{"sig":"MEYCIQD8SU5grsLQqNKW65Nd8A2ft/LyRj7jGIYH40nc1pjXyQIhAKmyKLE2UztMr5bctwsaCm/RT+PN7PVFa4HmNRB9ygjY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38343184},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"f1c1e0b3006a33a6b036fc50f336a5e8054ca01f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.1.38.tgz","_integrity":"sha512-AlCqcrM37ePmi7l1KZwO81If9jsT6Tmod6B3JLf4Ak/Ns1//1OJdkdt2vVtfx3KQlSrNQv/23lpHcF3cMsYM8g==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.5","@syncfusion/ej2-data":"~22.2.5","@syncfusion/ej2-lists":"~22.2.5","@syncfusion/ej2-inputs":"~22.2.5","@syncfusion/ej2-popups":"~22.2.5","@syncfusion/ej2-buttons":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_22.2.5_1690468687143_0.6401121721209815","host":"s3://npm-registry-packages"}},"22.2.7":{"name":"@syncfusion/ej2-diagrams","version":"22.2.7","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"60d797263095d3c11490172017d9a3224c25c3dc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.2.7.tgz","fileCount":363,"integrity":"sha512-JKfawrVYMxuWsJ61TYagMalos2jU/whXE8t9DlG82lkg3FZ3+P87s//WRmQW+AOvFUaDsfXfEq9PKP30woZSCA==","signatures":[{"sig":"MEUCIAwYGGmoIY6exfYtZLiGpi0qa/bjXKFIVwvZatVX/3/JAiEAolmpHh+qatH5HLOquZjVdldFVV4VGwWvCk2hT7303zY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38351502},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"480b174af01992ef0386b6e3e384da5b59b7b3e7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.2.5.tgz","_integrity":"sha512-4BT0BuNLFV0cHcwKrfi8b7Pm4vE/RVfxb7/cCZhFQZmwOCRxesqLDkujJ5RvgKHH51lWNjUFE0lsTPowjIXIjQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.5","@syncfusion/ej2-data":"~22.2.5","@syncfusion/ej2-lists":"~22.2.5","@syncfusion/ej2-inputs":"~22.2.7","@syncfusion/ej2-popups":"~22.2.7","@syncfusion/ej2-buttons":"~22.2.5","@syncfusion/ej2-navigations":"~22.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_22.2.7_1690979255208_0.40971144285498595","host":"s3://npm-registry-packages"}},"22.2.8":{"name":"@syncfusion/ej2-diagrams","version":"22.2.8","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"b91c37d97875dfd01c532dec3d156ede1c559ae2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.2.8.tgz","fileCount":363,"integrity":"sha512-7quwiaYWPIao9n2sTJ65TjLmYrzR+pxqX3QF/jn+g3rmplzRZnPJlBZplzKGHR4IbxMKjfdO7p9g5Q9WRXAZMA==","signatures":[{"sig":"MEUCIQDO4jm8xepq9motM9cRGvlTkMX4YrOPT+Cn0AQWo4VXpAIgfbEZRbpqs2XRcELxk+Ed/OGY/0t/ClzMI0s+EkisOcI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38358279},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"299311352e003b4e1dda63e389295d4043cffdb0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.2.7.tgz","_integrity":"sha512-CWG2TFOmKaytyK+GubH8FIxLTW7mko4pBCl38xvUwRv+B5a3ETDEYaXGxwTb8ep0PsQNOYf92fcVu33nd+n4nQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.5","@syncfusion/ej2-data":"~22.2.5","@syncfusion/ej2-lists":"~22.2.8","@syncfusion/ej2-inputs":"~22.2.7","@syncfusion/ej2-popups":"~22.2.7","@syncfusion/ej2-buttons":"~22.2.8","@syncfusion/ej2-navigations":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_22.2.8_1691496521995_0.717969457199195","host":"s3://npm-registry-packages"}},"22.2.9":{"name":"@syncfusion/ej2-diagrams","version":"22.2.9","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"1a43bb895658c0f8dba7f0dde0e67037aaf3c11c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.2.9.tgz","fileCount":363,"integrity":"sha512-7NSycFvgeaXtu8WmZyNGlTbjcRxqLOuRc8YhfjtNOLUWua2rUsxoPeJtannuDsGqrGEFuBk50azEP7mWjIkyAw==","signatures":[{"sig":"MEUCIFf86bEE1qidL98S73vBcxfviU1msqTTPcRTkkIukpI8AiEA//0TipDWHuUhXXfy58lbnZ+YcmdCeG21Lhamtc5yqvk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38368366},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"0c5ad656c35693bfa2b418631db6602e395d7a01","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.2.8.tgz","_integrity":"sha512-HRXzRkGGYfEuXX25TJREXenospwCxrUJoHpmGnRvwcqMXcAcW7Ap7zgdXDScISiHFOlPR3hp1kXy+UPFB1LgnQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.9","@syncfusion/ej2-data":"~22.2.5","@syncfusion/ej2-lists":"~22.2.9","@syncfusion/ej2-inputs":"~22.2.9","@syncfusion/ej2-popups":"~22.2.9","@syncfusion/ej2-buttons":"~22.2.9","@syncfusion/ej2-navigations":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_22.2.9_1692102187625_0.38871147380950455","host":"s3://npm-registry-packages"}},"22.2.10":{"name":"@syncfusion/ej2-diagrams","version":"22.2.10","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"bf78a997cb24ca0f6404ca8bc57b89c725dd586d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.2.10.tgz","fileCount":363,"integrity":"sha512-YBsOjBDUDk/ZnordMW9JR9jk35OwAgJ8IgJV73U2GYMdhNjh/QWM7lXPiL/iE/J3U3/3LcPEXDVTRutP4Kjlhw==","signatures":[{"sig":"MEUCIAM7aMq/QuM+VLRj/NftCh6Vp+2glx4RyMw2PQk+mFGcAiEApt1aDEG6mw4X15Tcci6kfoYBdE/wMsJP4hS1sNkXkzc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38380470},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"c3751c0c30a9b7f9aaffe3c8e02b94b78054969a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.2.9.tgz","_integrity":"sha512-ydRV8t9h0NfDTzg1IG/47o8ko6n3fuYNknO+3JV1n7ki3vnPWHXDFQUiR3XUKKZfLHoDlTpYSly+K/xgOkQIAA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.10","@syncfusion/ej2-data":"~22.2.5","@syncfusion/ej2-lists":"~22.2.9","@syncfusion/ej2-inputs":"~22.2.9","@syncfusion/ej2-popups":"~22.2.9","@syncfusion/ej2-buttons":"~22.2.9","@syncfusion/ej2-navigations":"~22.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_22.2.10_1692727054307_0.7775073067067217","host":"s3://npm-registry-packages"}},"22.2.11":{"name":"@syncfusion/ej2-diagrams","version":"22.2.11","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"8909df93148c25a2624440fb2a820c3aa43ce208","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.2.11.tgz","fileCount":363,"integrity":"sha512-pqSxAHWWkC0/pU4eEHpWefX0ncOweEoJgZiiAnfWnvunpqQH+EnPMQLqW+VguhOjYWMzC8/PYKTkKbQwZPf8WA==","signatures":[{"sig":"MEUCIQCNMADKwR4bXAokMD4vLW13RX3C9m6JQ6FoEQpfhTlzNAIgYnqGh5w/VrJsKADjZo9UpKWcxK8QgTUfDUYklpDbItM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38391133},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"b435453e4d78d0647e504526ac8f6d6e76952a80","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.2.10.tgz","_integrity":"sha512-iDO0T+0ZoHvP6n9IhTKf0nMrBcjS/51WpTr3doi1fKBbpWAEdVjHrj3xKKudA4ll+L9hlH1O+TG61XTgo9vpJw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.10","@syncfusion/ej2-data":"~22.2.5","@syncfusion/ej2-lists":"~22.2.11","@syncfusion/ej2-inputs":"~22.2.9","@syncfusion/ej2-popups":"~22.2.11","@syncfusion/ej2-buttons":"~22.2.9","@syncfusion/ej2-navigations":"~22.2.11"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_22.2.11_1693271900137_0.9926458682739834","host":"s3://npm-registry-packages"}},"22.2.12":{"name":"@syncfusion/ej2-diagrams","version":"22.2.12","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"6b258756c49db767f72176de3992e8c0e556e9bc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.2.12.tgz","fileCount":363,"integrity":"sha512-16gPkUDXXM56AMVKjvBmukfCzfuuOYXGM16iKTken0vInpy8JdYCNZ5z8qlhQ24nPM58ROfBaEKwW7PE76kyig==","signatures":[{"sig":"MEYCIQCUBk9JtJRf/lUDODs3s8uDusEY+Ps0+YN1ZFPlqDCewwIhAMuT22TLf2wIM/tpYj1t2yChv9NodWmNUIB/IZ7HVngE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38441420},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"08045f8513436d9ac2e6c6f5af085c143fb20cf1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-22.2.11.tgz","_integrity":"sha512-URx41STvCklUTu5lkrb1V6RHhL1sEYAE6WhAllgxQRWbPtdV5o1RHKE5ofXvjL1k5CgbeCXfM8Lfg70hPupQJw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.12","@syncfusion/ej2-data":"~22.2.5","@syncfusion/ej2-lists":"~22.2.11","@syncfusion/ej2-inputs":"~22.2.12","@syncfusion/ej2-popups":"~22.2.11","@syncfusion/ej2-buttons":"~22.2.9","@syncfusion/ej2-navigations":"~22.2.11"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_22.2.12_1693910195069_0.026211040995825163","host":"s3://npm-registry-packages"}},"23.1.36":{"name":"@syncfusion/ej2-diagrams","version":"23.1.36","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"352eb4b59e432ad1ecc354a71df51e218fff6241","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.1.36.tgz","fileCount":363,"integrity":"sha512-Q7X3bk4naTGgRqNCCQ9Kh0nxKwS08smCwESVYE3EKRr4ZTR5EVCHOugcvgs2nd8hmp2XEGwz4cFbSpLtWLh+KA==","signatures":[{"sig":"MEYCIQCfs82z7XkNqVgdgYppRHoStfgfKxnD5+X76nPt/iTw3QIhAI15xXW42BCsTEv/zTie4cxavEfy96GL3DvRfWZAXCZm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38918222},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"9be4633a98193dda70b75baa717dd52606937ec0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.15.4.tgz","_integrity":"sha512-W204c2tFRyZOsZT8czZUmhTkdK7grVkC5I/hJJOmvIZnU+1VpVQ3XetK+SEAZ3gNwBVf9N16NeBtwnfxAZzYJg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.36","@syncfusion/ej2-data":"~23.1.36","@syncfusion/ej2-lists":"~23.1.36","@syncfusion/ej2-inputs":"~23.1.36","@syncfusion/ej2-popups":"~23.1.36","@syncfusion/ej2-buttons":"~23.1.36","@syncfusion/ej2-navigations":"~23.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_23.1.36_1694764813537_0.8037067002888032","host":"s3://npm-registry-packages"}},"23.1.38":{"name":"@syncfusion/ej2-diagrams","version":"23.1.38","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"223a02e356b6f71d6f43b65ca453679433a2ef42","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.1.38.tgz","fileCount":363,"integrity":"sha512-65KccFrY2xCsvo3t3k9YOT1gZEbJYhDIUObnJzu6BDYNDoMUcwvX7LJb9EbEefYdCVGmTJ22wPyw1xu+4jCO1A==","signatures":[{"sig":"MEQCIE54v2srpqPkaFEMUIeu1Fat/ehkVnPylcGyIRms/cq4AiBYU8EPJOt35Y0iO+bykaY3RkNfIsKNxHuZ7ISRVH/lpg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38925240},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"5c5d15fd3d138bfa3765a41ebb4d7de5a2ff5c5d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.1.36.tgz","_integrity":"sha512-UHl9wl5Mqy+gFii06YO2BCOSjM69LZ2KTGDO2rqp2KQ0sMTSvs994/eJcHPTuSwIM13XhhP+6Ud745Rrcz7upw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.38","@syncfusion/ej2-data":"~23.1.36","@syncfusion/ej2-lists":"~23.1.36","@syncfusion/ej2-inputs":"~23.1.38","@syncfusion/ej2-popups":"~23.1.38","@syncfusion/ej2-buttons":"~23.1.36","@syncfusion/ej2-navigations":"~23.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_23.1.38_1695728761424_0.6745490199840334","host":"s3://npm-registry-packages"}},"23.1.39":{"name":"@syncfusion/ej2-diagrams","version":"23.1.39","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"d1b6ec7e98ffaa933cd625567e26064b0240bdbd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.1.39.tgz","fileCount":363,"integrity":"sha512-b+P4/SplxFESCpZVLVFYfoqCdxXZ8bF6q9OBkXcBLMQFGUjZ2GL8FGY84AyoBVsqLduMoACYW6vosg6nAj0trg==","signatures":[{"sig":"MEUCIGSw7PQzUoDk1XyW4h+nf2aA+Kpn/qPLFL+KM+/akyXCAiEAyBdXEHnvAOCeWdczwE+qdelTeKoI4wDsN97LC1W/8u4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38937791},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"da5848e09f1cc706dbc1e352f2a57b3503b90722","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.1.38.tgz","_integrity":"sha512-jEuLp+LbSCl33eTW1mN2wSijV3X0+bqvjQYyDmULWn+sMSWSQ0KNwN2PNuhJRQ6134ce5AGIlAl95jFy2Z0g4A==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.38","@syncfusion/ej2-data":"~23.1.36","@syncfusion/ej2-lists":"~23.1.36","@syncfusion/ej2-inputs":"~23.1.38","@syncfusion/ej2-popups":"~23.1.38","@syncfusion/ej2-buttons":"~23.1.39","@syncfusion/ej2-navigations":"~23.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_23.1.39_1696405484372_0.9055556789416004","host":"s3://npm-registry-packages"}},"23.1.40":{"name":"@syncfusion/ej2-diagrams","version":"23.1.40","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"897b81aefc3c85f1cb46ae7601c85918d614f489","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.1.40.tgz","fileCount":363,"integrity":"sha512-ObpNnU5XzdEsYH2kWwLkacbfu64t6MPXyALYSD9JjOGXosVEfICF1E+RSlWdNhq6TLbMp8U+IlBoEOY39Gq5AQ==","signatures":[{"sig":"MEUCIQC4zL13UjMh4E2NkEvRHZwfxKDO7v+s3x9ubu/jSzJ4agIgUdQmEA5SKEvHyeDPaDAO8+sNzjzUoC5FsW5RtWWn91c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38958458},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"392ad32a38e551f5f1d762ad81a43d62602beeb2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.1.39.tgz","_integrity":"sha512-K3NmL/YUrNe0IwQOtu1EOjct2pYby/sQ+el1W29gDRdHadbkIU92zvD603fiVkv6klnFjHXUNiy4w9C+vu/KqQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.38","@syncfusion/ej2-data":"~23.1.36","@syncfusion/ej2-lists":"~23.1.36","@syncfusion/ej2-inputs":"~23.1.40","@syncfusion/ej2-popups":"~23.1.38","@syncfusion/ej2-buttons":"~23.1.39","@syncfusion/ej2-navigations":"~23.1.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_23.1.40_1696943743521_0.22250248441989395","host":"s3://npm-registry-packages"}},"23.1.42":{"name":"@syncfusion/ej2-diagrams","version":"23.1.42","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"40316cd7bb2bb37b59bda9a8f3c1a2b15147170d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.1.42.tgz","fileCount":363,"integrity":"sha512-HrdEUlfv9slnzZfPAal39m6iOxO6xt7i6zZo/aiJLm7poCIlpMYRp8VDnFfJ1UdusLXH4H2cXrxv1BkZ7yvANA==","signatures":[{"sig":"MEUCIHzaKJ2LNhDxmeBrfyWlhyevg4H61YocJ//X10S+jDO5AiEA3o5mxmxJGPri6q5FfwMf5W/P1G4stthPixaK/RmFSP0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38959644},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"af7d2729f874e0c3dc1c7e04b347b87cd89f6c65","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.1.40.tgz","_integrity":"sha512-AiuRi/eYq8dkuxS+WUzIUqtNkzA5hpg0Op2gcMDUO047wkOTcahlwYzU7Tmz10Q3yGtfN5iQd+tsRFgywbMXnQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.41","@syncfusion/ej2-data":"~23.1.36","@syncfusion/ej2-lists":"~23.1.42","@syncfusion/ej2-inputs":"~23.1.42","@syncfusion/ej2-popups":"~23.1.38","@syncfusion/ej2-buttons":"~23.1.42","@syncfusion/ej2-navigations":"~23.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_23.1.42_1698109373015_0.4337839534240131","host":"s3://npm-registry-packages"}},"23.1.43":{"name":"@syncfusion/ej2-diagrams","version":"23.1.43","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"f60d879a27ae4c3d411acb85272c1bb3d2ec967a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.1.43.tgz","fileCount":363,"integrity":"sha512-fLE1RO2q/ECeJnBopgDKMXPPWJYnfEmFVDzMIXLyhkgtRYg52Oc3h7Oepdx38VenBwqHmOJXgYeyc/ZsezZ5Fg==","signatures":[{"sig":"MEUCIQDHudjoBNkIAnSbx+X4wCkRjT/dQVIUNOMGJpln8IX9vwIgNhsZc5h3CL0i2xxvEbe0VazlZ6Wf3MzhHhDg8tP6M1A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38974877},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"bbd7aae8bda9451cfbd0018e54bd5cc5af884e7d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.1.42.tgz","_integrity":"sha512-JIHR3XphoOqtt4tyo5wBkyvVetRKhck1PBu+ffPF4pX8zCAWIt65bpjzPPxs57Uz2d0RMFQqQyJyUHdbVWJ5kQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.41","@syncfusion/ej2-data":"~23.1.43","@syncfusion/ej2-lists":"~23.1.43","@syncfusion/ej2-inputs":"~23.1.43","@syncfusion/ej2-popups":"~23.1.43","@syncfusion/ej2-buttons":"~23.1.43","@syncfusion/ej2-navigations":"~23.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_23.1.43_1698715696810_0.22860534666710364","host":"s3://npm-registry-packages"}},"23.1.44":{"name":"@syncfusion/ej2-diagrams","version":"23.1.44","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"94d927d8b77288127fddf900b5534db66df1e47d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.1.44.tgz","fileCount":363,"integrity":"sha512-ccPbm6jzvpYdBU2ei5YlYV4ikfMyLt+nb6tqZis2evLEy6/8XzaxftTPuxRl+EOE8GBGqqbptQNkN3hRPSbQZA==","signatures":[{"sig":"MEUCIQDw+WHhxiA29pAD6L26Of5I8gyMwQnt0JSOaiSz+AwNMQIgSi7WxSr+GMGksV2DQV06Sp/sZopRnGdAZI+Q/foucZQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38983514},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"fe39607fd37c2ae7efa98c87f3f6c19998949f9f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.1.43.tgz","_integrity":"sha512-idzGu13LZgjrNgNWkcYgwbkczc7WqofBymq2Lq449v0WAFR/vv+NnvwSc/pLeGO1KUzo8IOgA3PMAX8+/m2b4A==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.41","@syncfusion/ej2-data":"~23.1.44","@syncfusion/ej2-lists":"~23.1.43","@syncfusion/ej2-inputs":"~23.1.43","@syncfusion/ej2-popups":"~23.1.44","@syncfusion/ej2-buttons":"~23.1.43","@syncfusion/ej2-navigations":"~23.1.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_23.1.44_1699337157621_0.10491076962051116","host":"s3://npm-registry-packages"}},"23.2.4":{"name":"@syncfusion/ej2-diagrams","version":"23.2.4","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"471c4b01aeeba6cdf08b2b29ddada1a7994b3c6c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.2.4.tgz","fileCount":363,"integrity":"sha512-5F2S3UH8a95ZBHujFxLy8ZlPL7nS37TLXhqR0rkNcnHZnC/vNv2MlKQW1fUeFo1veoNr2q1AlCqyVix41WqNSQ==","signatures":[{"sig":"MEQCIHJ5tXgZ2pOWOgkRigvPvXCL3Oxlx7Q3moTN7EyYbmYHAiBUP2yA29sK6vllG7+J/z5wLyMoSpY5svyJMFzIgbcqhg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39010027},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"721e1068d35d814d1557f6a620b3a117018ce7fa","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.1.44.tgz","_integrity":"sha512-uSBb+i5etKP8AQaNNHXt9Rw1hkvqIEK2LR3Q0Ye4OsXjQYfu5dBIT5+ZHREif+wO93OzrxXS0LrAvtbtMRYy8Q==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.2.4","@syncfusion/ej2-data":"~23.2.4","@syncfusion/ej2-lists":"~23.2.4","@syncfusion/ej2-inputs":"~23.2.4","@syncfusion/ej2-popups":"~23.2.4","@syncfusion/ej2-buttons":"~23.2.4","@syncfusion/ej2-navigations":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_23.2.4_1700460612614_0.4966275411870391","host":"s3://npm-registry-packages"}},"23.2.6":{"name":"@syncfusion/ej2-diagrams","version":"23.2.6","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"70ea894c16503e428524533689016159370eeaf7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.2.6.tgz","fileCount":363,"integrity":"sha512-nTMs8G/crVKt01yDWNbkvAxtuHZpK+LvXVBZPV94AUhlMcjFZwUobnbvikXizRgRsUE1Fm4yroPjBJKAUjeWlg==","signatures":[{"sig":"MEQCIDw4hmIuD9KFj7FU26Wu+Eu+/l1/4cvBwZTFg/Q8b+2LAiBsMPe5+5OOHD9p11NdktKjRAOymtzt2jJ/lPrOb8r/0g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39024646},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"febd91528cde551a4cb559eba4e5dacb3344f133","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.2.4.tgz","_integrity":"sha512-Z/ID5wpDoGjw+LYxLgfKIMo+iAHPmp/vd0KEmjmyiTRCv46ytZRrrsWYkDu03O3CbURgrESDJsgkBJ616kjDGA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.2.6","@syncfusion/ej2-data":"~23.2.4","@syncfusion/ej2-lists":"~23.2.4","@syncfusion/ej2-inputs":"~23.2.4","@syncfusion/ej2-popups":"~23.2.4","@syncfusion/ej2-buttons":"~23.2.4","@syncfusion/ej2-navigations":"~23.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_23.2.6_1701149606720_0.5995862298983674","host":"s3://npm-registry-packages"}},"23.2.7":{"name":"@syncfusion/ej2-diagrams","version":"23.2.7","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"420b3343f21a059a3add2c7a094ebed6d97ae193","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.2.7.tgz","fileCount":363,"integrity":"sha512-oRicgi2glUFyUbJqfVMSghh+tm5+YXY1tSU9vxNruweo8McKd9raAf4hGnNrCLbkBjR7p5k+IiojhIjCXxNnFg==","signatures":[{"sig":"MEYCIQDSPaTsEhubd2AZOGLk4rD1xZb0arySaaf4ekU8JP37/AIhAItKjBaTdBq8fnO4e6bIrK8f4MTUPhy1TjsjRFjIsAbp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39069925},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"f9913327c65d2c75c3f20d88c8395687c46041a3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-23.2.6.tgz","_integrity":"sha512-mcL5JusjZMcBYPp8sbIWeIIdJYghSyZ18X7pXB/qgUSTcxH+c0Lm5AF9oexe6h2RpCz/cW12F9T01EQSYawjnw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.2.6","@syncfusion/ej2-data":"~23.2.4","@syncfusion/ej2-lists":"~23.2.4","@syncfusion/ej2-inputs":"~23.2.4","@syncfusion/ej2-popups":"~23.2.4","@syncfusion/ej2-buttons":"~23.2.7","@syncfusion/ej2-navigations":"~23.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_23.2.7_1701744485069_0.5331831848774236","host":"s3://npm-registry-packages"}},"24.1.41":{"name":"@syncfusion/ej2-diagrams","version":"24.1.41","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"01782a8f63b6065c3a5904ef74c2902b86011b9d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.1.41.tgz","fileCount":385,"integrity":"sha512-XtdKd6y/hUneEQ8WKAD8wPoJH0PjXHTsGMUqlDwQXFgGEdiqithMQ5pN5wbof3NzAug3I6L4LyDYMuqRN9Urlw==","signatures":[{"sig":"MEUCIAHApoTpqSc3M39HiB7BeM9+gAz1/WsN1VrrANTnM9V5AiEA9jb/XZ1YnhNBSS/Uh1I1TsUoOHvnrRs7h5NH2Feyr/4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39461021},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"e86afc695360e79d294b38c5479a7bbdee1d0664","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.16.1.tgz","_integrity":"sha512-PsF4dTXF7UT/a/8DwR4rrpz4Z8YqWdUoZhVjq6Yrp9JgINzFo05NVA/KuIjWmWDaueDb3Dwyla+TNnsm1BTDfg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.41","@syncfusion/ej2-data":"~24.1.41","@syncfusion/ej2-lists":"~24.1.41","@syncfusion/ej2-inputs":"~24.1.41","@syncfusion/ej2-popups":"~24.1.41","@syncfusion/ej2-buttons":"~24.1.41","@syncfusion/ej2-navigations":"~24.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_24.1.41_1702880665771_0.6190465603028907","host":"s3://npm-registry-packages"}},"24.1.43":{"name":"@syncfusion/ej2-diagrams","version":"24.1.43","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"e70edff25a14a00ce1677af1b70398412a145e1a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.1.43.tgz","fileCount":385,"integrity":"sha512-iGJIB5iTY1Ez6N8OnfIsz1T59GzS5n3VPuPYl/tcSGCuXNJJeSkftw6WWTXvD1LiDlTE0PtfT3/wQZZ8cQIqbg==","signatures":[{"sig":"MEYCIQCpSOvHb2sJos5UWADmOr/p8IqKwUF8QrVQw39x9dOxoQIhAMiw99HVxXQcdGmp9l/AsKvG5hu6feuaaAEx+ExKKWRb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39516249},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"67569266ba4b2a2cc565b6839b00892c1a056c2a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.1.41.tgz","_integrity":"sha512-1YsyFh1nTOJwgRxpqVCXrhH6wthijIep17NRHicj/4PWcwlJrQ/eMcW32EDjJxv3Ym9Vleb+9uAidLD+PDqQ+Q==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.42","@syncfusion/ej2-data":"~24.1.41","@syncfusion/ej2-lists":"~24.1.41","@syncfusion/ej2-inputs":"~24.1.41","@syncfusion/ej2-popups":"~24.1.41","@syncfusion/ej2-buttons":"~24.1.41","@syncfusion/ej2-navigations":"~24.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_24.1.43_1703657861592_0.8192009233471214","host":"s3://npm-registry-packages"}},"24.1.45":{"name":"@syncfusion/ej2-diagrams","version":"24.1.45","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"bb81aa975d5b9598ef1467023b6fb494a0843a1b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.1.45.tgz","fileCount":385,"integrity":"sha512-SqDEpj23mW9+gvki+V+toqBLB9pDof1qY7wRb10sYg4sHIs9fGzih7cKh5dwhnjlAZ63vd1U/xATlBzAwl+hlQ==","signatures":[{"sig":"MEQCICuzzJ8lrU23LkiSc5d6IFjR8ViQ6fJRpOeVwafNAawiAiAFwFifwZjgEHJdXHv2HdqP4jDZsuGgXzUxLFVsip0oMQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39563180},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"855d9d40552fd978beb1cd0918829411b0e3b4f2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.1.43.tgz","_integrity":"sha512-Ui5IU47USjT+jB6T8KIYxGjHK6fo+v8zwVUZewIHlOcrRgxaw9/FjWyuLTdvqgxhykpYoP5uTpPOYW/17PjYww==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.42","@syncfusion/ej2-data":"~24.1.41","@syncfusion/ej2-lists":"~24.1.41","@syncfusion/ej2-inputs":"~24.1.45","@syncfusion/ej2-popups":"~24.1.44","@syncfusion/ej2-buttons":"~24.1.45","@syncfusion/ej2-navigations":"~24.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_24.1.45_1704766491885_0.27878803709354183","host":"s3://npm-registry-packages"}},"24.1.46":{"name":"@syncfusion/ej2-diagrams","version":"24.1.46","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"027fe79fa41a00e8bbddfcb0e2f67fbc88022e1e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.1.46.tgz","fileCount":385,"integrity":"sha512-YBO4Hy9/FxwB/OtQfEiJ7mEQWFU8eHqGRqnDqDb6qK+PuDgBaRthzeYS6eB6r8DhkrFY1HlWIEL3Z/wGHWt6Zw==","signatures":[{"sig":"MEUCIQDXbSDC8JvxilXo2T1bCetpMYpaR5vlZVfwTqvZsPr8MwIgb821gWPV75s8swvDKyU0lwuRqvZ/7kA5g7xCqriJWPY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39587492},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"98d03bffe5a20bef276d1223a1eb6eb303d64bd3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.1.45.tgz","_integrity":"sha512-vI62+f7kMb1p2OKwU2EImihCbr1kDPuar5IBWnyFk7FGqmT5Nx+pJFlKyLkF6ZHnJIBrTHpE86/0mMt9cVmcbg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.46","@syncfusion/ej2-data":"~24.1.41","@syncfusion/ej2-lists":"~24.1.46","@syncfusion/ej2-inputs":"~24.1.45","@syncfusion/ej2-popups":"~24.1.46","@syncfusion/ej2-buttons":"~24.1.46","@syncfusion/ej2-navigations":"~24.1.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_24.1.46_1705456883169_0.9148431422023451","host":"s3://npm-registry-packages"}},"24.1.47":{"name":"@syncfusion/ej2-diagrams","version":"24.1.47","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"41af57bde6a4dcebca76dc78bab46f009b33e0d5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.1.47.tgz","fileCount":385,"integrity":"sha512-NdzMV4nov9lwbHt9Q4iM1ssDiroqWr1gdczo6mwS7++4FohK+nLovCmzb9HO3Wb47+EEEU76DTK6GdHAj5wBmQ==","signatures":[{"sig":"MEUCIAf/T7CK2u951GevOIsZhFvlJfiZyvE7wwSIpL0rsiCcAiEAo+sdxdnKfGEXcXAhjCrCwQsg4cE0w5wxLJ9Xw01UCVk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39599448},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"fe17ef7bb06dced89a39671adedd3e161cfdbf28","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.1.46.tgz","_integrity":"sha512-1+C807UylWueIkI3bhZh2yq8uG5B5ys5B37aEEy2jshr3ll/+qksdmyPJ2bBzhyp80BfumxpfnoI6vJ8jkVFnw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.46","@syncfusion/ej2-data":"~24.1.41","@syncfusion/ej2-lists":"~24.1.46","@syncfusion/ej2-inputs":"~24.1.47","@syncfusion/ej2-popups":"~24.1.46","@syncfusion/ej2-buttons":"~24.1.46","@syncfusion/ej2-navigations":"~24.1.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_24.1.47_1705976774722_0.6331441252698597","host":"s3://npm-registry-packages"}},"24.2.3":{"name":"@syncfusion/ej2-diagrams","version":"24.2.3","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"9d77d1582417a1ce1d0445c7c407ce0dce2fc718","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.2.3.tgz","fileCount":385,"integrity":"sha512-271i8z1WvbEMMXdbGfMdinHLeP/yKVf4gf5BUQdpHJ2qAgixPY8UzQ319NK+hwK6il/nitkmqSrPwmM9cIC1TA==","signatures":[{"sig":"MEUCID6x7G/DkA4vApR+f5MpzBs/Ep5nqxL+ZHznK1aNnE90AiEAlqjz25lrTQEkjkKlnheTY2o13pR4KDtQifkdIpXTWyw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39618873},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"f9b9f173fe6b038b8122bf161478025084b729a7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.1.47.tgz","_integrity":"sha512-LnPFm6HrTvkcLtzMEzz2C/eAxpGr/EQcu7a4Uaoe3gaCi9MWEqi6kdSILRMOexSLx7I43ZU+XxBqAy2ap1HXvw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.3","@syncfusion/ej2-data":"~24.2.3","@syncfusion/ej2-lists":"~24.2.3","@syncfusion/ej2-inputs":"~24.2.3","@syncfusion/ej2-popups":"~24.2.3","@syncfusion/ej2-buttons":"~24.2.3","@syncfusion/ej2-navigations":"~24.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_24.2.3_1706709925116_0.13510811215404206","host":"s3://npm-registry-packages"}},"24.2.4":{"name":"@syncfusion/ej2-diagrams","version":"24.2.4","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"9f8633a1f92ee6a0a3c53b716faa7b140c4c0a85","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.2.4.tgz","fileCount":385,"integrity":"sha512-jhN+FtgoZEANYAbojs8icPO8d0zihU/oBk8YIzUK2tJuSkbsa8WNL03LzBT+sWlGeOdD6Iacbec8t+CZW3PKtQ==","signatures":[{"sig":"MEUCIAzzOgcMyBZjdX6KwLEAaZq0+dD74xxD43XUmVZcXVQjAiEA8FxHgA1miQkBeeCTjAKIaGiHlLB6VBQj5aQMH8zOc5k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39626193},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"836b0e1c9cd4c03089da4b6a4f7b80f26d51e84e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.2.3.tgz","_integrity":"sha512-zYWbBpnChsLV7klSFsZ3ws0UzhMPKlIgOImAFvdLxJ74XzvlJ7Avuzu3GYMkaWQGGoiIAixC5et//ecZ37rAiA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.3","@syncfusion/ej2-data":"~24.2.3","@syncfusion/ej2-lists":"~24.2.4","@syncfusion/ej2-inputs":"~24.2.4","@syncfusion/ej2-popups":"~24.2.3","@syncfusion/ej2-buttons":"~24.2.3","@syncfusion/ej2-navigations":"~24.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_24.2.4_1707195091466_0.40798827551042494","host":"s3://npm-registry-packages"}},"24.2.5":{"name":"@syncfusion/ej2-diagrams","version":"24.2.5","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"fa9ab173da803a847b24a97c1d95f2b6cec5977d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.2.5.tgz","fileCount":385,"integrity":"sha512-nWzqyxGcGsm7bmkABJDm+8TpGJd9Rs7CJ7TgPb0nCCuMEAkWlLUAxKDhalJ2Ka0PNV5VuYJtkuGO0+I3UhFweQ==","signatures":[{"sig":"MEUCIEHPclPnQvjWsWlXrq/BQ8mAt1DllT0gYFOFG8axPx6XAiEA2H/RLkDIKuJ5wj8GMJJcY1i3DJO6G0qAsJJwQg2UF8s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39621245},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"af223170e27496bb97ef7c47bb6379d380e76de0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.2.4.tgz","_integrity":"sha512-Ra/g+ylCSU0KyNfEvKdGp8hSzea1vr2yyTzqoj20QTYNBl0BOBkcV+o2iBRo2zKSFccsovjxMYD/DxUajWSCtQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.5","@syncfusion/ej2-data":"~24.2.3","@syncfusion/ej2-lists":"~24.2.4","@syncfusion/ej2-inputs":"~24.2.5","@syncfusion/ej2-popups":"~24.2.5","@syncfusion/ej2-buttons":"~24.2.5","@syncfusion/ej2-navigations":"~24.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_24.2.5_1707789531397_0.5931054485926017","host":"s3://npm-registry-packages"}},"24.2.7":{"name":"@syncfusion/ej2-diagrams","version":"24.2.7","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"0da242550712d5deb071575763678150096853e8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.2.7.tgz","fileCount":385,"integrity":"sha512-HDCXs+b69tNIO3oQ4j+HR4Jrs/ZrNGacDZesO0AulsyYgzRIVoGqqq7HZ4VJSx0wCogthTnN+C67mOuFpGEiog==","signatures":[{"sig":"MEUCIAWJhHPNq7FG8Ns3+y6YYUQnJxHJf+YE4J9KtlSNd0QoAiEA7pgnEsLfX9dBFwuCFggosMyfcYhmAqf0woijEt20c6E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39788742},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"a73b60d570abe2aeab0f559d67e20be43e3b4dda","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.2.5.tgz","_integrity":"sha512-v5hCPKrBEUpkqb1/ZSrKgJE4f0Wbr0VwzWrtBMcWPu9t9hy7MhqAi6eiBb3FJ2xRGBoGU+CAlcl5tSciW1h9PA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.7","@syncfusion/ej2-data":"~24.2.3","@syncfusion/ej2-lists":"~24.2.4","@syncfusion/ej2-inputs":"~24.2.7","@syncfusion/ej2-popups":"~24.2.5","@syncfusion/ej2-buttons":"~24.2.7","@syncfusion/ej2-navigations":"~24.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_24.2.7_1708393643635_0.39972675408288993","host":"s3://npm-registry-packages"}},"24.2.8":{"name":"@syncfusion/ej2-diagrams","version":"24.2.8","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"d5279c416292fcf2e2bb3ccda952a5ff51f7761b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.2.8.tgz","fileCount":385,"integrity":"sha512-km3qvRnHyxm5DynD7AzDRTTU7l0aiCPybECb9nFV4vn+aOUHSgLEhQbO3LczIHzUW8BpABO4KujRja2vCE4btQ==","signatures":[{"sig":"MEYCIQC6zycg2rPQO3fVgTzmh6zjRgD0I40BQtRsE5yMAEF97QIhALhNY0kQ7rPaRkUuD5TC7tVtF6FdbIvxV3bIZqkSV5+c","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39812945},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"99bf25ebb0c8486de51a1742219a6c1facd4a820","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.2.7.tgz","_integrity":"sha512-sUadr/pZzkBWRPgXv5YlYUHlA1rHNFyarZ5CiIgofbebjSXVwbiBUPOkWfjeo9jWm6gnBPuB1TMDE0FwGQkdJA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.7","@syncfusion/ej2-data":"~24.2.3","@syncfusion/ej2-lists":"~24.2.8","@syncfusion/ej2-inputs":"~24.2.7","@syncfusion/ej2-popups":"~24.2.8","@syncfusion/ej2-buttons":"~24.2.7","@syncfusion/ej2-navigations":"~24.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_24.2.8_1709015759810_0.07143514651460459","host":"s3://npm-registry-packages"}},"24.2.9":{"name":"@syncfusion/ej2-diagrams","version":"24.2.9","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"fb993b4df44dbea1245be78610c82a7b2c257c33","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.2.9.tgz","fileCount":385,"integrity":"sha512-8mTkr1MRn2e4PSS8QoWfjqbP7K0zZLBAxhqMBLbYGa4LnkBOrzZnxKAyVwn4MMPDhUGZ/etVM2XwM5JaK/CcIA==","signatures":[{"sig":"MEQCIDxPpMFGHAyvYEJ2PgqLRdX5d6jtk9C2aRQX5ehxPNc0AiAhrmtrCfwGECf5e1lSc/zlNSy5hRTY3agoC9whKUv5Ig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39821171},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"95dae7ea021e63e5d67341b9f5cc2a0876ea0578","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-24.2.8.tgz","_integrity":"sha512-aXf8acT7vEkwVzf0bME0ea7v+eDTHmP/GyIFOFqsm9yAcVwvzLhDpsJf2W6h+Vnsox18Bc/lIFihULWC4GcozA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.7","@syncfusion/ej2-data":"~24.2.3","@syncfusion/ej2-lists":"~24.2.8","@syncfusion/ej2-inputs":"~24.2.9","@syncfusion/ej2-popups":"~24.2.9","@syncfusion/ej2-buttons":"~24.2.7","@syncfusion/ej2-navigations":"~24.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_24.2.9_1709629099770_0.5131515173610135","host":"s3://npm-registry-packages"}},"25.1.35":{"name":"@syncfusion/ej2-diagrams","version":"25.1.35","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"0281f71b1d7c6382a3fb4f03cee9a7c7ffd1641a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.1.35.tgz","fileCount":386,"integrity":"sha512-K96Od/j4eW2qzfLwk1AZYhdiqbXm/pOgtxPifB+jHcAAeoXuhzm9X7et67ChWCgT1R0qZH0HXURYeJuKMOfrJw==","signatures":[{"sig":"MEUCIFZDIY8dvYBXJj8ilOMFmXQzS5JVTDn824i6ZxwXmvR+AiEA33n6wm0MASNyMxGBdp4EJJC0YRN+/nM1NQB9yDhK5xA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40156797},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"fb1fc65aa7f3d34d0896c2fbb5bcb896f0ad5711","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.18.0.tgz","_integrity":"sha512-jMlmLDW08+yi1JGo6zwd+bCXZ259365MXCfUBV1s6/KOLe0T0w5UsqCY9NdU85GPOGpM/YNMDGgzb8WBGmKprA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-data":"~25.1.35","@syncfusion/ej2-lists":"~25.1.35","@syncfusion/ej2-inputs":"~25.1.35","@syncfusion/ej2-popups":"~25.1.35","@syncfusion/ej2-buttons":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_25.1.35_1710504680013_0.3063817475491293","host":"s3://npm-registry-packages"}},"25.1.37":{"name":"@syncfusion/ej2-diagrams","version":"25.1.37","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"a99eadaea8428d8e4a1f85f06d59e83e20b99a19","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.1.37.tgz","fileCount":386,"integrity":"sha512-SJ5mZ70HLVP5PqWJK7I1/JgxbWImVM7/xHnSObxJTtdfm8mAzfTCr0L2f0oG/SIpel8rPE8eipRkqs9CHaAS4A==","signatures":[{"sig":"MEQCIFsuRZiM5g/qdCdJc8gTLEbKu+qXRDx7Pf9M26lWB0OvAiAZqIPMixNszNMNVGyMnFBSIjVCJOy7IL11RPdUZ3sfRA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40188631},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"05763d55e262eb107f5adff7ebce097b672a1953","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.1.35.tgz","_integrity":"sha512-u1GYID2MOwrF0XDJ8+tfE6Uyea9lBy/O/ADC12XJqEenYJZd4rzneNOyWzmIL/NDPQFwG9xfEjptpmmSQwkUiA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-data":"~25.1.35","@syncfusion/ej2-lists":"~25.1.35","@syncfusion/ej2-inputs":"~25.1.37","@syncfusion/ej2-popups":"~25.1.35","@syncfusion/ej2-buttons":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_25.1.37_1711428936803_0.4332255490051624","host":"s3://npm-registry-packages"}},"25.1.38":{"name":"@syncfusion/ej2-diagrams","version":"25.1.38","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"e0d06b37f753445f106612621b61d06728c382f3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.1.38.tgz","fileCount":386,"integrity":"sha512-QV98V5IrNqV8eeDDKdNGvXhSMckE0ybMWzDPeXBNGx7ZFShHkz2ak+MBhh/7yzfq6CnTgzAY66+wGUbQsaeiGw==","signatures":[{"sig":"MEYCIQCuZN7AinrEt/ZIpw9cvsqGx552jsWxt4yzErKFTeRMogIhALWkl5qjaiwdNV1Di8RCI3W5dhSIYDZfEJhHAobh0gl+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40245353},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"7a53b733b3f1362e9304d367f979eb8b71faf7a6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.1.37.tgz","_integrity":"sha512-AqF6SEw7KIeQjVc4VNuDgQ0f6O07bWajc0n3y5UsZ01utqi7VFNohenaN6HtY2YspcwBCWc0CoSgqMiTsFeJ4g==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-data":"~25.1.35","@syncfusion/ej2-lists":"~25.1.35","@syncfusion/ej2-inputs":"~25.1.38","@syncfusion/ej2-popups":"~25.1.38","@syncfusion/ej2-buttons":"~25.1.35","@syncfusion/ej2-navigations":"~25.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_25.1.38_1712025239780_0.4468977397494476","host":"s3://npm-registry-packages"}},"25.1.39":{"name":"@syncfusion/ej2-diagrams","version":"25.1.39","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"356dba7e686188ec22048026b1133b2f6d351ba4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.1.39.tgz","fileCount":386,"integrity":"sha512-/HvxkxiMmZpUzv1hrgseWVIJnv2PInXjkvBaf4jAGKA74ZjyXQfggK4ngQ04Bbsv0qZpr3GFzAGtd8QGTAJwvw==","signatures":[{"sig":"MEUCIQDwnwsy7dGc6UR5/+PwAPDMh7ID4ET1Szktzgd+w9WHwAIgK80ZdISyh5cKw67KS1yo3WPaErI2b9frP+P2s+llcAw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40262355},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"67d51aa09ce36bdb4e6069b8589d73e038fa119a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.1.38.tgz","_integrity":"sha512-FSvads1kR0XHzpYf4NORSK7AvhWcve9xXaIOIxUwUf45FpPnAkku8G7SSI52mIu9VLZTH6tYtv+WoLn0JFYeKA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-data":"~25.1.35","@syncfusion/ej2-lists":"~25.1.39","@syncfusion/ej2-inputs":"~25.1.38","@syncfusion/ej2-popups":"~25.1.39","@syncfusion/ej2-buttons":"~25.1.39","@syncfusion/ej2-navigations":"~25.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_25.1.39_1712665932432_0.06604010683052963","host":"s3://npm-registry-packages"}},"25.1.40":{"name":"@syncfusion/ej2-diagrams","version":"25.1.40","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"794e4e7a56cd6334269c3fbce93326ec273fec14","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.1.40.tgz","fileCount":386,"integrity":"sha512-pacDnq+7kb7FYyh4wvUplofMOYzyP99n+COS/1+mZHiw0Cf083h1aI5PRgltQHdAxwpNE+fGW7YaZoO5NU7DWw==","signatures":[{"sig":"MEUCIQCjkbS9+6+3bU5J4MMxeQMiE3YWH5GaxhlWUKCqOB/sRgIgTrL5kJlnsaIH4WSmKLg0q/p0FXzbbl9Vi6pBVuZC40w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40366296},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"66100200c1cf1867bbc58053a9dfc420bba3e268","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.1.39.tgz","_integrity":"sha512-Kh7De3fk89B42BPiVgPkQ8V4wOuC2b2M1SMa+QEsn9KrriQwpMK7zExPIxBFsWRRAnDn3NELckdp4oP9iyrKrw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-data":"~25.1.35","@syncfusion/ej2-lists":"~25.1.39","@syncfusion/ej2-inputs":"~25.1.40","@syncfusion/ej2-popups":"~25.1.39","@syncfusion/ej2-buttons":"~25.1.39","@syncfusion/ej2-navigations":"~25.1.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_25.1.40_1713233802167_0.10259496631168785","host":"s3://npm-registry-packages"}},"25.1.41":{"name":"@syncfusion/ej2-diagrams","version":"25.1.41","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"f4210904d103d7bbb0d1d105c067b236788f6648","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.1.41.tgz","fileCount":386,"integrity":"sha512-CPSgeF2/nMql6iVRbOSya97iQWB4rWxpIWnd6hmpl6CTxpqKPAWeByJ6YMOleHxlWtOTQ9Md1eNGX2JQW8QvLA==","signatures":[{"sig":"MEUCIG1sfwGv08f+Yb1fFnIbs048vj6zOmNttVJGhdnRUyhRAiEA+igl9XLAvy1uwumQ7AJUminlSFHXlidP/4MX5gdGOU4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40403483},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"040dd93514dac3b6d4297e275ea86d99ba160385","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.1.40.tgz","_integrity":"sha512-/W//9G9MvbTjFDdVrsAeSNt2ozN23u4j5SpAXA5s0N2/QmPqub6c9D2wL9/MI9pn4J1nNPB3zOB918VIPs6D2Q==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-data":"~25.1.35","@syncfusion/ej2-lists":"~25.1.41","@syncfusion/ej2-inputs":"~25.1.40","@syncfusion/ej2-popups":"~25.1.41","@syncfusion/ej2-buttons":"~25.1.39","@syncfusion/ej2-navigations":"~25.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_25.1.41_1713854393710_0.33666316906894855","host":"s3://npm-registry-packages"}},"25.1.42":{"name":"@syncfusion/ej2-diagrams","version":"25.1.42","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"bba64d9df826d742ea8ef184a28cc6eee015ae5b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.1.42.tgz","fileCount":386,"integrity":"sha512-lCq89KGX9BqD8zrba8V1puFPqDFspEojPB0PLaFxFlGvgvdXpMG+fSaxI4NHlrhAffIpP8hE07ugq98hs2x06g==","signatures":[{"sig":"MEQCICQXLrYcjpV9KdZ8CKJboBBZd1p0rFhBsCTwf3kYZx3UAiAneHR32rT5mvPCe7A/ZN/LPkTqmCb7JQ0w6ZbuyLQE/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40430371},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"a4990afaa94cf71947a80a690a081f41ee4af2dc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.1.41.tgz","_integrity":"sha512-/2GZz+6Ioe5gbilgYFL+1gc8jnbs7xKFjvi80R6NHrPPVA+CjydKoadrqtILuP7Olzfq1GgEi03/jbwXMccW1Q==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-data":"~25.1.35","@syncfusion/ej2-lists":"~25.1.41","@syncfusion/ej2-inputs":"~25.1.42","@syncfusion/ej2-popups":"~25.1.42","@syncfusion/ej2-buttons":"~25.1.39","@syncfusion/ej2-navigations":"~25.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_25.1.42_1714445976359_0.4199513362060918","host":"s3://npm-registry-packages"}},"25.2.3":{"name":"@syncfusion/ej2-diagrams","version":"25.2.3","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"8172ac2d6558f9ae59a3e861d102bbd6bf1b2120","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.2.3.tgz","fileCount":386,"integrity":"sha512-Js/NUpBnUJImk4AXqCujL0XXYG5EbcYT1r34jAGGadQyjXSISn2pij7vSmDrkcGzHcQwAPKpn9CxXc1Q8Z/eWQ==","signatures":[{"sig":"MEUCIHMf4HOCptTgg/VEkP9nQibtLj0EisVTANtfOrAWmYxXAiEA9Y6fYMJk0ts2Ty0W6154E2w22Mu50ObJCgVF4vCS62w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40430834},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"4356af9f48d74808126c5c4834251f130f4196c1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.1.42.tgz","_integrity":"sha512-lHn3PtBuDWRMG78NorZYdhcFB5EIN7uHqqGlXnlzvlGCE6FO1+udwz+y6LcfotJSyRkeOcounRYFJfdRWD+HjQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.3","@syncfusion/ej2-data":"~25.2.3","@syncfusion/ej2-lists":"~25.2.3","@syncfusion/ej2-inputs":"~25.2.3","@syncfusion/ej2-popups":"~25.2.3","@syncfusion/ej2-buttons":"~25.2.3","@syncfusion/ej2-navigations":"~25.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_25.2.3_1715175767360_0.9766434075655726","host":"s3://npm-registry-packages"}},"25.2.4":{"name":"@syncfusion/ej2-diagrams","version":"25.2.4","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"43a0d5ce6058573e6a2fbed8d71bf4ba44ae959b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.2.4.tgz","fileCount":386,"integrity":"sha512-b3/kXICOzwRgsqTUsKfSO/xPVHmPGTKetfdUFWoLFH5fDUeIu9YR9VjOca5AF+D96keQvIzziryNn05weA8SqA==","signatures":[{"sig":"MEUCIQCO40x7wyvOgRy6YyvJrRqJISyXck8nFjyT+sf6EBsttgIgbVBJ2OOXn9mTHs5+ofSpe8GHewD4kTTZpllORPN3y3E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40440254},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"2c7dcaf672e51c9886fa2dc77ed14db0f7da0cef","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.2.3.tgz","_integrity":"sha512-dqiueY8Vh3PyeK/yi2PhGVrsRD9QT1fF+hHluT+tzgCQLGpEeHebqzBPRdnpWejDSQvneGVfzjqplaZ5Hs+b4w==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.3","@syncfusion/ej2-data":"~25.2.3","@syncfusion/ej2-lists":"~25.2.3","@syncfusion/ej2-inputs":"~25.2.3","@syncfusion/ej2-popups":"~25.2.4","@syncfusion/ej2-buttons":"~25.2.4","@syncfusion/ej2-navigations":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_25.2.4_1715653152817_0.06390228943293086","host":"s3://npm-registry-packages"}},"25.2.5":{"name":"@syncfusion/ej2-diagrams","version":"25.2.5","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"f4b8994ab1caebccd1d449e5df06163a44843c67","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.2.5.tgz","fileCount":386,"integrity":"sha512-y9kr2AAAVKy092Kph0qRDkJkd9dAcT3BcRNY5AzeQB8hXMA5nncLZUhcutH+zGNi11mf8TdcLsB548B5NS8nQw==","signatures":[{"sig":"MEUCIQDxtFq9pMo7VlEf72XQAPSt+H0iZl3gmZ3VwB4ZUXLFMQIgWj2gRysCHFxOGH925UCauFNJUW4NKWGR8sgOBYP+La8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40454950},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"d417ad46832eac9314ac9a722e41253de300555a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-25.2.4.tgz","_integrity":"sha512-ppxJb78lT0bf91w2ClrzcGL5wS6AWi7JbQoIv/1Kg8tD6H4kbHCX+e4c12vhItESvWI3KGbE7jqrgLT9B/sULw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.5","@syncfusion/ej2-data":"~25.2.3","@syncfusion/ej2-lists":"~25.2.3","@syncfusion/ej2-inputs":"~25.2.5","@syncfusion/ej2-popups":"~25.2.4","@syncfusion/ej2-buttons":"~25.2.4","@syncfusion/ej2-navigations":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_25.2.5_1716261971616_0.20419918132081083","host":"s3://npm-registry-packages"}},"26.1.35":{"name":"@syncfusion/ej2-diagrams","version":"26.1.35","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"e09eaf69526700a441f8f874ebfb3853d7b5f8c5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.1.35.tgz","fileCount":390,"integrity":"sha512-k++C7qTVX2Yu0vidy5LG339g2DWYWfBOoLBuhUcFqXflFxrPpvxB44Pls0IOwFu0mMJS4Vbf6P5WdKUw0z2DZA==","signatures":[{"sig":"MEQCIA6EcriJbHFagqpZZN0JH0MI2QyyHlOMzSmo+WQgEZI2AiAV4qZb0yGiHtZD4rV1R7zm0RCq5TdXh0ZVuGbeiISLJQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38661077},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"929c0168dd58992ae372d67894aafe5a62cca799","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.18.0.tgz","_integrity":"sha512-jozgm4RvmW7CWbEaeOwwHis4R7dO2kHpVi20D8OXcaGk2Eb7lGhA7ilw4y576SadB17y0qcfnaL3a68xYkQvzA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.35","@syncfusion/ej2-data":"~26.1.35","@syncfusion/ej2-lists":"~26.1.35","@syncfusion/ej2-inputs":"~26.1.35","@syncfusion/ej2-popups":"~26.1.35","@syncfusion/ej2-buttons":"~26.1.35","@syncfusion/ej2-navigations":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_26.1.35_1718111333001_0.4820959667518434","host":"s3://npm-registry-packages"}},"26.1.40":{"name":"@syncfusion/ej2-diagrams","version":"26.1.40","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@26.1.40","homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"69808f7c1afc9bc5397355019e2c4b3f6924b208","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.1.40.tgz","fileCount":391,"integrity":"sha512-59yyoQqXzf4pQiPB+o6OJOqe+fyzLUnnbz0kb/33D+gA6v4ONrbDuJklvlZcDJ//y/g/0MuKVySj+EJqOdJRug==","signatures":[{"sig":"MEUCIGM92GK845B2Opr0mo0sVXp+BRs9BwmRmlOV+mJndTA9AiEApWQC7+TSpoO0d96B4GROHgM2YSWSG+LIA+p8y/IEk9Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39980743},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"9abd0482e02e23858545154921b5328a37b85471","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.1.35.tgz","_integrity":"sha512-hxW75Wg0kOb1gfZueiwxapgKktLLv+Vqd6rub1r7sQJmVAQ0m/4ve7Aszg0Hz9tWZHrSGps8PzKIxDS8J1zoaQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.37","@syncfusion/ej2-data":"~26.1.40","@syncfusion/ej2-lists":"~26.1.35","@syncfusion/ej2-inputs":"~26.1.40","@syncfusion/ej2-popups":"~26.1.38","@syncfusion/ej2-buttons":"~26.1.40","@syncfusion/ej2-navigations":"~26.1.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_26.1.40_1719896630349_0.06964374988000976","host":"s3://npm-registry-packages"}},"26.1.41":{"name":"@syncfusion/ej2-diagrams","version":"26.1.41","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"501fe077ec46999d484491deb9fe62680ccea458","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.1.41.tgz","fileCount":391,"integrity":"sha512-wCi3MT1XRTWvus12/mwAYhVWH/iYcMfBgdp3Fxkco/J1r/Mv1DlldNIhpPxajCS3vv3cWfxnXFqw3X/WbKOQkQ==","signatures":[{"sig":"MEUCIQDPrEOW8/Z4YbYZrNLa0/9SXB42WmLE9+EQVsq516EWrwIgVwz+3UWQydg3ZMGHmIvxKOVdFOYEz5VQlHZP2g0+v7Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39987375},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"54e70f3bbd59627248d45b6811fa87fcc4e03dd3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.1.40.tgz","_integrity":"sha512-NTFTKKZEBDf07KfAwmzBtF3GoopgDOUl8+oQ6L+X+IkECWb8XI9FuovASLB2l0rht5Ly2Jp93NUeAO4BuL/Gvw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.37","@syncfusion/ej2-data":"~26.1.41","@syncfusion/ej2-lists":"~26.1.35","@syncfusion/ej2-inputs":"~26.1.41","@syncfusion/ej2-popups":"~26.1.41","@syncfusion/ej2-buttons":"~26.1.40","@syncfusion/ej2-navigations":"~26.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_26.1.41_1720508399659_0.6932246505754596","host":"s3://npm-registry-packages"}},"26.1.42":{"name":"@syncfusion/ej2-diagrams","version":"26.1.42","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"93607813373f0e7f8eee31cfe1d48e0f8cd9bf32","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.1.42.tgz","fileCount":390,"integrity":"sha512-FOaMe/aA9AD2QaVZZVgCO+19sggu2SWqOxQpm6IbkecM+KK0xXv19dP/ZoERDPN+bbtFqJPB79zFt+OR6w9X1Q==","signatures":[{"sig":"MEUCIQDufxP3NBI83UiCDTQM7XwoS6RC49Wr5FupKVVWTS+XPAIgCcrvj9E6pXSe/EhpiuHWbptq+PJgH8zmUw3Dnx7s3SU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38730082},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"4ac70bd180134415a0fa54f4963bc2e4f97c04c9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.1.41.tgz","_integrity":"sha512-Q5H5jDxMBeo6+Il2k0wh3OmxaUJDf37T6VRSYjQE/hMG25H3c4NO6u63+/6kTuwMuaq3eCLa3/vmEwiKct5eEA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.42","@syncfusion/ej2-data":"~26.1.42","@syncfusion/ej2-lists":"~26.1.35","@syncfusion/ej2-inputs":"~26.1.42","@syncfusion/ej2-popups":"~26.1.42","@syncfusion/ej2-buttons":"~26.1.40","@syncfusion/ej2-navigations":"~26.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_26.1.42_1721086151476_0.12154199256781983","host":"s3://npm-registry-packages"}},"26.2.4":{"name":"@syncfusion/ej2-diagrams","version":"26.2.4","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"b73b24e3d42eaf5a6281a7453a06160f61acf52d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.2.4.tgz","fileCount":392,"integrity":"sha512-qwPv2fEZtZidRMqfVifF8RY0Ev+BAsnIe2+ZIdHA9fdqwbL29yW1jL30em+mEkRbRK5EYpZJr/ra5cEeJdbbag==","signatures":[{"sig":"MEUCIAidg6fWXSS8gZj1L8a06WibSBAl/Id4uv1JxTK8dMhGAiEAhBNLRvcIWEW+86wgIY3LLXBYCRFcRGbktqayoqCYW2g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40063426},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"612a5118332f4486be460d9cc8d3ce305d441c4b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.1.42.tgz","_integrity":"sha512-kHRWjeP3p9McFW1xTXk/CIT3ldNVjTZ8qgmXId4WB5hjhSo1EQ1DXV6ILCTmtkvluYf6OxJ3eWii69S2gWIICw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.4","@syncfusion/ej2-data":"~26.2.4","@syncfusion/ej2-lists":"~26.2.4","@syncfusion/ej2-inputs":"~26.2.4","@syncfusion/ej2-popups":"~26.2.4","@syncfusion/ej2-buttons":"~26.2.4","@syncfusion/ej2-navigations":"~26.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_26.2.4_1721813054718_0.6679241154272375","host":"s3://npm-registry-packages"}},"26.2.5":{"name":"@syncfusion/ej2-diagrams","version":"26.2.5","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"ca835fc34db070738b5b837fefb96f43d58e0f0c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.2.5.tgz","fileCount":392,"integrity":"sha512-XblY4wz47Uw3GqoIlaBXi1hdZJur8llEKUaHhHAV5J6gSodvkZgrvO5ReJLpXYbEqNhJaRUi74ONn734xrzSLQ==","signatures":[{"sig":"MEUCIQCNxtwuE4oIjiMOOfeIZa/nqxXNndWdKK9O74n/9wCQXgIgA58ecQztd1Jom6o3qJqSUuzrGFBXxFZ4BH0M8XV7agc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40067091},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"cc7da17a1baef767b67cea9762c2fd4334be4d57","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.2.4.tgz","_integrity":"sha512-501BoQJz6eGysummpo/ytThQGxXW1ygxbDyldrMeAOBaS1lA1n9PGCgb2wuDOQEeOpZmpb0UaQcY6xN+6UmRSQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.5","@syncfusion/ej2-data":"~26.2.5","@syncfusion/ej2-lists":"~26.2.5","@syncfusion/ej2-inputs":"~26.2.5","@syncfusion/ej2-popups":"~26.2.5","@syncfusion/ej2-buttons":"~26.2.5","@syncfusion/ej2-navigations":"~26.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_26.2.5_1721950065316_0.6140999026868221","host":"s3://npm-registry-packages"}},"26.2.8":{"name":"@syncfusion/ej2-diagrams","version":"26.2.8","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"f8b7292807b85f022ab21fc339ce80bc0b5e2186","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.2.8.tgz","fileCount":391,"integrity":"sha512-creMj9+3bRR4IjR0jncZfD+bUGvZj9+9mwpL24O8ygFp9T77NKnFt42zVNj7LSJc1JUwX7FLPHETrZ1oEg36Cw==","signatures":[{"sig":"MEUCIQCIIkb2v//IcVOxVD1dKRGvAd5M3hdGh6WYAuIczzPVhQIgJEUSAWldy8BTk7WcMmEQlyousZgqGOemRwC2qdAuTos=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38796280},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"12679397550b040affe604437e50e69e547b17c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.2.5.tgz","_integrity":"sha512-ccDLWS+v15XhehBQL3DqcIyogBK4YFdwPgjCUzBnJUHTsmXUoDbtMYDdiNmCmOKx5lACG41ejJIsISFcTKamyw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.5","@syncfusion/ej2-data":"~26.2.5","@syncfusion/ej2-lists":"~26.2.5","@syncfusion/ej2-inputs":"~26.2.5","@syncfusion/ej2-popups":"~26.2.8","@syncfusion/ej2-buttons":"~26.2.8","@syncfusion/ej2-navigations":"~26.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_26.2.8_1722898676176_0.6646458327903932","host":"s3://npm-registry-packages"}},"26.2.10":{"name":"@syncfusion/ej2-diagrams","version":"26.2.10","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"75ae977733dd80b88345b7cb13adfa5c3c7f2088","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.2.10.tgz","fileCount":390,"integrity":"sha512-8XC22wOTa+qRpuQLSaTGlOoiL2Rl0wvSF+EL0fK2cowaRSFrqfUzCjMxQEkqeo81C9Qlh6qW90dR4QU41SroDQ==","signatures":[{"sig":"MEMCHwbHpzcjSswu7Aaznr6OwIrDfu2AYQMFNvFbaWHC7CQCIBjLWmI2mAqftVCUMaeX5mXaF5tb/j9C0EXX1pXO0Bfs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38614967},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"71dfb1455fc3e8a9aea6b27a3cfbd75c6d4c565d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.2.8.tgz","_integrity":"sha512-XBoL5k/1SwBAb2B5FTBGpLbGDiH+GrHkEuX/06zp+/O46jw35KckzBR21hBibB9LHB+cSAK2gh6+4CeWWZ9IFg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-data":"~26.2.10","@syncfusion/ej2-lists":"~26.2.10","@syncfusion/ej2-inputs":"~26.2.10","@syncfusion/ej2-popups":"~26.2.10","@syncfusion/ej2-buttons":"~26.2.10","@syncfusion/ej2-navigations":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_26.2.10_1724108255493_0.3715035797226074","host":"s3://npm-registry-packages"}},"26.2.11":{"name":"@syncfusion/ej2-diagrams","version":"26.2.11","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"ced6aaa4911768ab26a2c0a08a25d8d985f6c0ab","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.2.11.tgz","fileCount":390,"integrity":"sha512-bFAjh3iduyeOvg78O9MpV7YVdbYxTtcsiFr6L3PYbCSWSlrbu50qI6MnORjTA7m2yqsKSLGlkJ08eTx6BwsoCg==","signatures":[{"sig":"MEYCIQDuF1fFlIOOJTggJHSb4qtVHWXDBSDHemHRoCKNCKsrigIhAKt3cIV/BxEQEtQkVycQwFXOclvVVK1Pzp3UIw5xRXdb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38648715},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"35360f172900bc1347187562ccd34c278d04fd09","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.2.10.tgz","_integrity":"sha512-kXj1TaNq5uJp3FtECVkoOQd8oy0D82WPyzlOmVKZC81t8zt/kMFnvgAtP1Ag8efJXyGHFTZDeUNroVUFWsuIUw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-data":"~26.2.10","@syncfusion/ej2-lists":"~26.2.11","@syncfusion/ej2-inputs":"~26.2.11","@syncfusion/ej2-popups":"~26.2.11","@syncfusion/ej2-buttons":"~26.2.10","@syncfusion/ej2-navigations":"~26.2.11"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_26.2.11_1724713155107_0.31940744711178204","host":"s3://npm-registry-packages"}},"26.2.12":{"name":"@syncfusion/ej2-diagrams","version":"26.2.12","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@26.2.12","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"f55cbe9828673141b7780cd3e2054346ae170a3d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.2.12.tgz","fileCount":391,"integrity":"sha512-HhOwcwbMarfMcGpnUYg/LHjNy4EJe3qllywoQPX7iH1roba7nfREzgDskl8rPmtOnB89x5JsyvHrb+1/hOCxvA==","signatures":[{"sig":"MEQCICcuRjeMFp1RjocYbwrsM7F1/GBPMpluzP9LPzas7nXgAiAX3WYzYU13FqEguD7N7ucXBt83cp7MP0w2WZT5YguOvw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39954698},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"f97dd19502f315f72adcd9b6b196138a856cc9a4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-26.2.11.tgz","_integrity":"sha512-BDBu1KJcUoXR5eDJwaKKVRw/1UZuQsE++tIsxjkpt+QYTvIsAWBoemN4J4RnTF/gc3vMjawRpAbMCgEkHFtiEg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-data":"~26.2.10","@syncfusion/ej2-lists":"~26.2.11","@syncfusion/ej2-inputs":"~26.2.11","@syncfusion/ej2-popups":"~26.2.11","@syncfusion/ej2-buttons":"~26.2.10","@syncfusion/ej2-navigations":"~26.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_26.2.12_1725317736913_0.09659676270344342","host":"s3://npm-registry-packages"}},"27.1.48":{"name":"@syncfusion/ej2-diagrams","version":"27.1.48","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"52fc06c490d6133b8b24ef73576e702688fa0de9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.1.48.tgz","fileCount":437,"integrity":"sha512-2lOGvug4a+j+CRXyqB60tSbpY5KAbJp3ottBcZ8zgdpUd1arRRcLibQcZQ+FK9oPoxM8UQOTXK5G6vgP797I9g==","signatures":[{"sig":"MEMCIFFquhY7sHN/1t1v1KMflTmazjsjjRLqhZiwOKm4FPoXAh9OmMR44XGrmDCtsUaxhi+CPb8HHotDU53IYO2+HT+p","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39966948},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"e2d5bcf15abc6758b6e51c99383a610b393753c5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.18.0.tgz","_integrity":"sha512-tdkeOMW2vREty+ejfxXizWICTsWqxgH8UxOSDaC2jimdNhuWMs7cgBMsB+mMvV/fmUGBd0qbD5fWtV7wA/HM6w==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"markdown-spellcheck":"^1.3.1","@syncfusion/ej2-base":"~27.1.48","@syncfusion/ej2-data":"~27.1.48","@syncfusion/ej2-lists":"~27.1.48","@syncfusion/ej2-inputs":"~27.1.48","@syncfusion/ej2-popups":"~27.1.48","@syncfusion/ej2-buttons":"~27.1.48","@syncfusion/ej2-navigations":"~27.1.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_27.1.48_1726654075478_0.09200182350883379","host":"s3://npm-registry-packages"}},"27.1.50":{"name":"@syncfusion/ej2-diagrams","version":"27.1.50","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"3c4fbc2a3cdfc6742442b410fe42b11b8f34b943","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.1.50.tgz","fileCount":437,"integrity":"sha512-VVR6po+3MeeRPfPj11KaKbXMHzTGQF4vvU7+DkwYpTPJl5SBS+leAAITCGSwW5UoDfJ4MfuXZH+Oq9HC7q2jkg==","signatures":[{"sig":"MEUCIQDB2w5KSrUsicwkVLgezvoELUFob3ZlOrWu7Ng/IogD7gIgEYMa9OeJjAj2WMWJ8MGQiri6+MtvS55tHWYQV8B9uQM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39969856},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"2739e0a0340feedb6721999bf72fa69d1c969ee3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.1.48.tgz","_integrity":"sha512-RrIEiYVhsVg4tL35q6OjtedvwFI0hDTL8oc6VkfcscCBqsKlwLd+B9QPHB9RKwBqWXykQ/JiNLBrcD78gQxBGA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.50","@syncfusion/ej2-data":"~27.1.50","@syncfusion/ej2-lists":"~27.1.50","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.50","@syncfusion/ej2-buttons":"~27.1.50","@syncfusion/ej2-navigations":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_27.1.50_1727132448687_0.7877738747455094","host":"s3://npm-registry-packages"}},"27.1.51":{"name":"@syncfusion/ej2-diagrams","version":"27.1.51","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"e97fea2664699862194f654a8d7fd97749c5a6e0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.1.51.tgz","fileCount":437,"integrity":"sha512-99fvIav7bPNPQ/LTQjA6JCqdmVRKTWgiNb/xO8BkVswhJFOORRioGLEDzV2ECcqOYSv0fERNp18wVc30jiyTJA==","signatures":[{"sig":"MEUCIQCuNlTjMO48wg/Y3CyBCoilwP7gCNwYnOUVl3sQav2D2wIgFeVLBXlKDqoJC3jgMLIhR/Tn2tCU+p4aQb1gsfdA0ZE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40012421},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"766f3bce16927f1f70ed7ca4a419b3ae4a5486cb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.1.50.tgz","_integrity":"sha512-PjFaiqlVJLnM7FNRrfr1IXnecruHKkX11aaA5eCX9tqKhZDeGBblrCJSGWFQH1+4ImMBashrHOSEUonM9PDMAg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.50","@syncfusion/ej2-data":"~27.1.51","@syncfusion/ej2-lists":"~27.1.50","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.50","@syncfusion/ej2-buttons":"~27.1.51","@syncfusion/ej2-navigations":"~27.1.51"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_27.1.51_1727702686598_0.1903946197494244","host":"s3://npm-registry-packages"}},"27.1.52":{"name":"@syncfusion/ej2-diagrams","version":"27.1.52","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"219f646572ad08449805cdd1927bb76aec1a87eb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.1.52.tgz","fileCount":437,"integrity":"sha512-MUSmRCDghg6rJgMG352VfRyy/C5HcFiRsE6bEpt1tDK/8waCPp3uhxNUcy3KJDdhuZ/IwUbq4o84nAQifa/Y9A==","signatures":[{"sig":"MEYCIQCSUimfea6FxS22F6J+U+V/sLeAMr7DHCfPXy7GE/ujNwIhAJ9awf4Twf2xaQlWFMUWCLmCa3niUeBo11yU2khneybi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40042871},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"49fe660ee1ceecd4df2b5b63e60dc4c89b34e09e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.1.51.tgz","_integrity":"sha512-tg0UQpHRx9x/m+bfdA2bgvM1lf48drBhkoA+1N2dNfhMlkJmYFqthgLCV4j9wbB5sjRBqzCdn/xfPg1CG/8gIw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.52","@syncfusion/ej2-data":"~27.1.52","@syncfusion/ej2-lists":"~27.1.50","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.50","@syncfusion/ej2-buttons":"~27.1.51","@syncfusion/ej2-navigations":"~27.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_27.1.52_1728356887596_0.24726994835776472","host":"s3://npm-registry-packages"}},"27.1.53":{"name":"@syncfusion/ej2-diagrams","version":"27.1.53","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"5fa6f6e06f8e29e2eaab69aa54abeca6c65f11e8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.1.53.tgz","fileCount":438,"integrity":"sha512-7xhfTrEtDBYbZbxmvzDUs6vpEEctbZdVgBMltUFgvgrNBQBO526JL3D3RAooL/EZ+iOUja5/iGC84ZXdB/2Wgw==","signatures":[{"sig":"MEUCIEWGKreHlQ+EjxseaqYYF053qTMtaRjmZphRfdA/V188AiEAlZEBdiRseQKO2NUEo207nsb4CXKoWWHPRK6hF7vb6Uo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41478489},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"cb129d56b74b0e293c00a723a50c27bfa8afc9d2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.1.52.tgz","_integrity":"sha512-u8rwDZpHGcpPoh1fE3PDJiiEzhwiQU63vbo5vOEfIA5tPWLR0KH7+lQUleZwKDwW8WPgZ8cf8kqvenL7DmNyQA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.53","@syncfusion/ej2-data":"~27.1.52","@syncfusion/ej2-lists":"~27.1.50","@syncfusion/ej2-inputs":"~27.1.50","@syncfusion/ej2-popups":"~27.1.53","@syncfusion/ej2-buttons":"~27.1.53","@syncfusion/ej2-navigations":"~27.1.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_27.1.53_1728981774004_0.5958603989243245","host":"s3://npm-registry-packages"}},"27.1.55":{"name":"@syncfusion/ej2-diagrams","version":"27.1.55","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"c0559b492fa7e6b071a872bfb5ee742804f33370","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.1.55.tgz","fileCount":438,"integrity":"sha512-cNJmyP35r/8wThP21y9fGi22EsJh/8ZwvQTYxKqRi5a1IHyR4P0nrCIX+G4ZnexlsKYmWMKskYog/IDrQnyYgg==","signatures":[{"sig":"MEUCIDfU+ulJeqK45taqNIWa155HCXUJ+8rHt1TqlFrlMln6AiEAl0KBTT37A6IR+RXxIaogJcz1uQ8CMd2wu3Gnf/Ct5IE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41510305},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"d9d7e00addca54079c4b6263664b364bea03602b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.1.53.tgz","_integrity":"sha512-RYvnKdHQVUTWe6i1rfBvKUp0tnzeQIP/wOcT4T7PsjgOciH6w4JYuz/R/J3YDtU4kngFtZi7W9ZzR0+TPQSM2Q==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.55","@syncfusion/ej2-data":"~27.1.52","@syncfusion/ej2-lists":"~27.1.50","@syncfusion/ej2-inputs":"~27.1.55","@syncfusion/ej2-popups":"~27.1.55","@syncfusion/ej2-buttons":"~27.1.53","@syncfusion/ej2-navigations":"~27.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_27.1.55_1729565828591_0.6845084129696766","host":"s3://npm-registry-packages"}},"27.1.57":{"name":"@syncfusion/ej2-diagrams","version":"27.1.57","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"47e0aa0d578c092ba99b453056c2d84a560fc572","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.1.57.tgz","fileCount":438,"integrity":"sha512-c8PnO48Wa9SgCtfVMTly4EF5VvZPDSn6oLmo8y6WJKQ1W1Wz80As7APZK9zytIR3VPlNTc733MAwQgJoudXn5g==","signatures":[{"sig":"MEYCIQDbFFp7NJV6rJnhCvEy7N9oC8PMuPuFsuEHtvoOKB4AogIhAK/BcnyV0APbi5YTvU3pkqoQiaQoMeNeReoDsMEdNOyl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41617443},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"63ee455c3037342695e19db5071238b479410275","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.1.55.tgz","_integrity":"sha512-BPpPOv9Q21d8+a6yGq/M5UPLWxMBuzbPtef2JWyRV+WJUtOyRUlVmxI6+7sjuIyDXRaQPfLYb+qMFLsrjiZKBw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.55","@syncfusion/ej2-data":"~27.1.52","@syncfusion/ej2-lists":"~27.1.50","@syncfusion/ej2-inputs":"~27.1.55","@syncfusion/ej2-popups":"~27.1.57","@syncfusion/ej2-buttons":"~27.1.53","@syncfusion/ej2-navigations":"~27.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_27.1.57_1730159975837_0.7453127642300696","host":"s3://npm-registry-packages"}},"27.1.58":{"name":"@syncfusion/ej2-diagrams","version":"27.1.58","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"f7282c8f67631aca8fbdf2c6cf1ac4869494d6ed","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.1.58.tgz","fileCount":438,"integrity":"sha512-I7udldFhr25omPxOy1ccEwoP8oGsB8Nsz8nG8fjkTeyk3IX1BMt/6dyG5/JwHU5qT30SsgQ1NlGcnSlthDXUDg==","signatures":[{"sig":"MEYCIQDZJzVX7ndq6T9T2sySEUnJRmdvUtk9bfVWD1YBquTZRgIhAPTnM0xOuuJSxz0LiTftXeoUvvpvViDdozPDHXX91V9E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41621310},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"f2e08e229c7c6a949981b9e8b3709163118bd986","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.1.57.tgz","_integrity":"sha512-CwqMgeCzDcYHCRUJ0aDfV30xpTWQJ87zVGHtw3b+C7zU+jpyvP5hYEjIIMiTsrwyXwV/9icGN78KnXu4bd2y+g==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.55","@syncfusion/ej2-data":"~27.1.52","@syncfusion/ej2-lists":"~27.1.50","@syncfusion/ej2-inputs":"~27.1.58","@syncfusion/ej2-popups":"~27.1.58","@syncfusion/ej2-buttons":"~27.1.58","@syncfusion/ej2-navigations":"~27.1.58"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_27.1.58_1730767626700_0.23644824353793203","host":"s3://npm-registry-packages"}},"27.2.2":{"name":"@syncfusion/ej2-diagrams","version":"27.2.2","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"92435948c25dbe519941246aacd8c645577ffa99","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.2.2.tgz","fileCount":438,"integrity":"sha512-Xum539Lp4/nM4jgZRpkE4SV3NT3sHTZrtM4L47dsqL4qlPv/QySe50yW8juoz+h29ICg2tuwY/6J1Rt9Ck6hOw==","signatures":[{"sig":"MEQCIG18PED0E0XOXfQQC4zJyBq5F8bRfQtgPWyjvOMXQuCGAiADWw/PT+J9VrCPOJWBB3Fy/IelDV0Vt3aTQUAUChICmg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41600036},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"988b549a0662f4b69c6155dfb60dfdcad452dddb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.1.58.tgz","_integrity":"sha512-03TWFzWqIZ/mi9dVWhUOr7j9cwStxY0bSPowk7uYVT3BCBSv5dExGPWAbxmsALwAFiGoySx+2bOrOKI9AXTnEw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.2.2","@syncfusion/ej2-data":"~27.2.2","@syncfusion/ej2-lists":"~27.2.2","@syncfusion/ej2-inputs":"~27.2.2","@syncfusion/ej2-popups":"~27.2.2","@syncfusion/ej2-buttons":"~27.2.2","@syncfusion/ej2-navigations":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_27.2.2_1731644273586_0.943478896617229","host":"s3://npm-registry-packages"}},"27.2.3":{"name":"@syncfusion/ej2-diagrams","version":"27.2.3","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"ccfacdc27daa01aa4da4939c186e76fac9d5d939","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.2.3.tgz","fileCount":438,"integrity":"sha512-LeieOl+xUHM9OwOdzZFJZADa4eUJfcPKkHlPZS0vmYf4zULmcybMNLpNUUAhnEPsN00w9nHNWzt8IQY975cjfQ==","signatures":[{"sig":"MEUCIGbQCJ+RoZeKrPU6ySKOox6JsT8fQsdmOyKj09k0A4K8AiEAhlmgc9JGIZVhZtjqRYOq8y05ynX5y8eDmBgUDBs2vv0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41710690},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"e6be3b54949a5fac2f0f539b47d29baed3e1a9d1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.2.2.tgz","_integrity":"sha512-/99lB7vRQKWtFjqfXxXBz2f5qrNhXjSPjggLFFjbJdcaV9D/4iB4GsMtgbPKdKajfhRxIwlA6kdVgbXwR94RAQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.2.2","@syncfusion/ej2-data":"~27.2.2","@syncfusion/ej2-lists":"~27.2.3","@syncfusion/ej2-inputs":"~27.2.2","@syncfusion/ej2-popups":"~27.2.2","@syncfusion/ej2-buttons":"~27.2.2","@syncfusion/ej2-navigations":"~27.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_27.2.3_1732211957461_0.19184750518133664","host":"s3://npm-registry-packages"}},"27.2.4":{"name":"@syncfusion/ej2-diagrams","version":"27.2.4","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"6b7e7aca4057f4c26467b9e7ee8f8ab8f7f0ba2f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.2.4.tgz","fileCount":438,"integrity":"sha512-xWJlwSU+9lLxKn1taCVdYkORhdYMfRMkRVRVJmsCvG2iY2qiio8P1bNq+TCa5Mtq1ve8JrBzX2k/MKW3/EIajQ==","signatures":[{"sig":"MEYCIQCllqbpNmwab8gzBkUNGaqWrWzco8j7t6YuDVRIXZ1OIwIhAK/dEvSrhLBz+NCA3kw0q/15Ti15UP//HpSw8VAgEldY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41710690},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"e6be3b54949a5fac2f0f539b47d29baed3e1a9d1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.2.2.tgz","_integrity":"sha512-/99lB7vRQKWtFjqfXxXBz2f5qrNhXjSPjggLFFjbJdcaV9D/4iB4GsMtgbPKdKajfhRxIwlA6kdVgbXwR94RAQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.2.2","@syncfusion/ej2-data":"~27.2.2","@syncfusion/ej2-lists":"~27.2.3","@syncfusion/ej2-inputs":"~27.2.4","@syncfusion/ej2-popups":"~27.2.2","@syncfusion/ej2-buttons":"~27.2.4","@syncfusion/ej2-navigations":"~27.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_27.2.4_1732579634859_0.003806806211494651","host":"s3://npm-registry-packages"}},"27.2.5":{"name":"@syncfusion/ej2-diagrams","version":"27.2.5","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"153d588013bb2f519fd60c09fe25fd2e148feb73","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.2.5.tgz","fileCount":438,"integrity":"sha512-E1CF5jwhbKmopxsO+YDbFhR/cDQDic8mIESu1HDWzbE+EYoFv01dXVDVG0+G5ADE2Kx0bQVgUhwc0oleRZNztw==","signatures":[{"sig":"MEUCIADdwbZuJlqaHaNP8eM4xyDD/MHPjQ3lBUq8VxEottu6AiEAwVVlR0+JVQcsEk3xDmtPPZcr2Q8wCSAPb9G+7Exd5XU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41751791},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"7c8f08e80bf8aceab6cbe4ae4545a91e77174048","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-27.2.4.tgz","_integrity":"sha512-BzZKX5G3B5Z/Gcu6s/GOu+yWEx/Es+uNVsmpULD55IrQ8ndY4mG1BFxAv+M7+NviFZBt7PdO0zlOCEH1/NRjWA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.2.5","@syncfusion/ej2-data":"~27.2.2","@syncfusion/ej2-lists":"~27.2.5","@syncfusion/ej2-inputs":"~27.2.4","@syncfusion/ej2-popups":"~27.2.2","@syncfusion/ej2-buttons":"~27.2.4","@syncfusion/ej2-navigations":"~27.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_27.2.5_1733189298440_0.5756367788358627","host":"s3://npm-registry-packages"}},"28.1.33":{"name":"@syncfusion/ej2-diagrams","version":"28.1.33","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"ee2a53ca284810ced656b428a313ecfe93025afd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.1.33.tgz","fileCount":451,"integrity":"sha512-2s1EEacXZus1inNAQexiO1ypH6PosuI5mV6ik0Maamqg9mAVDwMrLuWj4zj2xvG6NGhLlLsVeTKG6v98JNtoig==","signatures":[{"sig":"MEQCIGYkM9zezrp5HArpgPRMTbN7+n2clXP8pkiq69EaQxIVAiAtk7WvqrbIT2sSRpkIpC4eVYPnIK+xWQGAJuNtx2693g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42219929},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"0e0b6fd064324f3b71a4858d45166dde4e551e8a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.18.0.tgz","_integrity":"sha512-xn47+C6lok0cidkKQBa/GGHyxQXIf1gdpPsuuJd6mPDKT7RJZPs+3XF/SURcli2X6hxquTiNEtk+EKg0lMxn1w==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-data":"~28.1.33","@syncfusion/ej2-lists":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.33","@syncfusion/ej2-popups":"~28.1.33","@syncfusion/ej2-buttons":"~28.1.33","@syncfusion/ej2-navigations":"~28.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_28.1.33_1733990698659_0.462051326603921","host":"s3://npm-registry-packages-npm-production"}},"28.1.35":{"name":"@syncfusion/ej2-diagrams","version":"28.1.35","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"2a35e369f799a3b51aa0d364eb610548316d37a0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.1.35.tgz","fileCount":451,"integrity":"sha512-5ucYIdVFmjNPs1cAQFfvYzVy7wOM+tcim0HqyuaAj7MUVN8Nq5RYRtIA/RBvreFiYg0Yj9C90ur8A5XdqbSsPQ==","signatures":[{"sig":"MEUCIEHOpwiakIE54cvamguNCkYBrSj8Vs2IXG+MF8wdrggJAiEAkKFV0O+fBJtvMtuhx1dCOJVDk/1aJ4KIyxkJvhoMpU4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42227493},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"2df3d7b28df7b16a1561f11588ab40793c24d5bc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.1.33.tgz","_integrity":"sha512-2TNcEhJknRqdu5Gehmw49Gafg1nOBXEuA05E8ojTRXYwPXi3Rti1ygpBeiPRL5ec/RUezbz6ViibvqswmKYbJw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-data":"~28.1.33","@syncfusion/ej2-lists":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.33","@syncfusion/ej2-popups":"~28.1.33","@syncfusion/ej2-buttons":"~28.1.33","@syncfusion/ej2-navigations":"~28.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_28.1.35_1734545550722_0.4322549781062748","host":"s3://npm-registry-packages-npm-production"}},"28.1.36":{"name":"@syncfusion/ej2-diagrams","version":"28.1.36","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"bb872f699bfffbe4bb17feb16ab5ba5140b80c4d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.1.36.tgz","fileCount":451,"integrity":"sha512-xX24QMnRG32XGccLW3L8XbFuqjiqp9PVpxbLls1jzKCNsRtqzli6ZpZsJJgq7/1lgnFjHPvHJdR8FL84Q7Hczw==","signatures":[{"sig":"MEQCIBYVW1doTHDT9HGnQr9CuXmVjkI6+2P3m9EWHo4WLNyhAiA3Dx0EvzZFKSDI5FDnJ+yEK1lK05g6chMzetPr9gQCGQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42258601},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"471ba951939a850e31c8e8e87cd59f5bbe4a68a1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.1.35.tgz","_integrity":"sha512-qLgDoi1Ije0+s2CavzcCwvzlfrRMjYSLkGWWrr5DmwogaZiHJTfq6cQkR7jnRpLkQJ30ddTpoKPy+c5ep6lYeg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-data":"~28.1.33","@syncfusion/ej2-lists":"~28.1.33","@syncfusion/ej2-inputs":"~28.1.33","@syncfusion/ej2-popups":"~28.1.33","@syncfusion/ej2-buttons":"~28.1.36","@syncfusion/ej2-navigations":"~28.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_28.1.36_1735037271971_0.18640365240400247","host":"s3://npm-registry-packages-npm-production"}},"28.1.37":{"name":"@syncfusion/ej2-diagrams","version":"28.1.37","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"b3ca6d3c17352bfad5087c53c26041ae07688a31","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.1.37.tgz","fileCount":451,"integrity":"sha512-aLcjAnPWMWver09EPiOIje19RSTVOCay4sg3Ub4OKSN0rTc4nGL4kglCATZkQX1+azifL2+xnWPqc7kr9DjLvA==","signatures":[{"sig":"MEUCIQCs/HR/+nJ76YVmxuudDUV+6UvcFw8lTIG1R4+fh2Vt+gIgSL7QeVRERLf8XkamgSx8ABPbqpuwzaKkErDeL0P1X8I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42274855},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"dc11069ee56bec166513be65f7358cfd46ea0618","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.1.35.tgz","_integrity":"sha512-9/9IMEVaHOEg+MH0aAmAvyr+QP3YtVGoTnYnnhyxLhn8XhRc76xJptttG0kjWw+DSYesk34tB63qgNXrjVeGOA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-data":"~28.1.33","@syncfusion/ej2-lists":"~28.1.37","@syncfusion/ej2-inputs":"~28.1.37","@syncfusion/ej2-popups":"~28.1.33","@syncfusion/ej2-buttons":"~28.1.37","@syncfusion/ej2-navigations":"~28.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_28.1.37_1735602615155_0.919070038863484","host":"s3://npm-registry-packages-npm-production"}},"28.1.39":{"name":"@syncfusion/ej2-diagrams","version":"28.1.39","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"13d54bde974d25ce27b93696b181e864ef9bcb0c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.1.39.tgz","fileCount":451,"integrity":"sha512-XpaGV0J7mSckB7rL1L06D0+wUiqXmIGLyCFTQcKm1Vm15z+UQ1S9O/6g2wqNFx6/ldHAOD6WHGC8cKiXUnLfFQ==","signatures":[{"sig":"MEQCIG0U+yKYh+Py1P+ci2jCQvWB9ywLHOVVyNZfGUosf3sPAiBjg1W7vRe5EMvaxKhIPmJtYMSeL9lFzOIw63T6ZbZNNA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42300207},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"1608f26d4de3e309f0910dae7632109e79d1049d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.1.37.tgz","_integrity":"sha512-o/BOefLNvcH/FmWpkPSVvlQ9QViVQwckLFuWGTFJAb02bbwnlTnhyT5Gy+M0RizfnAR+1+LlLl3oOz4+CXTJ2A==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-data":"~28.1.33","@syncfusion/ej2-lists":"~28.1.37","@syncfusion/ej2-inputs":"~28.1.37","@syncfusion/ej2-popups":"~28.1.39","@syncfusion/ej2-buttons":"~28.1.39","@syncfusion/ej2-navigations":"~28.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_28.1.39_1736823808376_0.8210097675928216","host":"s3://npm-registry-packages-npm-production"}},"28.2.3":{"name":"@syncfusion/ej2-diagrams","version":"28.2.3","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"95f2df3a375a7f0edf0668d85a099f2b2a23ab09","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.2.3.tgz","fileCount":451,"integrity":"sha512-So+lC7aZGNMRX9oY1feFcoKOcwsj4P5Hq/l6h7I/9DIH3ovM8sVAfmliVvytLRVMcaMDwmMuou8THz7FHd9h3w==","signatures":[{"sig":"MEYCIQDD1EAaDP9DD7D+kpup2e1ltjjhPXTMcVhQB+8vStP2UwIhAPlIvffW+YY7asPNcd/R3KUTBazf9hmlU39LVhbjeU4p","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42368546},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"f531d1762951a2484f5d741c5fe3d0521ca52c41","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.1.39.tgz","_integrity":"sha512-pB/TtdiXh3t61DaUIJORqXuv+hZzOqE2+rpKAO6jYKcRCSKiI7fzGkWnp6QIYLRMpWDQJ7paAU4gO8zsbyO4OQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.3","@syncfusion/ej2-data":"~28.2.3","@syncfusion/ej2-lists":"~28.2.3","@syncfusion/ej2-inputs":"~28.2.3","@syncfusion/ej2-popups":"~28.2.3","@syncfusion/ej2-buttons":"~28.2.3","@syncfusion/ej2-navigations":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_28.2.3_1738146243035_0.992643609852226","host":"s3://npm-registry-packages-npm-production"}},"28.2.6":{"name":"@syncfusion/ej2-diagrams","version":"28.2.6","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"1b23d828ef3b9c563475fa3037abee632e728ff7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.2.6.tgz","fileCount":451,"integrity":"sha512-BAGlDmvjE/jW4Ir3X7ADbwJskFK5DVdOprVrQcjvbi9+iz8IIO6+Z2lzBqJxPGeDeJXm/6jTccqBX82KGGNLcg==","signatures":[{"sig":"MEUCIQC0FR/InSPbh3UsH4y+rFE+7fLyN2YM66js6CaF31G+QgIgd9XSV8GJrs47dKyhIKfbInCHNqtFKV+BVbfjbNU2yu4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42401393},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"dbefdb87524548aeebb0d88b2e53e39a489c4ac6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.2.3.tgz","_integrity":"sha512-HuGceCL4q4ItrL7IALBL2VpOz//CI918mT9NhN8I6jKwxzgcDeU8iFhb4Ck1bA8QfLR8qxeHq82AKKl9O78ivQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.5","@syncfusion/ej2-data":"~28.2.3","@syncfusion/ej2-lists":"~28.2.3","@syncfusion/ej2-inputs":"~28.2.3","@syncfusion/ej2-popups":"~28.2.6","@syncfusion/ej2-buttons":"~28.2.6","@syncfusion/ej2-navigations":"~28.2.6"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_28.2.6_1739845257701_0.2747669725791657","host":"s3://npm-registry-packages-npm-production"}},"28.2.9":{"name":"@syncfusion/ej2-diagrams","version":"28.2.9","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"90b14b4a1436945e90c9a200fbff8e4f5c48bd87","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.2.9.tgz","fileCount":451,"integrity":"sha512-zSatUmtWSaL5ushLzx+y15joPjkIVMVpo2hLjZHjdK92e/tW7FY100JqPOy52a5ihip+Kl0CASuqct7gkuTVlw==","signatures":[{"sig":"MEUCIQDY5HcYUQse+tPVNIkQj/OFxxbdFkf9neMtwnMNQipiKgIgaVFrYjR5ZIhM3n4v5vW/en3BWAQnMCWKFnpolCnyC+U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42596960},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"986a31db699dc5cf641a7a32edf5ebd0a511b42e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.2.6.tgz","_integrity":"sha512-IIaGoPgMjTorwwhmOQ7a61PiCDTT3ezzFDKXSQB/FrFFLSgL51mp1zWbPonyDaknVrOBQH/G3OI3uwuz9UqBhQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.9","@syncfusion/ej2-data":"~28.2.3","@syncfusion/ej2-lists":"~28.2.3","@syncfusion/ej2-inputs":"~28.2.9","@syncfusion/ej2-popups":"~28.2.9","@syncfusion/ej2-buttons":"~28.2.7","@syncfusion/ej2-navigations":"~28.2.6"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_28.2.9_1741055957885_0.8796506141946092","host":"s3://npm-registry-packages-npm-production"}},"28.2.10":{"name":"@syncfusion/ej2-diagrams","version":"28.2.10","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@28.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":"9b3fe225fc342f8ef7e065d0b28806db8d826439","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.2.10.tgz","fileCount":451,"integrity":"sha512-KUOxyqe3i9w3s8yn2bRX8g+mbOGDQLWsQMLLiTz0jLV2VDyqRN8Q0VjaMUGUvpJmOak24JP17iJvunTQI+kcOw==","signatures":[{"sig":"MEUCIQDa3CjEcO+00fto30+dFr4dlT6hWqrfRaVirGUhMRSbDAIgHzK49ClkkyN9ybeQlkhA+1QKJas4fsxSd6q6NDp71DY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42596961},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.14.0","dependencies":{"@syncfusion/ej2-base":"~28.2.9","@syncfusion/ej2-data":"~28.2.3","@syncfusion/ej2-lists":"~28.2.3","@syncfusion/ej2-inputs":"~28.2.9","@syncfusion/ej2-popups":"~28.2.9","@syncfusion/ej2-buttons":"~28.2.7","@syncfusion/ej2-navigations":"~28.2.6"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_28.2.10_1741072324684_0.18977291538005092","host":"s3://npm-registry-packages-npm-production"}},"28.2.11":{"name":"@syncfusion/ej2-diagrams","version":"28.2.11","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"b273e51a51a0e5f0866bd600209c2315a5799c00","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.2.11.tgz","fileCount":451,"integrity":"sha512-MTjbhd4aYHqnwH5xzlmEFcbXnt4iXycegKwDgchHUdwxcw8CBz5hXxd7FKIwBUNDQiito2H1+FMDG0YKatr+sQ==","signatures":[{"sig":"MEUCIQDfih/tG3Utg2iZ70XvyotfvxtO3nrVrCPqUgzUENxllQIgK7Hb9HmDJvNhtxClvvWe9JaZE77eZFy7IjWV+KRGlzk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42699824},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"fa561cb8821fc18e56daa700c13e1ee6de6599b2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.2.9.tgz","_integrity":"sha512-N6zm2uI5GRAVDwQXmgRuucgqOJooVrqqh9FVnN7EZF1s8aXX+mDaBBICezWIhhZTJaizhnA3rIl6HAH2cBT0nA==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.9","@syncfusion/ej2-data":"~28.2.11","@syncfusion/ej2-lists":"~28.2.3","@syncfusion/ej2-inputs":"~28.2.11","@syncfusion/ej2-popups":"~28.2.9","@syncfusion/ej2-buttons":"~28.2.7","@syncfusion/ej2-navigations":"~28.2.11"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_28.2.11_1741659758877_0.132383863575521","host":"s3://npm-registry-packages-npm-production"}},"28.2.12":{"name":"@syncfusion/ej2-diagrams","version":"28.2.12","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"78ffbcb5591ef74a338fc8a429ef97d6d1f015a7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.2.12.tgz","fileCount":451,"integrity":"sha512-n+v8gMWecV+9jGXP3UBByz5jtMkOp3YzO9v9k6XCM1+MZbGNVuETnbAgrPqSveSrYyeisCD7CFatJIgLg405Xg==","signatures":[{"sig":"MEQCIGsOun3R1BGJvunR0U97GJSJYoKwd0edmwLTryha/WHeAiBmDZtoFm6g7CQEHYcH913KKT3ReFM3B/hm9iDmzlVGdg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42724174},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"6d06c7fbdd17485df4c62f14f3723d95641f5e5c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-28.2.11.tgz","_integrity":"sha512-5cIzg8k8kGjuC8pOkkfZ4zZIeA6BEIDdAzjenOPkMn/YoFIgtiE3mA41NsjveCMgZA0P5nAcvt1CGrnSLgwUNQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.12","@syncfusion/ej2-data":"~28.2.12","@syncfusion/ej2-lists":"~28.2.3","@syncfusion/ej2-inputs":"~28.2.11","@syncfusion/ej2-popups":"~28.2.9","@syncfusion/ej2-buttons":"~28.2.7","@syncfusion/ej2-navigations":"~28.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_28.2.12_1742360506274_0.17362263987173732","host":"s3://npm-registry-packages-npm-production"}},"29.1.33":{"name":"@syncfusion/ej2-diagrams","version":"29.1.33","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"179f6ccf4744a17300abdcddd884950f767363a3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.33.tgz","fileCount":865,"integrity":"sha512-T2cBJooD50sRLKJL8LbLOQdDVTpWbaOkyOfIdqrrd9CY6G3o1VkTiQhPsMwEcatkI+VboR+Bq6zeCwClnB6Wkw==","signatures":[{"sig":"MEQCIBX/bzeYGpiZEG+aIohzPbZJsTH/28tYNYE130H2Ee+FAiBlXXiiF83ZsGxnlzbVKT/JqbeW7PC3Z1KzzWkVIzoJhw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":89504094},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"0432dc65c15c1812c9dbe6c0dd94dbc30bae7443","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-diagrams/-/ej2-diagrams-19.18.0.tgz","_integrity":"sha512-PudpX9VpEli2R8Y5uBYPx6lA9JakK8asm5cjkWL4GOaMr4NvNzMxCx34XT+BnibufaZVhR2wKZQDmFPxV9SJuw==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.33","@syncfusion/ej2-data":"~29.1.33","@syncfusion/ej2-lists":"~29.1.33","@syncfusion/ej2-inputs":"~29.1.33","@syncfusion/ej2-popups":"~29.1.33","@syncfusion/ej2-buttons":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_29.1.33_1742897522942_0.6983562039899449","host":"s3://npm-registry-packages-npm-production"}},"29.1.34":{"name":"@syncfusion/ej2-diagrams","version":"29.1.34","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@29.1.34","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"dist":{"shasum":"d6d8b480edaa4f4d1fed4ac467c625b3dbfcd94c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.34.tgz","fileCount":453,"integrity":"sha512-HJStV3MdubiYeDSw+8RRMHD9f/scFeL7nPYWCjpyq8p/ZZONzccwaNssJpmsel8mCpR7VV8rpPa2pAZytdHUgg==","signatures":[{"sig":"MEYCIQC3674MTQLJwci5hpisJjjZuJI8dttrH7myVl5ds88JKAIhAKj286Q0Qbr+Bg7Suhw5J15jVEPZf6JcnVy4KCUSkiyr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43797711},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@29.1.33","_spec":"@syncfusion/ej2-diagrams@29.1.33","_where":"E:\\march2025\\memory-leaks\\node_modules\\@syncfusion\\ej2-angular-diagrams","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"179f6ccf4744a17300abdcddd884950f767363a3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.33.tgz","_integrity":"sha512-T2cBJooD50sRLKJL8LbLOQdDVTpWbaOkyOfIdqrrd9CY6G3o1VkTiQhPsMwEcatkI+VboR+Bq6zeCwClnB6Wkw==","_requested":{"raw":"@syncfusion/ej2-diagrams@29.1.33","name":"@syncfusion/ej2-diagrams","type":"version","scope":"@syncfusion","rawSpec":"29.1.34","registry":true,"saveSpec":null,"fetchSpec":"29.1.34","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.9.0","_requiredBy":["/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.16.2","dependencies":{"@syncfusion/ej2-base":"~29.1.33","@syncfusion/ej2-data":"~29.1.33","@syncfusion/ej2-lists":"~29.1.33","@syncfusion/ej2-inputs":"~29.1.33","@syncfusion/ej2-popups":"~29.1.33","@syncfusion/ej2-buttons":"~29.1.33","@syncfusion/ej2-navigations":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_29.1.34_1742989295678_0.03152310013780757","host":"s3://npm-registry-packages-npm-production"}},"29.1.35":{"name":"@syncfusion/ej2-diagrams","version":"29.1.35","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"056d265fc2c94eb7240a4c625cec443053cb3bc4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.35.tgz","fileCount":453,"integrity":"sha512-Tk9f5FQN0cXnbc4EfiXrjqhqoIkj7qqGnKsWJN+h2c6R4DxmKmjhxmnXMhQ7odoKC2t+1qNHEdVdbp07LuM27w==","signatures":[{"sig":"MEYCIQDYtyyHdwZlcoerJmUFpRpAFLT+bXYCqLrWBh+oZPjyDgIhAMkkwW0zpGHxHmIfnoSQQ6SDBJfgAruoAR0GBcirdN6E","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43822921},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"fa6c6b2d92297b1dade55d5c07c4b176549bf34a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.33.tgz","_integrity":"sha512-SQlcrTkBbT9+WwTJpymlmzSfIOzTCmaGtvfKv60N+DEw1BggiXLXrp+v/uVyzV7LVDhYxHFrAkZ+GyJ6f0N0ww==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.35","@syncfusion/ej2-data":"~29.1.33","@syncfusion/ej2-lists":"~29.1.34","@syncfusion/ej2-inputs":"~29.1.34","@syncfusion/ej2-popups":"~29.1.35","@syncfusion/ej2-buttons":"~29.1.34","@syncfusion/ej2-navigations":"~29.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_29.1.35_1743470700862_0.22916535959668782","host":"s3://npm-registry-packages-npm-production"}},"29.1.37":{"name":"@syncfusion/ej2-diagrams","version":"29.1.37","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"95170d0ad5e0b5656bda1c740c908748038e7a23","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.37.tgz","fileCount":453,"integrity":"sha512-fnnW36NpCo0pkqp+Es7yulW25yV16rOYkDSFOHVHEru8wnHd8ZyENhKe+TRAYjDpM3WX/pdwsObzC2a87NsKaA==","signatures":[{"sig":"MEUCIQC8CaWOS/5myJR7RfyOZC/wE1f3PWUhyl0LO2RnNqkO5gIgWfUYdnN5ny+aObrhg6zc3iYzeX+P0J+0/D5viOu64aM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43861355},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"0c5dfb4109d87801220b9b92dd34508c08146fc4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.35.tgz","_integrity":"sha512-xSn207nN+j1AEHabste/VFkON0u7cnI29sXSD1iqTq/uhDr8Yjb9WfKAEHmPqV0wXKWi8cyMnZOezdAYQIZhkQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.36","@syncfusion/ej2-data":"~29.1.33","@syncfusion/ej2-lists":"~29.1.34","@syncfusion/ej2-inputs":"~29.1.34","@syncfusion/ej2-popups":"~29.1.37","@syncfusion/ej2-buttons":"~29.1.34","@syncfusion/ej2-navigations":"~29.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_29.1.37_1744081524883_0.6828077884474633","host":"s3://npm-registry-packages-npm-production"}},"29.1.38":{"name":"@syncfusion/ej2-diagrams","version":"29.1.38","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"00aefc016dc62f89b2bd18f838eee85fb183bbbe","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.38.tgz","fileCount":453,"integrity":"sha512-DDgNS+NyiEinMKGbUQW6/DVUJsBVN42IXg9X/FhfFubTwnQlv1xGvr/mYpqKtWh3/xaeYjCw39JOQeGrBy67cg==","signatures":[{"sig":"MEQCIB9I57Ug9k0Q0IKS0sFQqr8id0WiLORJM+T3yGigxP4qAiArwii2AAoy9ylxXbFdamwK2oJWigfcIUWBKg01VCM4oQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43866061},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"7260fb68c5285ac98ac6d3c7a076e0a39ef8a0d3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.37.tgz","_integrity":"sha512-Z0KDQ2joYna5WmGhb3kQk9eOGyBRSHyt5ffndYzhQu09Ha5FNcmmYeT5rSKoyKO2rh5MFeJZLiNzUZhua0iRHg==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.36","@syncfusion/ej2-data":"~29.1.33","@syncfusion/ej2-lists":"~29.1.34","@syncfusion/ej2-inputs":"~29.1.38","@syncfusion/ej2-popups":"~29.1.37","@syncfusion/ej2-buttons":"~29.1.34","@syncfusion/ej2-navigations":"~29.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_29.1.38_1744669734369_0.09167684091297801","host":"s3://npm-registry-packages-npm-production"}},"29.1.39":{"name":"@syncfusion/ej2-diagrams","version":"29.1.39","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"fdb184319f9e794a1b21314e0b036154581d30d7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.39.tgz","fileCount":453,"integrity":"sha512-++deG0LaU+cTpNBoX02N3WkLIGs1O5sX1lJ0uTXNmfs5KbIBl1NzUJHDm1rRU+mCdmCaH/1Ufbd81EAsx2XUhA==","signatures":[{"sig":"MEYCIQDA7G7BFLo3rpSN9ClXFwLQSyM/gsbecSden8MGAbML0gIhAI9FyDtwwgXM617t3BN7eggBhAvJbHO86c/+ZN8N0134","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43889470},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"53f2c31c0c65433300ce4d8483a4261e2ec15577","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.38.tgz","_integrity":"sha512-lYNytZyrX747PVAoVWwfrvQQXPa0V66sOc2QB03fNYW41Ff4S37Z07j9SBzjSDRYupKuMYuMB7Mwi0bTTUkkng==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.36","@syncfusion/ej2-data":"~29.1.33","@syncfusion/ej2-lists":"~29.1.34","@syncfusion/ej2-inputs":"~29.1.39","@syncfusion/ej2-popups":"~29.1.37","@syncfusion/ej2-buttons":"~29.1.34","@syncfusion/ej2-navigations":"~29.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_29.1.39_1745289715348_0.9691376737248183","host":"s3://npm-registry-packages-npm-production"}},"29.1.40":{"name":"@syncfusion/ej2-diagrams","version":"29.1.40","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"e9f483af1da656f24a6fa79036f6f38850762669","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.40.tgz","fileCount":453,"integrity":"sha512-/ulHb4CL3ElpM7nnwnqGfp7me33xQXKaQV4QlG5wbwyKIE6PBfxDW3CDBa6YcRl1O4FCvJ0c/LxMF3xCZV+x9w==","signatures":[{"sig":"MEYCIQCpiIU3LAbwr4m0SAPXjcpFCYEL4thWzLM3NkoaVAnGGwIhAOO8oinafhKdGMgZG3V/8HUcXmsdRZYHcuM08gid4HAo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43923009},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"a1c663f40e97d527fc128a38f18c597b06fbd996","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.39.tgz","_integrity":"sha512-3XVb04/J5V0U3YwUHBof6JQdB4t+1C9Y+NKC22pHs2dAYZGeu6djsL033U0J+gOQOwN1odJLu3jnEEiCPlh2gQ==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.36","@syncfusion/ej2-data":"~29.1.33","@syncfusion/ej2-lists":"~29.1.40","@syncfusion/ej2-inputs":"~29.1.39","@syncfusion/ej2-popups":"~29.1.37","@syncfusion/ej2-buttons":"~29.1.34","@syncfusion/ej2-navigations":"~29.1.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_29.1.40_1745891247381_0.5450061247301516","host":"s3://npm-registry-packages-npm-production"}},"29.1.41":{"name":"@syncfusion/ej2-diagrams","version":"29.1.41","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"d6f56cf8e5a6bbc7a7c8088aaca9f728f5ea2dd0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.41.tgz","fileCount":453,"integrity":"sha512-km4grMQw+biILTBgHFMCRqk10nbHvSTm88oTzvUFOTxYa5lhzkNdOh9I7680USvNd+HNV51jB0PN6Xu2ed4PFw==","signatures":[{"sig":"MEYCIQDCToWdJj9ak1rwnDSBE12pr+OTUWOcNwYfM+nMoygAsgIhAJ04GHEhX5GjOEV1k/yDr/1NUeMlsEjWlGp3KODFPmxm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":43992959},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"9adc9dc2ece62b356d169bc45ddd823dab6b55d5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.40.tgz","_integrity":"sha512-lsseYo8s5lwLzUrYfqzuXMskApC3w1vI/O7uxcaNaM2kG++wSAPfVEpMeYqSfNhES8pWs5nxNC37ryJ+A9SX/A==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.36","@syncfusion/ej2-data":"~29.1.33","@syncfusion/ej2-lists":"~29.1.40","@syncfusion/ej2-inputs":"~29.1.39","@syncfusion/ej2-popups":"~29.1.37","@syncfusion/ej2-buttons":"~29.1.34","@syncfusion/ej2-navigations":"~29.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_29.1.41_1746498287549_0.1011103340838071","host":"s3://npm-registry-packages-npm-production"}},"29.2.4":{"name":"@syncfusion/ej2-diagrams","version":"29.2.4","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"97dd312a6b8ca74b710924b6897e95cf7abc7f21","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.2.4.tgz","fileCount":453,"integrity":"sha512-kqYkkpjmEKa98P6kJxq9PDoXZwjFacwT3AedHdzVxP5636VXnCluc6JYfw4lvaCuBr3XDq/SK4JBjxIeofjwzA==","signatures":[{"sig":"MEUCIQC0v1iD7GbAVtXdHPZXwF+KH3Hy+DJ4X6Douk24dv8MvgIgQNo/yfgSfMGS/lvHOGQuyqc4MoeQaGoBCicAfFqyQR4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44020594},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"001e2145904b25a91bf90590520a93bbda42619b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.41.tgz","_integrity":"sha512-sAvyLcy4AmLsylqewQ9exwId+BS18uc05oJyjrAPLAaFg8QHJtutVpgaCrvaSRTpsfA42K2YS3vGo1jSHK4p3Q==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-data":"~29.2.4","@syncfusion/ej2-lists":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.4","@syncfusion/ej2-popups":"~29.2.4","@syncfusion/ej2-buttons":"~29.2.4","@syncfusion/ej2-navigations":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_29.2.4_1747219547421_0.031334771353961566","host":"s3://npm-registry-packages-npm-production"}},"29.2.5":{"name":"@syncfusion/ej2-diagrams","version":"29.2.5","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"e715564edef5c9e0019f7738c28c82464f8d8567","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.2.5.tgz","fileCount":453,"integrity":"sha512-E6mBfIFjHQBScHEF1R6f1730qaOEWXyZWEJwMdyCIhk78dju4015O0H0BKk/o5nehioulHAFGhzUDcSlYvXn/A==","signatures":[{"sig":"MEUCIQCV0bT5JVKp9y70qEjhY0IcM237MoT8x1RSdjWvSfusjAIgG+B/S6N+kGDm7bkdd+NQFYRkd9y94x7XstT2kP2ACGE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44032143},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"001e2145904b25a91bf90590520a93bbda42619b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.1.41.tgz","_integrity":"sha512-sAvyLcy4AmLsylqewQ9exwId+BS18uc05oJyjrAPLAaFg8QHJtutVpgaCrvaSRTpsfA42K2YS3vGo1jSHK4p3Q==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"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-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.16.2","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-data":"~29.2.4","@syncfusion/ej2-lists":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.5","@syncfusion/ej2-popups":"~29.2.4","@syncfusion/ej2-buttons":"~29.2.5","@syncfusion/ej2-navigations":"~29.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_29.2.5_1747827858830_0.32269460043491605","host":"s3://npm-registry-packages-npm-production"}},"29.2.7":{"name":"@syncfusion/ej2-diagrams","version":"29.2.7","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"bf116e6c0146d83b787b51e99a35d2211ba386da","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.2.7.tgz","fileCount":453,"integrity":"sha512-uYkM1los0OBm01dl4ppdeEUrfjeYyYFUUsCENtDqAwVPBYs96L4pEVJkJDiDMOC3RqAeRyNAmRJmNbdCOEG3mA==","signatures":[{"sig":"MEUCIEkitMfx8b+HjY24UpHz6FsrQfUDAsMqsKEkXjaU3ye9AiEAj213TQQg31WiF2x0tQOSXH0q5Ok+2CsFmjnQ8/l6wDU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44032063},"main":"./dist/ej2-diagrams.umd.min.js","_from":"@syncfusion/ej2-diagrams@*","_spec":"@syncfusion/ej2-diagrams@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-diagrams.es5.js","module":"./index.js","_shasum":"db48a68f9b9fc459c599003c64dfe786f1c59195","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-diagrams","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.2.4.tgz","_integrity":"sha512-9im/UKtnaJUs2nR+zF6DwfyGPMGsD7sdY6dFU8ugl6MVy9QVnUekO3ZimTPPx26f71wMrcz2rZakdioXp1i+ug==","_requested":{"raw":"@syncfusion/ej2-diagrams@*","name":"@syncfusion/ej2-diagrams","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-diagrams"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-diagrams","/@syncfusion/ej2-react-diagrams","/@syncfusion/ej2-vue-diagrams"],"description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-data":"~29.2.4","@syncfusion/ej2-lists":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.5","@syncfusion/ej2-popups":"~29.2.7","@syncfusion/ej2-buttons":"~29.2.5","@syncfusion/ej2-navigations":"~29.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_29.2.7_1748352081888_0.5213991215409128","host":"s3://npm-registry-packages-npm-production"}},"29.2.8":{"name":"@syncfusion/ej2-diagrams","version":"29.2.8","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"428153fe2eea59f513c077410dbfc8a9f4aa3b78","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-29.2.8.tgz","fileCount":453,"integrity":"sha512-sEDLYMbknpObfFQ77oPn9FwJwz5cvsBNLU8sJbuR6VrEsw2MBkOq3402qWobGutLY81e6ZOJ8xYGDeHL0c6Vvg==","signatures":[{"sig":"MEUCIQCAC7Nc6w+WDyTER4AdQTUXFTX36UVBFgtJgTvZpPuXCQIgJS4vMBOKCR3y6o05Z3Y12hZzSy4T0WySsYELKctKnn4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44194058},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-data":"~29.2.4","@syncfusion/ej2-lists":"~29.2.4","@syncfusion/ej2-inputs":"~29.2.5","@syncfusion/ej2-popups":"~29.2.8","@syncfusion/ej2-buttons":"~29.2.5","@syncfusion/ej2-navigations":"~29.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_29.2.8_1748914164331_0.9947666552065924","host":"s3://npm-registry-packages-npm-production"}},"30.1.37":{"name":"@syncfusion/ej2-diagrams","version":"30.1.37","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"014936d5d7712116cde8c49a181b1f9392a0b98e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-30.1.37.tgz","fileCount":458,"integrity":"sha512-RVXfWu5vaJvgHn9FMQte9sm5tx0TsswngMarzG2FFCTE4SbRciORrYhGRGNY7CGb7GF7Tla2AHC8a84pV0GhJw==","signatures":[{"sig":"MEUCIQDgYb74w9CdaBJ7ei3SnZxdLJwzFx33dQT7W6B0/r1a+QIgWdO5FTGGWUNKUDHT4wPhV4vxALXfCxbs0gwH1PYYR5U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":47444116},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.37","@syncfusion/ej2-data":"~30.1.37","@syncfusion/ej2-lists":"~30.1.37","@syncfusion/ej2-inputs":"~30.1.37","@syncfusion/ej2-popups":"~30.1.37","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_30.1.37_1750854669993_0.4809520074191218","host":"s3://npm-registry-packages-npm-production"}},"30.1.38":{"name":"@syncfusion/ej2-diagrams","version":"30.1.38","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"80c1f22d3ddcdc5078136225fc8d2ca46a00d40d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-30.1.38.tgz","fileCount":458,"integrity":"sha512-7yYgqdUZwlj8dydbUX5Srd8dakNCZtfwf2x2RGKDa7SiuzvKJbvj/ivXaBCM5gOBqjXrEYzd8sinVhSIJRX3cA==","signatures":[{"sig":"MEYCIQDiqJmU99cYS5bN5BU5tlwjbqMtwO53oAw56GTwh7IONgIhAM6mHpL1drcsGqisLLUMhwTrQ/KuIJbU+pgpLajc5Bl1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":47555384},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.38","@syncfusion/ej2-data":"~30.1.38","@syncfusion/ej2-lists":"~30.1.37","@syncfusion/ej2-inputs":"~30.1.38","@syncfusion/ej2-popups":"~30.1.37","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_30.1.38_1751432849151_0.4828575765348828","host":"s3://npm-registry-packages-npm-production"}},"30.1.39":{"name":"@syncfusion/ej2-diagrams","version":"30.1.39","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"ebedeb694596031ca335da032eb22911f1b8aa30","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-30.1.39.tgz","fileCount":458,"integrity":"sha512-To01WLZNCRlXrGvcYkSthqTajIfDMTngDfrUaPagiKl3AdTxLKUH3FfGsi4zYoUMm94+RQjYxIDmhU+5a7k+Dw==","signatures":[{"sig":"MEUCIQDX4RSLWvRtVbi/tJphqM44He8bHt4YYabD3S2LPk1Y9wIgTG33S0V3G8oxoeem8NCGAxtr0XeCJlv0nLKXqzyNdUI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":47561249},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.38","@syncfusion/ej2-data":"~30.1.38","@syncfusion/ej2-lists":"~30.1.37","@syncfusion/ej2-inputs":"~30.1.38","@syncfusion/ej2-popups":"~30.1.37","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_30.1.39_1751944451130_0.24964896978669704","host":"s3://npm-registry-packages-npm-production"}},"30.1.40":{"name":"@syncfusion/ej2-diagrams","version":"30.1.40","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"6f74fffdc33dd55cf32d03449598eabf5f1ce6df","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-30.1.40.tgz","fileCount":458,"integrity":"sha512-NAsvuRZnsFLz66omZWod+CqQx0x0BJgJMfSeoh+IhPNLn2RyroGJrJIC48PInhiwSIJWAaj8M9G7mS4RE60xxg==","signatures":[{"sig":"MEYCIQCsCZomgbjXHN3LbL6jEGuitHbVOqcVEjF112EdQTVTFwIhALbwyeqTlaiH2RxDIXU30/9ayAdXCX3knvDTeRV5g4P/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":47586244},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.38","@syncfusion/ej2-data":"~30.1.40","@syncfusion/ej2-lists":"~30.1.37","@syncfusion/ej2-inputs":"~30.1.40","@syncfusion/ej2-popups":"~30.1.40","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_30.1.40_1752551944472_0.7033009365907661","host":"s3://npm-registry-packages-npm-production"}},"30.1.41":{"name":"@syncfusion/ej2-diagrams","version":"30.1.41","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"d57d7f0957110da66a73796004e1f9021a358a23","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-30.1.41.tgz","fileCount":458,"integrity":"sha512-SDV9roSnIGV6klFc2Of/hjRDxhSUK07YRV11kEbnrLFnrsOT8cjWjX4/KT9h2TA3K5nriq7ThxAXIkQ3kH8c0Q==","signatures":[{"sig":"MEQCIBXTmxIeTzsEzJCS8eoaCh0TWzuuPebFoAewDtelc804AiA0W+Pr+5wsIN3HMWo9Lmy4Dikowgm7jq05s+oz+pLBHg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":47577043},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.38","@syncfusion/ej2-data":"~30.1.40","@syncfusion/ej2-lists":"~30.1.41","@syncfusion/ej2-inputs":"~30.1.40","@syncfusion/ej2-popups":"~30.1.40","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_30.1.41_1753151547216_0.9446116924312311","host":"s3://npm-registry-packages-npm-production"}},"30.1.42":{"name":"@syncfusion/ej2-diagrams","version":"30.1.42","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"8ff14a697b4139888d46bb2dd38c6f1651907822","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-30.1.42.tgz","fileCount":458,"integrity":"sha512-mn/msj+7vbfoZ/JsdqQKK+jau5VYNU7gY/Dm4SDVUAkZ1breURifaZd48hmEDcq7zYMbjcEye14gFwq0FGCEnA==","signatures":[{"sig":"MEYCIQDADF4KTbTR2XXgRfE3avqQFOVdstFvlrDS/ENErIahQQIhAK1zoAsCaPnZpGe42TORHcDbPQP3h8XiFk0Q1bN2a4q2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":47624133},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.42","@syncfusion/ej2-data":"~30.1.40","@syncfusion/ej2-lists":"~30.1.42","@syncfusion/ej2-inputs":"~30.1.40","@syncfusion/ej2-popups":"~30.1.42","@syncfusion/ej2-buttons":"~30.1.37","@syncfusion/ej2-navigations":"~30.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_30.1.42_1753755653086_0.16429624260108588","host":"s3://npm-registry-packages-npm-production"}},"30.2.4":{"name":"@syncfusion/ej2-diagrams","version":"30.2.4","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"3cc3598231fcc4d4aeb22bcc2558bbd1f79dea34","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-30.2.4.tgz","fileCount":458,"integrity":"sha512-QpdhgiH8D+EnAiMmLo/+kbwTrhv46dG5Z/sTYxjAycuTe7O7vQ0/7mc40SBbeFa5iV2JSI50vy1eBJgPTFl1bA==","signatures":[{"sig":"MEQCIETWX/Jca6FokEGngyKzCZ0c34Vet+bg0m/YPxaENhq5AiAyCT3y6EszxjMpGhiwWhkxPRWYwxnMYCsxZCQx/ZhMNA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":47674564},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.2.4","@syncfusion/ej2-data":"~30.2.4","@syncfusion/ej2-lists":"~30.2.4","@syncfusion/ej2-inputs":"~30.2.4","@syncfusion/ej2-popups":"~30.2.4","@syncfusion/ej2-buttons":"~30.2.4","@syncfusion/ej2-navigations":"~30.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_30.2.4_1754553747418_0.5631832441385609","host":"s3://npm-registry-packages-npm-production"}},"30.2.5":{"name":"@syncfusion/ej2-diagrams","version":"30.2.5","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"dbba86a4bec516d1809d4ac785c269f38d83578c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-30.2.5.tgz","fileCount":458,"integrity":"sha512-73zfYjbPVeZJNAlORAJ/hHDOMbg2hqsrU6+gBdOCFAUnJ5Y2v15WrSfgjbTxin86WNYgPTkLCxR7AavRmgheQg==","signatures":[{"sig":"MEUCIGmt/t8cozc6lhF7tuVYMrOjGgCkmfXwCIa3m1btK3ZBAiEAsRZMz1/WI30rVzHeMHA2OvgOe/qs6tK9aKTl66G3Lh0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":47676428},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.2.4","@syncfusion/ej2-data":"~30.2.4","@syncfusion/ej2-lists":"~30.2.4","@syncfusion/ej2-inputs":"~30.2.4","@syncfusion/ej2-popups":"~30.2.4","@syncfusion/ej2-buttons":"~30.2.4","@syncfusion/ej2-navigations":"~30.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_30.2.5_1755053299447_0.8846377832615684","host":"s3://npm-registry-packages-npm-production"}},"30.2.7":{"name":"@syncfusion/ej2-diagrams","version":"30.2.7","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"f3dc32fe04cbbc1afddbbdb300233691c38f52d4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-30.2.7.tgz","fileCount":458,"integrity":"sha512-+Z78NSPxlxS6VNbJslU72LoqplzAFaIozQYFFgcD1s3VrkrCdM88dfcForgq3DNiZFEbcWHgm6f9erULtB7RRA==","signatures":[{"sig":"MEUCIChoHDYxYOXrxVL9/fynjht4t54TIGGpAYr4VBDHwzHzAiEAjkcWel0yN6yrUut43LOxWkDXbHb8YKb/H/+pkghTQn8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":47696410},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.2.6","@syncfusion/ej2-data":"~30.2.4","@syncfusion/ej2-lists":"~30.2.4","@syncfusion/ej2-inputs":"~30.2.6","@syncfusion/ej2-popups":"~30.2.4","@syncfusion/ej2-buttons":"~30.2.4","@syncfusion/ej2-navigations":"~30.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_30.2.7_1756180702978_0.9016130776495792","host":"s3://npm-registry-packages-npm-production"}},"31.1.17":{"name":"@syncfusion/ej2-diagrams","version":"31.1.17","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"317c86c01a047bce03bac552fb1a86b2ad862eac","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-31.1.17.tgz","fileCount":698,"integrity":"sha512-WuiukLsGyvy8W17MvincR0ia8qWJuePomX+54AA7nPao7HJouJ8ozYqfUE2keEkATimYxCnBFMqFZXSGN9HmaA==","signatures":[{"sig":"MEQCICAHGfLkolN2LQ2dEFmvWypg72igNcEuKwoQULUqYWP/AiAQPNMs5vwQphgUdmCaMDVoBBCvqAQ1FkwYtfg8Pdob7Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":54008658},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.17","@syncfusion/ej2-data":"~31.1.17","@syncfusion/ej2-lists":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.17","@syncfusion/ej2-popups":"~31.1.17","@syncfusion/ej2-buttons":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_31.1.17_1757056385873_0.6091982535666736","host":"s3://npm-registry-packages-npm-production"}},"31.1.18":{"name":"@syncfusion/ej2-diagrams","version":"31.1.18","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"1d9773bd2156e86f2d11c08d2c399b00647975e8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-31.1.18.tgz","fileCount":458,"integrity":"sha512-xY6AWeZ76Cxq+HeWHm9YrDUufMWtk2tNlWrKzSwzeaN4Jr64DkmMWEHXXVR/prOH5C+CidLg8ZXolPM/ScCJYA==","signatures":[{"sig":"MEYCIQC8NFYMkOuCKNbhKB/gStsRs118189pqbxk40t2/T3ZDQIhALvPMw++xundCPjG60EXFN+Bmqbddc4v27oIZUvhGmzD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48077112},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.17","@syncfusion/ej2-data":"~31.1.17","@syncfusion/ej2-lists":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.17","@syncfusion/ej2-popups":"~31.1.17","@syncfusion/ej2-buttons":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.18"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_31.1.18_1757471348706_0.5967316926543322","host":"s3://npm-registry-packages-npm-production"}},"31.1.20":{"name":"@syncfusion/ej2-diagrams","version":"31.1.20","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"0b83b4cb7bfdae9651f22e21eb3e3f2b1008f76f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-31.1.20.tgz","fileCount":458,"integrity":"sha512-37Pc73/gOuOzLOJlyTGdNPyCvrj/qL9CRQ0QcP/AO4faf6fJ9XQiR2ocUoxviT7NA34Xvs5K61/TxbV7aqKZwA==","signatures":[{"sig":"MEYCIQCZF7pLHtuIjvvSs4I7QhJ9jNBFsDbW02S9m+j0ggliPwIhAJiAvd0QuftE2mobzMfB6bPa5Ex3ftiOotwQtNr4anKf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48136878},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.20","@syncfusion/ej2-data":"~31.1.17","@syncfusion/ej2-lists":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.20","@syncfusion/ej2-popups":"~31.1.20","@syncfusion/ej2-buttons":"~31.1.17","@syncfusion/ej2-navigations":"~31.1.20"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_31.1.20_1758077426610_0.12171422094102646","host":"s3://npm-registry-packages-npm-production"}},"31.1.22":{"name":"@syncfusion/ej2-diagrams","version":"31.1.22","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"dc427daa51f7a9522cb0c66e1071fd6133b9f6b7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-31.1.22.tgz","fileCount":458,"integrity":"sha512-7VTFwlEkNCF7homAL+UOeOAWuWGcItqQGr4+dKoEACSuamzXURcZrZPultpakav9wq7kBox1tE9m/ROeAJmFNg==","signatures":[{"sig":"MEUCIQDXKfWSQ/YX9yhu3YP/8NRo1ims8A+Dzgb9aDR6vLU7OgIgSHObPmqSSIAinDQ5Jcuul/Rh//qFYl68cqtmu3FwNHw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48168729},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.22","@syncfusion/ej2-data":"~31.1.17","@syncfusion/ej2-lists":"~31.1.17","@syncfusion/ej2-inputs":"~31.1.22","@syncfusion/ej2-popups":"~31.1.20","@syncfusion/ej2-buttons":"~31.1.21","@syncfusion/ej2-navigations":"~31.1.20"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_31.1.22_1759289819147_0.549235292604531","host":"s3://npm-registry-packages-npm-production"}},"31.2.2":{"name":"@syncfusion/ej2-diagrams","version":"31.2.2","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"ddae1c0f5210b82d9dd4aa343d02af670d805999","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-31.2.2.tgz","fileCount":458,"integrity":"sha512-G8n4qfkal5LABZOGi/PP0VUU/naP34RXIeEaFukNG79gOPJtzyLbHdlASQUe7BTdl1BuQfNeKICpXfK9t72xQQ==","signatures":[{"sig":"MEUCIFFjo6KnjuvC/KH5FrqbYibFNTmIALoJYrrZJtKMlaJsAiEAltdAzmJrHtNnQoXDvmgDnii4KPHWPnoUCwVJlrMS48E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48168717},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.2","@syncfusion/ej2-data":"~31.2.2","@syncfusion/ej2-lists":"~31.2.2","@syncfusion/ej2-inputs":"~31.2.2","@syncfusion/ej2-popups":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.2","@syncfusion/ej2-navigations":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_31.2.2_1760521547101_0.9025712265330952","host":"s3://npm-registry-packages-npm-production"}},"31.2.3":{"name":"@syncfusion/ej2-diagrams","version":"31.2.3","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"0e802e70253606de19d5ee1a0b8f33d346ab7531","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-31.2.3.tgz","fileCount":458,"integrity":"sha512-Xp+eurfrwbwGkhqm0/UdK26ly7v8gn+4e5cfUvlLm/D8ViI4MXjkDjjzEXtTR6DFcOl7UqeDk2+RffuN0aYDCQ==","signatures":[{"sig":"MEUCIHLp6kLra9QnB4mHI8U17KmGOjoQwh8vkputb+HI4Mt9AiEA1t8FPGGWVM928NZmCUJmnPI5D6McaXmh80+JsoUAGIo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48212418},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.2","@syncfusion/ej2-data":"~31.2.3","@syncfusion/ej2-lists":"~31.2.2","@syncfusion/ej2-inputs":"~31.2.2","@syncfusion/ej2-popups":"~31.2.2","@syncfusion/ej2-buttons":"~31.2.3","@syncfusion/ej2-navigations":"~31.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_31.2.3_1761106003081_0.8649049221783223","host":"s3://npm-registry-packages-npm-production"}},"31.2.5":{"name":"@syncfusion/ej2-diagrams","version":"31.2.5","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"9b118857c4a1273c7f3b849b616ee14362cebaf3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-31.2.5.tgz","fileCount":458,"integrity":"sha512-oA9ROWuwGEUnj6urMFJ2MHEvUHHSWQK4XKuMnr3KW9xNdZGV8pydRT7JtBSC5M6ENfYUuuKeFXBF6+cPZbQuZQ==","signatures":[{"sig":"MEUCIAvOy1nNMBV/RTqF9KjY6UNHheUBsVwtwZ+4TTCWX8CbAiEA+7GjpzAo1nKjFVsEvvaa7cVPX3G8ANx2gCq6xEsEIy8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48228025},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.5","@syncfusion/ej2-data":"~31.2.5","@syncfusion/ej2-lists":"~31.2.2","@syncfusion/ej2-inputs":"~31.2.5","@syncfusion/ej2-popups":"~31.2.5","@syncfusion/ej2-buttons":"~31.2.3","@syncfusion/ej2-navigations":"~31.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_31.2.5_1762225418952_0.9272908697729125","host":"s3://npm-registry-packages-npm-production"}},"31.2.10":{"name":"@syncfusion/ej2-diagrams","version":"31.2.10","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"d574ee6e8dc5e985f747d3362fdd98e5079db8f0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-31.2.10.tgz","fileCount":458,"integrity":"sha512-kSwZcMIzH0QINolVe5hGUPMd8I4WRq2Yl3D6S+CDxt1OVlbYSjinIkMfWe6k0pcKJ5bl+7OZzOJ3ddTcIZvBSg==","signatures":[{"sig":"MEQCIGEyFZ+bc2CsKwwIu7ZJrA9xNejnKTSuvdP6ztV4fSp3AiBi1u1wQa2rhqOWIwglk1P3FsFrI+h7hDwr6qQiDn9Oxg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48246790},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.5","@syncfusion/ej2-data":"~31.2.5","@syncfusion/ej2-lists":"~31.2.2","@syncfusion/ej2-inputs":"~31.2.10","@syncfusion/ej2-popups":"~31.2.5","@syncfusion/ej2-buttons":"~31.2.3","@syncfusion/ej2-navigations":"~31.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_31.2.10_1762977927379_0.7153532072740791","host":"s3://npm-registry-packages-npm-production"}},"31.2.12":{"name":"@syncfusion/ej2-diagrams","version":"31.2.12","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"533d4ea80683f9a8e0f72cb827a1048f60d39b6b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-31.2.12.tgz","fileCount":458,"integrity":"sha512-bJEjFk6xSX6yqoKc6BWHLKymR41muUZtb7E2MRL5uFFJjwixmZSMb/CyQigxcrDMbi7Jc3JY1uEUk8aGUpohxQ==","signatures":[{"sig":"MEUCIH/TVCtbPGs6yz6UqtKfxlk1dBd0w/0n/YhLsQnF+8u4AiEAiqtnL+e0LCpMyvx3eXkFZbjv50aBPEk0TOgalnr65yI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48297011},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.12","@syncfusion/ej2-data":"~31.2.12","@syncfusion/ej2-lists":"~31.2.12","@syncfusion/ej2-inputs":"~31.2.12","@syncfusion/ej2-popups":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.12","@syncfusion/ej2-navigations":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_31.2.12_1763452048510_0.02314830657782152","host":"s3://npm-registry-packages-npm-production"}},"31.2.15":{"name":"@syncfusion/ej2-diagrams","version":"31.2.15","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"678752863b412ec2498f2b54d356bf6572940a19","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-31.2.15.tgz","fileCount":458,"integrity":"sha512-pL+TyjIzOXU7ndZwev/xXnmLvC6P2tK0BrR5m3reeW7sj3Wnr5CN9PV29aj5yoqQOtH7TmBFoyVzS7PZ8F+wpA==","signatures":[{"sig":"MEQCIAGI/cL8IycZQTPZjxhPoR2YjX9liQJVJkyOr4Rdy/n1AiByEIvvOurkvjmQpY/eYUCCjkfRHkn4b3+5lSaqaYFC9g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48298043},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.12","@syncfusion/ej2-data":"~31.2.12","@syncfusion/ej2-lists":"~31.2.12","@syncfusion/ej2-inputs":"~31.2.15","@syncfusion/ej2-popups":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.12","@syncfusion/ej2-navigations":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_31.2.15_1764030229543_0.3816540779595847","host":"s3://npm-registry-packages-npm-production"}},"31.2.16":{"name":"@syncfusion/ej2-diagrams","version":"31.2.16","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"901af1b1c30b5ff60ed8ffc101cc17a1bd9c5e58","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-31.2.16.tgz","fileCount":458,"integrity":"sha512-uLb2C9ehi0s6MsI25s9wnv0y4PBCkZ5qEQtGO9A1hoazBG8C1T3M5JmKpm7X9JM0Bsw00mHUDF+1DUe4llc3pQ==","signatures":[{"sig":"MEYCIQDgGVFic3MO6YZhz0wIutIQWSefLlpTx6wXFrdnwdLLsQIhAOE1ubtH0/QyJqtapPD2OYbhroXzyIut+4TO64ps4g6f","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48309869},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.12","@syncfusion/ej2-data":"~31.2.16","@syncfusion/ej2-lists":"~31.2.12","@syncfusion/ej2-inputs":"~31.2.15","@syncfusion/ej2-popups":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.16","@syncfusion/ej2-navigations":"~31.2.16"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_31.2.16_1764648920798_0.35082625325864614","host":"s3://npm-registry-packages-npm-production"}},"31.2.18":{"name":"@syncfusion/ej2-diagrams","version":"31.2.18","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"d31f1ee12b71b56c6f04452302eb253e25a152b8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-31.2.18.tgz","fileCount":458,"integrity":"sha512-v7gx4v4GFY0jMcFlKMPayD6Ef6MvKFEzOVQdOZ2ejBU2YTlh4wtsyvvUq1JpYK1OzGAurNOmjE+P5wXv2GT5CQ==","signatures":[{"sig":"MEYCIQCxM9g70K/8rYrKZQvMZxD4AHey2oVfQnIvBxqFR6QNvwIhAPxcZxJa/eHxobhaQA4sSMScniuCvYiB+bt2g5jGvtsE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48311626},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.18","@syncfusion/ej2-data":"~31.2.18","@syncfusion/ej2-lists":"~31.2.12","@syncfusion/ej2-inputs":"~31.2.15","@syncfusion/ej2-popups":"~31.2.12","@syncfusion/ej2-buttons":"~31.2.18","@syncfusion/ej2-navigations":"~31.2.16"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_31.2.18_1765252301673_0.8486016444577453","host":"s3://npm-registry-packages-npm-production"}},"32.1.19":{"name":"@syncfusion/ej2-diagrams","version":"32.1.19","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"688050bc354f91a1507646fc24f4541fd7224d5d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-32.1.19.tgz","fileCount":460,"integrity":"sha512-VMd2Jm0/fM4lrB1wlJ6LVMN/KKEajYnCS72XUTGbdEWiy+J0CpQtrgm09Vmkd1zGIbmA8oyFtck5Iwv6kAOhhw==","signatures":[{"sig":"MEYCIQCJIA3gbujs5QlL8sp1jJ4TOOXdxj5ryEJ6asiDjKCQJgIhALu+TDmYkHY2E3EmUyB44BlqyNWUDGWgYuQ0NRO30Ff/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48502105},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-data":"~32.1.19","@syncfusion/ej2-lists":"~32.1.19","@syncfusion/ej2-inputs":"~32.1.19","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.19","@syncfusion/ej2-navigations":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_32.1.19_1765867292013_0.33776602013340895","host":"s3://npm-registry-packages-npm-production"}},"32.1.20":{"name":"@syncfusion/ej2-diagrams","version":"32.1.20","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"eb0e0c0a784068f144e7ada904f497461ba8c6ca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-32.1.20.tgz","fileCount":460,"integrity":"sha512-kXMjI54V6JJIu++TNMCk2qEhxxstOqthx2zXjKq+RS4QNcIsqvnmkvlBE9fzxIlcoBklPZBA7M6yCHWE/qxVgA==","signatures":[{"sig":"MEQCIDKDVvShyulw+4lNKf77AK9jSFJuCwSpiM1MVEOR+NzkAiA52v56bIP530KPDl7uujUjBDTKy1is7Ok7j3rFqcsEqA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48534419},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-data":"~32.1.19","@syncfusion/ej2-lists":"~32.1.19","@syncfusion/ej2-inputs":"~32.1.20","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.19","@syncfusion/ej2-navigations":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_32.1.20_1766466392823_0.23024471644880218","host":"s3://npm-registry-packages-npm-production"}},"32.1.21":{"name":"@syncfusion/ej2-diagrams","version":"32.1.21","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"c029f9704849c91bc7a6075c46a29d737d835e43","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-32.1.21.tgz","fileCount":460,"integrity":"sha512-kI2J6iEBqHmjQdmHJewsZbCvmvU1bOZ8BNA0ErMOEA03Cn4qTJH44RCDWEBTeU+RsHWZxM0H2sdAWf1c1ppKqQ==","signatures":[{"sig":"MEUCIAPMTubEleW7mbEg9udf8fYnesG+CHnKGTU7JJXu/9nlAiEAu2rfIBm6Nw/b7RTBkt43iO6WyIJN71aO3KVzrMOfPck=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48540023},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-data":"~32.1.19","@syncfusion/ej2-lists":"~32.1.19","@syncfusion/ej2-inputs":"~32.1.20","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.21","@syncfusion/ej2-navigations":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_32.1.21_1767061646647_0.003675576833308991","host":"s3://npm-registry-packages-npm-production"}},"32.1.22":{"name":"@syncfusion/ej2-diagrams","version":"32.1.22","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"0710fca32f8d6300177bfcd87b4bf245d23f6f0a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-32.1.22.tgz","fileCount":460,"integrity":"sha512-uu8Rj8fVb5Fdj66CUeIGcLVwxr6CXgFgTE5EWE89O2jt21DypKinRS5GwRKE11zt7lyWUwmxDbRJUkrATqH/hg==","signatures":[{"sig":"MEUCIDVNqvXtugoOQ770CJs3RLx0WvyaggEQyHk+xud9KFGPAiEAk2MnNyj855jRexcZFyh3IO4zNiL8n1tvffmwofBby9I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48572386},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-data":"~32.1.19","@syncfusion/ej2-lists":"~32.1.19","@syncfusion/ej2-inputs":"~32.1.22","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.21","@syncfusion/ej2-navigations":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_32.1.22_1767667754925_0.9431646259435065","host":"s3://npm-registry-packages-npm-production"}},"32.1.23":{"name":"@syncfusion/ej2-diagrams","version":"32.1.23","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"f73721f7e23d4fa55dbf726d6280184d290d4d59","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-32.1.23.tgz","fileCount":460,"integrity":"sha512-wEurTXiYU8SrC5CGNPXFlxq+uSCJ0sj68d0xxbhOR3NdjH7Dx46FKJXInzBdcHp/pQblHD0TqRsBi9WKUxCM8g==","signatures":[{"sig":"MEUCIAK5YiEoZB76iM0YyTNNArRPYTTuf/M/2l3iXc0DHrVUAiEAnF/XiNCeksxA029zHd+ZtOX/7Xn9CE8HWpMwsH+WMJs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48593793},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.23","@syncfusion/ej2-data":"~32.1.23","@syncfusion/ej2-lists":"~32.1.23","@syncfusion/ej2-inputs":"~32.1.22","@syncfusion/ej2-popups":"~32.1.19","@syncfusion/ej2-buttons":"~32.1.23","@syncfusion/ej2-navigations":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_32.1.23_1768275858088_0.008903074138460587","host":"s3://npm-registry-packages-npm-production"}},"32.1.24":{"name":"@syncfusion/ej2-diagrams","version":"32.1.24","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"25da1492d03c91ef3666152256f4486eba0322e1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-32.1.24.tgz","fileCount":540,"integrity":"sha512-nKUgs1kE+gO7RJTVOlUsNYM2F7fVUXUDpXEN7aqXvlydasRi9DdSrmrL2abntIkVPhte1H/LWYHpbbfKltw/Hw==","signatures":[{"sig":"MEYCIQCyNUDLgaPEKc/w6E9Glq0Erq+IHcjiXuYM8pWKi1QptwIhAKD1EImlfeC66qGGoUlRfum7xfvhBsNiMEvs+ILT6gf2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48634146},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.24","@syncfusion/ej2-data":"~32.1.24","@syncfusion/ej2-lists":"~32.1.24","@syncfusion/ej2-inputs":"~32.1.24","@syncfusion/ej2-popups":"~32.1.24","@syncfusion/ej2-buttons":"~32.1.24","@syncfusion/ej2-navigations":"~32.1.24"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_32.1.24_1768875936712_0.5090656718557265","host":"s3://npm-registry-packages-npm-production"}},"32.1.25":{"name":"@syncfusion/ej2-diagrams","version":"32.1.25","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"e3bde81be38f6e69f9b760f2162c6948a9782812","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-32.1.25.tgz","fileCount":543,"integrity":"sha512-dGDKTZRW7+0lOSL0jHaL98B/HWCm8KD6e8x0HYSzDAu9RkBNhg5Yb9725wrbKcRfMHhD83nGlvrR6fURecSLQg==","signatures":[{"sig":"MEQCIF7atVsQaBsK67C0jkGGVcDU5Zb3jie4Fme25XRmUBBsAiBKD6SPB65Q0g+9V0NJxE12cGkbJEOHNl1Df2xAR6x41g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":48647251},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.24","@syncfusion/ej2-data":"~32.1.24","@syncfusion/ej2-lists":"~32.1.24","@syncfusion/ej2-inputs":"~32.1.24","@syncfusion/ej2-popups":"~32.1.25","@syncfusion/ej2-buttons":"~32.1.24","@syncfusion/ej2-navigations":"~32.1.24"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_32.1.25_1769482403758_0.1074689999216134","host":"s3://npm-registry-packages-npm-production"}},"32.2.3":{"name":"@syncfusion/ej2-diagrams","version":"32.2.3","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"a5848933ed07555ecf9b96d2b0b49abd5de95b1e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-32.2.3.tgz","fileCount":575,"integrity":"sha512-3ppTCsrqhk1x8AHmxxTdSIZqdk5pQ8sRnWmndHB+z5IOVWTBtb4seK19xepo+NBtgwFZ7gf0snOBBtLAT2FrHA==","signatures":[{"sig":"MEYCIQCZlEA3VM9kAXZ4DdC/ZzoMDDnzb/OWbkVpdEiFOu3J9QIhAOJbbKLMk2h7T8QneDzyTo6a9LsVPnCJdyOEf6VRUppr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":59381859},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.3","@syncfusion/ej2-data":"~32.2.3","@syncfusion/ej2-lists":"~32.2.3","@syncfusion/ej2-inputs":"~32.2.3","@syncfusion/ej2-popups":"~32.2.3","@syncfusion/ej2-buttons":"~32.2.3","@syncfusion/ej2-navigations":"~32.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_32.2.3_1770256783753_0.7516240932265079","host":"s3://npm-registry-packages-npm-production"}},"32.2.4":{"name":"@syncfusion/ej2-diagrams","version":"32.2.4","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"50306d32d3b7fcd9a6e92aeb897787a9dba6bd15","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-32.2.4.tgz","fileCount":575,"integrity":"sha512-pHzt2IJ7CFZOioprjJE0hFaKA9DpiIGq+P9kbm6ROrXl0JUCClP2VIK3T0YwKdG5QhAvS/y6WdTCQaj65aCL2Q==","signatures":[{"sig":"MEUCIBazzeimX8QEa/ZCPXyjf55oDJVxk32SaxFSd3lJSYMPAiEA0SIKPROfbGDCloFR+gcjnXbdzHtB0aOSgZjwvev2nv0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":59385445},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.3","@syncfusion/ej2-data":"~32.2.3","@syncfusion/ej2-lists":"~32.2.3","@syncfusion/ej2-inputs":"~32.2.3","@syncfusion/ej2-popups":"~32.2.4","@syncfusion/ej2-buttons":"~32.2.3","@syncfusion/ej2-navigations":"~32.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_32.2.4_1770781052864_0.20260962462725263","host":"s3://npm-registry-packages-npm-production"}},"32.2.7":{"name":"@syncfusion/ej2-diagrams","version":"32.2.7","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"97fa910ddd6f4041baeeafeefe86321080f6007a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-32.2.7.tgz","fileCount":575,"integrity":"sha512-Pm5fU3Rr0UH9ChczwIRFA5PVl7yO0sJLGkH41WRS9eBgI7/cDEdIiD2InbcjT/hfc5OhM2cxC9OCFUsQFUCcrg==","signatures":[{"sig":"MEQCID2cUwhzCPC32py94LaZi0U+3QQZ7Xb44eEDU47895YUAiBYUvQUWsO3m2b53uLyF02VCfpc3gnvJb7yfd+UNCMcIg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":59395493},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.6","@syncfusion/ej2-data":"~32.2.3","@syncfusion/ej2-lists":"~32.2.7","@syncfusion/ej2-inputs":"~32.2.7","@syncfusion/ej2-popups":"~32.2.7","@syncfusion/ej2-buttons":"~32.2.7","@syncfusion/ej2-navigations":"~32.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_32.2.7_1771914197441_0.28891244467930477","host":"s3://npm-registry-packages-npm-production"}},"32.2.8":{"name":"@syncfusion/ej2-diagrams","version":"32.2.8","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"8da7def8cea85f52d215c66e0a6e29a7ca3a6d73","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-32.2.8.tgz","fileCount":575,"integrity":"sha512-dnzCqOywhR7F0fKpTPDOGV7FBVHuqkHQqyMLfK4k0658vohiixTukHHJXfGD2R9EWfgYyP9LdAX8tZJYR66sBw==","signatures":[{"sig":"MEQCIAN9HVTourJyVgSLodIIM4DsiNUUwOJ1uiOeoYgk2zltAiBVtALGEAaYC/MlbY8IoGpoxRcbowWNBkMNqCH095c5YA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":59411423},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.6","@syncfusion/ej2-data":"~32.2.3","@syncfusion/ej2-lists":"~32.2.7","@syncfusion/ej2-inputs":"~32.2.8","@syncfusion/ej2-popups":"~32.2.8","@syncfusion/ej2-buttons":"~32.2.7","@syncfusion/ej2-navigations":"~32.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_32.2.8_1772507646071_0.5311121633651734","host":"s3://npm-registry-packages-npm-production"}},"32.2.9":{"name":"@syncfusion/ej2-diagrams","version":"32.2.9","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"449c710f377fadfa57a81ed3d3818f9526e13cba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-32.2.9.tgz","fileCount":575,"integrity":"sha512-13xl0H6TZ0i743NwaoMpxoxDDFXcRPIcNm5VGAqVfAJ3tBGpPWMt4BrGhui8TVQiBoa7ZTrUk8imXmXr+jDJ1Q==","signatures":[{"sig":"MEUCIQDiMKoWU3+zRHBrF6Ebx+POMSmfLijIWB0KqRoEaMIyWQIgazIQxNrgtu8bM8TG+CaIIh2IbP/6LO/8HuciAmWss4Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":59464217},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.9","@syncfusion/ej2-data":"~32.2.3","@syncfusion/ej2-lists":"~32.2.7","@syncfusion/ej2-inputs":"~32.2.8","@syncfusion/ej2-popups":"~32.2.8","@syncfusion/ej2-buttons":"~32.2.9","@syncfusion/ej2-navigations":"~32.2.9"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_32.2.9_1773108706292_0.5787557346613939","host":"s3://npm-registry-packages-npm-production"}},"33.1.44":{"name":"@syncfusion/ej2-diagrams","version":"33.1.44","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"36be874f515d8c72cba38aae6aee580eef63cf0b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-33.1.44.tgz","fileCount":579,"integrity":"sha512-L6LseTtRzUfEL0JKnLiitaqWEQuTc7tvyWmi+rSE1N4z8AIObGPvhoFWPUFIW6vP7fk6r+iacISxogoprViwVg==","signatures":[{"sig":"MEQCIHOvSNo9gwKduC6pOqh2sGVocjd3AF7pbjPdMk1BQNSEAiBGmFcBx38u5Xe231oz1u5Vq4JeEVsmDsW/sunAfRV0xA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":61809829},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~33.1.44","@syncfusion/ej2-data":"~33.1.44","@syncfusion/ej2-lists":"~33.1.44","@syncfusion/ej2-inputs":"~33.1.44","@syncfusion/ej2-popups":"~33.1.44","@syncfusion/ej2-buttons":"~33.1.44","@syncfusion/ej2-navigations":"~33.1.44"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_33.1.44_1773658323655_0.527570872110485","host":"s3://npm-registry-packages-npm-production"}},"33.1.45":{"name":"@syncfusion/ej2-diagrams","version":"33.1.45","keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-diagrams@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":"e505f580ea1bb425aad023648fb0bf1b4a38ea41","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-33.1.45.tgz","fileCount":579,"integrity":"sha512-TWIcVPpdebXEcAQMAMBDazjHcbDYnQZIfWpAYaL3ycq83lkcTL5iqzcpz4Ar4U8c45GtL+b5LvzKI+O1LRt5bA==","signatures":[{"sig":"MEUCIAfxAKcRVXUlRDV6HjPR8+voqynL9NTX92jpXjgnjDv4AiEA+Rrl7zPaRr3MGsK5nDOjyLIlkcnPo4ocmRndY2sHpHY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":61838411},"main":"./dist/ej2-diagrams.umd.min.js","es2015":"./dist/es6/ej2-diagrams.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 diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","directories":{},"sideEffects":true,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~33.1.45","@syncfusion/ej2-data":"~33.1.45","@syncfusion/ej2-lists":"~33.1.44","@syncfusion/ej2-inputs":"~33.1.44","@syncfusion/ej2-popups":"~33.1.44","@syncfusion/ej2-buttons":"~33.1.44","@syncfusion/ej2-navigations":"~33.1.45"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-diagrams_33.1.45_1774330268034_0.41300170346061793","host":"s3://npm-registry-packages-npm-production"}},"33.1.46":{"name":"@syncfusion/ej2-diagrams","version":"33.1.46","description":"Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.","author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","main":"./dist/ej2-diagrams.umd.min.js","module":"./index.js","es2015":"./dist/es6/ej2-diagrams.es5.js","dependencies":{"@syncfusion/ej2-base":"~33.1.45","@syncfusion/ej2-buttons":"~33.1.44","@syncfusion/ej2-data":"~33.1.45","@syncfusion/ej2-inputs":"~33.1.44","@syncfusion/ej2-lists":"~33.1.44","@syncfusion/ej2-navigations":"~33.1.46","@syncfusion/ej2-popups":"~33.1.44"},"devDependencies":{},"keywords":["ej2","ej2-diagram","syncfusion","web-components","diagram","mindmap","mindmap diagram","org chart","organization diagram","organization chart","flow diagram","bpmn diagram","uml diagram","flowchart"],"repository":{"type":"git","url":"git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"},"homepage":"https://www.syncfusion.com/javascript-ui-controls","typings":"index.d.ts","sideEffects":true,"gitHead":"24ee1e3afadd54f2a1f3a39eb7ef2ffab0ebe932","bugs":{"url":"https://github.com/syncfusion/ej2-javascript-ui-controls/issues"},"_id":"@syncfusion/ej2-diagrams@33.1.46","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-nbPD8r1ePGgPgU2lghsltz4CX2jVaK8JBeav6QU/jJTnwkTt2F3ITQ+5eR5qi5fCPNtGAdBb+hWINo+pczRcuQ==","shasum":"41b593f8cc5cb4ae440152bbf5ad9d12ca42e519","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@syncfusion/ej2-diagrams/-/ej2-diagrams-33.1.46.tgz","fileCount":579,"unpackedSize":61835417,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGu+81sJyooIPqpNpUgRMK7p4TZ1u7vNJdT8LqtdicykAiEAo5V3XoTrBjnLQI+ScY0Dg9qrk7jMeiVG7jeO+YB0fCY="}]},"_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-diagrams_33.1.46_1774922155967_0.629565211818705"},"_hasShrinkwrap":false}},"name":"@syncfusion/ej2-diagrams","time":{"created":"2018-06-25T08:59:28.269Z","modified":"2026-03-31T01:55:56.505Z","16.2.41":"2018-06-25T08:59:28.693Z","16.2.45":"2018-07-17T07:44:39.533Z","16.2.46":"2018-07-30T12:55:39.426Z","16.2.47":"2018-08-07T12:39:03.851Z","16.2.49":"2018-08-21T12:37:59.883Z","16.2.50":"2018-08-28T17:57:20.996Z","16.3.17":"2018-09-11T13:24:34.364Z","16.3.21":"2018-09-21T19:40:36.894Z","16.3.24":"2018-10-09T07:12:18.986Z","16.3.25":"2018-10-16T10:02:04.372Z","16.3.27":"2018-10-23T10:14:38.207Z","16.3.29":"2018-10-31T04:36:17.806Z","16.3.30":"2018-11-01T11:22:57.508Z","16.3.33":"2018-11-20T13:13:00.081Z","16.3.34":"2018-11-22T03:48:25.219Z","16.4.40-beta":"2018-12-10T12:22:12.248Z","16.4.42":"2018-12-17T13:08:10.102Z","16.4.44":"2018-12-24T12:11:29.910Z","16.4.46":"2019-01-08T11:02:42.359Z","16.4.47":"2019-01-16T11:15:14.000Z","16.4.48":"2019-01-22T12:01:13.663Z","17.1.1-beta":"2019-01-29T13:46:12.893Z","16.4.52":"2019-02-05T16:35:05.084Z","16.4.53":"2019-02-13T10:10:28.649Z","16.4.54":"2019-02-19T07:29:38.341Z","17.1.32-beta":"2019-03-13T15:09:51.711Z","17.1.38":"2019-03-29T07:31:55.929Z","17.1.40":"2019-04-09T11:45:28.225Z","17.1.41":"2019-04-16T11:10:36.283Z","17.1.42":"2019-04-23T09:08:04.549Z","17.1.43":"2019-04-30T10:21:29.689Z","17.1.44":"2019-05-07T09:34:48.521Z","17.1.47":"2019-05-14T10:42:20.323Z","17.1.48":"2019-05-21T12:16:13.471Z","17.1.49":"2019-05-29T07:47:24.703Z","17.1.50":"2019-06-04T14:01:55.549Z","17.2.28-beta":"2019-06-27T14:52:50.006Z","17.2.34":"2019-07-11T12:39:48.159Z","17.2.35":"2019-07-17T04:39:10.557Z","17.2.36":"2019-07-24T07:44:11.057Z","17.2.39":"2019-07-30T07:24:13.051Z","17.2.40":"2019-08-06T11:03:06.166Z","17.2.41":"2019-08-14T03:56:57.913Z","17.2.46":"2019-08-22T10:52:26.868Z","17.2.47":"2019-08-27T14:23:59.294Z","17.2.29-beta":"2019-08-27T19:57:22.406Z","17.2.48-beta":"2019-08-28T14:25:40.440Z","17.2.49":"2019-09-04T08:59:21.683Z","17.2.51":"2019-09-10T15:34:26.145Z","17.3.9-beta":"2019-09-20T12:42:14.717Z","17.3.14":"2019-10-03T16:17:13.525Z","17.3.17":"2019-10-15T13:11:19.214Z","17.3.19":"2019-10-22T12:37:04.008Z","17.3.21":"2019-10-30T11:29:10.348Z","17.3.26":"2019-11-05T18:36:39.964Z","17.3.27":"2019-11-12T12:05:56.175Z","17.3.28":"2019-11-19T13:14:31.932Z","17.3.29":"2019-11-26T06:56:26.114Z","17.3.30":"2019-12-03T12:23:26.291Z","17.3.34":"2019-12-10T12:50:11.330Z","17.4.39":"2019-12-17T10:23:28.716Z","17.4.40":"2019-12-24T11:05:14.862Z","17.4.41":"2020-01-07T09:33:52.925Z","17.4.43":"2020-01-14T06:49:36.692Z","17.4.44":"2020-01-21T12:35:41.189Z","17.4.46":"2020-01-30T09:23:48.554Z","17.4.47":"2020-02-05T07:01:26.087Z","17.4.50":"2020-02-18T11:58:00.590Z","17.4.51":"2020-02-25T14:21:22.179Z","17.4.55":"2020-03-10T10:50:16.740Z","18.1.36-beta":"2020-03-19T09:13:12.249Z","18.1.42":"2020-04-01T10:47:05.432Z","18.1.43":"2020-04-07T12:13:37.760Z","18.1.45":"2020-04-21T10:19:06.821Z","18.1.46":"2020-04-28T07:57:23.785Z","18.1.48":"2020-05-05T11:24:11.504Z","18.1.52":"2020-05-13T08:24:59.603Z","18.1.54":"2020-05-26T10:24:41.369Z","18.1.55":"2020-06-02T10:32:33.023Z","18.1.56":"2020-06-09T13:17:03.977Z","18.1.57":"2020-06-16T10:49:43.555Z","18.1.59":"2020-06-23T10:00:25.949Z","18.2.44":"2020-07-07T00:43:40.753Z","18.2.45":"2020-07-14T05:55:35.730Z","18.2.46":"2020-07-21T08:01:03.408Z","18.2.48":"2020-08-04T06:34:06.272Z","18.2.54":"2020-08-18T12:25:00.847Z","18.2.55":"2020-08-25T14:33:00.078Z","18.2.56":"2020-09-01T11:44:27.545Z","18.2.58":"2020-09-15T14:48:35.926Z","18.2.59":"2020-09-21T14:51:55.674Z","18.3.35":"2020-10-01T09:42:59.361Z","18.3.40":"2020-10-13T13:57:09.468Z","18.3.42":"2020-10-20T11:28:49.984Z","18.3.44":"2020-10-27T10:48:18.481Z","18.3.47":"2020-11-05T08:16:22.103Z","18.3.48":"2020-11-10T09:26:05.398Z","18.3.50":"2020-11-17T12:50:59.573Z","17.2.52-1205479":"2020-11-23T12:25:42.182Z","18.3.51":"2020-11-24T11:29:55.574Z","18.3.52":"2020-12-01T13:16:37.264Z","18.3.53":"2020-12-08T11:40:11.965Z","18.4.30":"2020-12-17T07:25:41.444Z","18.4.31":"2020-12-22T11:43:59.032Z","18.4.32":"2020-12-29T11:44:26.284Z","18.4.34":"2021-01-12T14:38:17.070Z","17.2.55-1205479":"2021-01-15T09:05:19.366Z","18.4.35":"2021-01-19T10:37:27.262Z","18.4.39":"2021-01-28T05:08:45.959Z","18.4.41":"2021-02-02T12:04:38.381Z","18.4.42":"2021-02-09T11:25:37.987Z","18.4.43":"2021-02-16T09:34:47.630Z","18.4.46":"2021-03-02T09:36:39.315Z","18.4.47":"2021-03-09T12:55:04.111Z","18.4.48":"2021-03-16T09:43:03.296Z","19.1.54":"2021-03-30T14:48:11.480Z","19.1.56":"2021-04-13T09:18:16.666Z","19.1.57":"2021-04-20T09:32:16.308Z","19.1.59":"2021-05-04T09:24:52.011Z","19.1.63":"2021-05-13T05:56:20.699Z","19.1.64":"2021-05-19T10:00:13.826Z","19.1.65":"2021-05-25T06:53:41.000Z","19.1.66":"2021-06-01T06:02:13.198Z","19.1.67":"2021-06-08T09:11:36.753Z","19.1.69":"2021-06-15T07:14:13.883Z","19.2.44":"2021-06-30T05:09:25.588Z","19.2.46":"2021-07-06T08:15:59.638Z","19.2.48":"2021-07-20T07:04:47.196Z","19.2.49":"2021-07-27T07:17:56.321Z","19.2.51":"2021-08-03T09:00:11.734Z","19.2.55":"2021-08-11T05:31:41.475Z","19.2.56":"2021-08-17T09:32:04.313Z","19.2.57":"2021-08-24T09:11:42.919Z","19.2.59":"2021-08-31T09:02:02.418Z","19.2.60":"2021-09-07T11:03:20.824Z","19.2.62":"2021-09-14T11:30:47.266Z","19.3.43":"2021-09-30T05:00:15.142Z","19.3.44":"2021-10-05T10:18:23.324Z","19.3.45":"2021-10-12T10:58:14.457Z","19.3.46":"2021-10-19T10:17:30.462Z","19.3.47":"2021-10-26T10:18:14.332Z","19.3.48":"2021-11-02T10:34:25.216Z","19.3.53":"2021-11-12T05:45:05.444Z","19.3.55":"2021-11-23T12:42:08.293Z","19.3.56":"2021-12-02T13:55:33.587Z","19.3.59":"2021-12-14T13:13:03.913Z","19.4.38":"2021-12-17T05:48:16.292Z","19.4.40":"2021-12-28T14:35:16.259Z","19.4.41":"2022-01-04T11:25:06.656Z","19.4.42":"2022-01-11T14:04:48.735Z","19.4.43":"2022-01-18T11:18:50.786Z","19.4.48":"2022-01-31T10:14:34.938Z","19.4.50":"2022-02-08T10:13:16.187Z","19.4.52":"2022-02-15T13:56:58.724Z","19.4.53":"2022-02-22T10:50:29.392Z","19.4.54":"2022-03-01T12:10:58.357Z","19.4.55":"2022-03-08T09:33:14.915Z","19.4.56":"2022-03-15T14:45:17.992Z","20.1.47":"2022-04-04T08:08:21.586Z","20.1.48":"2022-04-12T11:10:33.279Z","20.1.51":"2022-04-26T13:29:09.039Z","20.1.55":"2022-05-12T12:50:01.267Z","20.1.57":"2022-05-24T11:21:08.225Z","20.1.59":"2022-06-07T11:22:04.752Z","20.1.60":"2022-06-14T12:19:53.540Z","20.1.61":"2022-06-21T14:59:08.872Z","20.2.36":"2022-06-30T08:41:40.155Z","20.2.38":"2022-07-12T17:20:39.543Z","20.2.39":"2022-07-19T14:49:27.433Z","20.2.40":"2022-07-26T11:46:48.755Z","20.2.43":"2022-08-08T05:42:04.567Z","20.2.44":"2022-08-16T13:00:03.904Z","20.2.45":"2022-08-23T12:34:26.019Z","20.2.49":"2022-09-13T14:12:36.450Z","20.3.47":"2022-09-29T08:47:18.915Z","20.3.48":"2022-10-05T13:35:41.825Z","20.3.49":"2022-10-11T12:50:37.268Z","20.3.50":"2022-10-18T10:48:11.337Z","20.3.56":"2022-11-08T09:51:45.747Z","20.3.57":"2022-11-15T13:53:11.441Z","20.3.58":"2022-11-22T12:47:24.686Z","20.3.60":"2022-12-06T13:42:14.114Z","20.3.61":"2022-12-13T13:24:52.348Z","20.4.38":"2022-12-21T09:28:33.514Z","20.4.40":"2022-12-28T17:03:50.938Z","20.4.42":"2023-01-04T12:33:26.079Z","20.4.48":"2023-02-01T07:19:01.959Z","20.4.50":"2023-02-14T11:19:47.649Z","20.4.52":"2023-02-28T11:51:50.494Z","20.4.53":"2023-03-07T12:20:40.885Z","20.4.54":"2023-03-14T13:42:43.403Z","21.1.35":"2023-03-23T08:01:26.247Z","21.1.37":"2023-03-29T15:00:31.372Z","21.1.39":"2023-04-11T12:17:15.902Z","21.2.3":"2023-05-03T08:49:50.475Z","21.2.4":"2023-05-09T12:31:28.426Z","21.2.5":"2023-05-16T11:32:44.788Z","21.2.6":"2023-05-23T11:50:56.539Z","21.2.8":"2023-05-30T11:53:33.707Z","21.2.9":"2023-06-06T13:25:25.116Z","22.1.34":"2023-06-21T11:53:20.498Z","21.1.36":"2023-06-28T11:47:45.773Z","21.1.42":"2023-06-28T14:52:17.921Z","22.1.36":"2023-06-28T15:40:58.360Z","22.1.38":"2023-07-11T13:15:25.344Z","22.2.5":"2023-07-27T14:38:07.455Z","22.2.7":"2023-08-02T12:27:35.593Z","22.2.8":"2023-08-08T12:08:42.369Z","22.2.9":"2023-08-15T12:23:07.968Z","22.2.10":"2023-08-22T17:57:34.670Z","22.2.11":"2023-08-29T01:18:20.514Z","22.2.12":"2023-09-05T10:36:35.448Z","23.1.36":"2023-09-15T08:00:13.880Z","23.1.38":"2023-09-26T11:46:01.817Z","23.1.39":"2023-10-04T07:44:44.713Z","23.1.40":"2023-10-10T13:15:43.907Z","23.1.42":"2023-10-24T01:02:53.399Z","23.1.43":"2023-10-31T01:28:17.114Z","23.1.44":"2023-11-07T06:05:57.962Z","23.2.4":"2023-11-20T06:10:13.157Z","23.2.6":"2023-11-28T05:33:27.126Z","23.2.7":"2023-12-05T02:48:05.412Z","24.1.41":"2023-12-18T06:24:26.011Z","24.1.43":"2023-12-27T06:17:41.877Z","24.1.45":"2024-01-09T02:14:52.231Z","24.1.46":"2024-01-17T02:01:23.489Z","24.1.47":"2024-01-23T02:26:15.001Z","24.2.3":"2024-01-31T14:05:25.376Z","24.2.4":"2024-02-06T04:51:31.736Z","24.2.5":"2024-02-13T01:58:51.658Z","24.2.7":"2024-02-20T01:47:23.880Z","24.2.8":"2024-02-27T06:36:00.113Z","24.2.9":"2024-03-05T08:58:19.995Z","25.1.35":"2024-03-15T12:11:20.318Z","25.1.37":"2024-03-26T04:55:37.117Z","25.1.38":"2024-04-02T02:34:00.164Z","25.1.39":"2024-04-09T12:32:12.734Z","25.1.40":"2024-04-16T02:16:42.450Z","25.1.41":"2024-04-23T06:39:54.104Z","25.1.42":"2024-04-30T02:59:36.699Z","25.2.3":"2024-05-08T13:42:47.691Z","25.2.4":"2024-05-14T02:19:16.281Z","25.2.5":"2024-05-21T03:26:11.872Z","26.1.35":"2024-06-11T13:08:53.254Z","26.1.40":"2024-07-02T05:03:50.608Z","26.1.41":"2024-07-09T06:59:59.894Z","26.1.42":"2024-07-15T23:29:11.824Z","26.2.4":"2024-07-24T09:24:14.926Z","26.2.5":"2024-07-25T23:27:45.935Z","26.2.8":"2024-08-05T22:57:56.508Z","26.2.10":"2024-08-19T22:57:35.813Z","26.2.11":"2024-08-26T22:59:15.399Z","26.2.12":"2024-09-02T22:55:38.497Z","27.1.48":"2024-09-18T10:07:55.983Z","27.1.50":"2024-09-23T23:00:49.339Z","27.1.51":"2024-09-30T13:24:47.016Z","27.1.52":"2024-10-08T03:08:07.830Z","27.1.53":"2024-10-15T08:42:55.228Z","27.1.55":"2024-10-22T02:57:08.935Z","27.1.57":"2024-10-28T23:59:36.225Z","27.1.58":"2024-11-05T00:47:07.070Z","27.2.2":"2024-11-15T04:17:54.167Z","27.2.3":"2024-11-21T17:59:17.770Z","27.2.4":"2024-11-26T00:07:15.182Z","27.2.5":"2024-12-03T01:28:18.768Z","28.1.33":"2024-12-12T08:04:58.986Z","28.1.35":"2024-12-18T18:12:31.135Z","28.1.36":"2024-12-24T10:47:52.340Z","28.1.37":"2024-12-30T23:50:15.438Z","28.1.39":"2025-01-14T03:03:28.669Z","28.2.3":"2025-01-29T10:24:03.426Z","28.2.6":"2025-02-18T02:20:58.013Z","28.2.9":"2025-03-04T02:39:18.206Z","28.2.10":"2025-03-04T07:12:05.083Z","28.2.11":"2025-03-11T02:22:39.173Z","28.2.12":"2025-03-19T05:01:46.557Z","29.1.33":"2025-03-25T10:12:03.431Z","29.1.34":"2025-03-26T11:41:36.040Z","29.1.35":"2025-04-01T01:25:01.258Z","29.1.37":"2025-04-08T03:05:25.280Z","29.1.38":"2025-04-14T22:28:54.721Z","29.1.39":"2025-04-22T02:41:55.716Z","29.1.40":"2025-04-29T01:47:27.664Z","29.1.41":"2025-05-06T02:24:47.865Z","29.2.4":"2025-05-14T10:45:47.744Z","29.2.5":"2025-05-21T11:44:19.173Z","29.2.7":"2025-05-27T13:21:22.271Z","29.2.8":"2025-06-03T01:29:24.676Z","30.1.37":"2025-06-25T12:31:10.272Z","30.1.38":"2025-07-02T05:07:29.457Z","30.1.39":"2025-07-08T03:14:11.438Z","30.1.40":"2025-07-15T03:59:04.775Z","30.1.41":"2025-07-22T02:32:27.531Z","30.1.42":"2025-07-29T02:20:53.408Z","30.2.4":"2025-08-07T08:02:27.710Z","30.2.5":"2025-08-13T02:48:19.778Z","30.2.7":"2025-08-26T03:58:23.257Z","31.1.17":"2025-09-05T07:13:06.164Z","31.1.18":"2025-09-10T02:29:09.058Z","31.1.20":"2025-09-17T02:50:26.905Z","31.1.22":"2025-10-01T03:36:59.529Z","31.2.2":"2025-10-15T09:45:47.421Z","31.2.3":"2025-10-22T04:06:43.478Z","31.2.5":"2025-11-04T03:03:39.344Z","31.2.10":"2025-11-12T20:05:27.735Z","31.2.12":"2025-11-18T07:47:28.832Z","31.2.15":"2025-11-25T00:23:49.876Z","31.2.16":"2025-12-02T04:15:21.162Z","31.2.18":"2025-12-09T03:51:42.057Z","32.1.19":"2025-12-16T06:41:32.383Z","32.1.20":"2025-12-23T05:06:33.247Z","32.1.21":"2025-12-30T02:27:27.051Z","32.1.22":"2026-01-06T02:49:15.398Z","32.1.23":"2026-01-13T03:44:18.503Z","32.1.24":"2026-01-20T02:25:37.077Z","32.1.25":"2026-01-27T02:53:24.217Z","32.2.3":"2026-02-05T01:59:44.178Z","32.2.4":"2026-02-11T03:37:33.262Z","32.2.7":"2026-02-24T06:23:17.897Z","32.2.8":"2026-03-03T03:14:06.561Z","32.2.9":"2026-03-10T02:11:46.689Z","33.1.44":"2026-03-16T10:52:04.101Z","33.1.45":"2026-03-24T05:31:08.489Z","33.1.46":"2026-03-31T01:55:56.391Z"},"readmeFilename":"README.md","homepage":"https://www.syncfusion.com/javascript-ui-controls"}