{"maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"dist-tags":{"beta":"32.2.9-1987473","latest":"33.1.46"},"author":{"name":"Syncfusion Inc."},"description":"Essential JS 2 TreeGrid Component","readme":"# JavaScript TreeGrid Control\n\nThe [JavaScript TreeGrid](https://www.syncfusion.com/javascript-ui-controls/js-tree-grid?utm_source=npm&utm_medium=listing&utm_campaign=javascript-treegrid-npm) control is a feature-rich control used to visualize self-referential and hierarchical data effectively in a tabular format. It pulls data from a data source, such as array of JSON objects, `OData web services`, or [DataManager](https://ej2.syncfusion.com/documentation/data/data-binding/). It also incudes interactions like expanding and collapsing the parent records.\n\n<p align=\"center\">\n  <a href=\"https://ej2.syncfusion.com/documentation/treegrid/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-treegrid-npm\">Getting Started</a> .\n  <a href=\"https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/treegrid-overview.html\">Online demos</a> .\n  <a href=\"https://www.syncfusion.com/javascript-ui-controls/js-tree-grid?utm_source=npm&utm_medium=listing&utm_campaign=javascript-treegrid-npm\">Learn more</a>\n</p>\n\n<p align=\"center\">\n<img alt=\"JavaScript TreeGrid Control\" src=\"https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-treegrid.png\"> </p>\n\n<p align=\"center\">\nTrusted by the world's leading companies\n  <a href=\"https://www.syncfusion.com\">\n    <img src=\"https://ej2.syncfusion.com/home/images/trusted_companies.png\" alt=\"Bootstrap logo\">\n  </a>\n</p>\n\n## Setup\n\nTo install Tree Grid and its dependent packages, use the following command.\n\n```sh\nnpm install @syncfusion/ej2-treegrid\n```\n## Supported frameworks\n\nTreeGrid 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## Showcase samples\n\n* Expense Tracker - [Source](https://github.com/syncfusion/ej2-sample-ts-expensetracker?utm_source=npm&utm_medium=listing&utm_campaign=javascript-treegrid-npm), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/expensetracker/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-treegrid-npm#/dashboard)\n* Loan Calculator - [Source](https://github.com/syncfusion/ej2-sample-ts-loancalculator), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-treegrid-npm)\n\n## Key features\n\n* [Data sources](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/localdata.html): Bind the TreeGrid control with an array of JSON objects or DataManager. Large data can be bound to tree grid wth high performance using load-on-demand concept.\n* [Sorting](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/sorting.html): Supports n levels of sorting and allows the use of a comparer function for customized sorting.\n* [Filtering](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/filtering.html): Offers filter UIs such as filter bar and menu at each column to filter data. Also allows for filtering based on related parent or child records.\n* [Paging](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/default-paging.html): Provides the option to easily switch between pages using the pager bar. The number of rows in a page can also be customized. The pager also helps provide support for load-on-demand data binding.\n* [Editing](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/inline-editing.html): Provides the options for create, read, update, and delete operations. In addition to built-in editor controls to edit a particular column value, using template support users can use custom editor components that suit their application needs.\n* [Virtual scrolling](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/virtual-scrolling.html): This feature improves the performance of the tree grid control when binding large amounts of data by only rendering the currently visible parts of the user interface and rendering other elements as needed while scrolling. Both column and row virtualization are supported. \n* [Columns](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/columnformatting.html): Column definitions are used as the dataSource schema in the TreeGrid. This plays a vital role in rendering column values in the required format. Column functionalities such as resizing, reordering, column template, show or hide columns, stacked header, etc., are supported.\n* [Column re-ordering](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/reorder.html): Drag any column and drop it at any position in the TreeGrid’s column header row, to reposition the column.\n* [Column resizing](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/resizing.html): Resizing allows changing column width on the fly by simply dragging the right corner of the column header.\n* [Row re-ordering](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/row-reorder.html): Allows rows to be rearranged through drag and drop actions, changing their position and hierarchy level. A child row can be moved as a sibling within the same parent row or as a child to a different parent row.\n* [Cell styling](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/conditional-formatting.html): Customize treegrid cells by using CSS or programmatically.\n* [Selection](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/selection.html): Rows or cells can be selected in the TreeGrid. One or more rows or cells can also be selected by holding Shift, Ctrl or Command, or programmatically.\n* [Templates](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/column-template.html): Templates can be used to create custom user experiences in the TreeGrid.\n* [Aggregation](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/aggregate-default.html): Provides the option to easily visualize aggregates for column values. Also allows for the display of aggregates for each group of child rows within different parent rows.\n* [Context menu](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/default-context-menu.html): The context menu provides a list of actions to be performed in the TreeGrid. It appears when a cell, header, or the pager is right-clicked. Also allows for the addition of custom items with unique functionality to the context menu.\n* [Export](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=javascript-treegrid-npm#/bootstrap5/tree-grid/default-exporting.html): Provides the option to export the tree grid data to Excel, PDF, and CSV formats.\n* [RTL support](https://ej2.syncfusion.com/documentation/treegrid/global-local/#right-to-left-rtl): Provides the right-to-left mode which aligns content in the TreeGrid component from right to left. This improves user experience and accessibility for those who work with RTL languages like Hebrew and Arabic.\n* [Localization](https://ej2.syncfusion.com/documentation/treegrid/global-local/#localization): Provides inherent support to localize the UI.\n\n## Resources\n\n* [Documentation](https://ej2.syncfusion.com/documentation/treegrid/overview)\n* [Theme Studio](https://ej2.syncfusion.com/themestudio/)\n* [Custom Resource Generator](https://crg.syncfusion.com/)\n* [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_medium=listing&utm_source=github)\n* [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_medium=listing&utm_source=github)\n* [E-Books](https://www.syncfusion.com/ebooks?tag=javascript&utm_medium=listing&utm_source=github)\n\n## Support\n\nProduct support is available through the following mediums.\n\n* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support\n* [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-treegrid-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-treegrid-npm)\n* Live chat\n\n## Changelog\n\nCheck the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/treegrid/CHANGELOG.md?utm_source=npm&utm_campaign=grid). 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 140+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).\n\n> A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.\n\nSee [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_campaign=grid) 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-treegrid.git"},"bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"license":"SEE LICENSE IN license","versions":{"16.4.40-beta":{"name":"@syncfusion/ej2-treegrid","version":"16.4.40-beta","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@16.4.40-beta","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"59e3ed355c91fb779311c5d6d61d77588b6da036","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-16.4.40-beta.tgz","fileCount":135,"integrity":"sha512-M4jeSWIHPWaI8YfqP12ogsEkNplgxmlx7F/mFU3+VaFvUnPNy6VscOvzF/qwme/RL1uCSAjHzeEC0DGQnllpjg==","signatures":[{"sig":"MEUCIQDOueewlwFKqArrK1PUUykgbbUEgxUIKlVTQ2sAxrGvcgIgO8VMf2yKtrLqth3DR+DlV9Ifdb1iJWq0ngKvviROF3Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2285590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDlwACRA9TVsSAnZWagAAaSMP/2zdoC2DGj1dCN0G9Lu4\n0m6mYAfmi67jP8aiiyzWsxbo02qhSYcq6S+/XLCdcQNJuHLdODlXt1VPZiqq\nMQ+fosUCsGX7kYuoNnchrm7Jic2dgK1ex0JlQMWBcKxPD/4UVCFafhmmxIFI\nCHTyW1J7puCwThent2Qu3VeFW5Wh4DgbswPtVsM9wp1YGsN1o5Xh9kAqup/E\nKEk78fjDxSAMSlEv1tw6zcrnk/VV78tBr6e/+U+nxqiNNhUv/ls89T3YGTmy\nVrgp+R2IrE7ABfCDKjQRLi8IDMmQ+oSVPEA0dGuIUbfHl14Uqj3LxXrSJEfi\nAGxBlr6V2491EQdvxzTCGc2JBXeSFrmYKQd2fKs46fXWq6sPQ3NpFIUL+5jy\n8rlGkEHg3KDGxWAD7H4F9+rprjIqGwDrzV470XvrO2YKQCUGS4HKaDHa3VC+\n+O0AiAQLPrdIK/ft4KeTd8GXmk6XT+UB31B+hbW2og7hPz5wRNuzc09ExV/a\nP1q26V9GNTSRxvARZY4rZSgUZVIdBzmItRQcTdW342oz4KkW15uztIQdgz5F\neBLSWAlL04PR+cesl+PbGUEc5NAx0WcAgtYEMk8CcF6/SIb+Pb4A/h14WK8W\nxzkB+has+dK6Qdlw2pg62FAdeDaSyyWUxa2RuzWbebsM+XsUAZ+F10p3/Zsk\nyu7N\r\n=2nYS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~16.4.40-beta","@syncfusion/ej2-data":"~16.4.40-beta","@syncfusion/ej2-grids":"~16.4.40-beta","@syncfusion/ej2-popups":"~16.4.40-beta"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_16.4.40-beta_1544444927529_0.7717598799220815","host":"s3://npm-registry-packages"}},"16.4.42":{"name":"@syncfusion/ej2-treegrid","version":"16.4.42","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@16.4.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"1cb0a0b08eb590d38dbaf4b6c11b1eb8fe4916e7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-16.4.42.tgz","fileCount":135,"integrity":"sha512-Ew5Kv1do+OyYU1JvfhtB+Z6yHSq98h+GylftY6t0nHx5GPFr/ODZGkv8HZ57ij6xO4hmcT6eHylN7CFc2AHCtA==","signatures":[{"sig":"MEUCIQCPtde+hEH1tjfT/TJzxhoQwX5poomjdAW091CdR16JFwIgFAAYVdaSMEWM4YfNwFfQNLvS+DHAnlz7hiNFUipnFu8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2368141,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcF6E/CRA9TVsSAnZWagAAzhQP/0OkmYSRNiJU4pD80LyX\nJCRnEhaDRsZlJxld89Li773NvuSmYzwV/U5zMcO09jUppIa8bbO5LoHo6+t+\nIjjfFnJwwUke67I4VE3HE+XgzpZhbg821+hG0uZPfm8KbJYKVKGdQBJsSbP5\n8ofHvrMdRX5l5qbPcdfw/T0/6g6uc1ZxiYImCof7v7S+cBMR2E7Aw27T5nOV\nnuSZBCxtbclr1ZVnuIYP8qrSl5CYX1KH8c9EGvzNpkMLx1OtMvcLh394cljF\nT/CGNDyHm9pqC+qCDVZO1T0RmpQVYKHo+HHNCfA+gfw9+vUCpz2+nCTyfPVo\nYEF8W1DX13R93EhZb7aCQ0cPA4O4S3/oNUiG1aloKdrpl8Qgtje1QRgoVgPy\nPpQsisEO0UML3hmUmkUNJK1mQBsHifBRnSCDkJ+SOhV2VrKbhaUlW1LN6/g3\ndSmOuf3+cxXyRRwKLFcyETRa2fxu7hlr4+7BDWvCpckoCsQZMeMMxTRRww03\nrai5vWpIpySna/x3W2nOCwxBYqy5I9jVOxdrW68d+pmt3vPx3vzuv0F5rgwR\nt1416ZM2bxTGLwIQegMmRXNoEB1a3OLNulUGtvDs1MeNn/lV2xoD1uhk+6GZ\ndPtYxFeP5tiSJHnRxN4zM8/EdxOxuathEP93Vf6z1jsdW3Tsc5bKFD8h7h6z\ngAYE\r\n=6y0b\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-data":"~16.4.42","@syncfusion/ej2-grids":"~16.4.42","@syncfusion/ej2-popups":"~16.4.42"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_16.4.42_1545052478553_0.10658105711929067","host":"s3://npm-registry-packages"}},"16.4.44":{"name":"@syncfusion/ej2-treegrid","version":"16.4.44","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@16.4.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"219363a3769526677b3770b34545bfe4003e7f0e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-16.4.44.tgz","fileCount":136,"integrity":"sha512-Ig++LCNGoEb6xxFXFeNj/LpzA74mfjVIKBXNdOoF2zRHvRVaUvEAVBUEpZdnD8COrEDHNi2JjTPib78Ct5ssAA==","signatures":[{"sig":"MEUCIBQk0S8Pk2RD9JLd1AdpOvzxW6HAQR/y59qWhkDG8oUfAiEA92z21ohFYQln3XNIVqn1IHLqqsx1eWvDphzyLEBRuZM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2399271,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcIM3eCRA9TVsSAnZWagAAXN4P/RqWTxdYSiRFAlfSh1ec\nS/tZGDme3RY3ct4v6tVV6isO+PzKiUfsdHBbwLCiv/v5PccKlWgRCFdF+TP9\nNI/8hAwM3ecducb6Tmg83CSrfIhcuyX3dZl9e6QiFiucB3GNuCOltZzI+o9f\nZ5p6BMmCrTTIjdkuUXBIP0gug8YABz/T46Jozyh5G39aIxBgbTRXAAH3xTe+\nQlK0VKJCZ4eoOaWMUMpSrNZHeR7Eb+jICLE/KndQMLmdcOHvvgzmFgz6aOsI\nRvfe+IzrHkITT3fNu0Dp6XpUUJa6ppgg7YxIcBJbRukG5Wnok8uSK8epMrsW\nVaWXZ4SEJggFyN+KgxU76pwO9Wv1wubJbtwQcSeg6xV1Oeps6msXkUqWxS70\nJy0l8/yDm4nNG1O6RItsWS6qpOi851fGVXcqKk0hWz5XC2IfLoOiiL/c0jKF\n+ujgY/I3BowdqV2Ef97E1XRyFU6aiPouuuJus5VIv32v4hDRjdUnewl0yVKd\nQKXlRgWH0Jo22dHVTi6nVc9OnjZ+wDVXsELO68DGorDC5GByCxTsytJZpfgP\nef3df5cvdZdEL+kwa4+bxy6pquDAKGN2nUAsGxzJpMTvxutvrG0KGxAaf4el\naZ9Jb+RY9RyRChX2LBAAdI9L2vjmU4KKyFaHJ+rskz7+K9hwKDnvYADNReEA\nUPmx\r\n=ezEs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.14.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-data":"~16.4.42","@syncfusion/ej2-grids":"~16.4.44","@syncfusion/ej2-popups":"~16.4.44"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_16.4.44_1545653725757_0.8629948333756028","host":"s3://npm-registry-packages"}},"16.4.45":{"name":"@syncfusion/ej2-treegrid","version":"16.4.45","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@16.4.45","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"8c7aeeaf3eb9d218405cb010f093d805df688ecc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-16.4.45.tgz","fileCount":136,"integrity":"sha512-spHJX3hjxnveeFY1WyPIX+JGsurPf49oXmmRYkQub7wh4dlGoLz+J5YA5JM6m1CwyiKcwgj2GLnx23ZjDW8rMg==","signatures":[{"sig":"MEYCIQDdvcGX79N5YNhFxBGyKyUTNRAU0MFXg0/XflHXNgtklwIhAJpxiK+y0/2AYrZnNDQ7ZQ6UkpFBFwNp7vrf4KzA/W5k","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2412510,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLKhICRA9TVsSAnZWagAAjN8P/3IeBfv45y9TNO2uD2pi\n9k0yzULIpzy4N9Ywf2M7PUh991jzz52x46up1MmedFjGv/3oMwP8dJ9FgLs2\nDg0jh4zbOBDJ3r780FRzqAOvaqz8WLIqyUbSDqpEsvMtdk2DSe7pD3xb8eFu\nrrM0C2jBURnj4m5lR/ovRW/0PPHej+oeWJIVhyc1hWLLUfej9PlOmxs8gjKV\nKkrHBolgTe/kRIsLpy/cnSl8425usu51RTd8WAr5OKquzvCWH4xU+LhHrq3S\nCH/Tc4xpkpDc3UBxh0UcwM6KUN9rlpu/D+6GPuBoY1+NyRrJhYT4qSCSpmEf\nDtVtavvTg71SfCdjIk+fU0CZd/vi06oxPsx1Pch3mywEZHi9W/ZA5RKPehIE\nNnLvc45LEpn/lipmra7OLPXanfViEfjw71Y4ZLpQdZMcaYYVv+dk9tet3/II\nmOHZkSOSYvh444RV8L5z5aIy//oetNK7JnVtenX/3sxuWQCzpsnvsTtCIgtS\naE3GbYzV+tO6zaWVZbOkOihXgVwrexISjgQl4IcOML0PZLLmNZQ2dhJ73Nj2\n4vfqrR8qE7VC1iJ6kQPO0BVYKVGXXWoavcRoDYK8CxJxJhd3fdxkPzji8oct\n80ksVTAu5r7lITTn5OPrYIDbhcPOX1yEKWyObITfYUShmz90zK+jijS0sA6L\nSssw\r\n=a4K3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-data":"~16.4.45","@syncfusion/ej2-grids":"~16.4.45","@syncfusion/ej2-popups":"~16.4.45"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_16.4.45_1546430535681_0.4357850226632287","host":"s3://npm-registry-packages"}},"16.4.46":{"name":"@syncfusion/ej2-treegrid","version":"16.4.46","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@16.4.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"2127c1506e09797ce6b488b8a785f0e148f85ff4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-16.4.46.tgz","fileCount":136,"integrity":"sha512-4lbcU5HBxubWV3vUJIw63X+bLXoA95aEz0+slucujqRpSWJ1GjOxpeQVJlU6GFiK3LuNO6Pl0SpW6LP5kcnKWg==","signatures":[{"sig":"MEYCIQCqLug7SOG50DcVb2eprLvMNbk0Bo+tsH45ffcz8Djf3gIhANQ6J2Ny+je6NYOI/LXQ/ybKINHD1Dp5DstsG0ilPkMr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2419510,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcNIP5CRA9TVsSAnZWagAAyToQAIRwn2fWFUrmFQjfD9iR\no6QplVZh5aFWlFVM3XMVsYfoSpxDZWKfAm4aCyUIlJERhy1HWpjM5KfzdfXs\n9AC0XzPcn/9+kEBKZgDp0NH2bXbl/0M7AiLMa+LnY3aM7Tzl8KERpxuXYZUk\nSgk7ZV46gObqAQBwSqXYEGlIsPAVseHijQmp6LDkt4zS+wT0PBqapvggY7i8\nZ1gft92ZfmpOKNkyWND/sB5ualkuOJ81x/a34jFeelKECgKCpd1UIadRRXkC\nMI7y7jC3H09GfmutYQlLu6+sA9BkJSPuLKCqdugmt0Qs9T2VxtZOF5dFPE2H\ncQMvaWzjunnhnFTXchUXAOTTo3TFmfnvKvFSmXGvtvBqUuzUakFHyvhZNat+\n0kZ2gguYeI+RxfofqJBlcixka7mzUzrI+hAibaOqWEl3fzC5qYame+u7OapN\nKMNnTGOSyDvtR6hOcPf/DrX/RWB8lzb0dWWt9Ke8Ivz/i6gQ2eXxhVmduHkj\nJTvaXe4bUqwF4iQCDm6UAieBzEsOIgkmjvQPLUIYSDx4gOkg5AeYEhn7S7DM\nxOV6Ywbz0pokzESARt0VC5pljxZWu83x/ZaVjTkTf2mbd2o49IeUG1+w9fRa\n0FdvtDP2yl7rBfGZoYO2HZT5YoiTWf1qQr8XFPPR6me8hZeBVp2CFv7uC+mU\nBbCB\r\n=woVF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.42","@syncfusion/ej2-data":"~16.4.45","@syncfusion/ej2-grids":"~16.4.46","@syncfusion/ej2-popups":"~16.4.45"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_16.4.46_1546945528307_0.06431741639759592","host":"s3://npm-registry-packages"}},"16.4.47":{"name":"@syncfusion/ej2-treegrid","version":"16.4.47","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@16.4.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"8a5b0c71b58b0ea2440cffb1268a311ff00d8791","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-16.4.47.tgz","fileCount":136,"integrity":"sha512-ynnLo9gKk4+XWP6nZLj3YplL/nLjBV6wVZyn94uet9zxAox5Dsp4AcriOy3xKHGSxfv5Z4lsdEVCuOO0GmB3pQ==","signatures":[{"sig":"MEYCIQC+C3JoO4PSJ0uGPwAe6SWAff6gHsULdrkc5STSsm+1YwIhAM1GQTAHoJpcpatFgqMfft/SRdHBg0XZvhzPq2K9bMfc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2420738,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPxOdCRA9TVsSAnZWagAAlMwP/ib5MyJRvt1cQoTCK80T\n7l0ULCDMJImU0UVKefGdlo1mRmaBOJyaNB78m2addLlGL35XGQqukKQaITtO\nSD5MSEuyV7RRYG+/kWzBKIYUcN23uRo6s9X1TSaXeBeShSjTZkGqpl+jBb6V\nzrHZXfKx1b8tnSySZ4rYbjOqxwcZQ8enxIt5w1y7999Pnt05btEbHP8mjtiw\n0ZFE9XgPW+XM/lDHXAXG5f51F2bNpPdDjDCcVeyiDvud+i9xJPWILImM2zHR\nOp9LhX7PVmTBYSBN+HHkUK7M2TQ6IbGaWRp2fwH7KUmbA/KRUCU7LcM3cV4p\nolNS505liKQPaJCOMqRxB25nrNREtY9GHF7U02siDQntHVA0D62iySe8Op6l\nz7viPJSC6kTbdwb0MLK3cYHhwYTFQJhcbaDHXp14z0gEafmAIj2r759+5LLC\n0fQ4jUCxZy/YI+ALkHzxs3ZhnpSZcfxwLVM8YCoPzj82qVgGDhvSmiSFcMsD\nnHiNj6O2NjV2DnqMldiGi206OQuehlPBE3a7lbcjaiPMTYSl30RYEF9Gfiwa\nIbOQuA9sh3VE+UZoD/mK3aoqh5s3FCmMoyHZYKhz2TMQ6oA9FfNt/QeqCRFP\nT0uWlD7NNmBMUsm8aE5U1IF3AVdyBUOi14R0fTeE8enaiImwg+P0sJQdC7SQ\nIho7\r\n=Y/Wj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.1.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.47","@syncfusion/ej2-data":"~16.4.47","@syncfusion/ej2-grids":"~16.4.47","@syncfusion/ej2-popups":"~16.4.47"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_16.4.47_1547637660446_0.5056906881212095","host":"s3://npm-registry-packages"}},"16.4.48":{"name":"@syncfusion/ej2-treegrid","version":"16.4.48","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@16.4.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"a82e572f8acb45680d719a37c5da8e5fd9b01e3e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-16.4.48.tgz","fileCount":136,"integrity":"sha512-sLTvEybz1El8c5lcdWKYUa1PJ0EuDyUo+geuKRmwSEt7RaZHcLv7riJ9AbXLwfJGiYrt/82vu1TqAkmvtj9RCg==","signatures":[{"sig":"MEUCIEJdn5u/mCXLbhfQ1Gzuk8CVLLRiuds+SEA3Sp5/vNohAiEAnhq1tm3cFA5oePVMs9d1B8/K+IwIPGb01aDkTIsQwbw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2429230,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRwbOCRA9TVsSAnZWagAAO88P/01RImoMn2brG3PMhSXk\nQr5qxoQK7MZCvetEt0vaqZyA2oBGbID5m49RSa3CFqU1CGllTlCwDkRWAzTc\nx7jREiUqmiRBueadNoMDx4niJfUPnyA3IcbofMVuQj4vVctc0zX8QyuWyii/\nr6ZarHcfbym7OJ40MZo4l1iyw1x5fBrx8RJmJyxiNy/WtBkiMtjEWaEepD1A\nxLBiQ4DryggmTx5/lD+BginNCJ/UCGGFQw6HmZPRFM4oxODWo3qH9StEjtwA\nNKwHhvb4/ypZxpRsQgbx/HyfnJjidoEnCFTR1cTIL44ihGUwi7aVI3zeXZC5\nvYvC/BQExRqthGhilWYJI2AXrlfJ7ra4QclBVLRfSYVDWZgEJjEu1WM+lHBb\nnosavbExmbaEMS9YkAk7Ri9hGmIYK9igwn/zcEySy7iZVrbxAZ7e3O8zMmEd\ncl7aOw/qF1G/grxEwhrwJ+rcWrQFJwmLrPhp+pZdtkHfulgE68HwEWiM3kRE\nmGB/R1qJAWVs/J4I0nqMLDhDa2bqqIWnhuF5b5JGKfP7rx80FPOcJAxmcDji\n0hxsfWpYxKOLgrmhLQ+T8Vf+SmDBGVB4FuBUxxObgI3tGWtje3dchtpV+1Lp\nS34j2lZ2RURHdvgJy6/GKYCpu9tYUkeb6cR8iZCRfeW+aaQl5dnmB5YjhIp6\nMXOO\r\n=rNtl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.47","@syncfusion/ej2-data":"~16.4.48","@syncfusion/ej2-grids":"~16.4.48","@syncfusion/ej2-popups":"~16.4.47"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_16.4.48_1548158669771_0.9040995849338398","host":"s3://npm-registry-packages"}},"17.1.1-beta":{"name":"@syncfusion/ej2-treegrid","version":"17.1.1-beta","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.1.1-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"0dbbe77a9a62a5b5b3b9456e1d8664588d4422da","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.1.1-beta.tgz","fileCount":140,"integrity":"sha512-MSIh42r61/hEoNDck1ouMnQbjCUJTcOlK6KBya7Pt9irziHd9UYjgRFuOgi8lno5TuYmI4SkqsFL4+ojTlKxtQ==","signatures":[{"sig":"MEYCIQDN4zhBLjs2GcAwY3gpmfaxsHdiKgoKuQkKq/Y6dFCXZwIhAIqE0qJkfg0gCoFD2nPuApV0Z4VzOFVCMEoY5LtSo63B","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2412934,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUFqXCRA9TVsSAnZWagAAMxoP+weA8LeZYZ0ajPCMYqWG\nHLhSREA3cFTGxs4rVzkDITvJ+WwNKq6dkDDReBiifJZLl2qirAaSBrPI1+V5\nNeJtBUgjJnTtj1aD/hKDWf2rDgo1b7nkT3q7KixhleJoxoBqI3bklzWFNVi5\nwSkUIDfYLM1s4RD3GF4A80oWJI6A+0vHYZXa/Rv+Q6bYQy1i0hJar9V9uzjF\nY9KX4OkSu/yReyyzgmgOIn35DZCyeKearfDDwNg6QioPTigkI6K3w4QBJ91N\nhOtDP1McRRdkI3DJLI/mr76CQu0I5H7axrIZTxlRJuoBf4+EYGdwak59vHFD\nImZrIaXZKRVAKqID7ikWj7qmzJlVZdByLprpOUSPemRtlmz6XCWAcEyK810R\nfvf4o8ojx0Prtm07nOf+xBX7LwqhFKunYuHnJdfAIeGtfDV/WheUp+jMPs/t\n3NgfytaFSEQaieVt4OPQpFEDZlClp6Yb3plK32v0mcwnWQOihdraMyG6pbi5\nXxWUJnj9nBK42dgo1BprPJPe17+e4BPB432+vZLjyYxXavsKeC160mysUiz6\noig8U6N+ZDNczWnQ28ySZUBJCx7SG4C8uHI00mWuZYitUfozTgknFKw6Y4ks\n2B4ov9KlAsHi5T6TGNOuQrU/zo0/4mQptFzjnRE50GUfWgAFqctpcWMUug28\nhYOO\r\n=IZ2G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~17.1.1-beta","@syncfusion/ej2-data":"~17.1.1-beta","@syncfusion/ej2-grids":"~17.1.1-beta","@syncfusion/ej2-popups":"~17.1.1-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.1.1-beta_1548769942896_0.14513643912378837","host":"s3://npm-registry-packages"}},"16.4.52":{"name":"@syncfusion/ej2-treegrid","version":"16.4.52","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@16.4.52","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"dff40cbe1c239a15690d5fc2cbf9ec90fd00e078","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-16.4.52.tgz","fileCount":136,"integrity":"sha512-xi4K4tB+auYiBpuhX96GZEy5fwi/9VCxR44JQ5t9vo252ojmjf+V2yb5eRVQou2nF3KtvBf++nwUk4XF8zaGxA==","signatures":[{"sig":"MEQCICKgESPhbC87cyXmSu0VLanNWIxPH1c4Fcaxz5UWyKgbAiArClbT1pXnR28qb/PvOKr3kFM+qyEVorhxmEWwY3gmlA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2431400,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWbzBCRA9TVsSAnZWagAAwfAQAIB7NQsyUQklsU4bIGQj\nSuR4WoHc+cFfgPqew0gvW5qzkbdrFTNC8W9bw1T80XMI9gbOn9JFl1+cyWPn\nTATY7CR5qsiNDSty9jxpTvf6Op30rMGS1253PtgLPZGhQuEQ3gQGCk7HYE/F\n8xmDCyOiY/l16WnjRgzGr/UWGh2NPStxWpo3uzVp0+Xpl/bXEuQc78mS2bUl\nWr66u1RG126ElhNSGHcoriGrsCSahBdxER8EXBMDvJfU8UZSHbSkVevVAsiQ\ng6AuJEExXLCw20YUAcyE07RhMEIZM6fT0W+OJZpyfgL4hBZd1oqDkDXaoWg5\nuTKN+jSe0+35rQUaronk/+IBvXE1IsuouwebEQ38l69BSvTEn4Y6y1+aZxLP\nglkC+dKGj0AFp3pMdz6YPw5Hr5x9ALDtEwjEogaglF5cxINmpwYwGECDEA8h\nhwlISxpgVNxzcnDgQfzLN6QCCsJAaT6jp+61TfQEnJtW+caEjOj7/Wp+Jsos\nLz8UEbeqfM1udwBr0F2TxdnyEMQx/hzvz0v0EwcwUxFynCWEcgXY2xxcOrQV\n+zbho0hZjtuXiTsRPLV6LyzHsFuB258O3Qy0N0yKp+7KQYn+Biraj4/YoOIt\n02CfK8ghdUvJgINPnfjTytJ4AvpNqUXsXG56OzkJeayNHWRYwPDAAM3bdQhs\n1nqK\r\n=u42T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-data":"~16.4.52","@syncfusion/ej2-grids":"~16.4.52","@syncfusion/ej2-popups":"~16.4.52"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_16.4.52_1549384896765_0.9744911844660367","host":"s3://npm-registry-packages"}},"16.4.53":{"name":"@syncfusion/ej2-treegrid","version":"16.4.53","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@16.4.53","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"09f7eadd7ad7afb8f3b49faa9d7808643459c7d9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-16.4.53.tgz","fileCount":136,"integrity":"sha512-dbtMNChyfteTfgk2zMGzSEV6qpxoRxhxU0AGv2OfgFEDtoFiq3pIxeMgvwB10/MvuP1MAk7xayojpTwFXZQncg==","signatures":[{"sig":"MEUCIEltOC6DMUIsgq4kKCWYqpmtXrGwcRYAsL1gfzuUa1yDAiEAuGlB5tFVL/t0gFKR1ssaG71cYmnnuzh3rd8F/pQEoUo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2439010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcY+42CRA9TVsSAnZWagAAfZEP/0EazeEsC0aJfPpc2XFX\nUb1Co9OLdovIXmN5x1jljBLjP3CL5peSOylBGVe9YapjqlAIWr8dr/W/uj7/\nF3eFApsqanxnWUjtjw/S7Ufl1GGnP6VGhcwnQ00QgwWm3VM+vpOgsM40a02A\n8Psrl9DDDKIGGSKTZ6lTy2cNTFMKqzXYgJSiPhaWYQnPaqsZvv9ZCHZi2mVP\nttCBiUz1TjqQCsl4vJZ8+xse+6xLqCyZFycZLfasAI9Ck9zqFpHzUkweswME\nRRSGfQEuscSZYlqFj1dcpiezHvRh2ftTI++9QnKGBRFQK5NHo4M/LAPbdFME\nwHToTyl9BkvkMi/WcX5iNweFFEOhvUJq2voetwNEQHl1aNVCvd3wq8pJfHPq\n1Zo4gQvLtkfA55Cipx6LsbHIjyZNdaqfORhKc4HSCCht7ARuy3JYy0hE/sBy\n1rhcv3TYUIU15umMtFWp6J6F22OXxkhtE95l/VZemNPUEjsgs5XjpOmp1Rgp\ng/W5aZSqz4vh9zgaGR77I9d/wtqV82UqiACGTggabWWvz1Hgx6XAPFgbSm+E\nZZ2gas2rbL2s0UVw15aPc1z3cJ5LRtqD7usePIXrujjHelx6DDdXlk9wMZbl\nDxV5jo1IV2iKJhEi+imBwIx87KrEC2S0mD5Dtx8p0F5bG0kSb+jtAmINaqss\n+CHz\r\n=Kyc6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-data":"~16.4.52","@syncfusion/ej2-grids":"~16.4.53","@syncfusion/ej2-popups":"~16.4.53"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_16.4.53_1550052918299_0.5806292235272117","host":"s3://npm-registry-packages"}},"16.4.55":{"name":"@syncfusion/ej2-treegrid","version":"16.4.55","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@16.4.55","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"2c68ef69a0b3ee122a4371b7c159ac2539e2d275","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-16.4.55.tgz","fileCount":136,"integrity":"sha512-wqjWn4LKi/p4TwEtLdZwt/CbuqvNuRVEmZ3D+Pt7hGMgeHqNvZn0qxbqNvWeThOYZxBX2zgTTq6VexoVQLkzqQ==","signatures":[{"sig":"MEUCIQCb2m8M0RNzLyuZ/lRVDHJ+zaPD9ILiw629ouv7RZ9ESQIgHIBsL0Y3Hz/I++zm03CvgZU3bdUAGZjsWZjwBKWrlc0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2447276,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcdjqHCRA9TVsSAnZWagAAGrgP+QHeXs8wtsNFF9l6vOye\na/bBkcYhY9WhtkrXU0I4RSBQwWiHsfeKNrduH2qR50IEtjr/tp5piqcjxN3n\nOPUAPE2JhV1hkquU0/NjIbPIZQX4YLPbWcRFR/SpgCmCgx7F3Rtxn31jc1vN\n37f1r/qfbY49yyqhjdFwEIjSUb2sKXaxf4/ELwBALGt7dsgTJuws6fRIClYV\nuXdqim4Nttxw4MyQygJhcGp0KQKS87uliiEAL2GrS7dPEur/3ZITwb9hDWOV\nyIBgcsHEn46F3W7Lf34wXJjkYm8TxGcpxhNcEwjGp8iTEV9lNK4q9ArIlfM9\n0Cv3nHJ0gEEcxcH/e7tcnQlp9Kyjxd1YGHvu4aHhE/sYV55tGbsnNmi4XmBR\nrIxVb3Vvp4iaaURdOvY61BCOnczK3y9ao6cVu6dB5GzWa/KMtL0l5x8P7p5P\nscva2onDZPQhhr/nDgI6w6tGiEpImLOXWxIa25MgpkZGJ/Z9k+OmOWMdaq8u\nWc6atA3tRzn0UPlSOfD+Ahd7Kka4jsiVms6HAlmEcqbtjIUUOuymZTmNQKoz\nyc/rWkVUL3Gqk+isTKbTA05OUIbv4UUKqiL9xBytYZKBYUi6Ng5aC6CmYq3K\nWWMAEUvmPtNtJMldJQz0Plc/nBLATVq6k9m1ZbFDH6MtqO9K1Ea7zhTgbXXb\nysho\r\n=trvS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.0","dependencies":{"@syncfusion/ej2-base":"~16.4.52","@syncfusion/ej2-data":"~16.4.52","@syncfusion/ej2-grids":"~16.4.55","@syncfusion/ej2-popups":"~16.4.54"},"_hasShrinkwrap":false,"devDependencies":{"@types/chai":"^3.4.28","@types/jasmine":"2.8.9","@types/requirejs":"^2.1.26","@types/jasmine-ajax":"^3.1.27"},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_16.4.55_1551252102596_0.6623206912360231","host":"s3://npm-registry-packages"}},"17.1.32-beta":{"name":"@syncfusion/ej2-treegrid","version":"17.1.32-beta","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.1.32-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"ce6306b7925b66a7d4ece0951e36f20f6088b4f6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.1.32-beta.tgz","fileCount":151,"integrity":"sha512-OeYAocHRd1dN6W5TRJJtpgpOF+ViwRPBMxLA4iBnwd9szEkF5K3Zpx8Yl4yY6v3nGp5rtctLNZIr9LVCf7hejA==","signatures":[{"sig":"MEUCIQC3P0+ua2FLVrzlpCD5g1lTYea797DL1E9AduS162bRSAIgPVxslApkISLVZU0WYWeuBDSg9Ni/ZURwXVceZz7F4KE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2649395,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciR39CRA9TVsSAnZWagAAiioP/2VJ4GhjL+kXJ6jkYrEZ\nbGxqL+LPnjr1s8fKmz7nJoKOIghtb+2lI7t1YPTPgH3A1axIcQhhmepEevfK\n3mlBjk16Jg7d9iaxsEyalaHzJVs0TB5NgnwJRxqsFg4CUlNG66IJOSCENI+T\nC2GnfmClBtkeuB1EjwHpq8dlweiSj9Pzu8vs3QxYbETH7evc2m5YSFtW7HaL\niHqNIiZ0U5j5ViIm2psS89OXRM4YiGhBE1h2vkTk/vlfZx+FdS3DWo3Bsp5P\nlNZXLNnHJIHxcF+Z4Se4ZVXynhngjaJV12GZ4AhNWH+xpaQEzCwUfMJR7RR/\nmJnWJC8bx/lM/XzU6R7VjzSjrKq95YOX/Kppa0NDC0hmPvz8gOnTZ8rgCkDj\nXW3Eo5r0oILuIJUH+Zmar+i9o1fxIEtnOkPMn5gwD3w15ao+NAMWZwBTjp+3\nJRVrLP/NPHa9ijKliVjVLD6M9jeVdjOULoO2tiuzZcgExk5UEakXK1CzqFhS\nIgB/2WceUF+pKoqol+BwQVVyVamdCwmpikQCj8SrK4ch+4/sNQD9SgHUkSeB\n/SIzvrAqFGv0VuhYxe/7Ejb/IbcdQhvDa+D2nMaBmfo21y/b7r5NXsFjabW9\n5GTBcy+TWOCAEjyCKRWpun2e0StT17TuhZcJ2Dnckau8pSPOE1RSSLeEY/L+\niTQ5\r\n=8vuJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.32-beta","@syncfusion/ej2-data":"~17.1.32-beta","@syncfusion/ej2-grids":"~17.1.32-beta","@syncfusion/ej2-popups":"~17.1.32-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.1.32-beta_1552489980622_0.6855280780130975","host":"s3://npm-registry-packages"}},"17.1.38":{"name":"@syncfusion/ej2-treegrid","version":"17.1.38","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.1.38","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"1d88a6d8984d2b767b2d92cc7e1eb7f360912f7e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.1.38.tgz","fileCount":153,"integrity":"sha512-mBIeduHOIjo7wYLgUv0qvOzfm14erqviJp/2yrAnXqUNuL5/i96ycR7tO9PcMoMWmoLnAWvUy0XmxmTjB1aujA==","signatures":[{"sig":"MEQCIGiRjEFEMeuGtrtkGTqfcyRvK+b8Mq+bep+g8C799HA2AiBCA5x0rAh3NBsm03flPAG1RVzuUWOYQAFvermcCfHRlQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2678233,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcncquCRA9TVsSAnZWagAAFikP/0enFeopzSLxg1AgqPjq\nEa3Q3L2MErkcopkWuCqtG+n8z3WcrV5DuHIuN73yMkM6+t42K8yu2SxTRpeN\nAXU351jYfVXR2MTjZ064Kexv+Z1kuUn8cQQDwgEx3iS0SkSEQrhZwFWmjqRk\ni1Cg+0f3BWookwkVDjVns6by6C//6giJQEnJ2vs/1pA5hOGkCU0Mi16T0iHG\nYDmnpl+/mOx2Z8U4rCNptaGsPBF6pow/estTJMIjHDOEL6x/rr9MNax//jik\nl1+f1EM/F1wbJKEXJ3SGYFm/T1BF2JXqv08qZaCKE4PS2HAAopwdxAoB9iF3\nTjWkskQnGXpfboUkpHxcW6R8yF7PpwBKs9zKTqYJ7PD3xfWWPckBXhujQREs\nc8f5zZS0sNetuFahTAxx2HmYgty2V0mROUuxHlV8px4DuSKc6Q8ftpxBXTZe\nNG8lzGMkmtZ9ytcL/z3KBVWStA8X/JdxfKqH/gDasjpcfqMS8PaCTE1+MhiR\nzGtcBiUmmSsQ7uWkc/fIGKN4ER0f0i7HqchFKGp6IFB1mFxBrgnF+NXDMmfH\nzv50jd50cdbDxxgp3RTcC2e64qGV6bzAPrBevh3HWL1aeV33nEwmRy9LjN+I\nfKtYPc4EbYFV9dyqXW1pkWdQMKCTVwZgWwvmrM8T0v7U8kmTOZsTF0qZ5QXz\nqKju\r\n=xHwi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.38","@syncfusion/ej2-data":"~17.1.38","@syncfusion/ej2-grids":"~17.1.38","@syncfusion/ej2-popups":"~17.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.1.38_1553844909504_0.6707977273953034","host":"s3://npm-registry-packages"}},"17.1.40":{"name":"@syncfusion/ej2-treegrid","version":"17.1.40","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.1.40","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"833357d83fe6084ac01158ee3438c07e852c1988","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.1.40.tgz","fileCount":153,"integrity":"sha512-xid2Z++eGDRDn5QuojbuDWhrXH80mK4LmVAFcFVEspk5s0pVi+GeSpbgt8aItK+adH0rPgDLsPaQe3D8a1UAvA==","signatures":[{"sig":"MEQCIENn5qa/PDXqZ7Rt1coh2bUsUdiJgqOIrYfrsH8wuhwqAiATn1G80tlvtobtY4c4SNbH0HFUVlgZOaccoodypNkNOQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2688551,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcrIaGCRA9TVsSAnZWagAAAmkP/j2I07W2FV5S+vlt8qHs\npvVFc7RGpNCJIOT0/7rXjMpwxSn4ZyaxtwRM220RvaOKh5v0yD07a/PcRKKl\nah8tq6ttArkmqe+8Hm28SfrODziRmiCtz1FNcqXyvBPf94yosBYzF/2tnRcH\n7VMykzBzurOoggil3TE1S66ygcnoKSwAxm4kouGoX+LSm8xbZ2nomjQIRoht\n67n/aVuIhXmzf74uo4Qb1e5oVLeCML/rON2I8pFA5uN+DzrRyYTSrmCccPNm\nJmuewqfsSIz/pcOKpeGY1kX6DmGbUds9+CWkR6JfemFEuq4BuyQCfPt8NCid\ngMh66TBV7FgCXzeYbZZLhXQIMQM+qCBDReyPurpZmtJW7jqjFhrkEecoYsns\nFnUXuugS4qNDkVYoL2Ambhov8HwxLaQiC0wjy5Vk9nPAm55Z962La7jvQET5\nqjS1UhJzET7uzkP5SwBg3OlLvvwU4p5BCDssQlKejyFMFIqishpKBqZb6ojv\n5Y6VG0q8jHE9o2WJmgNLxk/5iqILMoi8s8jU7BNHag/cw/GmZeBM+NXPqwSd\nXa4pcaY0Fq2vXhfx5+EPpU3bui1m0Cakt441bncAMBgVLr9HrxodChJqBYKo\nCpa5GrfomG4tHV2XbrjHeXqfUeAi+4aINPavtkunYtdXNdB5FI58+V5iGmF2\nWZ9u\r\n=OGLj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.38","@syncfusion/ej2-data":"~17.1.38","@syncfusion/ej2-grids":"~17.1.40","@syncfusion/ej2-popups":"~17.1.40"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.1.40_1554810501895_0.7540295064136848","host":"s3://npm-registry-packages"}},"17.1.41":{"name":"@syncfusion/ej2-treegrid","version":"17.1.41","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.1.41","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"e30078c191871ff3a10724bc7c06298f6cfefaa8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.1.41.tgz","fileCount":153,"integrity":"sha512-ClRMuLU0y4btHzT9hB2uz3QUWMVJ9gZ/t9ObpFXv4fFVLgdXY8vVhEeSXDJqpitUMyQW+46111sEVsiUH6C1Hg==","signatures":[{"sig":"MEUCIHAgEuGDB6RNK2I9grnZ4u8tBtFUcOQ3I7b3B1+1CTZoAiEAk4jrcziMoZiOq/pkuLVA2Gg3qHhBlILBK5/JYxwyBvg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2695620,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctbiLCRA9TVsSAnZWagAA6+YP/A+rfVzZpaV8Sd46ownx\npVhnBn/Bcxr5e6KySZVwhrQSHFSW9jJSTtA8J3ZDZhL56e12JCfBtstN/zKG\nFHdSRXYMTGuf78YBLVUaQffNh6X8dbCLlHAe2hkP1tUanPW1E54LvW95c4yP\naM2eTZ5HVlHU3lUk3pEwhLoWINW6An2gjpQMtBjiGrIjIsBxV9/+ksFcYRZn\niJdBO6Syp+MM1YCjk8o4p7Lzkt9dpAu+YaNgqI+EFNX2WaEP+xZzJSChJOax\nw5ZfgrplyYC8cC0DFVKgKx9FoLbxKgx12YdqpJtWVplldYO2Lz1skIdA/ws/\nMO6qzaCa6bWZgxpvb9UDilS2Xiv+WjmWos0auUa88kBP7qe8Q/Xd0sB7jU37\nJ3Ay6qxuxM1SEcb6o2daIFglE8yCvYu/nk+6gooKpPK49c+VWSmRix0pG1lR\nIALZqgIipJeqQGI+ZOtawhOge0wziDDBR5V4OirEd5DVfbHCrvQBTYZBnV92\nm02C6nCPgo0tG1ejiXubT8qfsKqUYvXSEXEHewP7KWNgEyCdOCbUFQa4ImRC\nprEEn4hdTQaKiUQH9ubnOnJmPRRUC0kYCOTWknSb7M/CvsGZMw3N6v/JOYzU\nXJZt95KoHXm3l9oigVByMFFmmdvxDWzOGoGhRHVz7edBLI7dXliV/rRXi8d/\n9qvM\r\n=WvmV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.15.1","dependencies":{"@syncfusion/ej2-base":"~17.1.38","@syncfusion/ej2-data":"~17.1.41","@syncfusion/ej2-grids":"~17.1.41","@syncfusion/ej2-popups":"~17.1.40"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.1.41_1555413130638_0.23749757276582306","host":"s3://npm-registry-packages"}},"17.1.42":{"name":"@syncfusion/ej2-treegrid","version":"17.1.42","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.1.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"fcba2a69177a5894552653d8128ed0066bfab56b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.1.42.tgz","fileCount":153,"integrity":"sha512-VADdILFaWnJ7qxEj4Ok59mdRDRp71K9cPYvNc59Rf0QTrUvf6ZiwCrLSzGhj3dTwei2iiOFmQd0/7LigvX22Jw==","signatures":[{"sig":"MEUCIEs/1OFoY1sz/X1Q4ogd8JQTycJE8f/bk8J25GRbqZpVAiEAnLVmkYqLilBZyxsxvPOqXrNMHXvuyCnDw/9D+rSX5Q0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2696493,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvtbZCRA9TVsSAnZWagAAR6YP/i5MbtB8eHfxUwmN0QjT\nmeL+TfMkNPH1NcPHZOE+fKZWNwIWACdB2i5faI4DYheYBkR/3IeJhjyyyxee\nZaJwfw8B95UyMyiIwRxWiziLmcl2gnajFL7CDzgCg2NZgINUaIcs3J2dC1H+\ndbxCUPeMgBmKW66N+oJV9XivADWpDBSyDZ0dU1zVuom4I/GFLoqRWsDr8GM8\npvW7jcENJra9xOE0kw7+skuicVjliXRsWYc1iF2bcHnbzJ2JTmMMmSj0AEJT\nUK3s/EBP2D9HjphkNsfZURukcVnxruLOEjO8oKiyazDxOKjCtyQyb8WXQbw1\ntGpxFjIwXHthPZAiba3i2wKbHz1v83N0/vJYDkOi3oZctxzcYrkPHOMB8Frd\n4V06HXVANpyoYQH9svtXGhFfaCgQB/cdfnnhpde3MTRBpQmJW3cV5kB+TZAE\nF2zOElNIaVVR/yVHHzYG7eUK1TjdVE2ait6htdI3GN0ZJC/oLbh9LG3NQ1Vd\neYv+NBeCSyUZ//l9oTwE2C5iUPtkQuY3EHTO2Upwstwx+v9DzDskUHpNPeSb\nLH7Qx2pogSwVVMZvS9D6KBBRxbY2vkl0jGhheXGmHNaJGA7oksPrtJ3hbtXJ\nZ1ZI/Sl6+E4cAvz6yBRmFDFXpCo7o6ZZKZ36AU9LcC5OfYPoGy5fpywKhqY2\nqrab\r\n=/gPF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.42","@syncfusion/ej2-data":"~17.1.42","@syncfusion/ej2-grids":"~17.1.42","@syncfusion/ej2-popups":"~17.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.1.42_1556010712685_0.06713089300169228","host":"s3://npm-registry-packages"}},"17.1.44":{"name":"@syncfusion/ej2-treegrid","version":"17.1.44","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.1.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"1036968c50711fd0334c3d4f72641dedccd3ea71","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.1.44.tgz","fileCount":153,"integrity":"sha512-ecHVkQGdFJGrhcYAnnEC37jp6MUo94UFOUH8SoEXDDpd8yPSsFXnEVVIeq+ML4YeqhymEuFjlU6iSzYa7sKY9Q==","signatures":[{"sig":"MEUCIQDCPDyxxJRSmVHgkpPnEJml9b7BFagIO6BJk6e+15ImZAIgHYkmeSJVtISX4kZu5FQTgwC03FKbeo5Y5txGYUOY+JA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2764198,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0VGgCRA9TVsSAnZWagAA3qoQAISnvI2Tr4sP1NAlGTjC\nLXY8NqEo0bdz9ac5KvKOFetIy1/m1ne1T8UXpUZ58Sug2fGpb3Egc/mrrwWh\n7CX651KwbDzv3svBFakoyyrxdFLho/iLw3qbW+DpdVeQxTk6SxkEZWNGIed4\npjlPVR8+7YJAEC9lNFzVrPb96ufex55BpPHp9k2ix4bZby7kk9XCVNizfoOF\nr6n7ieUSZz103V5pNwXmBXI6tTntHkClgJuLvJ15ujwR4DSLqzOEwXqgcE6j\nBzpDnLixVy4KavgeV0eY3Wo/nEsfXerbjZkF3iFGbnQue7meku/1o4wIRaCI\n6hzewHo+hYnR34BLUR8XBuGOJU84uNAnch0kVyqlco8DrkZKcg2r35YOlXAZ\nPivz2gn9J00vPn3YcEEuMdZp1Iq/66lJpACENrKM6gry7sDTG2S/EJxrMCgn\nhtfhFOjVMVN/TYxxRJysQLXdPcVaLtdEHaZhw2MfC15jQQJQNunVI5OJrfp7\nGt1MquGTP74d6ENb/cJ8LN3f9osb2wN24fb7Y9vZgrx9oIeE2zrlfUjH2YcX\n3gNt6cofeDyj/u+FxySrprW1jeHqU7oujSapqV6vdpyj6ugxGNokrk8VSGay\n4zjTQHVVvUMhDNrX8tAmQeQIj27qXa/aSriANd2C9AycK57SpNzHc284EeUu\nV+16\r\n=BW11\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.43","@syncfusion/ej2-data":"~17.1.42","@syncfusion/ej2-grids":"~17.1.44","@syncfusion/ej2-popups":"~17.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.1.44_1557221792134_0.5546711603926495","host":"s3://npm-registry-packages"}},"17.1.47":{"name":"@syncfusion/ej2-treegrid","version":"17.1.47","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.1.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"c8c6b3993ee92b3e3b0f8ba7a91bc296faddf121","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.1.47.tgz","fileCount":153,"integrity":"sha512-cVB/c865h4sclNBAgp01b757W+L4kdlv+T9T9ba2vmm6aBbZKkzA6uMhCbufz0rO7/oH+TL+Miujy+HvMWHLkQ==","signatures":[{"sig":"MEUCIB7a23hfL+mWwNBh0qFmi8RCWXgCkgRmjiXE+x+eZmp6AiEA3FVxJVUwyGn4kkMPgXkQWaLeeyhYixefO1/kbBpUMoA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2766174,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2pxKCRA9TVsSAnZWagAAAKsP/37txHvIgOjU1c1uxoo9\nv5zeZhwwiIa4dLTmV777wUJ/oa85kQpmHWQzXDmtfRqIJvusHFpziPyxeOMP\n8lIyT29MB2b6IV9AyZbPA954QRIJ3UhVBDJr/idJZjGQkwiGgCIvCb8jBBxN\nGI7md2kkCvpMXOmpNY8UdVj7PeRhs8zssE7c+UrAio9itTtJnXEkv8N3czNT\nYZYjMhNORS6SCQMyF70ogObS8N/3IFADv5YaXHpeAmfoD+fzy1isCI3AFmUM\n0VXQEnKjsYpHSa/Tp7vSES6jMm9YEd9yT5lvvY/0xq3DwV730vEs75Uch9QD\nSDW32DeWdPA4KyBvQ1zENT7zEi31mjFHXns09K5Bl5TXx9i8DEQBBBJ6jZr9\nfSvLq0GFj18ysNKPNHPYjS/bux7jWu2x857V7wMnUQ6jlK0GCQosK0Xz43Gz\nPxAlYbeXt0ZPOcuAEOH0EZHqwHjt4MQfuj1WdO+SXGv0fwpOpyG8LRGPIjSi\nV2Dq8JtWVtpJVrEZ35CwiqxgCxEbmBBnri7t9VD85QrvJmiZiwczHvPV7s4g\nT9i4AOLmCOC48nz+PAVPi5KYWYp67BZ1m5zQNA933AGGWzMCwGdsXarKXx2z\nqSNn5kcWnhtttDZcZQC+8iN6LViZKp3Bi7DKW6EnSunTmNf761mfuuHLxLm9\n4ZDD\r\n=3VQa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.47","@syncfusion/ej2-data":"~17.1.47","@syncfusion/ej2-grids":"~17.1.47","@syncfusion/ej2-popups":"~17.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.1.47_1557830729895_0.6711801351571467","host":"s3://npm-registry-packages"}},"17.1.48":{"name":"@syncfusion/ej2-treegrid","version":"17.1.48","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.1.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"c82f1835dd10ae47f12bbec70fc099f8385c1877","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.1.48.tgz","fileCount":153,"integrity":"sha512-5aJS+SnNzseFfzuU217922uxp5LPe9YW5xiMHp8g8iJvWixbfIJEXtuMKtDNGaCSzM/qSE5QcJQhC5hb/mwP+w==","signatures":[{"sig":"MEUCIQCs/X12hWoqZFtkaT9tb5osZJo0Y92DIWSGGiI/PRhEogIgNxPfkF+GJxe4Lfh8Wlf/JnsV5OS6ynm/fYwj16oiiQg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2776728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc4+y6CRA9TVsSAnZWagAAQMYP/3HqHEW/0RYIshuOyqtV\nOxlA0pBZBlsPQ6xKTVhBRXYRzY96RMuCctrFgfSsVylMyW8yPsxZyWZRnUt4\ny09Srl2wIofeYeHvm4UQWZIbZorz9sLhtnt5Cx0iCCqQHiVmp5lAJ+ExHBoG\n+1CNdbvptnKkjebt0IpoFPgvQN4SNANvbvGzoojHgmAaqd5KiaZ0sM4xlI7g\npatFhmysRYnOh41Z4iuailehGCVResl2phX73tsc7iJMebhFDbhLdJp/oWac\n6wl5+z9nynnsEKreG/e2v/OGfzeTLWCct1xP3uZLLiTCXkXcYRI0CulTttiL\ntNv5nH5V0Q2q+YZRuYlkZcmXhDoq6xt5hITnuxAj4gMew9YIOWl6ool66DGJ\numhDev64C+rzM/QhUklouk1vld7NFRh2s2CtNW1hgnNIzwFvRKkCLNEZpb2o\n6t6U+j+Hyt+siuTG59e/OnrDKvC+HWvsqM7zjyFEw0EAiDL95xCj0w704Uzf\nb56Ah8ciIDDa9co3Z6Js447W/poEB88DtADzxOpM7w0dZt8Lv/Mkgn6FmedL\nNGPYDR60oEXe8DwRl13p3u9HsB7E3J2w2vW0la12uTmHnJ4BqRKx4fvnlcJX\nP+osGMb6UPeFcGhp7AJZYxJmG/c6NBzXJrSELJ4CYN8F6dJN3KpI8MHjtzJ6\nZc7i\r\n=1voM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.48","@syncfusion/ej2-data":"~17.1.47","@syncfusion/ej2-grids":"~17.1.48","@syncfusion/ej2-popups":"~17.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.1.48_1558441145855_0.7580688322790634","host":"s3://npm-registry-packages"}},"17.1.49":{"name":"@syncfusion/ej2-treegrid","version":"17.1.49","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.1.49","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"3dad060ec18bb94e91242448586dcc972f549e4b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.1.49.tgz","fileCount":153,"integrity":"sha512-bzqCPOSM8QXmJcXxfsHh8PlK59vu6ID++bD3vcnTyXRLt4NgUQ+U48OFdizzLO7xhBJkS7ijRcLa/FNnIYJYMg==","signatures":[{"sig":"MEQCIBXaS0xpFhB5X/qEzNV9plZ1F3r3sbhuS9XUInFVTjGcAiA3/e/72esD+mktBxKWroe9IShll21On626TDqYDR3taA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2788842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7jmCCRA9TVsSAnZWagAAErkP/ihxDKZGB7NdKk3Qida+\nrCcPAWtFZzg0jo6GwrC0DlAcHOx99iJ5KBQ7w7WSjvmf+SLHObBDYMRX3VDM\nTHYV9sqvEDLcwKpmqTpzbOKM0FQhAo+64WLyoNoSIs/7kSSy6cqpBpQ6IMga\neoQ4IeyaqOGHiP5PoDbVYM1vmwreUhb6ZUt2t7a7VWPzlhFJChCpGmlsToMH\n0Yu74Ee3jAGf6v29cT8ScqB+HULH6dR4Ptk43paUO7M4EmtGKvY+Uqum7tYW\n4FwfNb4HmO7ShPIiX6Ix/yBWrtVsQlCLaRjVi0yZraoAxZ/8oyFnPKgK3WTH\nDVoBcnd4B+AmWCxlheSZVYT+DA5CVFFfX/oFb+U/9VX4SzUfHp7xSDmA/oct\nNxONCYy0ypT2rQwemWmezoTeeDavPV/A5FSBttaSwJzG/s1SabCGJ7GCuzty\npxC0XH7mOgKnjtWbgDd+Jv3ItgSp7ObduQV6fIhJnE2H+chXGPaKP23m66Is\ns+SgFEQFKUjPdTZguQtYfj9/r1XKUFk8jZiIfzirIKl+6NKk4qiQ5xTer8z3\nKhuG/dz7ts7avD76EUli8ztBlMSCmYDauz4wPaSmq4mWwv++YWeqrXOam/KX\nnflHUBLWBj37U6tc5kk89JBACV3NN5L9MiW6ld80e8VitlL8ZL8S1qLr6dy3\nhAZn\r\n=Xo0D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"7f57beb20f7d3a2303325ede4a151a620093b706","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.1.48.tgz","_integrity":"sha512-4sN523dHzXGxWTdW2zWrvCcq1HaBiV2/Q7LjmDc/8uR5in/VLlBn7xm5rlenHNQDGMlJ/ZtmCB2ukgp9ZNhfzg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.49","@syncfusion/ej2-data":"~17.1.47","@syncfusion/ej2-grids":"~17.1.48","@syncfusion/ej2-popups":"~17.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.1.49_1559116161691_0.1426047791094336","host":"s3://npm-registry-packages"}},"17.1.51":{"name":"@syncfusion/ej2-treegrid","version":"17.1.51","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.1.51","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"d15e0099590ad95e1d070f1b2343918d2d57857a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.1.51.tgz","fileCount":153,"integrity":"sha512-KyOlvnuxU3O/Ag890AzY3EyMdjlMbFcgmRKNF1BD7YD+OG3lczQNQdnArme0txsUK3WFXv74U0Lp8GE1STkPZg==","signatures":[{"sig":"MEQCIFKqVwmdSgAuCcIWeaMrKK5ZjQpAIrMTuE5vhfx060E3AiBFSjrUG9hqT2ac4nDM+FKjkVu96agE6Mun726NZN/uow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2803962,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc/6HRCRA9TVsSAnZWagAA3o8QAITJlYyZqrXLsoKmb8zi\nRAiF7x1FPkNqd7PGF5cYT2YO0Jr8g7oYPXp4HrOxGozZuES/Tq99GqUbTrzM\nxQgh3BNWxkZhFxA6YSJjDHnMR7FDtch/Z9DM8xqMizTjQmG/CGXOwjw4Bq1J\nTz0+flIkfLbHRtAMSTziWwGO865WdrHUR3quXdIanNBc1X53tJvq8mi6gwZo\n86OA6+DwwFjmROlxJKgxljQ0W+P0qCWglPAE2n8+/tfvdcExCKkcuPPqFuRg\naBWxaW5hCgBhavW2NEzA4ROUAZz9gafDZDofOAUj9KXcqGT8DkwOicUzS7J5\nUZllR8YVfbvdYALQP4FitjRNeb+j22L8/aplQ6JB0hM5dgbkWoxsae+w0Jrq\nAYbQpCckSynjgW5uX49mcKqAZ0hFbR6AjbgKJVbPcPcKjIdIRFSq0NUa3X6O\n5hYleR2LmjsHKDDohxoA6zTydzJ5XQaNwUUBcZccYNSagYWsLeP+t4thh1wg\njueJEFf7fV/KnkTBKENzPizMM8JmZ/KUZi3JWQ36mbkLFz1+sfIHuq4ZySTS\nQ5Ibtps26F/ca5gF9bEewaO/uKc/jdgT21FOrPpwzDvNOg5jc/W3kegcXUiS\nwPPJ/IKNBTW24YRzWZvhhI76HOe3deAkRbezESGTXexi98cHCpBvbEk/kXIV\nK0Xx\r\n=eRhP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"fd9b8bd04d878f561ebd2d6f6a7ddd7bd368d407","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.1.49.tgz","_integrity":"sha512-k5AvnMorohT8XAsRl5ogrOrBaVOhKyimcdfAQCVlGz72Y1uBzKPGXF9xNpjUI44lMfpMchKLIDjCR9YRR7uRQA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.1.49","@syncfusion/ej2-data":"~17.1.51","@syncfusion/ej2-grids":"~17.1.51","@syncfusion/ej2-popups":"~17.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.1.51_1560256976485_0.6231037555860788","host":"s3://npm-registry-packages"}},"17.2.28-beta":{"name":"@syncfusion/ej2-treegrid","version":"17.2.28-beta","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.2.28-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"e9d64916dfb0c0968793dfbd5ce5f00f8a2fc97a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.28-beta.tgz","fileCount":161,"integrity":"sha512-ckTowYuAltu53LWQIcQV04bpqrV6iOExSNHkGuLle2PtDqVJiiq02Ed6gpjMwDKSQqP+bVgzwz4NA7N/KZXlSg==","signatures":[{"sig":"MEUCIQDNeUKy2/ZNcBElhCjHSiGjZSG1uygpalF7u7AGKZY8IgIgSnxEgeyvs/uAczt7pFnPaWVyDu3+AqafXynBivO7Edg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3187293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFNkVCRA9TVsSAnZWagAApe4QAJ6ToUzbaoMaoOQqoeo5\n3FnVtIf/uW9C6pY1mBMBH3KRbVGjR7BFGZ4/A3I52y5B2r+CCqwr9i3azn0L\nZn/Rbya1rm0mr0ke/3pVIhiJBKlDJr6uMfB4kfHmWZ4M7QS702DtnuJiSNBs\nvEsGGGuOMLsdlzdhuH+AyJU/lQQIsLOlkJOHcka9BuWVsDHwuOY64zM1xb27\nlAdPg2bDugzlfgZvN/mckxKctgSt9LyUGgBgTGahmuahIAx+9LCi28VgyVI6\nD2tYA5EymNTeH1keyBS8zjE72zlWhXloHocnOpHjRhzatffL+ARgmSy+bTTY\nLMX8ZYfI7M++MIT4ZdfAkBiBhfjrWSV9FElqoRvx1r7vcODKvInaZtuAKfv+\nd8fCY8aNVhYi3RnFWROcGZZ1MmeQwYlFJ2bl5dkWZkFCYC76oMD28u5zW76j\n+2b8FHKO9zE0KF9ajhYeqSFYrI1GwdKizo1nB8r73LIELkpazaW9m2rl54yJ\nCix21fOswnI38buE4mgsuzLimKuVPLded4AClLBonGc+Vj27WzLYqG1yyDrm\nC/km7hTuICtGDInVngr9tN2FnvjfCIfgTrRh1tthwzwLbAbs2taUYWkk331V\nWDhrBZyRGSD7wmxH9EBexea+U8jctql/5Cj2CADDJWoOtekhiWdNY+tzyesx\n9wIj\r\n=cBPO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"596cdaac3a130fb6f74651898a4907da24ebfe61","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.1.1.tgz","_integrity":"sha512-12nznJrXllQzC+BLjlSyd1lu+KEcFbK7ds4xScrElHKRHB5KRB3q86ep5vDkzz/SeZXbJZWYJ7nIQMudODSryg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.28-beta","@syncfusion/ej2-data":"~17.2.28-beta","@syncfusion/ej2-grids":"~17.2.28-beta","@syncfusion/ej2-popups":"~17.2.28-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.2.28-beta_1561647380645_0.3792295475973282","host":"s3://npm-registry-packages"}},"17.2.34":{"name":"@syncfusion/ej2-treegrid","version":"17.2.34","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.2.34","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"deb2aba0533e1e6cecdc6a6abb3750670dd95d01","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.34.tgz","fileCount":161,"integrity":"sha512-UdtE/rpMnGa8N0IPZUVauNLf/OsKbOEiiKTfxAm7CN1QGKkbxvNubp+bxcwv1zWw1M6jZgV7nmhomQ/pAMhjxg==","signatures":[{"sig":"MEUCIActYaQAs/hG1WH817q+hWIK8Npl1iQa4udhFvFJnSvlAiEAxkBOQIkTjHwZER1aY0jtjgZgNqpzZRhrygVX/L7HMLg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3197157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJy70CRA9TVsSAnZWagAA5pcP/3vB3nIIvTlcHKFZ7wPo\njhkp1FiTJq9gxx2JYvfPhhDcsc0qCoSZckOFZp3Ue8/zmmKdMY2Wtw3nsza3\n5OBkQY4bH9y7m7rp3ahFq+vt7Hz81ok61VBK5XPq1S5QgOpfj7rmKmnJU8sJ\nhRNCtbGmeXU1WPdD9dazaveZeklLZZxU9uJmr7HkhHdcPMlXYn90hggl8zJn\nQ6imQNITE7kzjiKiNI6UM5phTEo9zu4K33qfpwvxeIpUPoMKnCZNcuEHcndM\nQCwHBuXqejZGqNCAyIzTRhu2tORZORRHv0Ybd7VaothYFh2PyQH05MHUTlFJ\njaDOARbGTNgvFHfLJv479DM9By7YPGImaIu/p37l6JFtOB+YDVwmUZW4uVdt\ncZxHItfbopqisgf66+zyLRtoSGW8ha/x6i43VEiTCPOj790VuA/caOJc7weC\nlxbv6zWwRKyg6VqIdv9MWDBOpG7qXoPSwip9z1ARzVlZlPYSRgZXJb8qPQhk\nyFZqSTEgaf66UkpmtVsXHE5H8xDOJDR3CqKAvNRfT7HthqOueIzX8uzWLZxd\nxEC5zRFkBldGYX8l1hyXw0E/ILqVODvHpPZMK07cVhPd1XHZKHH9fhEKGNPn\netiUU71gQ0OJQOjrjCJG7YQ8f/zF/TM/J6AvcUK6KDowi1LQyPn6QoJIz3HD\nG/9E\r\n=xtQY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"1acded340c7386c596212a0b76cc9a74994c6425","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.28.tgz","_integrity":"sha512-nMP2xGIA8cCyFrgUeLnH+5io1KFlgwD/QwDwCbOGpDAi7exQBPtDHCOXENocuqoVwU1K82T8b149TkV1kutfsg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.34","@syncfusion/ej2-data":"~17.2.34","@syncfusion/ej2-grids":"~17.2.34","@syncfusion/ej2-popups":"~17.2.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.2.34_1562849011465_0.6878169732312711","host":"s3://npm-registry-packages"}},"17.2.35":{"name":"@syncfusion/ej2-treegrid","version":"17.2.35","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.2.35","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"dabf8717dedaae5361eeb1cd34fedf68256187b9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.35.tgz","fileCount":161,"integrity":"sha512-AENCtaScIYZD9XRkxfIdRQDoxPBmez6VX/TBcNL6skVc2PLxUBCOydU2ZiG2QTqG6Zl3z9r73+G8HKqdyQTXLQ==","signatures":[{"sig":"MEUCIQDDzTm3svJaA78zs7cAVIEzDz6niwvGtYytTqpCjl5s7AIgbNrO7DqSHbA+TIZWsiIgEoIxykeaP4VAoxMxWhncTtY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3228840,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLqbqCRA9TVsSAnZWagAAauEP/iw/T5Z8hjAY2lq6Rf1z\nKWgJCcNVJq2XuRw7r27L9Q0rXyDgUpDvUJSLE/BgkmZngPoIS2FCnMW6Wl2E\nDziXrcq4g0Z9L0FxwPIMbYL+5FeYa/hM2GKTxc1ybO3zfp9aAnS7fPhAUmjF\nZIhvJLC6IXrfarBKJC1dFxbP9oHSttAQAF/ie6mWl9pGLQVhPf2hsuvBw6vT\nqECzByxGdGg+IB1yhg3xi7PVDc4LU//qZZwY1gAzRUgkGdJTv/U9MKXGZpIN\n8MwWMlDAANFJ9U8uS8eKgecxvoHzDGbQAeVjtd0uqxC3SvYfjXeu5RhPboqr\nA0fuPgmJdWouGDP7eySMqNC+ySYyUYvawkHnMstZgpbUt3W6BGUvoIrc2d2b\nfcr/miBjJXUMOWfIsM19A4t5xKOJxdekaO1HP2XQsfTkcTCfzaeaEAPzdMCW\nhQDScMXkDtwhxlWg+S1XKHpSuJTNNEeVqPvxjQEvv6lKyAlNTS6yoy5y/XBN\nCFqUyZPqG5RYAxAQBH2r7kSxsKkfoj9lo9AjQn/EX0o+o26bJOOrSJiGka57\n0a/FzZwI0Hfv7iziq8wttEjyEYAWPIDT0rZnBsO4Ta1xpjCbQ+wjVfnMGa0c\nhD0YwfEf1HJGL/TmekdzQuVlf8xTffKPiShgZRUxbDNUYmlp6Wsya5WuZnY9\n1viE\r\n=/Otk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"d97864335f238606d30677ffc90c4f665787b08e","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.34.tgz","_integrity":"sha512-fhvQb8JPu/70WQlqcd81TOI/gnZ5mnK4Ac2FfwNqVjszF4yGOYu6GaR+ncXxs7Ys4e1pQ5KthtPWd5CqRYj2Cg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.34","@syncfusion/ej2-data":"~17.2.35","@syncfusion/ej2-grids":"~17.2.35","@syncfusion/ej2-popups":"~17.2.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.2.35_1563338473415_0.32932427918379004","host":"s3://npm-registry-packages"}},"17.2.39":{"name":"@syncfusion/ej2-treegrid","version":"17.2.39","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.2.39","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"123285598eacfd6cbbfa14e2d38c548372b109e6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.39.tgz","fileCount":161,"integrity":"sha512-Ux2TSYQ5vZOkEwxTDp2EcoCH6c0YB0AkPhZ0LKLiWPQ+C/WsXMzuxWBDVYmUTAr5ILehWYsFVqU0wS9JOGBv+A==","signatures":[{"sig":"MEQCIFPR3iILLZJgOA7Ckf70GAO6lNtF1EF/Kgd96g1QigP+AiAbFCL4OQB+5W+53a8g0lfawgP9dGjbQSkPkA2ru+BJcQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3256200,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdP/E0CRA9TVsSAnZWagAA23IQAKUay+flLtVmohTzWQxW\nYKT6H5w0trfmtNAPQSlS5DaOIviTok/GD6O9PJRW0fKDoC2Orc6kVFC7X3XO\n7C6eMXjCaKJKxYTZhmh0dXXfhhtPd2iFnshdYtWVnZ9OV5u8sbH3xjU/OgDW\n09FK89QVa49Xv3HsYMJovodxHiko/h9ImbVigj0sc4DXn1CHkaZaHDSlJzj7\ngBwo5krmBfgbUo9msOss4xkhxlAtNQeBv/LzlFB4deJ5YfwJK8cE6RiNct7t\nGWMo77ZCjM2+k6HXyXNe8XP1EVH9X1MOcptjbjshqpngZZwd6xvZJud5JszT\ndVuNFv/Da8axeBmXqTe8w2au8mOH51EYc1EbYAuIHh4zCyOukEJV+CPSGLgS\nbxlMXhuoGSxFBsAoi5fj807/N2RDGgax8M+P/zZlMAcDTzeSbbXMTqVDhzEJ\nG6ytxgj7yRtg253JeSqnBtI4Wm7XgjTC5rPyfU719qVE5eiTQH9HRWFo71KG\nxBrhuFVXRwca5laDXysmmYeu7otUjvxAIFhQFZQFY6RNR+sX9oGYx0gxF46j\nnIghbMj0WN52KqzzN8qb8x8Fq5ZgkN7LBLRsspo1kEJP+jtDU0m8eaC35wbM\nw/ga4LQG/8NJrHPzRGpJ5ArSgJiNyzJN+R66qsuDzgrP3qq5HtXpRG4k0JgS\nkXQT\r\n=3lA5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"ecf3d575456c4cebf089de98764f0ea2eb058a1a","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.35.tgz","_integrity":"sha512-P74J6r4tpgt1Ilacf+K/tiksIrTCwMXSCrQHE3vmi+s04RvQAeMYIpbfP/pel4Gbehz465Hf8Hn1w0Q1HApAzQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.39","@syncfusion/ej2-data":"~17.2.39","@syncfusion/ej2-grids":"~17.2.39","@syncfusion/ej2-popups":"~17.2.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.2.39_1564471603439_0.08429196549325169","host":"s3://npm-registry-packages"}},"17.2.40":{"name":"@syncfusion/ej2-treegrid","version":"17.2.40","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"149d343a6c6316b54c9627d0d1010911777a236c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.40.tgz","fileCount":161,"integrity":"sha512-uEdEHV4LS4JIOiZTxIsB16QU7keEMgNVJRO/5tYPSIA/iSPMWwNn5JKKTWwA97IYKkktMHwg+B76W+A9msUOvg==","signatures":[{"sig":"MEUCIQDiidV/obysjGeyuZ+NXmx+wU/Map3AWNFV0l/Ru/OPHAIgNsHq/yONKYXbB8YduTxoBo2F4gdnEgy9075djF4DIeo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3274769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSV8CCRA9TVsSAnZWagAA3qUQAKRxaYLXc8tqi1L7FZwT\neY/2fDR1iFEybXCCNm3+uk1+iZWDWF4n6NJuR3qbg1tVCRj6wV4F/oEbq2LI\nbf2eJPtrYkzCBm93pmyYVzWuE0rsvk1DhEccSAmHZnaDKDVIRcZlmt1RsnV2\nNNFRRPmu7rWjZKzEtMtEjPkJ60ZCyrs+O6dB4uuSvKDbjQRa+sGQpCdjfILg\n0duiPqSNrxXFa2cnnAGhZZs335f1sF+521Qyo3CZzMXjqUhBuRotxng5Lb8q\nshrxA1le8lZnVrwLcE6mxoOQ+dfrRpFcaIGjChlxkJ2/xQAA+G8g6uWF8h9F\nuX0wVAl34v3fFkQ23q/21manwmI+UrjXfDndxjYV11hG5eL6hbDf/snYD1EH\nCf3MtM2IszNMM6LBzbT1GslkFSeHTyGKDqFIQdwn4sV8YiiVi2PZzStXMtRC\nAuDZ/U1dnYxghGpEeIq+uDUQRo7Gm3Hfy6W0xP2lcdAHqFS5gUjmGUxX/mhZ\n/nvVuMxnM/vOMwtgXBzBvxxUj6DyggrmD5HN39Hqkfr8EWvuKMMzkNDxllsS\ngyAO6pVKTKj15L6/lmDdnDPW0g5m3xqyYZfBRBMhPcWM+nSLFF3CKFzkHjGC\nckvrInqHJF8ESESyScb3w7pfemyHD7nKnV+0UX5tBt3Pa+Sz2nyX2Y+tijjW\nrusZ\r\n=h+oi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"a2c8764869525ddb4e9173f5e904300e24b512d4","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.39.tgz","_integrity":"sha512-F//M/pjnAoJSVq2f/8jZPItT91wm3bsFUBKDpaWj6P2/j+qqfyCino5z2Vt1ViupIvbfLLTTmqUZi0wcD/CTkA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.40","@syncfusion/ej2-data":"~17.2.39","@syncfusion/ej2-grids":"~17.2.40","@syncfusion/ej2-popups":"~17.2.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.2.40_1565089537969_0.7542315308549064","host":"s3://npm-registry-packages"}},"17.2.41":{"name":"@syncfusion/ej2-treegrid","version":"17.2.41","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.2.41","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"1d45754b63707deab016eb23cbbd899b8f38bb57","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.41.tgz","fileCount":166,"integrity":"sha512-BTTZpzYdcgdFbghy9ZyMncIYixSP22J2bEachz1zze7V4Vv69MKBZ/k1Z5YTGJ4i1l1C7hg0Q6LMxYy4uBrk4w==","signatures":[{"sig":"MEYCIQD6/6P9woMMp/GF691zC+PwbXWged9+hwbjPLwhRhuILgIhAPqlVcyPKuYBVyo0F4EqSH5FHwA3yC8x0zVNgOm4E6jT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3947340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdU4cdCRA9TVsSAnZWagAAItIP/An2hCPsQyMuyuicf3QC\nJyokt3qH3GVZiSconPB9NGKhHeHim8ymOryKkg00Dw4fJ8PwVJnN5ZqlrUFu\n7eStzw257xuvshISsQ8XLpfJKVPhTm9Neg4FFBoe0sbAoLtm0RrUk9G3dYQY\nfabkcnV13Q8KAuwZ8TCpVqHMcAXJEpWUbb37ag0jz4VdiS8BwXHJRxLxLY5+\nrngHgnp18pJoogcPa4cT6GjEhgSn6zcEh1ytVCtpmjGkhfFXA2hJF4gxVvlo\nH4iFYWzFgITrgf7SDA4y+TRN+XxlB++DOuNzobX4K4RB6RmHY2iuCbk4WkSr\nlRfWgjemgaK/rv63Pm4vLUicsIyNhCOhK+kl/HMCrReAwU1fg8k8rcv/KhMw\noZLjYLFr/Z8bQQb6ODk62MC6I0QGRcYYoXNU9F7srhtQHFxZicEvtSHCd3TD\nJQtnM031oTNdmBZTB+YuiykV7jJvzGglCLpya0AS8C1PJPdN989ZAyloWGof\n9Gx8MwkKFAkQ5Xi2M/FvtVPSzybjvNdsF4OJuyeMUz5lm8Mi5vSvDkV/okQl\n1SbnhHUvsb700IY941y3LOEh5pN2vASDuvxlvz14uTQ6oUSh+aFnT6im2jaQ\nqu80yacjlnSSmoSVkbIPMesbwnzAA9+aWLFGFc66RiFJd8RqD4fNrBEQGT4B\ns/66\r\n=fIuV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"ddd0a4f68e6f945ac57c1a950b1932b9248f3b32","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.40.tgz","_integrity":"sha512-lm4RbTGZVChlzyEK8qaXllQWL7qUkX1BIIK22vI4piZ6RAqjTcvxJHH8bHM+O++Xux20qviWcjbxV4q9CuP+6Q==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"@syncfusion/ej2-base":"~17.2.40","@syncfusion/ej2-data":"~17.2.39","@syncfusion/ej2-grids":"~17.2.41","@syncfusion/ej2-popups":"~17.2.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.2.41_1565755165147_0.01299412564581015","host":"s3://npm-registry-packages"}},"17.2.46":{"name":"@syncfusion/ej2-treegrid","version":"17.2.46","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.2.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"4b788f7238dd15604a0e81cf9cab5dcae56cfe7d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.46.tgz","fileCount":166,"integrity":"sha512-MU6z90c6WhHqyp/PpZ+kA5L34QSqhspeqFVVS5Xwisi7zI2vkhuZkBtkpJUMzPeZivgJ6EOdCPyWxYmKLLO60A==","signatures":[{"sig":"MEUCIADo1zz/Y9AAT0wAOgbizW4gslkzcRVTtqDda++1BIQJAiEA+DiozPXIbt8lj+WM8b7i5djjJoUHxN5e9AuagESwaWA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3957905,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXnTHCRA9TVsSAnZWagAA63AQAKLc7YByn5ZK0RWe9iU9\nkXPbvybsgyUV5YXSdZFJZZ8r0deR8Cj4iUHgVIQzgBkByvKwUP4BAuH0pIBv\nMobf4cEklzfpZYCKCbmj+xPP0ChEXzj21D0YO90gQx6XRGDKjNUVICDm60f4\nXQDsroA+tXL6Pby9xfVwOJJRnL08vq6PT7ZIA5kOPzlWG+ETI0xOE5B7euHF\ndVZ3PO9LBvoM5EGx/UsB7QBvojqGaaGxy9Til+hQAAiCvq4y3/ueE/et2DId\nzChtqnk0JVrcI32E2IubA9sn1EP1t36HzxxwrP/AkmSaZ3ehqmrvbxfuAM3z\n7+Ucw7Bo1mQ9JE1W0VZXLG5hykzG/dsmbKUIKKraw7p758JAyzHnSwakH65y\n1VUNVe3FvgagtW/XKiUmCrmqCM7TV31TRWIP5o1LGbXyJeLjZ46xWdUZisP5\nT6s3xymPHpaIeQXPeyIxIHhgfGisArd92H7GoHP79HuCFmv6H4yAet9W9LMm\nLFEpxJ2E4GeoVaA7knIlY6dgdD46bkTmGPJLj2RvSm4se26M9Gc0g0z5qoN3\ngSFIGyii6GxScHAPzoJxwBwA/W64TzVYH/NMXqP0mkJwxdmdqN4C6UdQYmER\n26X1WlvwaWZOVQfFVy2b0tELN0VDcU9tqMzlLYOfgboh8kq35N4KQTpHr0JM\nx51r\r\n=4Y/I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"31462e2349613a9a82f02f1f3035707227c68330","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.41.tgz","_integrity":"sha512-L/P35npDomYsNqFKTJYuiW+m3HLtmrRzfPtjG/DeEHMOQX+E1XJsx6VzpOLaENcsy9Jvn48c2iLgQivbw5TwsQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.2.46","@syncfusion/ej2-data":"~17.2.46","@syncfusion/ej2-grids":"~17.2.46","@syncfusion/ej2-popups":"~17.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.2.46_1566471366892_0.7114893103705913","host":"s3://npm-registry-packages"}},"17.2.47":{"name":"@syncfusion/ej2-treegrid","version":"17.2.47","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.2.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"31948c95b870fa32f947704393681003525b23d7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.47.tgz","fileCount":166,"integrity":"sha512-++A2aThyoISij5Orl4dQYew1n7NjMAI5yxMnPEuLoYNUNbPFPlSG8JlVAHMBxoz+AX2wFH3z9qAG+Mi2dNfVHA==","signatures":[{"sig":"MEUCIEeK+Wc0JliyfMz2FtXjD43TfYnidIl0B/U7zxv/mLSbAiEAitCBZJijz5mLDBSjsebMOkjVjFGTGiN3hr9AelYCbxI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3965973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZT3ICRA9TVsSAnZWagAAsYoP/2pABsGplQOV/frgdtAy\nun9JZqpXaXOly+SA3XvHUCGRTvrd8XHZUBVzb5mu/diaiKNUSXGi6AcU5Z/V\n2Ivf+27yAc2LouwPuCLy24h0432KQZ/7kmp2gJAkEy95i8QeAeZ9OgCk2X3U\nTPiZYf5hQMSY49fdRGEgMcl/yE2IXvPLsSpJ3HJfQ4vQikL33VrYPEJ7Ajj8\n+IP79grnwi9zuB4hcjI9ZrY9pOBjMIs47lWZK+BhQ6nNEbrBPxTh+AsbF9Yw\ntOOY8VIFlWkO0BPWTjaCC4ScpQEWRsn4GFBX4zjaLXPJPmfoWTjG86mu8bMj\nj+ybtsawcIYC4RWpskYsyLn3iH2FKog33gSRAMd6WJC6CfoM770gqz1x1Ri+\nqLqnItgFZiGFLaXJbgC9nzVHBR9ANjbwzwNztfV4BJNun3OTrIosOJjkNvKn\npCVFsKuynDOsaCmf6Jh3V6r19rVBxWkRQOTiRZdOntaZZhwBX3oaOu4JysTF\n5B1LXvwDOi3I/+JHKUriasKcN9edhDp4e3MbezwiGv0H8fIXKodcXGEJ0AFI\nbHQJotRF75o1mP1SC0af+e0hzhlbnun8q2vLhaY18dE7E5D6zNQVjlyqCX7s\njX/iDrlYYDOW/CWk2mQhQp8jjpKTqHJ3WX7DwtN2m2PuMhpilpcRQxU4wbs+\nN9mC\r\n=g7rv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"2e589209d30e7d75a72401393b2fb257eecd2e4d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.46.tgz","_integrity":"sha512-aQgncl1oO1z3xPiwgtEXBUDSFMYME7H5ZGKqNzRx2Q+Ymp92mwGYJTZVt/W5RVWeJJolQDzo4PjSJI0uoXiMnw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.2.47","@syncfusion/ej2-data":"~17.2.47","@syncfusion/ej2-grids":"~17.2.47","@syncfusion/ej2-popups":"~17.2.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.2.47_1566916039554_0.9455449743913757","host":"s3://npm-registry-packages"}},"17.2.29-beta":{"name":"@syncfusion/ej2-treegrid","version":"17.2.29-beta","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.2.29-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"1b84b457cb71a8455d30757405f9851d7757fdc1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.29-beta.tgz","fileCount":166,"integrity":"sha512-+Um3gmFxMk5oCBKzgn8xys86H/BcdJPdK8LCgwA7DgYmROPA/d/y7zEox63aMg+mw5zq9bQAjax6AX3cMCtDnA==","signatures":[{"sig":"MEYCIQCBfHwFmayJiB+mBddWLYYeBnoqOwoMdo9XWZbcd6a2DgIhALpOn/6yRoIRXHs/CutLkr+wnuozIRYOErlOcuRRBbD2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3938769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZYvpCRA9TVsSAnZWagAAxLAP/2uke7ymjYc5R+c1uJd+\nge4Ma39iYYN8BNtTrmUAcIRTiYquP6Q6UroTYVyV9iY98Y3ySJFThfyp0Ilt\nXMWMFdLQsdolweftLjAZplbZ3d6iVCnBSy2C3eQVSK3Nq4RDoV7vg2i77x5Y\n0A61gnqUvJ8wfPQK4Eie/m8HyLChh9UkeWYMyh8AbeAVjahPJO+8O9gD7Xqi\nzTYCVhFNyhNU2N4lYIB4uTAvEkcsab5iGCC5ja/Dbc8KzLCaHV7MX2JktDQ3\nEA21dZXL64HZPYYx60XQ89zg5d/RZSBLC5sKXZFrt6VoNf6o7STYpSn3kHFN\nhFBg3KWiuQhTV/e/+hPhRMbCHacVranyksVgvyQMhzhKwhQn7/ue7Ds49vsu\nzaQtGgBdVmkKxT58BW494fA7gXPCtKC8YSF9wyB8+vK3vN2utkWGclBx0g5D\nKImK8OJcsJlzcq5py0XwALl2tUfuHdsJtsBy/zr3/F1TkO/Kq/OxFL4siED1\nxOgYtONipkll/hvnADuNBMjAIINDxJxoSGmROpWwvu++9i3vUt8CTSibfH0u\nOlXKELgp19xr+G0iOEgzF1iIZc5Q0SsT5uesCnDwdYeXrOmxYub2wsxz/obn\nyQ9KCGUz0yR6iDUrIrNlNoX8MPa9GLNARPd4/8i62t+ZuKuBmHAotc0Cccja\nrcTp\r\n=K54W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"975ae29f6a2c6870bcffeb7359921636a4f06c6a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.1.1.tgz","_integrity":"sha512-BzgZuEuJKaLnplX+Nq9vr5VEk3DvELppbmYBrBJD1X4/gjOG7CwBfeX6gNTrGPP61HLO7+7qJkWcfM/4x/7pnQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"17.2.29-beta","@syncfusion/ej2-data":"17.2.29-beta","@syncfusion/ej2-grids":"17.2.29-beta","@syncfusion/ej2-popups":"17.2.29-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.2.29-beta_1566936040804_0.7757311304807284","host":"s3://npm-registry-packages"}},"17.2.48-beta":{"name":"@syncfusion/ej2-treegrid","version":"17.2.48-beta","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.2.48-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"3a661936844fabd5e52f106cd56429e3122c3611","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.48-beta.tgz","fileCount":166,"integrity":"sha512-24Q+YkimZwlCxNCRspA8SjYJu2RfpRIJDspH6B2oQrmMgeRaRTeHGD7CJLmU/L6+E39o2lzr1cOiB7qIye4SVw==","signatures":[{"sig":"MEYCIQCv5dLZPqsUYbWC+8f10lqJORoFXWOQAh2M4KHRzxF9zwIhAM8NvY2WEWyeJF0qba8PMCqiq2q0/hP2LpbB0XDB7eo7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3939829,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZo/JCRA9TVsSAnZWagAAZfUP/2SUPrrhZtMuHKquJC0j\nCXwnQ+JY9SVpV5QHDjHNpBrEFNHV4WgPlskrItzoNG4raVahpF/FLG7I5TT4\nN9VM8Atp4W/Bo+nqG0LhnpqAmKp/+WfO6y8eWWqp2PBET1vJhEewOc9ekBMI\nQ6RO9UFU7WdU+1xToB5QK9L/oFQlKiY/J3ykPnmeQeCKact3YuZ+86LHgtPr\nfXjEgDlCBWhx1BYvrHUyF7jlaCJCLwme8fAawEsWcY8ammNypBxaXPlyV2GK\nmGX9GO1JL6kSvg1qdh64HiuG4cuDbwFjcJ+zZTYeX7qe37UypfJwbg7oAxbH\n5C/v0+OUgTLlkDCQXKynJ90Elj39WySZyqmMth803wfS9mFFezPeEoLf9Soq\nchZEkJVbEof/ArDlubq1EcUp1KWTMfp3kv11eGrNntMC0fD5ONcJzCMsq2Fq\nMmu9udVgLQdMlbR9Uc1VUh0CwIyJNwCKN4+wQVMzUQEJLJcrRiBJIog20af6\nZsgfHwVx2LMRtjnZtfXONPYY+j4f1ZEkqBdzR2TOuLI2hKQEgWmLVffxwvH5\nO/ShogoS11L1Fg8Kno9r9RQ0n+c4UVUWWYA/TMDZH0NJBhVpq+JRC6hStj9Z\nIkGy6JJ00il6Hhljo5GEODxk7dCzQzsmhzg5MQxCf57A5lI6jcPP98cJFJ+/\nIL1P\r\n=yom2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"975ae29f6a2c6870bcffeb7359921636a4f06c6a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.1.1.tgz","_integrity":"sha512-BzgZuEuJKaLnplX+Nq9vr5VEk3DvELppbmYBrBJD1X4/gjOG7CwBfeX6gNTrGPP61HLO7+7qJkWcfM/4x/7pnQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"17.2.48-beta","@syncfusion/ej2-data":"17.2.48-beta","@syncfusion/ej2-grids":"17.2.48-beta","@syncfusion/ej2-popups":"17.2.48-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.2.48-beta_1567002568670_0.7521958548307628","host":"s3://npm-registry-packages"}},"17.2.51":{"name":"@syncfusion/ej2-treegrid","version":"17.2.51","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.2.51","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"ee211e745778f90f17acff941cf28f95586fc2c3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.51.tgz","fileCount":171,"integrity":"sha512-fbQucgmcdfgsqsSKLvKBnM3+wOTL3hgQsv2o7yuoFxyJ8fMG8kkIwFYPwqZme84V5XtOsERBnU728wDaNIyXEw==","signatures":[{"sig":"MEYCIQDYei/6IXU2ExKzYFOTYS+ueKwIS5cZCAJKIC72HA6ABwIhAKwgXJihHGIrvNSklDL/ygYulkd0NcxVf8LosRHH9S5Y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4151463,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdd8kbCRA9TVsSAnZWagAATHsQAKJAWg49ntBgFg8//TP0\n8OhPWCja62RU86fUIPrOt/cl9dpwq8ZL3VYXc67WY0nH6Hd+U1utJGdXeWuG\nPe5uIHKdl30hmeAPPLu739c8fvkZcKk++o7DinAedszTwTi22JIspP4lPmNp\ngxVm9hE/7hMNkKXSr9yFCGG9fVithpdKL1Yah2Gt8C3UwrfJ5kNthF2pAodv\nVq93pTjYec48D6Q3doWOrSf0kjQcepQUWnVXnIak71n9k89hxy6JicawEs5E\nWzO1BR+32aCpPYRn80lNUjTndVsXuWCH4e1QaID/jaaaIEerG7MkOyfu57Ix\n1PbG1y6nuOVTboh5UgwjLduLwHKhCMvqIFNMBwi4e9elyIBbDux2UuKWJhzc\nt5jPNgzd0oeB8wLCwzKFK7qTQN5CPzPg4Z5W31d6AttePTBS4xIyzXh56HLm\n+iz5Ll3KfvGRRk/BCYDsNfn+aIk7FkmvyY236zCNsu7J+xFfOvkjTmn66q+4\n6fNNlv3C3ln8lAhDDhFR9lehCtuAUNMN2ey6XolsqybaPcqKyCr0FtTtV7a5\nlH/5L/+jooA8rifnVmqFNV1vxKuxsyQgJWyblVub2r4pl6xSK5ztaxk5SnhC\n+cxwieCVhPVzN6HAhObC8+iWckHr1UZlLE4rQDZ80YKmDDXjEASz4TPN+QX/\nxgY4\r\n=77hr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"84020863e8a5f6eea25dea41e06dbf1a9d77bbf7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.48.tgz","_integrity":"sha512-LALKuiFZx0GZ4Tkkv/ehNqUTcFlRJB5PNAb3jB+HBWMaHnoBp3uMUeNJS2X0d4AZZ8pX8E1lBbzCWWykZFv94w==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"5.5.1","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.9.0","dependencies":{"@syncfusion/ej2-base":"~17.2.49","@syncfusion/ej2-data":"~17.2.47","@syncfusion/ej2-grids":"~17.2.51","@syncfusion/ej2-popups":"~17.2.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.2.51_1568131354967_0.46445346064212223","host":"s3://npm-registry-packages"}},"17.3.9-beta":{"name":"@syncfusion/ej2-treegrid","version":"17.3.9-beta","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.3.9-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"f5368f6d29b3a92b722bdb53615f19d78b9d2892","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.9-beta.tgz","fileCount":171,"integrity":"sha512-pmKID0iE8j8GbHgIpk/xHHwbQqprROFjdiYukbYqy7RDqudOZQ8s4UQgZ0K3x+WHhuwxUY+dJ/Go/6Qs3hnVfA==","signatures":[{"sig":"MEUCIQDoX0p00O3fl+VTOYgofney2yKnC4EVFMXJECsKieGqhgIgNjgvHJ3j831WFSpmlZiU3bqCE7jLjWGzgjaXQxRlF20=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4185338,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhMnmCRA9TVsSAnZWagAAuFkQAI4tJX49zb+FHn3RpM6g\n36rUGc75Y+HBAjd9HlXX6rcvMERupgH6j1d6CP6yEVo9kJCTf9hRYFrZgXoW\ndW0sWXuJf0DDClBHTBB0DKVX7TR0yTSWjSdSAm/+rr2DEVGaVuTavsvGA22Q\nX5WICZtwjtS2LkuUI7ejq3fnRjb0dXo9YUSKTqvhXBADTOoJ+OTuPR2s+wrN\nRDg2BqNZRVZpo8KgwzwcbsjPmuRJ6Enc1goBn851YB4bcSXaS7/oBckQ9527\ni24lXBE+z7b3cIG5zeMXe5odGrskjeXMfCb+9f2XK1KEhGYH8lbejYW32GMx\nKvVQeK2Q9NSShHC49kuLwPyB5pxc6l3yySrKkvCQW9L+7zM1Ty5WrGcYhSbg\nQJoFxvVSEy1zHajVx24K/ayiUo9nSYGHPXjFbiirU5U4SSToR8bOsCEtYuZV\n0fKRd4CfpP/VViQki3S6yNb2MV/IabSRmtLBcN+rtjih3v+ucDtWQNNd1IxV\nNMr2LC7OX6bsQn8ZI0CtetLJjsADmG+Xv1fDgGMHkm4dylFBn10cwQobB0x/\nunBZoyRtD1CSTE9IZWD7Jprt7WBeFFbRc3mUvrS4QaqbQo3RheGcYf7pn+/y\nrDaIYGHnr0O4sdptvGR7cyDhfQO3bMQEzGE9PlVEshhwXAeocC/iyvjNC3Lz\nVLSH\r\n=h7fK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"bdc9a353388446bbc6e7a3f3f1258cbef7992c95","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.48.tgz","_integrity":"sha512-it89UlpwoUwTFp7rOIDu0ASRmAjYF6cH1oe4//nrX1TfGIYHcD7z4ZEHUnol30rT+x4vP/V8t9tosRd6qc+PPA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.3.9-beta","@syncfusion/ej2-data":"~17.3.9-beta","@syncfusion/ej2-grids":"~17.3.9-beta","@syncfusion/ej2-popups":"~17.3.9-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.3.9-beta_1568983525215_0.8762919296108387","host":"s3://npm-registry-packages"}},"17.3.14":{"name":"@syncfusion/ej2-treegrid","version":"17.3.14","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.3.14","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"1b48e566de655f8795a921df3af96a734d9bc1d6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.14.tgz","fileCount":171,"integrity":"sha512-xtRVxcBq0wCvhWBWTWkqn3aXP+s+oQAKFTZKluMujJJfCxcbDiTzEAgMdt3J34PhUGh+bUOsdO5G0mgGvWIGQw==","signatures":[{"sig":"MEUCIQC/3iYi8dgOWO40IugX3USxFIiR4ym8xIWsYVvcc2wNKAIgMVOkIrxJ39ePG3z8I1gKgGQBZ6Sso6sjy9MZUk3Zgwc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4172490,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlh/jCRA9TVsSAnZWagAAZrEP/3mehrqufQvDaATao76a\nE8Nh0DYRdNP4pTBdnEoz7986PWWYj3p1rfAfZ0ewTH6Qab9TPCgRe2o9vNQI\nzpWVnNVb3+/5EHXjYRsTKV0KKqFmORTpIMlC64kdoI4NbYERa8MxdBZBCPu5\nOb+VbwdhVSItU+XBeDapkXpJF+a/XeiaeYcPiohRfF4d7yWrhUgeo56tLvmK\nY5dNQtHREjR5PT6cXPKos4ZzShzzXY+jHWfZXIXLaCdhBBhidIE16JrQDyVu\nJjlBBEiJtCLDNZ5nyrJEFA9aqYaAp/omBSKZDmfQuY9xoPiHh0dwc2RU/dNO\n02X7kP/6t/jQxpaByknKkcMIfFjLu7DTpoAYRmRrGd7KENaFkjWHPzjd+yxx\nGOEoYNG3z6aTybW8FSwmRg2iAqhevxrCx6QWNdAASsekvzcERqpfh7UKZPtT\ni+A9l2RgvsZx5RSs0vKlf08C8cOA+MLV84z2wB5fAdZtXvmcTOnk9Y1BZvnZ\nkYTFg3vshZiBLCQ0Zypp0SFHXj1+izu/JFchJXXAwXj/hqdgVo3RUXm4bYQK\nLC6riAeDpVvsJ66/dRopNKJSlXz46pHbcLJJW+lkQbwCux8syJpn0kgNNb19\nG4+Y59+M1ttkn6bdTZ4ROR4lecU6S5jz1GyqwltAeqzfTDX3+fiKw+UFCg0D\nE3wb\r\n=AyU5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"b24de7c1ec823fb686c9f0c677a825c81380f30c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.9.tgz","_integrity":"sha512-SV1bnxbP3j32wZRBRzpOmpA2Ihj41VowensrfFCe2DT1Pw2lAvPEQcU4p5qBLYhYCh8tFsZU/Dwud33DKh2PQw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.3.14","@syncfusion/ej2-data":"~17.3.14","@syncfusion/ej2-grids":"~17.3.14","@syncfusion/ej2-popups":"~17.3.14"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.3.14_1570119650815_0.7974710574966499","host":"s3://npm-registry-packages"}},"17.3.16":{"name":"@syncfusion/ej2-treegrid","version":"17.3.16","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.3.16","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"a9e52e6ba76f3d3ce702f2464caa49a048e272e7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.16.tgz","fileCount":171,"integrity":"sha512-ng8L9DE0pbvk2OgM2g2T7xf8TD1KdJOzSgE0nsquoevcaNRtoyJgyURx/6QoMU6Pe0rHbk58VYQKGOWote9LUw==","signatures":[{"sig":"MEYCIQDZVsFbFkvq3M/vsOuT4NbdNNdeMZPQoEI67PnsB/2APwIhALxahiZkrkpyq6iijobL//DQ6bhJ6z26i79+QyM34dyR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4202618,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdna0bCRA9TVsSAnZWagAAPxYP/jhhA4OczNzAHIhpWqSD\nZkxXLXsfzirzhfFNyf5DprVWuAsGEEdzKBmCWWCjx1GTjrhCACDeAaEMlqb7\nlJ8fjQWjXfjofWsPq71r/r+eCJQVpInlzUan458wJvIriLvC4mOQ38mNUjiJ\niYhgQI937UY95M+OCJ3XtHT86lBm0aQQpJz6d7+zTZY9aHc30qatvO9qUOj2\n1meRQTY19gtYucNcDISndtJlQcn5AVh2pFa3i7YMmHCyRLcg0dL1AsA0yaY2\ntw1SWT2YozyuhWBobEsRyj/5eo/qzpg3Cg6IbzOdvEDl7pCiXwZnfEgAm1+i\nSgyQtDpSV/hKbbufIdVSEP9Zl520JyjTQKDRsElvmwlU1p0ocb2kCSpeQvPP\ncTjHM7f4rlH27GXbe0uXaHw2RYF6i5k+hF5bH8XAN42sIKDQ4bTY+8ghK0FA\nvPeyrYa+y49T3vxczHT8TMKCcB8sG4liOrxzUIWdQ+Wb6/JDMV7KUyW2Y84U\neIhmrzQFByfdfXjUpJSsbd5QeUv8jihx0yL/ffiLwWUoxM5EksB2n1wWHQwG\nmkqrhwG0X4k8efNF2EsRcFoY27cLpUw9SaqaYrJwlg6WdcwG9Ol8yUEKD6eH\nHCa9k3Ir6aDCurC3qyp0a7igJaHtc7cEPvBYKPLQlVIvYROi8yy04TTTnA7n\n4/yQ\r\n=iaqP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"b23b9e317a89a5e9f36bae3f3b2775075bd34c40","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.9.tgz","_integrity":"sha512-3ZSW0CPSnLrtCzu3Fd7+b0BoCQIKLz0Tb+VSVO4u27FAwrXoYpX2Y/t178Lgf1C1mUkG2y+/31264OQr0Z820g==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.1","dependencies":{"@syncfusion/ej2-base":"~17.3.16","@syncfusion/ej2-data":"~17.3.14","@syncfusion/ej2-grids":"~17.3.16","@syncfusion/ej2-popups":"~17.3.16"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.3.16_1570614554388_0.9049825898050143","host":"s3://npm-registry-packages"}},"17.3.17":{"name":"@syncfusion/ej2-treegrid","version":"17.3.17","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"5c641b869e684f009ac194f82578cddc66166353","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.17.tgz","fileCount":171,"integrity":"sha512-R/u8z6kOilP/yM7+QdK8PzmDiZJiWQtnrzQsFnibjk+9APkBIRpeXts1DVeDQDSqyabu6fanao+WnLN2B8qLKA==","signatures":[{"sig":"MEUCIQCYdofCbZY+1lBuMne2710bCVlUE4gnyh49z+bPZSv0AQIgZZE6PzCi3FXJaSXmgqy/yNkyNM/sO/Fas8wYVeRfcv0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4231300,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpcYRCRA9TVsSAnZWagAAMCEP/3Gbdd2YqsIkjRrX7vvz\nbel5Uf8pTCWtWxur2/+cRyil3rHzpZ66FMASNltZx4dsfTzCzUfME6pe3pj/\nQJ6zOkmMdfQ3MGLMgtTtJhwfRz8ASf9EU8pTh7Gg8rKEY6V3L/eJxFkFJEn3\ncG7z+HnaWuWN8mSS0CyE1qfLKrXH+UOCMWrhCXAw8m3gQ5PlVK2Tc1VjwH5P\n6R/YzCb6B0MspigrFHtJ4aqmedIb2XNrn5tG7rM6mv/L4Vz5+UlxU3z0Gr88\nMjSgEile4cWWbGtfW9tewjy2+nEaAV5KNot9SPwz8tfcYlhBtlg2Chwq+TfS\nUFCdpWqWr1yAHBRCJVEvLXWT8r9qJgOooqCMi8oKgCD5caNziqWV00rOQOyr\nviGJn/1EEp13jAzAYMFRZ+c5dunXUllzYcqmBRyz+zr7sjaN2YPVwWPMLDPL\nU/ZAJDclrk11x837NXCejIMKU9aCkcZ5PF6Q6CoAvZ4iRgSbecManIDMh8AW\nBjSFMgjcoboWTOyRThzdo6GrFqSr7QtUrI3TEXiDbihu/I8tFHBEfwm5tgRV\n5RmJjMRuJR3euf32werZLFME/ytKtcZbS7tDirK7sd8LIqW4Tm45QwNS9wzf\nMa0JHjxME+kC98O0B7H92R1m2JcVz1jNKAPAaLPAMxy03DmhRfE8HwngidWN\nBRl2\r\n=l5Km\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"11646c8c9cfd23d3566c614df6701068815b8934","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.16.tgz","_integrity":"sha512-tZu05/bM/PA0+hbpvXlQAFR2nKLSscq681vuJXY3ENVFplNhi72B7/yyNqNm3dR23x6czOcWFyaT7hFRdpZtRg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.16","@syncfusion/ej2-data":"~17.3.14","@syncfusion/ej2-grids":"~17.3.17","@syncfusion/ej2-popups":"~17.3.16"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.3.17_1571145232331_0.3190254471651883","host":"s3://npm-registry-packages"}},"17.3.19":{"name":"@syncfusion/ej2-treegrid","version":"17.3.19","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.3.19","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"dashboardplatform@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"7f7d68bdf4866d0ad9c2011dd23fd062993d6e37","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.19.tgz","fileCount":171,"integrity":"sha512-kWzySxk6hdbqFcAMWwSgVC5LMVczjV8yYDf+R4GQx57lUyi8U+uzYz9cR7RNDldLXHjpeXY+oSOl4kaVrWFuLQ==","signatures":[{"sig":"MEUCIAGz7jxqvQTuGPV96u6j94oAQRfiQZEM/Aza/s72NNFlAiEAhAi+mtrelbWPkeCPzlw1MC8Yz39OjPSHehpB50/he3I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4234006,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrvjLCRA9TVsSAnZWagAAzpIP/1UCbYEi3mEeTqvSOnou\nICXfRDNNeWwEGQ7WlOClAUQw0cTcOpfaxObrAgsGaAUKfqVeJ+UWQeTl4eXG\nGuHyT/JZHOeKgf3dTwsM0VIEuRbHSxjrAYdyN66vv1fCTSnjbk3wDSToTD1X\nfkUQSlgsPQB39zvtRsMHkq/sZyh8hXwJKtg+Ie5MKwWR43I94lngur5Fe3XY\noevrw3PPL6ACfO9/TSRSoo2VZomTez07z1gkN0vZVq5VWmfAVCyk0R+f2QAb\n0FxaD9rV2ApwBR71BJF+crKTswzkSCBGS4zIbaajO8Z4QFEasbk0GMCqBgqF\nv/wPtrDRERp0VxnqLaFoK4RhBYC8yxQslf7sSM1ltp/7Dx1GXf82/OFUB3/g\nMU8JCxnDnaPTEPPC24LxqMwAHRCuCwbo9I3bPwqTNozLGhG/ODSyayfx7FOe\nqvkXtV59+J5iMp7c7Cgk/QjsMF6ErANcstDOGXpLZPW3C6wG/H/0mSqmMUpl\nYhu8sXhSPvfhrB/plogrw8VoEOG/45nwP1wYqHq6N3GOmCjKyTZB9IK7l/6c\nIjj2q/o7jbINBnR7NmxkmUYfzjwfly+Yyw73umtKdVJQw1BvwghpU3vyOl9o\nlfQMeri32mEmz0M7aV21gGXApnjJrr4prW1A9x4jjoWtYcE1l6c8kNft5AFW\n6f9y\r\n=qNdb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"478b1839249381a78ae87ed74663dc4e317cfd15","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.17.tgz","_integrity":"sha512-1fB7eGnZDYtaLnkNTToMuwlt6skwl0McxCL3R9yo5wdTL+R05Kord/D7sgBeb47+JRu2UVJuXMoDOYt0VaJ+gA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.19","@syncfusion/ej2-data":"~17.3.19","@syncfusion/ej2-grids":"~17.3.19","@syncfusion/ej2-popups":"~17.3.19"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.3.19_1571748042827_0.9905985147567562","host":"s3://npm-registry-packages"}},"17.3.21":{"name":"@syncfusion/ej2-treegrid","version":"17.3.21","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.3.21","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"6322f7aedb68f65774224e7d3090987c80780483","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.21.tgz","fileCount":171,"integrity":"sha512-N8YP7rj66cg4dLb/I8cHFjQsmimCGqrPnr3I0xxk2z172lysv7omOrYPp1nA2/EVsmtno35Ugz+u/GkPVlXYXw==","signatures":[{"sig":"MEUCIA6OIDJLusxHf3mbIzze9rfsfztwwY8NMgzqvOzSmEruAiEAqmP9WqWKTu0hIQczWyGL6aOfzynTFXmzyiBKNOnm+Ag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4238550,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduXSpCRA9TVsSAnZWagAAfYsQAI3PUdKFq+VXnZ4yJIY5\ndccUAoYPgn77LvD1izKLljZ21eLMMnx1Bn4sn07/3Y0f602XF9QC6BiPylEX\nN1nbokecrBoAWpLrlhtei6/ItXrX9EnAjo/uI7poNvOKABzZYcmmCWI5XWI8\npuv3d5zCoUqUklJ1KjTTNYV8esJml/kEPU9oMrXVkcjKgkfFMLzixV7PQDrE\n8qFDQT9HSHmwBFDN0kPot+wJpiE3yKnPQLLW8IzSPcHehSb2Xh78FjRjOiT6\nT5al/U8RJXPVX7WkhRM2UpCUzd168+yiy4z9L+hr/S/MOX10ay4yqt4o4Sf3\nkivUbdXBxomYOyaIlKX3gXItlNnSXxs1L0BF531q6xbbpYxC3IN/X+hRmWs5\nUR+1lV7id/QpymyOS6UuPMDXJageHRRXcnxufBC4i43k9YEIXnPjG84L58+R\nlzNOVosH45Dkee2HS94QsPu671NdU3lrTuxFWFBGHwfFmQCCK6LRP3yPzsiC\ntVSsIces+23lbLJpKI/hfKGgXDQkb7/CANHkose7qlL3ILmnlqjvm8BE0F2d\nOrbPY3+nBM3Ck5FAz8gzp+oqtSWrrwhU+QhU4DqusPPg1eZpdmfTbtX/zv/o\n4J/Jx0f9oNF2M1Fr27fY2KlXKeYux8hWM3cD4f6ESjEuPu2nPyYAV+TOqaPI\nvahU\r\n=sR3S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"b55eb0b6ee91caa93d722dab6ea209361d367a70","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.19.tgz","_integrity":"sha512-izmsLj1RZ5gXR7KYXOPlLn7iylPse0uhxgz+xBUmYCJXlsYpNtRwTN+sZfXFr/9r1alXnxQ29dXFFY4UbTYB3A==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.19","@syncfusion/ej2-data":"~17.3.19","@syncfusion/ej2-grids":"~17.3.21","@syncfusion/ej2-popups":"~17.3.19"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.3.21_1572435113254_0.8028548725450111","host":"s3://npm-registry-packages"}},"17.3.26":{"name":"@syncfusion/ej2-treegrid","version":"17.3.26","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.3.26","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"39b5dd55e78bf5cae4f85d9e0a593107817a6acc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.26.tgz","fileCount":174,"integrity":"sha512-yvgRBLWcVUU8rBBU4BcxPEzNoSXZL+x2NT76H3zOJePvYz19TlV7wcmQvktoqPZPJtlIczjV8xe9JcsmZljauA==","signatures":[{"sig":"MEUCICUEMgP3TXwE/dI4PiA/58CIr/6LRTF02TeZlx6y9KMJAiEAtSQnB+AFd6z/nyTvGJaAFZr7UduoGl8RlmreMiuL+RQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4263564,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwcI2CRA9TVsSAnZWagAAuvkP/0QLxH8Q8t0vrFo9qwJu\nkNaHDPBZTrVdU8XECDFbRqbOHSYNNIs2X48PiWpE2J1fqgGQp3vvyKLAYvX3\nujKFeBOAqosBDWa4b9NHvZoHnXpmjLQRv90+eVLVdG0xUVB+hzUyHE9urM1z\nImPo3cHaa447n1Wh6DusFbDYUN0js0P+3Iz2GbY29ARrL6DleguRdCxlierZ\n6HK3gkAAPbhEjnmuwuDSU3hh+PimRBxjxQopWC3/tVhn71K70/NdtjRvEFVl\n4ZbDDw2EZlsGUHNavIVUtZ3theID3ncHHRnkacXFaDN5V4QgbDNMg525tSAy\nM5GcVkwjIkk5cJCkl7GK8Ykx+T71R9qr/RS+iIfSnV/4Lf9zdC2usLb+3inc\nGJ/MsfGLkU24Ogw4FCiXeWj+jTNwdu8/dbajO147mPBL557kMOPvQavr4xfN\nSyEULOaVyDDto8iFsNIFdxsXlDsbwmoC1PF7wwbvxQ+Vh83quBG6qdO64kkc\nmSXIuCkyDTd2TjfMPVjTvZ6PkpcWC7T+uqpK+a2Sdi69SjmakUUbFgu0l3T0\nImigmpZI0A9A2PGwU3TlX+dU5/yX8LQCr85WEhsD33Eget/q5qQEO3ztsNGA\nj1fJUO9v0FQgPxHL7Ze689WGTpQnRqayoOhvK5cbCSHizs+9BuqIRFKoJeen\nTWv0\r\n=vou+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"acaeba4a4bb4b5029f286d0c9c57ab8a8ad38dab","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.21.tgz","_integrity":"sha512-BJ+bP3lxhghfQLv0zHZHSOzCx7pGBmkpaYV105heSv/06yW7vApLCsJaft/Ec+DTE/LaBVYb/FA7w1tZ36DLug==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.26","@syncfusion/ej2-data":"~17.3.26","@syncfusion/ej2-grids":"~17.3.26","@syncfusion/ej2-popups":"~17.3.26"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.3.26_1572979254390_0.537043481589148","host":"s3://npm-registry-packages"}},"17.3.27":{"name":"@syncfusion/ej2-treegrid","version":"17.3.27","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.3.27","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"3661975687985c43a6f467919f43ce86964540a6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.27.tgz","fileCount":174,"integrity":"sha512-bkLb2v0zwn04Y7AGfadbjBMrW8E94vzPWdzgkt0fk5sdejU31OML+XepGPmulY9JtDca8dqAizoPpYInlGaqhA==","signatures":[{"sig":"MEQCIEk8HMWF4CQriw71C36Jwltrb3aTWoODexPr/Sjg3/fKAiAg1Z+J04bZuBFLtwHOFTLXtZtK5nZ8fyegok6Sf3syFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4263564,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyqD7CRA9TVsSAnZWagAAtJ4P/2bsa/0HblHMemqXI4Pl\n6vFQ6+ld7teVIYZDpKVf9Yvt+udb/ExaxQLq9wBHwOI/C7n5uKrmhPCSGs0F\nkouBSCLeA3Yuttw8tmZI5Yj5FsNzOIFEUA8+J9oSilHm6r4rWNN4dfSfrNwS\nGOjlJYo0tf1rdSI1sk82oseyHuWxuhre0pmTA4ZMAneJCqO9nu+bchj666/o\nOxNsh5cpRC+1TPcAEPZtIu895UVALXft3mIStPGeqwU88nyMEjRaf+AApZYf\ne/AkqVGaUaeHhIB5UjCLPvI9zXGjWhvKs/gh3by//jrntfyZzsYoqtPunDpt\nTzGIgbMMWdvQkhXC8WaTEWtATr6rh0KV24FzX0nN6RqaYQFzEmaKmxvSRNK1\ndnRTtUk9xJSwxoiX83PXrx1Lai6hFjA41ssyzgIpvO1RpyXBwX+GZMhGsLFc\nxIX+fk5OX0LwqXHZs3JPlu8a+cZODUFWW3fL+7XKYavKM9Wu/qs2SRtUGjj8\nIxRajmP6AAB4h8O56F0pvBDv9TChwxdgEjW1e+FpqZhMcfRY8yIT2QxJBtgX\npQixNCcCvMWswO20FnKXg07jVsac2CXrYfhttnx6n822JXhEzp1D+srjdv9/\nhJHNIvLSx5N3wy+/UYJlchGLmpKEaanlDECZdStlw+f0BaloccaqmjBCVkP9\ngMLz\r\n=7/wF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"acaeba4a4bb4b5029f286d0c9c57ab8a8ad38dab","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.21.tgz","_integrity":"sha512-BJ+bP3lxhghfQLv0zHZHSOzCx7pGBmkpaYV105heSv/06yW7vApLCsJaft/Ec+DTE/LaBVYb/FA7w1tZ36DLug==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.27","@syncfusion/ej2-data":"~17.3.27","@syncfusion/ej2-grids":"~17.3.27","@syncfusion/ej2-popups":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.3.27_1573560570518_0.29581034548858365","host":"s3://npm-registry-packages"}},"17.3.28":{"name":"@syncfusion/ej2-treegrid","version":"17.3.28","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.3.28","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"51b1d8305665657f27a85a1233ba6ea40a9c67a7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.28.tgz","fileCount":174,"integrity":"sha512-kZLgABFOdZ3witLulihfMz4kBEmvADO2NmQaaFCMTLBBEm2nCHE/50bAdqZYj8PZYcbsggO6DNcp+HxrjIhvzg==","signatures":[{"sig":"MEQCIGEyzYRMSbmsIPNcpr4swEgWYNoetsos7i+PPvEJjT7mAiAp+9SGw3DE3KwaksDKoGoKcWKtAUzlCaUUz+9V6IJIxg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4261332,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0+uDCRA9TVsSAnZWagAAmj0P/1oHAfVWcCf+hYSRIyS/\n3rjkWojqlibAX0HaHtWaR2cV1xXtxh1qSUN3ey5mcQMgOVPPMIIY/5GXkkla\nqfmlh0EZRH5VtVqOFRDJofuMM5calfI4xXVtOQ2PsCFhps1xfMfU8jDA022m\nUTLatCCz5IEPqeAbP6P/eILmCW6or260T/rz0y/ClpCCo6J8jQZH5sYCsmbJ\nT3Xys9RekRjqtZSJkgd1ZXALnRgAJsIGptNztBDEhl7NzjLVL0KJxMt9lPQO\nlifj8ZgNSNXgBrJmAkMWZX274AQsB9lng2De09gQ5UEDZBLiRd0IWYRoUvMV\nroFMkViY7e9kWQd7Jkw1Bv7e+bIjyMEbbVnqIuXaTtYds/ynOevs91Eh+wsi\nKTNom87ktb9dp52s+ZOOhZ5367faGxZawS6EDGebZIbn6Hk2fJ2IPE5r0N9Q\njLst/QkiwwIVhJhMTWaXzRt0Nlxa8u3lz6HTLWN0Xev3zUiIOgAkhfFRolGy\nlrhJX6ptuJWnENkLtl3fCzp/nhNrliy7XhPeboH8m4txg1AWpfkQw1tn/zlS\nGTwNq6o68Z7TvHiVHn2dYGPZHpH0CKC4PV7J+2/AALxjgXxZa/p54XWeVKrg\nZzTVrhGtmUt0w3H0XxG9pICbT+W4l4B54VhM1YSNO/wDVn2A3pMmqJPyqWpJ\nBs4C\r\n=2a4l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"4fba35a0fd17f09efa40baa47869ec4e493400b6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.27.tgz","_integrity":"sha512-9Pb5g+FM5eem9OHuqzDr/D0M7vRIaHoKriKcuX4o2zda9g53zsXYED0QLHM6KPd/5BiQAgpzOm15BN42MQYDyw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.27","@syncfusion/ej2-data":"~17.3.27","@syncfusion/ej2-grids":"~17.3.28","@syncfusion/ej2-popups":"~17.3.27"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.3.28_1574169475289_0.7074448223034078","host":"s3://npm-registry-packages"}},"17.3.29":{"name":"@syncfusion/ej2-treegrid","version":"17.3.29","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.3.29","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"45dec23f745773322c8ced2edbb159b63fef8c9b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.29.tgz","fileCount":174,"integrity":"sha512-mcrhO+lUiqnRjujNZyjdb4og04ck9i5xTMIFMB3iIbaigb4KTI9eNmlBuDoKRRUXMMz4t/NyAknBlVlJOvszGQ==","signatures":[{"sig":"MEYCIQCOtFXKddmZnZzjtDzBck3WAxEgkvCMu/9sY+h/3Vc2EwIhALLtkz15riteGMlOzSPyQAnzGPomgCcMYMs+UhqEA4+t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4262860,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3M0vCRA9TVsSAnZWagAABtoP/Ai0AXrlgVWWIK5r36HM\n2eEZSBNTypHuQlLculKZxt619mmQ0N5onT5dv+bVM+FDjroC9XQCcyK1wmy5\nOlmtIMK+T0H00elhhpjSFLkC+IH4yg5vlswe10XMkyxLr0JfYVonMtRTmiEX\ns85HYlKh14cq20Vf3c/zj/Mvh8yFtlzlZldOVqvZhaGTKocPi+U1J0J82b/R\n9DZ1d47xAtOq3GGiZt7tEN3wUfWrQJ/hrdfqAin5AVB0mt0Cu6l7UE6oRW39\nwlbZ+ZwDSrvvEVpBO3Dt9+zQVQb5OfYARW+aZkmFJRT3ZGC0rFPeoKgLtqXV\nV2ZtugKnOHi2+NjWsLWkG0xoVikbYJW0F2kxzXvi4nR4gxuWXkCdoJ44736J\nBdZw247J55e2g8H1plMWoVr+PKTXhsEzB4nxmbhM8Ify5eGrKvg5mWl5v7k2\nRI1WlkiLPGAvh7DBfOby5wYA3qMypnDtfXKDTx77hBdWW/aB5/QbpgC2VlEv\nOf2smH8wy8en/fCbSNPaoOl3Tm7H0rkitYH70SqJ5avRATtcmU4spBazEaaW\nI2kY6oF52+2VlIFqe9cl0wR6kWpV54dr1cu5JIFxt/yyRL5qSlyQgKdiRuFd\nubxmUg1rOoxsFVtKxKcNjtjafvtPUfQ957+OT+V8na0tIvKU5AfNIVnyVmwv\nuATo\r\n=IWr5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"a64dababd19e1985774d498d6c52d58eda6ad07d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.3.28.tgz","_integrity":"sha512-LZIe72KfqG7JRpA5Hqogk6Kj31Cvow0HMhApwic9ETL39uOlMMXKWBpMqSP4ga3mQZUPHM1Eo0Ty9pRVLWqDwQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.3.27","@syncfusion/ej2-data":"~17.3.27","@syncfusion/ej2-grids":"~17.3.29","@syncfusion/ej2-popups":"~17.3.29"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.3.29_1574751534601_0.7089983935900857","host":"s3://npm-registry-packages"}},"17.4.39":{"name":"@syncfusion/ej2-treegrid","version":"17.4.39","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.4.39","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"d1c49742ff9048c5749c01e34f515591996a7906","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.39.tgz","fileCount":176,"integrity":"sha512-uA2FUlbjajwvainRs69tghzJsPCnhhCmQa9qwjTSS9JkvxoYVmgur0ytY0h6qdVfIDt5+yE+wodX1OJoEoWQNQ==","signatures":[{"sig":"MEUCIQC4oEGotVAie/5PeEKIynT4YFh0PVqv3NqLQfwtzxTqewIgO2Etp9In0CbBdaL4Z+1MwrRrRVTcvd+1baUff5VE4nI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4411004,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+K1pCRA9TVsSAnZWagAAsbcQAJ6u5xEGfabtbbaBqjea\nD+nXD0n1BD65LpKF0xCB9X4VFKK/Mrm6vtErsZucE4Hdl9XZgFUHnhVH6W+1\nQHosu2L5TeJP+Tjdbyju1nBaNn6s72WRvhuCdOIbgL9cAXEcGzLaqLgjZi5p\nestU6kvEQKZnwHZGWzFrEqT/HTOm2/zNLE2WQ1rK0r5C7J5Tnvl6i3lcCdAm\nTOn7Z8wutU9BppMw79DvawsupSMC508for1mIGf1OiCWTk2pQiabtirHN4w5\n10gQY7uOlfxh4RTtkfVRcyJgvb20IfaUoaLI7IJzU5RMKbMIvpIyIk6BpJJd\nX4gGFix6YDKyC13wVbIhAuKVkufs1Y+OcuiwJxIEQ4TzxtTvhqYCneIE1qYJ\n5q5DB5Ok7veT/xaNGzJ36T0ElDmnYqyvBTpSBvPOJNdamO4CO2Wf7DNx2XN2\ngBnIkq4uh2xBvzorzbC9rWig7pqXkL6/3N/djqYhaApBgDOZV7htMU4iMKsz\nX0yyVfYVomj3xv2W+g8d4vMa0wvbSR1PlDQWNnmYdb3OQfm3DGs+2ep7Ctzl\nibM17G9DtoyDndFF0hBvlVS/ObxQfkuAHF/KiqCMJx6lxb0W51PzxU58KKJy\nmeLxm7jOKaZdOeqkfhOodnLpwgXhncGlDTOadOVIVmMcMvBcNSdZ3WyOtIm0\nSx59\r\n=vunf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"b0b20c15023f6b633947c1f542dd1124e01054b7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.48.tgz","_integrity":"sha512-vCKJFfr/Qv3TyZgLMaQe2YCboJxBz7GyTup+jCD3wlTVhyMGWGKuPAa/i9agdQNju0+EYqposZlUdhq7dFirFw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.16.2","dependencies":{"@syncfusion/ej2-base":"~17.4.39","@syncfusion/ej2-data":"~17.4.39","@syncfusion/ej2-grids":"~17.4.39","@syncfusion/ej2-popups":"~17.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.4.39_1576578408786_0.5947203387215485","host":"s3://npm-registry-packages"}},"17.4.40":{"name":"@syncfusion/ej2-treegrid","version":"17.4.40","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.4.40","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"1278849cc27e5c5411cbdcc8cc178a427e4aa426","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.40.tgz","fileCount":176,"integrity":"sha512-dKm9zuhjYVccUdfXLwYeN5A9GQ542fUqiAKc67DxETuWzWus9cEONb2I6zCeby3wve3G6hrF+AQyKLzmTsHMBw==","signatures":[{"sig":"MEUCIBuJx80oF8Oi/pw01J8wPbEKdcK4PFULUqx6n09uI1K7AiEA7YQ/Ne/roLfucpuwIutu39zY4aGyk5qgVhku0eNGirY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4464170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAfF1CRA9TVsSAnZWagAA6g8P/1vMDPJqDcuhS76hcfKf\n2d0tGERa7EWm/6FnesYk5YUtajaTXdX088uspO5mgFfyqY77IXz3dkv8B6vs\njyfoBu90QdSAfBi0vxuNmhTAnjN9bJfQL+6ePgPftPXJIg+qdaUfo+9HfvT8\nSBX92EJH1Uey6rOIHa7ycl/JyYyNd/FNxlPmGAC4zw2iu9ld7lUnDgYr/7HD\n5Ac/h6rg9/9+QIay+vhPHUQPXAg0asraGslYIskhvIutUCsGRydP1tv3E4nt\niCt6W130dufLv6h0H81nTjesZWxx5s9Dzq4ULNtUY2XAWxTpq6hz8Hio329V\ns43TRlnx04EgMYvtdzRdGt84P+Ux5EbpLLNnBaLoUeGgTpunby+wZWhVS14B\npKmIfUQ1Q0CslB8FgUoha0o9wDuSl1nuEYNQtCXP/nXSoTG4uhsa7Ei0SMAk\nc36US7l7yyvWsYry9xi9YeExADEe26DBTVb1+Z0r+rqHbY7xPGzxG2sodVcD\nADsWuh4Qe2nmjR81Wfih6yxfhedun2lYuhmOv7uIaw9sG8/krvdyP3H5s40Z\nB4YbjL4KGbT+/g2f2dXrtQX0Qou8Fm18vrpdE8h1xDTGD+EY8C4rt8ms7sC6\nuva8EZRvjVD2Hs9rD5T5cdzLwwYfGlUCZzZ0MvboSwWRnDd9VWzUQ0iHj2Sr\nSbzA\r\n=eldX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"86034efd9a89d1511241852c5fa5c455d88b7bfb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.39.tgz","_integrity":"sha512-4AgnC8XkH6EV2p3PlkOymKluEjXmXZBysMQHRaNx3TBsCRfvWxO0EMo5U05va0dzhElwoW0uq5mdTWtj8SFszA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.39","@syncfusion/ej2-data":"~17.4.39","@syncfusion/ej2-grids":"~17.4.40","@syncfusion/ej2-popups":"~17.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.4.40_1577185653053_0.9599559063472392","host":"s3://npm-registry-packages"}},"17.4.41":{"name":"@syncfusion/ej2-treegrid","version":"17.4.41","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.4.41","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"bc285c05200276268465fddeb8e89c27de56f6bf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.41.tgz","fileCount":176,"integrity":"sha512-urmBN34F1lLYIDeIXAOF6FTrR02EOzRFJMhiRJ7HrgaMfZjU/FEcAyiTBSVYsC9l7AW6AAU+wLHib9/4JSK1fA==","signatures":[{"sig":"MEUCIQD+qP3G8Vx6VnKifH7V/l54tRqwl+99u9mVktDnrTUyDQIgBteL7grfCLimXl2QUfgmfTutrN03rxnbb7ywD0M1N/Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4467788,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFFEbCRA9TVsSAnZWagAANEgQAIugV/IjpMWuWiEuAmRK\nSIrXoayImsE+IcBbJTA4WsUV0HHdBM6G9tacmGivliSgG170Q3iWGGtGfP3C\nN2ZFM5srQjYu8YoCVDb2sW3j4GBqNuG/LOZAkhsnrxirmc9OSZ6xCzJB6qBj\neGkw/uQ2H1PlDaSMI1WJB0SazcsiWjvKLBWtxbXf3rFlrir4bk5BL4aiBJDN\nk8T0MCHC7xmxkG9siZRL00+NgnaR7GKmiTgi3i5PjEsCjWFo8xdtLjdroY0+\nmqlncz2bXtLa7TptXKm7bxlEr4a2Dh3GXJ+dwWBxcppaLBTDQRnqUue8UbRm\ne0ErF/sIrCOay0TpW+Go6uhsb0v3R9ngu7brRP5fsKVJX58lFhslsOmPYu38\nBgl+EEtM1zhgLz/kUyUWUsDoEswzdVUk1XvXFJO7O9UoO1mpne+94+/z9zsQ\nb/kFuX7xe3l2DgxWxHShQ92FVRqUTsv3pU+hT+bpYtJuNbcPd+9FPgr+igup\nCeXJMsRKHSUeb5NDKfwWC4SurQXko+AGJn8qtly2P/oDotvIJBkA1AyAh/4J\nquow4O5Jt9IbcTOOYRiE//B+yZytmhw/P2LFKPxv9Q6JG8TYWIvT6GxueAU5\nUlyQQOwMQjfIcTj/aWO8aRG4wDlH6ir00r/ZebE5S5KaJ4/VhHmnrFD55xfQ\n8NAQ\r\n=RRJS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"fe6c5c7db1e088527ba7e3f5be5d67dfe25e13f7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.40.tgz","_integrity":"sha512-BgWuxjuSgRMNb/sDDrZwA6CuLUjl45UW7CXilvbWnGrMNaAsRSCkSnTQUHcToXYCxDXrPNTy5JVqoQoy9X4qZQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.41","@syncfusion/ej2-data":"~17.4.41","@syncfusion/ej2-grids":"~17.4.41","@syncfusion/ej2-popups":"~17.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.4.41_1578389786518_0.2529205304305835","host":"s3://npm-registry-packages"}},"17.4.43":{"name":"@syncfusion/ej2-treegrid","version":"17.4.43","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.4.43","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"7da0fe22efe86a1e4dfc5dc4d1202b3be2cfe821","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.43.tgz","fileCount":176,"integrity":"sha512-fNiYeQHTwx0oMa+qfX6OwFFl4uzr/T1C9tSfvOT8TweWY3cmSxRhQoEaM/Vif1NBs2JSyzbp8q0oKP6zVa3muA==","signatures":[{"sig":"MEQCICtRePoKJEIGH0978QsfZEppA2v/uYCnCaqymU/4WTS5AiBSy50K6GPtCbMB8XAmSFQKl8UN0ZWNVXzQLuPgtlqyJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4480385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHWWMCRA9TVsSAnZWagAALFkP/2GdNWhxT4/RKIDNv3R8\n8wLl/Xvr1hyIsb3500mmuYhx9Nr1fcZq1/h93Cy3aEcqBsisLoiJ9AeMrYTg\nDPEtFSNjlPcETu8KsqPjNvNfdM2t0w0g0NsKbE0i8APM4lNz6nZ+UwrtJ2MZ\nrd7S3RZN1M0kqB7M5s+GrrLDvyy9WkISroYyf2lufsZ2I1Ao+D8AEPwXs0Ii\n9qcNyaAwFJr5ALQZ4J50RJANNhoQoCWarbx7p+333PhYKd34Sx6X/flYmrwx\nFqiR3llv87XtnFgOHtc0WmT4HddWmPfRV503ShiHigWeYgYWRBTiAtLuRAyo\nfhx/cbQyNCNQixliSonS0N2OMSHFt70Mf0u4plveC9JhfDbcQpfZU127342R\nUYAytoVE8duFFsM13ztB7Xrnl+SDueHdIxllW80FcCA/+59BIC/AO0yFsMPN\nJgEWMmx2kdh39uPiMXx4Syxd/Shv35dfaqwFID3ELUeVqoOvSpi2WyisTnXq\nVMr+C12/CPtRmKTOBzMYZT2lg0diRonQtXITh45rOFbEIXZ9IzAp7TeBwjA+\nLBxPZwH3RcIusXvPJdGexCDuyAI0kvs+Y49wgT1Yd+VdVfCLUvZHQy3smuAK\nYeIzrROSquGyFExV3Htb8thkGQz+nwqmd1FEH+F8/7PbZamoC9e/wppcNONO\not0w\r\n=8Y+M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"ed16604fca7256e607783d052b64312c4360e9e7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.41.tgz","_integrity":"sha512-Izw5bT/fMujVLlxsFPQGRw/kc1BlMsAE56BYCubzw8qZaIJAQV/V/ixaxqyS+g5YtdzzjGL3efAblI17/67nww==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.43","@syncfusion/ej2-data":"~17.4.43","@syncfusion/ej2-grids":"~17.4.43","@syncfusion/ej2-popups":"~17.4.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.4.43_1578984843545_0.8075048236306082","host":"s3://npm-registry-packages"}},"17.4.46":{"name":"@syncfusion/ej2-treegrid","version":"17.4.46","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.4.46","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"13134bdf7ca87c404991b8b06c2b6331936bfa38","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.46.tgz","fileCount":176,"integrity":"sha512-BMtE4NeRcKPrF3ZkPKypPMcHg4dmHVkChhQsk39LM9vb7ivPqYM04p395GWeh9jXJxVmqVIY0BrGoBWMo3kRFw==","signatures":[{"sig":"MEUCIGpagUqiegKGbs0q8SFi4Idy1Zao2VhGONt5251o+24aAiEA2gdSZyalYtXZlgI0u72Q/ViCXJYV0MplN6pSY09+KYo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4484155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMqGACRA9TVsSAnZWagAAwZcP/1Xioyhx30lNrJ3OgIor\nPFkm69Dimf18EtrCpFzKs6+0Cy9Lr9B8YSVTi2OqR2w0jyyTJzkLc6wGr9wK\ni768friJ7Ac1zt3FG7U2BvDZDjuRod1kwXZaZjyLrrtuKruu+0Z3+mffnwwu\n/TP6/o98Zf48E4GGjxcqOLyeziys07z8MJNhdsaArLFkCHsdFf+nU48Z/V8T\n759CI01aGxAfrwqmjzLNOpuZQCho1UKgStCl1FLrkkAwinNXnMiSp8iCkP/d\npuSIM3C5sbwznW36IL1sZZaB6Kix+LlYbxCwB9ak6qFUs/4hqsMkkxxdBtxr\nA4YpntAFnZ/mwt1L0gjs3wCTdVvIXc1UvpEmUlZcKuyEAxWNDJJFaSXtg4vk\nFDx3yZ50jNdJNeQtyu/Us/ZsZ4qDvYp5yWlNCh9IGG77ncOH2ozlKQiZa8M5\nuTsshxV6t6fBYnu95f1tpTNaPzRjFhpnjjdI/48c5gogokBomzDeUpo96qRI\nMOHO4Mms45KXEx71Ua1UU8DWCKE6CIeyInpWme+9QlA5WiY+0jfL5AYbAWx0\nlPA00a4BnT2kyXGMTXYOTdy1hrztOhZvDnq/0NwPFLaoMDg5SEDL5xORuQVl\ngS0u9Z8tAVVDc/QKq74MgccY5qjjhUW8ewYWQiQaOVTtKjyh93kagI+xPy++\nqsn3\r\n=/8cX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"61d9b9327e105acdec8473f7e3056a1b588714c7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.43.tgz","_integrity":"sha512-IjwGB4QlCSGjtnxn5uXrz/OJJE/eHcdfIh05/YqKxNFJATFzaRnY71mmftaTi0ZIFLAWd+YYr+S8AwuWdVlYlA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.46","@syncfusion/ej2-data":"~17.4.46","@syncfusion/ej2-grids":"~17.4.46","@syncfusion/ej2-popups":"~17.4.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.4.46_1580376447544_0.8570613691236446","host":"s3://npm-registry-packages"}},"17.4.47":{"name":"@syncfusion/ej2-treegrid","version":"17.4.47","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.4.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"9e0347fe18c5f81a061f9f7fb85d988ae4e8a0cc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.47.tgz","fileCount":176,"integrity":"sha512-5OQLbwOHd5TU7xsquc/H50UL3B0xPw+Iwpx9Ou6dEUcIzA/JRznSQvWqa7MJWPVktYvDFQKLwEAvvHqQ2cmWQQ==","signatures":[{"sig":"MEYCIQC7VmYtb8Y/7B4GHNoAkeCdIVjVadwBLFWPIIDDK5weqwIhAJuNnqvrwAm+oOYEgHablDiTy7jbn2QPPddwVcC4XX/9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4483161,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOmlHCRA9TVsSAnZWagAA9VEQAJiEyEWKsZDXqonzNcYN\nGALs+CiZSjWmx9Jvz20Pb/webOpCnTuJFfVneO8NYyndt3mJAUOMsoOVBnA2\nUQjXj1DERLkcYW5LlBv1tNhmazoVMezb7DK996Jnl8PTorWRzysxt28/kxM5\n+BXXFO1OdFa8fczEqsn9G/GDCtcQUlSJzFpnvwcLzmbdskhKLs/6hItwLKlS\nmZT7CG+apHo28ljzIRUrseKfyj/A70Cp3rpZ4O1sWgD/39qGT++hY5LZ0vbE\nQu0E61W1zFRllyCdYkdvhL3FlCnKoUP8lTP/FZzgMBad46LTjiv4t0ETpE8s\nx51EvgI+w0ltKP8bib2IJ1wIvFTvb47kSv53K2buYVhjjsnXPK5NBsyGLf/j\nW1uooY3Cg4JKtL5oqSUsdwPF5993DuM8Ty5a4hFjjk+pKGIe/50F3mJuY4SQ\nKO7da2f+FG7Ktn9ADCCw0wqxS1xq4sNrlLyxcQm/X9VdY8QJKGLqA7k+LfqZ\nlBuPYSt1o8JkLvnvHOwTsdFzTWyuWAuo9iaPiAQjFfLMmO+l7SDeWjQ5Rb4o\nhiggc5xl5NG9kjlTaZHmDjdoLWTp75MjUXlz4RVe/40O4NMlMv0ZFHEt5Ahq\nJ0DKPJ+7IEwsvO66KlSET0K57pEyjhGcncmSby6D6pha8dMobJPLjHWfvosW\nNeog\r\n=aRWG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"3ace29ddacf900170c8cea394a2a3cb7cddaf47a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.46.tgz","_integrity":"sha512-fBFksDj8GNN/TJbdKxuNzuBPhjaTlbkwHbLSJ1YdYTbSEIJDMzUbWHo+hMP6MqfdfSt1rm0rshpU36qFk/PQTQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.47","@syncfusion/ej2-data":"~17.4.47","@syncfusion/ej2-grids":"~17.4.47","@syncfusion/ej2-popups":"~17.4.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.4.47_1580886342857_0.5344707786390523","host":"s3://npm-registry-packages"}},"17.4.49":{"name":"@syncfusion/ej2-treegrid","version":"17.4.49","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.4.49","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"8222bfe06f40c61040c0c81e61bd8c5a3bb7f879","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.49.tgz","fileCount":176,"integrity":"sha512-XJ4adiwjjTPr4k9luzXbdBWQrlKnKjrjQQk+CRIqJ33GpFUFri0GCAx/L5REhPaPpvJeKlt2UYF1g2XftqxYgA==","signatures":[{"sig":"MEQCIHLKaOBJuKMsLZNvWvvs1bDi3xaN8JSVXDV1O2CmHjbdAiBxmRvan8FcrtLxVYeaPgbt84PNp+HHIW3Ju++5hTomig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4484144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQojlCRA9TVsSAnZWagAAfmAP/18RFQ4fXxfIyuGXSPiO\nmrKhFp9+IvWZGW37nyt8gpTEUUpCALJpEUQJ506c/pCfy0JNsE1FLT4o+c9u\nG6Bm1lLC0ts9VRPKEXlGs3YOtp1DJEqu4Vk+LL2muaW8B796A9LWhwE8NiR7\nAJU97UUBU2y1c6LYafbcqnt7vTAO5dk9VQy4ni/AIEpTPavmHbdURd14IT+s\nAHInCt/CuG9k96N+jkNX7LQ8vxEs8yDvoIT6hwplKTW5vExqi6Tk1YAWMIh7\nN1GXYL5z8MxtJdizkXQ7s+qyegcwM+qJrTUtBNQiCjCIx+m4SdAkNN8zDrwF\nc0yKsV7wAvAt3kdcxLYdAQZyYqhytasTSmsYuiNAmWf2gCU2kah574ttpklY\nVFg1fJIyGDm1DruYGRK5ChFEf8opEHy1OrU8RsPiBzfK6kjkRBh77DeFneqX\nPPeyGPOK33PY0FmXHqDiKpbnrIaZuuymkaxeq9G5H81VZYlb847gOq5aoiqA\n7vcS8Eayr2GvETnIMaRthacbppvIjL1MUozpQ0gPPvbU33sX+yQ8JFUMOABY\nQ1z1efaOn655TQRz/AvrprxAhEYgpx6YFQZqT0gNyV8lPwdSrOFePOu3jfKX\nLvLhWOheztKXzrTioQxf5D8EWNFeFP8B5TySfXWMMqhO7E9tBO2b5V+9BL6m\nBCu0\r\n=i9Gw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"3ace29ddacf900170c8cea394a2a3cb7cddaf47a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.46.tgz","_integrity":"sha512-fBFksDj8GNN/TJbdKxuNzuBPhjaTlbkwHbLSJ1YdYTbSEIJDMzUbWHo+hMP6MqfdfSt1rm0rshpU36qFk/PQTQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.47","@syncfusion/ej2-data":"~17.4.47","@syncfusion/ej2-grids":"~17.4.49","@syncfusion/ej2-popups":"~17.4.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.4.49_1581418724693_0.8290566053061679","host":"s3://npm-registry-packages"}},"17.4.51":{"name":"@syncfusion/ej2-treegrid","version":"17.4.51","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.4.51","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"d252f1e60ece24f0013df6515f383a48182c52c2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.51.tgz","fileCount":176,"integrity":"sha512-E09GRbmpHZ8EU2Jd2Ex4AOl1wntvYHlP6Dj1INdf3LryYMkPaI2pup6dGy/o7ndqjkENAYCRN4a7j92ZKanWyA==","signatures":[{"sig":"MEUCIQCwuLbnF3EbnPnr7VH8qesNjcgQ18aqmhtPaMVzu1Z6HAIgaojWtQAYncCTtJdXz2PeSiQQ/0r+kafrf6kH1xX2ti4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4511847,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVS4uCRA9TVsSAnZWagAARIEQAJusFfboAbx0CcfSK+pc\ntT9mQ9FBE+zj4A+d7cZ4LORXJ1JaqzJSnxohRYPbeZyPvGBrtCZwDdO1EyvJ\nAmaQXFkYf6NDe//mzIe7eKAez8lquVhaOT6GVgFfSFd3dmt6zuBmeB95ZAai\nxgyqBk60aO1P7wuDG5Y5PSo6zXxGD4OEX0gNES09V/fMurKZo5WnMBeQmoIr\nCjdDHA/nN01vCQOnNUjQJ2qKkfhJU5zYzsmXrt4YO8ONUd4eBTxuk2IwE8nM\nTf59Lmcsrhz+8zHdNDdb9dUef39uZXDxrtM9hQz+RGj0ygbsIct01sZGbLg+\n3IkGip7ScoFB61ydnOiEsQkesjU7TytKEHa1ZsWUEFVTsGoXOIlS//cGiLhP\nEKdLhpTvDu4GYbBh8/6Bl3SkWtAo5elqGQFX30DEq7SD0AK78FpgRnrUHlf/\nNFVUKibqkFvWCsJXJvKZo5AZ7JWhvo5a2hGjXGBMO3Fo4XyiKHj3HIFau2e7\nG2+6pwDTVxq1p1FxsZfOvYV67jjBkOpz3fljSJ8H7hFTjgnxNrd2Zsri49cp\nnstZfr4DXpY2/srjo3KLwCI2isqWDbIgE6imIuXVIx9bY/B5dzPkjtaaowVg\nviiQvzYa1vJwwDX0ee6HrENnWdKzTR3Y8YEztfQt/y9HSXY3Hbw9J7OxmY2t\nc6PO\r\n=Z9yj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"eb75892700440661acef52d822ac341ae5c4be35","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.50.tgz","_integrity":"sha512-Wtn4l2hPw1+Waamw2Lmm1PSngqRMt//zq0ALMaFckEJsbpFajIgvxziiIXrPDp9FjP/Lqq9cvPzVjDHJ55kGqA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~17.4.51","@syncfusion/ej2-data":"~17.4.51","@syncfusion/ej2-grids":"~17.4.51","@syncfusion/ej2-popups":"~17.4.51"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.4.51_1582640685843_0.8932731683912651","host":"s3://npm-registry-packages"}},"18.1.36-beta":{"name":"@syncfusion/ej2-treegrid","version":"18.1.36-beta","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.1.36-beta","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"839845603d309099c098ba10cce6cd46ab93f019","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.36-beta.tgz","fileCount":175,"integrity":"sha512-1YKAKfcAVesERwmRtddwMGV6Nhp4XcM8e74rEsVSvwT0aIlhRoo3G9MMGfAhmRMt9oy0LNHXwJMvWrIjROa3KQ==","signatures":[{"sig":"MEQCIDjKD0pvxOO7dXT5JviE7+S9uGXyfKgDDUtLy2f44xiPAiBJKBuwxC/iE/Q1/kPtNFhbOJ3wXmWoOVmrauHnMf643w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5011180,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeczh0CRA9TVsSAnZWagAAAasP/1vOzJbbo99PsULxIrmV\nKoxCDiEvbBU1uH3MAf7v9PdCyjmeE5P3aWmHCBnXj+aRM+FwUwEM6j30K+Tr\n0lCNy0oIEU4IT+NzK7drEDn+NUhn3F9goyUGwQT5EbBjHz9A8+y09NNr8RLD\nUWE3qk9eWTjGqvOB5Cd/ITv5TIwZwgEcDSssREL1XNMk8f9OpQ5oCu+q/Igb\nUlBJEEAgJsQ8NSL2JhFB6YtJ8zEalEvuQDoQjHewXCRLXqq4bqpbOpzM9A9V\njTjyPkc4JoCEB36GNWjUK+4ATDVnlkhOyJaXNzr/lnDLb/Wc1sXj5wk6Nwti\nZaH4N3xy9ShM2hquAHxX41BuJ7tUTHL7k7GmnNnnSdWUOkZUmM5DGK3vf2WG\nMRNUzKykGqfC8y/RDgtX+LprRVdHIUOJaTCm7/uFnuT5OkYL5YfBBByAdD6t\n1vOtWB8SM27kIcEXIdwkETPYQL/3dKkzRy/b4tgASbc5KemgOoMmhjXXmMSN\nG/PhnAPNZX3zEwBFxmBv/o2d6nb1dR05OHaA1ebEHdmtWQ+48nr189gc2IjK\n3rVPGybL7pT+gKPrV53tFLyZAv+nOQh9wAwF/CRNqFuQYuNJompGkIGANWCW\nyO/l6+Ip0PYQ2H/X1Ju/0oWDM9alUcPh3BWcyN8J71sbm4XXQ/yDP+44KcJ9\nMkNA\r\n=8fCF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"2c2036f8ae8a1e8502f75db88fe33cbfd7f83081","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.39.tgz","_integrity":"sha512-jDlVcMgRUAgMIOj8xsR7JCSjPG0gK4I7RBOy/BhStUxA9Ljc3zOSyBUxmpY8RgwhKkTlBT0f0tCmBogxm2/Ntg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.36-beta","@syncfusion/ej2-data":"~18.1.36-beta","@syncfusion/ej2-grids":"~18.1.36-beta","@syncfusion/ej2-popups":"~18.1.36-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.1.36-beta_1584609396094_0.9573479749235918","host":"s3://npm-registry-packages"}},"18.1.42":{"name":"@syncfusion/ej2-treegrid","version":"18.1.42","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.1.42","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"1ad371f1273bd9b417ce3eb422ae5300ffe9a124","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.42.tgz","fileCount":175,"integrity":"sha512-C1JiQJuHUoDA2gIfXtHvv37xeQRKmhxjoYIIQ+jBxcWvhqSw2G1jmzElgLhBeAPy/DwE46kBiSebBvlcPAq49g==","signatures":[{"sig":"MEYCIQD1vGFjB1qFGi9Kd4QBzYpJcaknpiqDQCSryB+4KHlPkgIhAK6ycBQf6UkRD3t4b9qeztxCp2hq77Gv2xldWECyqIK9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5051933,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehHHbCRA9TVsSAnZWagAAEv8QAKRStTXPEmtZLy5fEXg2\nlidEjGjimtmYLtKnSHnulqTv/1DIRRmIJPKi3o+muqK38xWRwftLRqctT0dE\ndccT1QZmXRppT7dPY89rm1RbiesuRDGnv8zCrXn+x9GoPF5MQn4EXp7MPhTe\n4ZRJ3oY6Vj/g6q0f8d80N8O5EKD3+3GqCGyRYy31k1sctjfTvW9+AYKepuSd\nYTDXD34dpMYIpNqDm3ntVa9W0r8nQbS+YE3XBrf98YM+CCcUwlZ1Q/r/IA6o\n817W6iVIZFhxdh8K82HalJ5TQxv5yac7mnwk/izYSbCuABAMRIlrS2DyitOZ\nbhIlB4ehvQvrvMcNM786Zb/XXktN83DYv9kAUNq5N5+0f2xSoDC3dOnIH8EC\neMR9Bc3V3rlA5lVus/d2xL5iPn7noVQRJaic2ftrrTwjGaA22RaSHI5UFOc4\nLHyF1ja9hf66mD1dmAKY168kvYIuWvx8QRs9gQVVbQAolBcIUq7k0Pqzz1mr\ncFYEWVk0pilmk2gUoORbB+9eed5wj/1mjKEHL/6bn7LLUXEs5SnzUmHvsYBS\nwgcoUyTxlQ2DrW6COuaWDDfHl1QHTogh8l879rCYeOR9LAZtIXD2As/MRYqm\nqlz8VZjE2swLhH4G9lv9SAk0QxAnvQ8EnzQBRuPofYUuqzWnxYbd/myJBx3l\nxgIp\r\n=jNbZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"abf49050f68db2b229699a508833903b5e492be1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.36.tgz","_integrity":"sha512-CCEDJW6bT6qJ9xXLbpFCuL6XwnVMWNtsCDlQZTeMJi73NpkxSEOZHYPkfBIPmmnVctbT6XDSw/QH62usfg5czg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.42","@syncfusion/ej2-data":"~18.1.42","@syncfusion/ej2-grids":"~18.1.42","@syncfusion/ej2-popups":"~18.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.1.42_1585738202787_0.8879074274474148","host":"s3://npm-registry-packages"}},"18.1.43":{"name":"@syncfusion/ej2-treegrid","version":"18.1.43","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.1.43","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"2308301e90e7ac5938d971bc55d1cf6cde459f79","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.43.tgz","fileCount":175,"integrity":"sha512-D4wsFdqPDy7BJmw5NlOinC0cdLb6ybtrEUFPNtlLKjobPFFX/2fDWZLO6p1r2HGINAgSSxZfyCZWdfq0XgR+Sw==","signatures":[{"sig":"MEQCIDJunebNpkpc5rDtcmhB5yKsbBM59Ij3xdS40XP9+9n+AiBWcpOAZUJoAeEbOb+ILrclEbBqxViDFR2rusITFL42Yg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5075311,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejG8HCRA9TVsSAnZWagAAM5EP/2S47tMpKW7S+IEyea2h\ntxhoyBAgZ7Mra8gJbG/zoVA7qKfjTjLFLJYCvc90qFOM9JGoFOgGCkb9boky\nbWAeoqeRxRlOC7R0RWSpOYq18cVMRkIRq98TO4wItHIMRLuN0OkWtzXeMP/P\nju7Jc373oUH1yj3HBXJX8l3eP4lDjPtF24WEzlgwVgA4k6pHFevfTeUS3MyD\nWlRs95ifqMX2Ct8fDiW6q3UDLcz7zfbCZJ8psOdz5+jO9COzjwh55dsihjlz\nje3joWU+RkSkkCkm57ANBBmjFoneLrfu3xwBirh2lqTYHZLbVEZKLDqAkYfn\nX87YMUwknf9211xXVSmw+/QkeRpUnIxXgZofNX8N2wlYOrrMe8abbQWiAkkh\nYizHZr24zCJUdm0ppsQh43ITRN2PVDID6HcY5raw67AKUa75Z6Pbo+269yqK\niH0imrEPKcAgaGCyqIF/jk2DJMMkdCL14FNIgFi3jYtdtrZgESk+lTE8M90n\nV2IwI+Y7NcNEzhyQ9TKZeT0xZf18ISnsJ9RTEKU6WZ5iCZJi3mRKQGQSNnQR\nKv3rH7T363Rb+me9siCFI6zeflvOnnTa28DeN+pQus80nln2VFbyNgZi0PRj\nA3XytqP07k6a/0H4uRO1Q7mshgkoPcMS6BvzeYxaiCG8a/2Bm2PPPTO8/uXO\nj66L\r\n=Zg/g\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"20278bf64a001215efd8936de515b1dbd5670204","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.36.tgz","_integrity":"sha512-jPH+g4I03dxyr0fdl5nlekA/ycao5qL1G+cuRRDcJxwEXNVna5vNimObuIwj39PBukY/xTKSULnDWUMSZoK90g==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.42","@syncfusion/ej2-data":"~18.1.43","@syncfusion/ej2-grids":"~18.1.43","@syncfusion/ej2-popups":"~18.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.1.43_1586261766675_0.26561543338736526","host":"s3://npm-registry-packages"}},"18.1.45":{"name":"@syncfusion/ej2-treegrid","version":"18.1.45","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.1.45","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"122e24a8e8e60e7e5d66db0d34ce3d260cab54fd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.45.tgz","fileCount":175,"integrity":"sha512-XfLUy+jxawPK8gR/Jd9Yar9bOEYCCYE+/4JDct+QvXqVSF5ge+oiGGA+5GwLagYnOK5u3iCtUKj3ZFHAnoWeWg==","signatures":[{"sig":"MEUCIA70X8EsgjcGHdUGwpj5r4kqzwdXOXAJf+CuewQtMtXqAiEAoZ+Na6eTzbZWNcdKc9pMMzzdbpHKMJev2REurQzqAcQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5085329,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenslRCRA9TVsSAnZWagAA9qgQAKS/AtIWghwW0uZ3f0Jz\nEqAXWjQhRG6JGInXS0MV7dSm6pvLiThNJ68O4/zaxrUnXywa+nIf+zuCN3U4\nm/NPIXDosdTgVd2DLIMiNW4AXBTygXzFr7QJDxQBu5vTap1EaCZYYV00PpBD\n6Xzc2h3qul1fDjn36Mq2cZ8GDMBCqw7hA5mkkp8v/g97/drCJDxeBGfXt2Xj\nCb7KlhghTD6M33q/em5tRLz3bYtsypDINPa+UyaQSztdnEIzpK3HfxQq6GTd\nxHbYO5KNSDi+DUYcgBlEjzF5sq8C3XsVono9rwAcQzNw37kWua5QonT707LV\n1nvc/mvISEsyHRNR6/kfHgbvuRdXsAJpUiLLx9yJBxF0P4pYDJnu8ihY0C8c\nmvLBKkIzEzisAxmcxsEI+oVP9nzRoxCln+UojwKCC0stBYnaPT4Zuu4HJVIz\nn2SFCu96fDRJL7BwPdS+qArNGOpO6GIR/ftHzrPmfUzpYW6s3/lhZu1Lhx+u\nSe5MXgP9IJGSbX3I/aiQJtVqRw40kY03l9hClS5Fa7fcxyHEBnZx89lhGMUo\nBqZMrx1c19UVB832Wyi5iWGbp3bJoUItbiKKu9ueM+UlEL1yvHHte/LBW1zf\nKT4WW7wzuBNjqmGO48SFMrGwdZ4/eSAiKBEGZNePkx4YsKfzZg8Y5P08K2cX\nvo+n\r\n=6PYh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"ebc36f04af535e6511c1aa1881c3d40d0e106bab","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.43.tgz","_integrity":"sha512-VJFYyjsoFXAeqYIR6zaiMvSLJUwrf6iPz6hMGeJqN/17Y0HdntvmgGJv6rjSDlRgd0sCd7PhZfzOXGp+ptCOrw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.44","@syncfusion/ej2-data":"~18.1.43","@syncfusion/ej2-grids":"~18.1.45","@syncfusion/ej2-popups":"~18.1.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.1.45_1587464528614_0.6588883686804943","host":"s3://npm-registry-packages"}},"18.1.48":{"name":"@syncfusion/ej2-treegrid","version":"18.1.48","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.1.48","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"e4c13328fdcd0d2bc1908fea219f2285d8f4d051","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.48.tgz","fileCount":175,"integrity":"sha512-9IJb4a7daJkCAge3ed4VpHtuVNuW4JQ27dv6JNnt+LOhIDBPbvcX7SuLYL0I7hkq05+W1ZGA58QqEVLf/anYng==","signatures":[{"sig":"MEUCIH0EczLkvnowHK/A9A/8S+GYVM2NM5g/CoI7LfcuaQvHAiEAmTf5c89VDbJ8onjkPVip1jhD9tyX8ogn7Idgb9yHE8U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5101420,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesU1xCRA9TVsSAnZWagAApi4P+gLrXwZPRWR0BpbCNdDF\nj4Ia8JB7AuqiDhnJKKbOU4H8MjykM302p5ChOvwBKbQ8WHU7o405hQusHPKl\nEF0AbFk310Kv8o1Gu1NBA52klEmafJVVgYf8usZ01JnGylX8dAHFR1T/DYsP\nHbjC4j4vzb9drFdIA/YLOOgney5Dr5fa8S2pNr1QKVoEY+fthp2vSzfobMXe\nQG6Lc58pTYBi5UR0o+eQNb3k89GSIIdeP3Enmx9MN4jbZBJSfVdevWXjX6ND\n3ZEEIeMqY1pCSUjONx54MFe49mVFJcG+MFR+VrmKh9AWwzb0IW3l+kczj09n\n+IhhROgVtwrz0/YNF6ST+NOb5aBxsQhB8T1rfOqJ+ApUKzBsUpi9gjHrdj+W\n9FmFoSp2d+I/w8bli9uA6KBoyLWH+0JmhvqKxgWQJGObbHPg0nQq9dyLtGFy\nJ1MpebAwE4aFKMFPaA2PLk3thVrnOrqjc9K3+v7Q2L1pRNZ/Cb8bVhzob4Z1\n8MhmIOM/SVoIjbzpYhWBhconnbslDayYhny8bJpRDWZ4l/WEA9hzCC1zA2c0\nvIGLf60sVcvtKwLB5Q7GopejAso7DHvA3dN6ELmFrL2SH96dWA/T0ho/hqwc\nPUqmJB5AlA/OcnNA2px3QSUWqCjqC9NKTBQyl4fwuSIBlEFZ/ElCpWQXkQ96\nUF3y\r\n=03pD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"b4841f4d4452465a08b6918850561fdbee9eb537","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.45.tgz","_integrity":"sha512-zXR+lydesMgYXTMqfDu58wfPEIF05Gh0DL8keZKbLq/NIqjpIwEs7mKm6F0m/NWALh493bWhwdsE8ufoUkErjg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.44","@syncfusion/ej2-data":"~18.1.43","@syncfusion/ej2-grids":"~18.1.48","@syncfusion/ej2-popups":"~18.1.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.1.48_1588678001285_0.9971528065732425","host":"s3://npm-registry-packages"}},"18.1.52":{"name":"@syncfusion/ej2-treegrid","version":"18.1.52","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.1.52","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"1f014d3f7983ef2f48ea9038cd6b86ce30e0d347","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.52.tgz","fileCount":175,"integrity":"sha512-AG03i58H6N/OFgUhAYObLUAznpFN8FjYo6gZZJwIHxX1w7UKCcKSvaccvwPYXCxDa/umVjtenJGrHFDi8vl+rw==","signatures":[{"sig":"MEUCIQCR2Xv4b3R8poRCWYw0JccAHpDaH6kNlZp5huCCSLDWcgIgUFSBqbZg1ZIwuUqUr/SIrMKYpzzW0YiUmHjIMWGf7HA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5159885,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu6+bCRA9TVsSAnZWagAAHIAQAIeFwzo7W8lHKH1k57tR\nWTatVLNtvxkrxtR3ehGgX3uh5e5V3aT6lrD2ebkF4ppm0vJXHVCAX42sXh8Q\nPDfXOckgEHrlN0Meu0pl5BKvGhEswyHeGRGT7NkgKRwGaG/s5E+Rz62pMmQY\nATiJBAjQtemrPezzNjY4zuDyugS/Tz7CEd3Qm9g4g7PsFXsl/tITovpmXKNN\nxQgm1EHg0KS6CK0LlCyNeNA8E4mPygHJvOMybVabi1ZjZssACbvNBZ3D5La6\nPXqWzH5NJuePFTCgiOZFGqTq2+nN5roYKgdIKoQvOHY6NG4depniTb8hNbL7\nc2kjhCqR+XVYGZRUMGLBdfI+s8LKwnPOwrlRgBWzA08P8aHhHP2wTfnDa6AP\nTx8zID0LzhYfn8TNIFs26Y0mrv//dxZM0W1whW5j7TdFhADP3hUxUGPI0hj4\nY4ceG1hm+cSmJm8gqhHz8k2w/QxCrRxwRNxMbcTHC5YcowWY/kyLdr+txiG6\nVJG5cHEgwKlGv/7rKf3vQSIlFZck/7sNm3lZ+naV38TMoskynncxmY/mpbL3\nWP0WsHqqB2jnWsgD+1RQMPiVOr85zicBQtL4ZxUCS04f4aUwOnFnLV4DjWAS\nH2ksHhkOcPZrFdwPPx9i7MNv5x+ooVrYuU8drP6BXZsPD1rPTbvVsqlAEX5D\nQ/qn\r\n=IlCD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"8238c49eec4af79e12d2479a99c541a8e09c3030","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.48.tgz","_integrity":"sha512-nbRkxtTD7BHS6X0+/PTilznnYoOavh4aqSKSCMrayvW+ZG8t5EjYNr+HV33iP2L7KqpVByb6+qhZVqWfIAxeGQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.52","@syncfusion/ej2-data":"~18.1.52","@syncfusion/ej2-grids":"~18.1.52","@syncfusion/ej2-popups":"~18.1.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.1.52_1589358491356_0.1183453227948037","host":"s3://npm-registry-packages"}},"18.1.53":{"name":"@syncfusion/ej2-treegrid","version":"18.1.53","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.1.53","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"6406a649f4a201a32b8cdb3f5f643f3fb37f9412","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.53.tgz","fileCount":177,"integrity":"sha512-CL14TL3FmPFfIcOwSWqjlfDukGAOon3DTk6nalryCCiVaiXoiK2/riE7nYx+VX7E9gcMYmlk9bFuD/dLLuNJDg==","signatures":[{"sig":"MEYCIQDS8YMC+0sSzHA0ik7Jo9TlpDuOA0MwmJaj6CJLXMQhMQIhAIVU2w+caIc8Sa9XBsXJDnfNTTQtMV+QLFPnLq9rGHuI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5189401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJew4aCCRA9TVsSAnZWagAAV1YP/RxpCgar2OHUqbJ4JPVT\nbqUZBw3fPlUWui2lh2U3lqoxGS28eFCloFSJnZyz60RX9mxvxUlvU8uKPPD0\nBHRt0Yw6uvBhunU8VWh+tSD1hco5oKI31rAyd7UqdnsDjAXAjqhnJgZIZUXp\nST7Eed7fLNpbI9G5CyrEoN/4hgNrk2HIeWvdo2OizXqDp5tJlp2A5HAMoOuW\nmoIz9kyIVur9zMG38Ph6L3aDLtKYax+MnFSSEaLTg2X6Gvg1qjAFWuRcRqxv\novKSDJ4lDcW0qJuacv7pA6eEGpipB3A12N+9kHu3RJrsMS2O1hvFIuQVeLb0\nKbpB1XTRwLNlQHhzH/4gxBm6i5rQhcmm+K3UpJ6cofygiCGtfwe2juRQLHxz\n9HcL322t16H/XVHigToOHKSaVEjii0S6a7mH7NxnoZia9uhPeoyNyqMNJwZ8\nMszPeYXayi46mJP8WZyJolzRMq3V4pRE5EhiwcIGZA/RWcI2akPQXdiCnsFz\nKFNoOz+Lx7D+zdum4936sJf612paya0bxMWvy+htL2guAM5W33TM6bRfFtRT\nHF+N8GRElrtIzk1H6xRmC+rZUqplnGRINl5ipAreCFVNiJ9tkSLl4BrUKC4X\nGVkdFIo7rGWgTDJWPREu8h5dMPes/9NO0W8SD7/d1gisujl5+fP28PjEWTRU\nvpU0\r\n=nQ08\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"151aeb990afd63aa740adbd3d8d553c6d0498131","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.52.tgz","_integrity":"sha512-NAUhmY4oe1u78eGaQRb7dAAMqEtfU17ncIuufjjj0PDsWzPyjgZY2NgmicTo5MjgDNQoouVh3QkZ47JD5eZHaA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.53","@syncfusion/ej2-data":"~18.1.52","@syncfusion/ej2-grids":"~18.1.53","@syncfusion/ej2-popups":"~18.1.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.1.53_1589872257994_0.832870179656076","host":"s3://npm-registry-packages"}},"18.1.54":{"name":"@syncfusion/ej2-treegrid","version":"18.1.54","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.1.54","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"3392f25f6c1771d530b6d420cd4a7aadf2d25e64","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.54.tgz","fileCount":177,"integrity":"sha512-2nuDAT8Zjang0z2daUr2G+3n/MiqE3AJZ72YPi2JWSBcHTjkqVSj5FZkDHX6YE/2o5Vwhlod2t89AAb30IxVBw==","signatures":[{"sig":"MEYCIQDOZ1U6lUX/KZK974yqKfxVGB3kAbtW4DmVSlnm5a9aLwIhAOd3FOsIzJbQh4njbOuO/5HA+yoeplCX70JaagZmEyjA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5189882,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezO7nCRA9TVsSAnZWagAAEKgP/1MHcf7IAi24Xa/3WK1J\nSl+WiM7UE+y7aj9OZ+52Er499OXd8fLHLom16DjzZxd1ADw5nv7nL2SGQEPy\nlOZSCQc04HLA8gotAW3zXx4vIvB1CJ+jbwISTRv3eX8phonIhOfq6csTCk+F\nZxKPDzYqCJ+jov7m7ZpaXIiNRJAwzBFXVngj7y8CWft4vdn3JbpCO+3me7qr\nuyGhOJfZT8bQ+F++1gDNlks0FDjEnWhx8QEK+J/yOSiy4OZz0HwdNYe6/yvw\nzpVxcAlO7LOo8G1cAPa8zdduFWVKg+uMpmKjkfBW2sI36FH5eImj22TNf1YS\nF0LrFxlPmWdKTSeIEUfIl7Q46AHgG0FhEwzyLzU3Yczq2o1epbB1KaKD5lHQ\nkuAm1GqaJP4MuioY18G8NKmq/1cXjx4j1yMx+rUgckqKbUJkCD+yvbRwxMPA\nuo8B/dnhuQp+DHo0KlnljgCmk4fABENng2pemHscBnT6ltBlH6KSn6A1IkkW\nbttNWilghg9BnG3ZXrVv/wl5CPP0aCcZqaPwI+1NTcIdcV5m3j+1vOQBXhVt\n6FjqSdRwzna8eYURtJmRNbgT4qNwyydVCjg+NUOsifCeK9X0QtqtfDhUQ9tt\nch9vcjHEYI5hQh1l4kdPbzi36QVAL+ufVYb0e6THeYZ/SCvRAoY4wse+46k1\n2902\r\n=ornM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"e9bd48c5028c8c5e5552cd0891a110502dcb5d0e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.53.tgz","_integrity":"sha512-+DkPuf/aEUAr0jpmO8f9WGXHxH9lTc5PRCXjIjsf+EH5iIJk1vLGuBTOx6BgIxX5qsI5OxIjZWctHDQufx3KCw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.53","@syncfusion/ej2-data":"~18.1.52","@syncfusion/ej2-grids":"~18.1.54","@syncfusion/ej2-popups":"~18.1.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.1.54_1590488807139_0.5762429698696185","host":"s3://npm-registry-packages"}},"18.1.55":{"name":"@syncfusion/ej2-treegrid","version":"18.1.55","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.1.55","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"de6ce6d2ab27eecea0f330647a4a4e31ad57788d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.55.tgz","fileCount":177,"integrity":"sha512-Eoa/8ZI3IMfNcOep30O75HywntszCBMybI5WdJ+kRAyqWtBixTpTqV1QPkK9QvoBOUDnTgx56MD9qQ1XLHtHVQ==","signatures":[{"sig":"MEQCIFwa0V09YrEOthg861cTXNggJaQmvhZMmwtcZAemKzTbAiA7YA/kUduen+it9VCRBnOaGM7n+wJfSfQFxAgyAZUBGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5193094,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1ishCRA9TVsSAnZWagAA6SUQAJQSlQVj4YydNeFzyxLB\nf92OVVFaIJfesMq3o0zx8rDnMr8G41xDHs+6cXyQXNT55jvu9DS5sRY1tLTk\nIM+LldclzDtKOr72mRNN0+SIBhmz/JcvrKPpCLhP7fA4K00d7Nxr0kqfD1eD\nH6PrBMCsMFrc2kQThEj9lRPo98GswZbWJeycC2Y3ILE3ZVD3neWaNYqhLwcJ\nCjC2TUycdQlPS1wfboC/0wrjPpTRMOVNsg5lwqsH2dxav3iKWHujlJxu6xw3\nSb03qbFPg44oJ2nkV946gtehfGssw9TXMEYyATNmINTGTbAP9gUEap0FrQey\n5bQfZ3uN51Tik9cyX33xU20l0SFBDlGkwucZu2vmUEjcGMwbv5QNZWknxQKz\nGaXHcrVPbx0wT011iKS8oQDTQu5S7PC3M28vpHPxY9jkhc0o8PMs4Cd3LvPc\nefvMHyhF4Xh0fvvge7cWkMUOqyle1FLeGm5CD0W+s1ayCGkph8QRn+DoVTbH\n+Xsv6PFIQQn/Bs2pUj959irf3yVQJumGjCt3i2+vah2gn4u0D6tp/+SeedzG\nlgtz80Z9bz5ih1nV6HJAMP7nFI9IWpVxFBncdmoS95v8PnFlPX4LfiOLPRsO\nDv5sPvUGT8DawKGoO6HgLVfTkHM+LNnTML8b+UptUW6jgH1CfwyLCLjDpetf\neIfh\r\n=Zrnf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"dd52f49b32b44139414129827d731054c5c5bd6f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.54.tgz","_integrity":"sha512-CwADcGflnt0XCHbxoIz1UuTErzpC1zLLUSsJOMFV4fueqSKxcl4kTjf4kkOlfEfxLlXidDnathZNH7PCBVvk2g==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.53","@syncfusion/ej2-data":"~18.1.55","@syncfusion/ej2-grids":"~18.1.55","@syncfusion/ej2-popups":"~18.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.1.55_1591094049460_0.8834679456753962","host":"s3://npm-registry-packages"}},"18.1.56":{"name":"@syncfusion/ej2-treegrid","version":"18.1.56","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.1.56","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"87f5b307d0e166a7b2e0aa825c7fabd539107c65","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.56.tgz","fileCount":177,"integrity":"sha512-yuzTdPYT2WYBbsTVtr5ISNKgJVDjybgepmvUixZZ1jxb12JrWS699tINoieC2EuadgJytbo1OqFub6Er2YaUog==","signatures":[{"sig":"MEUCIAzywd2FTVZfvntF5s/yxps5F0FMDQAU+cB49R2tssdxAiEA6er//EX2TBqQIEtXoR1mAtFX5LMY7HYdaAQzmfzpEO4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5195197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe33cBCRA9TVsSAnZWagAA3SgP/jxGmq/HkF2weOUZf126\nGwqQ3GRFnTfzEwK57oIMdTsrrbswzKxWr6r95pUy0GcjfaIQkzux7B/f6efL\nR7nVaob1muhmrCXAHhqz+e/FBRHyWUsHEDi0+MvmipoxLTwbdSUutt6/xQ/V\nwPjg+bSISoVVdUAkT2gLUj4nwcKoFQBE/dOGsGFT+DcJm27moTb/Fre+H5EA\nf7DAqSQZOu6SUN6qyatChkHco7bXWqn5PzdeGXzkZ7nPA3RFpUGtDDFMxHjb\n9bVVlYvfmaiVgxvs76/bhyXrYx8aeo8AS4xJgmcWDUjghI4zcq9w785EYVs7\nHBOKSzV909PeFsfHMaD4QcO0HOuewzxO34fkEv09xS3SeUCAIhmVMQLOGzvw\nIOJxZbVsD3dJ69tMLPJxtJv/qJPWKUiBFeOPGaWJOrDa71ZVSqasjtmbUSSK\nvmfQ5rwzkwpG78CXrnluT+kR1KFnt83xnpDsCjWbIP9c39CjLFf8eigDpVlO\nzloBLdVOUK3/1HQGp4BRM7qsPfcn1MStjc+hmfuuJBld/vOceijTwWyCy9rd\nMD7Iw81LCEoSXIIfN9IcyQh3WWco6wV4RfQd6o6HzI2K5WayK7LZv3n+Uias\nBQNRhCpZrpjMBTW/drO8a8gtG8sm9ODlzJ/AhLlTfgXHvo2R/E4fQxmTlb+T\nh3to\r\n=Jaeh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"1e92ceb5930bfb85f41738646c7547acb2e0d850","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.55.tgz","_integrity":"sha512-VdsZLo55V7qHjlUZfLkQdOrn9/NtiKmVy3Y9YvvS/FbDhISYuiwhGPqYOoCYMWchzi/zss1tnP6m4a9OdOuWVA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.56","@syncfusion/ej2-data":"~18.1.55","@syncfusion/ej2-grids":"~18.1.56","@syncfusion/ej2-popups":"~18.1.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.1.56_1591703296568_0.4772987916512723","host":"s3://npm-registry-packages"}},"18.1.57":{"name":"@syncfusion/ej2-treegrid","version":"18.1.57","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.1.57","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"e52e7ade2ebf6275f04eda60ed5903f36630d73f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.57.tgz","fileCount":177,"integrity":"sha512-YrQpMI71/t+EkNRh5tqgDY9QHf1+eQGSg4kCNXdmJu6vGrYlILb8HfMX8vX4OcNsyYh3yyIl1KJvpsgy3KU4kw==","signatures":[{"sig":"MEUCIE7kWSjTnLwScXbk6Nec9Z628ugpViA1hM6pfB8O2yUOAiEAntg0VzQGJipOKAS7p28PQ+MeE/yMCFaJmI3pEE/qAFw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5199970,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6KQuCRA9TVsSAnZWagAAjMgP/1O6AWNfu6k7iJt10hn8\njZxjFX8BWB0C7LA/JSuImjNGDR5AUDgaII3hH/1HLJAbACrM90IOCOwtzLbT\nsxrR23VVoObd9j3+RTig6GJWlu3SbGwgiQa3RGzDYKlvJZbd7J15fCRLqWZe\nqm6TqPxtZ96rIrutV33X89xSVsvncguYY4FPPIcs+DbBhPccd0N72QJ3sodN\nm8yWJGKWZhXoQiYSsca408/eg4ZiM3tzqEqmnyWXyU7aCbOmLKC8Cn8zKbyK\nqqkT7pU/Ij5+L006+MGcOZXY38Yu6qJJl5qejHUiA7Mg5HighHx9lYek9bgB\nBT8dTKH0PWDfK73dpD9EfA/D2cWEK83/Dn5fyh6ROaeja/mSCFWu50zjw6RM\nihkLdqGpLrjbYwP89VjaG29aVu+mMlnAxne5dIBVkiqV73upK6L5MHazUduf\nEsY8ycY7zQmjMgTZ3npOBdhPlBJnUqGeqyKokMFLpPAHB/sNdsYs9fxHiKFP\nuPPbBXLMAqwxELR/7UJTGw7aPBWpgOY5UFzZnWac4kyHJqsK0tAEUNrewTv9\nQJMiG+EEJUmM1/N/jsjUezR2izLfeOX3i3WDrbh2Oux51hnBaHz8C27mlMPZ\nDnh6s4g8uibqrFjSnhMZJwpvitKyatLAlzsPPMxxtaf357SpV0SRbC/Gmi+y\nNAdO\r\n=cugm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"daaa3814537d37facba71d9f6adbdb9a9c8a0c43","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.56.tgz","_integrity":"sha512-eAryjpWaTERtNJ21hfbPO0G34QTKwOEdlbSJMi2/uRHpOXLg4npxdgXUJIdUDAYogVTou30Cb2MC/QQJCVAKyw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.57","@syncfusion/ej2-data":"~18.1.55","@syncfusion/ej2-grids":"~18.1.57","@syncfusion/ej2-popups":"~18.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.1.57_1592304686047_0.9435642111988607","host":"s3://npm-registry-packages"}},"18.1.59":{"name":"@syncfusion/ej2-treegrid","version":"18.1.59","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.1.59","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"004ffa5176c51163ab2a8464c70a557027f60e5a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.59.tgz","fileCount":177,"integrity":"sha512-/fivH34sCldNzQtwZJ6LDRUxCtN6iX9vV42/8qs6sMtepriR2Ak2lAENekzWYREOyFq5sX/4YQ6epRH7SJrxyQ==","signatures":[{"sig":"MEUCIC1CZCWwN7+Ty5g4DVraAe8i0iuKkWyqftS28fH8W9fQAiEAkyrjU/jejaeo9ncIwZhw90AUfBvRdx9+jlHHT2xf4fg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5199618,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8dMDCRA9TVsSAnZWagAAmYYP/2yIB4BDNknBzPpHn4/n\nJaehTMVGUlwVhJPTG7IlLFEtdnTk5GDBmSLf3SQWvUppXqki6atvYH7cJaIW\ni7n4xo2SGsGPWgJogXSJgl8hhAyysILAUuwmEx6SF5OXcI8tzVydFyiGdb/O\nG08FLubV40DkMmLXIQaQUZpJHulKHxO3WIRx+YImSeeyhFzmqvul0vkYqUJH\nk7lxgW2Gx5e7TFWxafrLAXqfV03wndfRwRVTbcYuSE/+B5VW7lybftPIlbYv\nwkOnszkZTrR6UWIHiKuGwesJIWYsxyAW08BOv8MEKnrI2YAbyRlSVNUxw6SU\nCohUQIEwAqVcW3VdkOv9do4K3XOZj+MxFMmvSFslwmcGr2yxJm+mNelEOR8+\npygflZeO84hZFShCadHPxCOtnpVf8sDNBVIi8mTeQsYw/aEncTD1KAeSjy9n\nLK0XbHD1qphPu4zJoJzo4WUmaOTd9+G/Gzmsa4UG2lCu6FSxGJcRJN7kYqDD\n04ZAMbIyM/cZq4oMMtSmWHe1BgVfR8c+lrvPdZGYk7E+yuYs0XKXWoHhEu57\ncmygMMB+MCf3TA1MiSjUOLnsoGcf4WoDsdrzu5AeD81S0vY8kN3RnZ920lWR\n5yBbcoupSRrVrpoYdVHjIfZPnPWB3w8sp/FtU+UWtmyfbj3dkCmNkviHSPBh\nSijT\r\n=4wN3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"8f03e769e8dbe482a56f202d76bfb0d1ed8c9ab8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.1.57.tgz","_integrity":"sha512-7/XfNUy2tFT2AW8qd/6Ax14kxNahd84coT6e7xRgSDyBu7PnLho/1CUM4hPglBmi4D/4j5CJ0cGaSVgTxEitOg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.1.57","@syncfusion/ej2-data":"~18.1.55","@syncfusion/ej2-grids":"~18.1.59","@syncfusion/ej2-popups":"~18.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.1.59_1592906499310_0.18273037229906208","host":"s3://npm-registry-packages"}},"18.2.44":{"name":"@syncfusion/ej2-treegrid","version":"18.2.44","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.2.44","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"77e1384bb59a212689c1819304843953e3462599","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.44.tgz","fileCount":177,"integrity":"sha512-lbon5i+ji0tPp2pCdWDyVoDvL1VEL6spuAON4kEbOXtscb1s6dEyOeMZJccJaHYd76weHlJ1nWnWdHBykkeAyA==","signatures":[{"sig":"MEYCIQDr0WfiJPniVK7ABBMQcmzj4T0tggeNaPWRRO1l7IMcMAIhAM0MZsvMDxQMglixMHYDbaMw6+SbvlAzOv+XGksUVQO8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5324686,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfA8YMCRA9TVsSAnZWagAA2CEP/jRwgZkRAEI6gVH1bfSO\nz2PVrYlFbbSRG1UR0gwZGiWRq4OCsh3MzBLa/wZraoPfApW0gYucoghbkzd3\nm3kzwYrUw8MVz57yonHKndIjZYuDXg8xasw+JydN1fmFFtzzesekhm+1/J7N\n+2VkGXhsjjmhnAlpSt3/tigqlJXVTtVvZvBqqjgaDKUa0q2vVGxDnzFrQEZB\nSR1y5CYLx5fqzWe7Jj5efJ/smqyCoePgnHM1MuhinGVj3jdCSV6qIOASNJlS\nyMpFptDx0H2yIurs4B4Phnio8YPqVXVa1JXUES3MRiB+0I126Kam5j1awnVH\nK6crq8yWecqoXrOygm3l7vv+dwMKuADlQRyrmbF12zJLzgZCD6YWdcFQ8p9V\nnPn6DhzErUkIwrAyc0xDGlzs73TuCToMUW5hDTitEdBi63y91YOmIoFdK+KS\n6JAk8E03ctMTLMyqBDpD/sE0lg5WSgvu9a5syOw47WTEr9S1FKMfOCHNkfXy\nqgBXgGJoRfjK++B8jVvnmAFLDO966LWFDKQ8MLijXShF90CCU5LbETA4aMQR\ndLKxQZKqonGCGSN/Lnejn7T3nCkVFa5Ca9/ih5FGWu1V3yrYRWGPlItDxf8c\nTQYaLR2bn6p+PiHIKuUbjpas7evOz8p0vB9YSL2LwezmGYbVh/m58O+hoGhH\n/NAh\r\n=9k/D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"cbba95289ceb5ae71f0ae159348a9d10bc7f7318","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.4.39.tgz","_integrity":"sha512-xFqLgdokWSteWl1GgdK8kq3uxZxGeqkh09V+UlXhqLAvNdJHq1INZj2WWLNKa0TGVNPnOQYvo6N8nUVh87tItQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.44","@syncfusion/ej2-data":"~18.2.44","@syncfusion/ej2-grids":"~18.2.44","@syncfusion/ej2-popups":"~18.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.2.44_1594082828107_0.3729672165671638","host":"s3://npm-registry-packages"}},"18.2.45":{"name":"@syncfusion/ej2-treegrid","version":"18.2.45","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.2.45","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"66f13dbe56a2bc3a2982c4ea5d4c67c647e7316a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.45.tgz","fileCount":177,"integrity":"sha512-iSLan8+qVAzSgoD635haikW/76qPerzMMoxKTXSjmEY73ZM6xqHBkCCgn0CsfuuN4MAcWV4payXwQVKhch0ZtQ==","signatures":[{"sig":"MEYCIQCWeWNPChMJGUDO7Ls9qV3VWCex7849A2jS8q9+ji81bgIhAK+lMjPI9/uugSxMkdgIZ4oTFaxNMenI6yQwhGzCsNTP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5326604,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDUl1CRA9TVsSAnZWagAAe7EP/3d2jJie6sXUrxDBVSzu\nqcPLWIO8ShmxcqEG3NRGWQaGrbNYlL+ICic5rscoYrFujrb9pAMI4NcRo5e6\n0C1gBeNDoN9jFH1fz9n5m0ULE5EkcBydzhIg/VltNHOXEXH2lopAl0GmVubY\n/9STP47s0B5I6huXMJ7XJuSbJ9iPfHA+2Gqtw8af9Fzu9L+9W0OSjSzSgVdj\nW0s+xF4ZQ4Clp49fl2vyvuFPOQL38uJDs3xoy62Ibmzrsf3hEPPk2z+Gb2t1\nJjO/eZBTXbWsALO/fZufsRZJanRNT/im1bGeiEKr4KdobNim2tWzvBlEPwpC\nB8bbEyYp7mPsB1y6qrAiupM2FtKIwLYcJ7dFRzTpFsBJ5ehU0V1rTeXIZJJo\n+7OKxqy+9ill6pHC7lrCHs9GirFqHrMkgREZ8tiw8dW2wULEO5HDs8nce8kx\nBxoaBNPORAhhA8prt7HcWloadR+DloBgOHkbdeI6IaDzaz6/ZeOgtCxfrlIq\nn0NAN2f7mR0Bg3eAOuvOKKwoEXiP7zXZHRv9DXKiYOIbinyxjcbDigUyxv/a\nJiXarLLqRGwb43Ybz0x+wacZrn3m9e/8M6OsbRHWP93El2hdcjjqaqWgFqHh\ne/9CiQNwnoUpjn+dqxjXxj2/n1ijAu9F8yqE+0u8mcdYgW72hTvW7D1EFfmc\nFmWW\r\n=kZo6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"f5ed10a9553725ce3690eebe394f030b5980db9c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.44.tgz","_integrity":"sha512-83jtiCujHP0UFfpJuLG+Q2wKtzGIHJA4td5Pov8MWQ58FFXRuFTGuK84MelFVwSkRMVyDHPOAPcvapFz0/RLzw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.44","@syncfusion/ej2-data":"~18.2.44","@syncfusion/ej2-grids":"~18.2.45","@syncfusion/ej2-popups":"~18.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.2.45_1594706292557_0.2374409098042356","host":"s3://npm-registry-packages"}},"18.2.47":{"name":"@syncfusion/ej2-treegrid","version":"18.2.47","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.2.47","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"20c7157a64107ad81e0ea1bd0f45a8c09f70d909","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.47.tgz","fileCount":177,"integrity":"sha512-wImqDdT2P+D/gsdSUuxsIrnS2b+x1Xv/37ptORlR+pa6xVSvHwGcMSQsSu5LW8dhfhSTNt3ulUa1SydS6sGuZQ==","signatures":[{"sig":"MEYCIQDXdj+4KB45gA+rL7R0N2Uwfrj2MdwZa6Gx/Wa5DMSfvgIhAKJbfmAhFn77T8zXaGa73W7lKu3x5nJhwoeFsuUSRm7E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5358149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfH+uvCRA9TVsSAnZWagAAdqAP/R/m+yiNzr0SVOrufskA\n+FjTvmtnw9AyzFJlh/lvTtsyOVtrkUVhW6dMH/hDS+Rd97yedNtY9FHSZWU8\niwB3aYS0t91rtkXaT4Q5OxMnyaqQ8uSVeZZYIx5Apel0576fM4aFLkgWgIgy\nTJh2G5NFpH2US5Fqmhgteaa+eQE6lCNpS8vR6vADwy7fpsOYV+9CVeq5EDfS\nqjjA9YCZpHws1wFpVuWjrhkNGOV8hkgun0cUF6LUhkCjCXooJRVKIyCRM16O\n6t8SkEquk3fbkMM3cOUEuOEOW7zZkJo4cTeRFeyo7q2HM+gYCpAccKADcxWx\neG1ovkgHAeTtt1KYD6630LOfhWL81D72QW/fTxtnF6Lwpzgto4hE9wLTCKZ3\nvoT/W3a+16xz8Argpu9yK+cvS7QSnIIGdhRJlxKItbSdTJQ2qJVIAg8BT9dm\ng0DuYk/+pSOvLX4XdewJS4DWJMiDAdgzIDkHAMSLaa7bXwQO6oOs0TiD4klV\nXD1/ThKBM4+l5V+FQ8skhKN2vpRtbfPIkqnuHGKB8JbOMEs2ZDYd9U10eJfE\ny3tvxxUArZhBBiw2dBO+4Xl8NdHUb0PRpGGxYRANey62dts13QXld5LmGYFA\nwIz4++6LTx3m1MNPT95LOHmRMqwBtT7YkPfhjFLIL/EF6FNhycqaGzha5AyY\nw9/P\r\n=/xZ/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"3402b07adb61a7849bb95c6bdfd53bfb69471572","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.45.tgz","_integrity":"sha512-A1UI2UyPCLXZPOXilLViYQAwd6albFBYvxYx6pJE0Tz3E+XijkjTbo8VybhcXSJ/bcTD9v6wwvfo/Fp9Nq2fBQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.47","@syncfusion/ej2-data":"~18.2.44","@syncfusion/ej2-grids":"~18.2.47","@syncfusion/ej2-popups":"~18.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.2.47_1595927471371_0.6481579193797444","host":"s3://npm-registry-packages"}},"18.2.54":{"name":"@syncfusion/ej2-treegrid","version":"18.2.54","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.2.54","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"35bc5c9f12603f8e651fe790c376093b17ace5a9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.54.tgz","fileCount":177,"integrity":"sha512-n+uBI73GtLEzA4flAFP5YYuDQ2LwWkh/Fxhqh7xKRpezdTHCxdVbAYVys/DWuiWB2XSfSvZGkAAnDWIjACqCMw==","signatures":[{"sig":"MEUCIQCuADMhTnKje+IzhExBGL71UiuY14czeSPnfJA7dVg6wgIgGwyJCm9kkHEjlEpDt215EEeB4R6tUIHLfzFRNIG4Oak=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5362827,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfO8lqCRA9TVsSAnZWagAAnRAP/0JXrKrazQwM/wlUUsqD\nSrxVlZmtJ8SWDVQ6Sm8BPSeXsq/I6ZNE97LZfFF86Ss0eMI3C+kGKi1gyLdD\nBMnP52/g9GhK1BtDP0yNZo1QsmUkJcsMsA+ZAfrht/WaApEQrgdZbPADZfqP\nUw+DyPsDMfq2rrbfawh11r9TLV9IuyLbcTBF8gsGOUKTHOrHfsLvf/sPCnvK\ntsqh7AR+48f/H4/gXK6EsXoyTRMCrqUKb8toH6q3z658x4OcMVBn98DiQg4e\nB5a7gJiC9drDfVERkxfGqpReVaL1qDTAYOnE5wJfVhy1w1MZcMeOF6S7EjG1\nQR8f5KTxaXQrrHAQ/rGOdDgUk0R5aGk4xYVEDYlzCzn9RIQq4eFFQJEG94xB\nqf44cI5Avoq1Z7GIe78Unwiwf+UDqgbnXBj0OLR6vZXtm0yNop42Ep/texDv\npCmYYYENAUGmQEXi812B316rtvtHX3oqDxfeJhbADVw0mSrT/FWAharynGMQ\ndasVnviRFj2vZQKUk91WQbuDWbfgLDN8yLKB5DMQcNpIOTAaVAfgkBF2vk/f\nbg+BMnphY53i01aFxkXsPKC8eEog+alVCwhXMorxBvmrE9x0KG8OaIe68NRH\nFRPFJUU7TbvhM1KpMEgITVn5EZZzFhZUxPgeJJ32E8dKEvZ/5KIUCpj7llie\nlbNh\r\n=K1im\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"78594351d08cf4e93c6ed7f78beec2773da39258","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.47.tgz","_integrity":"sha512-I/NQiVTz2F1j5KvZnBFU6y3Ti0/wC2LapJP9qyBrLBh1INwr9iuipXJso5ZRq3UI5MO8f+Q/v/0OcoEnY/D6wg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.54","@syncfusion/ej2-data":"~18.2.54","@syncfusion/ej2-grids":"~18.2.54","@syncfusion/ej2-popups":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.2.54_1597753705796_0.5348950989152903","host":"s3://npm-registry-packages"}},"18.2.55":{"name":"@syncfusion/ej2-treegrid","version":"18.2.55","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.2.55","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"663d17ce1543761376871d140059dc919c975c9c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.55.tgz","fileCount":177,"integrity":"sha512-EA+neAMyINyA4GOLvM/FFgvYZKtISW6/hbkWQrhZp61UvEWhVqRNgXE7CDc5rrx5CXQkx8Zze0aeDhWeDbHfgA==","signatures":[{"sig":"MEYCIQCl7i44gLjNwCdb59aIJ/HjAaj2YSvWwkH+XbC8a9SUhQIhAO3ZZpytbjhCo9fGr2pfIPGRUOSICAX6XPOfTLK/dFrw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5360519,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRSGoCRA9TVsSAnZWagAAOwEP/RYbOIo//cyGsL2D8lEs\nkJM92epk7B7U9Wsu3KHKX/1DSyLdRGYHWF3gvb1/ebaa4e26T0+b3FD0WHX0\nCYLyoMn0VjDxqQg7bwVBNPOjCzdiPbACZGIBoL+vqglSRcPdmJShJ8gT3GZd\nSD+RDZjjhB3GjcLBwinlQumznSlQ9U/IlWP7VVrgEi35YBzheyGGJwag/gNh\nyfXgILU9qhqj+ea48Kk/exivseqcOrqp5NE4HaFjYW1OnrBtIZcFQxzh3HRz\nV8czXJwVioh/9jpF1RpIBu0RqlqdnkutQT/DhjORQsrlZ0f6DkOrR8TjaNfb\nVyakfz3zoj4dIyDd6FR/eZ68Bwsap9TAySZ2751wai8JLhp6FYLa5aJ4jOb+\nATtDp7XO89XJkC+Ahs+i1dRyCdLkhYa3gOaoJRsIN26139OHYcuB7o2Y0AjJ\n9H5hq8SU3Vs8P5bAINrn+ndTSzwuDpN8UXi+yQ9H49+z05hnSJdNHQesz857\nozMTvOKXMiBf46AzWjul+P3cY7n0IIn9V5fw/hzfmDQybfGRsQYM5p/c9mll\nEpk1UL9/sqDxEKJWQUtIF9yS5GRZN1e1HHkMNDZzsTNXdT6/ltA6eFLM7uy2\ng8cG5ngT/0BD/TeQWbRlbFdhke456GBLN3IP4FU0O2M5PVD/0G+IndY2ATGH\n0x7O\r\n=JMDT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"c57a074b2c323359a12c516112ec8a674ded06dc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.54.tgz","_integrity":"sha512-DtKFl+95bv8lrN3ST9sf8dw9b3J9AYZsLJ5PoCLZ643jpUZ3j3ioqNQA237J44qNDvRfje8WOE2B9FSfvNL5YQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.55","@syncfusion/ej2-data":"~18.2.54","@syncfusion/ej2-grids":"~18.2.55","@syncfusion/ej2-popups":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.2.55_1598366119867_0.6144915141882163","host":"s3://npm-registry-packages"}},"18.2.56":{"name":"@syncfusion/ej2-treegrid","version":"18.2.56","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.2.56","maintainers":[{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"5082f21fa2110914400b5315fd1e1a970e630b2b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.56.tgz","fileCount":177,"integrity":"sha512-bG6HA1Vbmd0NIfiOTei0wd/Q71iZZk8+gdR6YBdz+HNuIUkalFTT5bPdJBHodIh/AOetVNGpv7mgn8UooWlKeQ==","signatures":[{"sig":"MEUCIQDFIr7lImb9+W01ZrMQBMTuNCFhQXpFJhoZZsZ0z/nFzAIgBGzPlYo1LfxW06UrpoCWri9dUwxYqgOvj65NTeqyuZw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5361460,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTjSzCRA9TVsSAnZWagAAzvAQAKCElfLwpZwIaYUMG6Z5\nabvMdClfxcrFGVukGdCG1Qfx5zrcG/do/EVa+/Lthip7dyvBCTwc4RFNxWnD\nw75GfXujYFizKx1saZVgYybwkmWDRfMFfTP/l2hmrXH/xwvDCNlMWjHpDBs2\nJn8WkJhlUYyE10pV6m75mNE2Ha6fCgFEbCmucFTplFhr2SpARTvbGJBSUfnP\ncsRUhe7FUW2qxEgIGFGJ2sS3tax8f6nvtuUaI+Sph2QC9TR80o05rTAfqWS2\n+5DWkJoQ7Yj6L7/x/2tFvPfKRFfFc7RpLRR0pK2w6RsVb7TKm0Kx0x5hW/86\n1nqPbdQ1gY8W/fjV3dB9zQ4Tn5Z9i8IzwDDXdsg4DGv6qQeg4XGFQGJVJ8Vv\nSQfLl9iT2//vJRy09qj80WGqJKbvdyOdnJIzwMi9/Sgzx0zheWpcxNY75RT0\nEp2HI2te7juExGV7UzSBoYxm5RCBhlVckO3o/9EYPgK9FJ9wX7KYuZRqRqy6\nrE8UBPByXrjfoCHRWGuiX/L2GgQzRYEPxsYk+6J0pT78EZSPppH0dorOrlOb\nJSy2/TTgANmrVs+YqwXOhE4jFLj06u8pnFacRkxEBXPZ+DhTZNOMIDLCuXDK\nuW/cWA1JAR2jX9C7XWGqFfK1HOyLWEiEn/BeHanSe6oOMr638sOnd21+7mIU\nOexd\r\n=VVI2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"f28cf055558d3aa42a370dd46b21ca8cb244a271","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.55.tgz","_integrity":"sha512-FbZFprKLzeGOnOIA0DlqGAAhcEcoyc6dxoM9SjOzWBxCi1rvnE/QpgAu4iJ1dTyO5FA/5atl/42EsjLQmq5NBA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.55","@syncfusion/ej2-data":"~18.2.54","@syncfusion/ej2-grids":"~18.2.56","@syncfusion/ej2-popups":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.2.56_1598960818658_0.8282514161044148","host":"s3://npm-registry-packages"}},"18.2.57":{"name":"@syncfusion/ej2-treegrid","version":"18.2.57","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.2.57","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"03bf75878e054682819c579f2a59d23407ba3c37","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.57.tgz","fileCount":177,"integrity":"sha512-hnuTBx+BwhUs57fCyFWZcCoUV/0FNQnPk9MDWNJUVxO2CQbLbPSSb3BSeCxXR4AQ0aSqN/McoooU81vbqPlrUQ==","signatures":[{"sig":"MEYCIQCG0SY9VgI5WVdF0o8DA/YfEYWK+4YhIZGAKBZR3ipq6wIhALcaG4wqRWLRdANx/JI2GUHktvUQRfYYThyru5zqgebd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5367007,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfV3AfCRA9TVsSAnZWagAAv60P/36NDX5rD+m/+sivxiDu\nbmdSXVtw0qyC7OchCCP/sSD5xzAoe0n7hZafwqGFbivNPiEfDuTTcickDlS2\nlBQWz9PNP4JOQocWjS3H7yCAUi8226WSgk9cwNHcj2Xp8vYpLr59ai4g31p3\nHqi1ukCBgc8QTWB0r7Tjot29LX5BY0Ak9Z7iiivC94MTMDRmSxj5dIIYA4ZM\nxv8xxpyhBWis+aRlmodzJ2B0pENyjIHbe1MPHrTCyaCUdyq7NQBKdnaf/ooc\najtBKJRT6RAlWNiaNRGMxbkjqt/nDiCRS/tkLExMuwI+LVZBXywpQngxCYHp\nqGvhsEBPCVCJP7OERcAuhLYlFhYfAP9stPTgU5vL1wgvTSlZIhfyidkn6Yip\nSBMXMsbFvrW6ogO1MFtnU+9sPYIPf6g9kkPoV3uDLXfKZAmQkiGdMAc+1TAN\nuD2jkxvPIbJxXdfCJBU/Ab/wt89VnsXd4yU9eVJmh7/J6r0RjyOScpI07YE5\nBshQiO7NubAfzhXX+n+ARw6GtYGumTom5fzqvRbtycm8KEqYDqkvs9Y0iZZR\nCZdEfR7gOCHO5oGL7x38rPPM8mpao3ikS8tRTuCYgWxXf7I9Wkb1zPJjFPNd\nQMvFg9+bAqc4nj1k0B8AZMXV0k9TpLlImK/IW/OC0VADinrJzX0+vrgA7ism\npQct\r\n=zWTE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"18ef3fb9694ce350d24d77503289f6cacbc42b6b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.56.tgz","_integrity":"sha512-MOWFctkXMl3uN2NQUbwFLJ3EOAkx6pqd44gKLH+LHjglzaJ70b3gRxKf/XaFjYow22XZVpoQEW/iZbKj+DyrvA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.57","@syncfusion/ej2-data":"~18.2.54","@syncfusion/ej2-grids":"~18.2.57","@syncfusion/ej2-popups":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.2.57_1599565855076_0.8010407364747416","host":"s3://npm-registry-packages"}},"18.2.58":{"name":"@syncfusion/ej2-treegrid","version":"18.2.58","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.2.58","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"d521a69dc6443c0b2f5e5ac2e1b0044fffb848e9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.58.tgz","fileCount":177,"integrity":"sha512-2TF0l1kW1BVoBEB0qpcMfdf/pjl99dOmcckQaZ6kVJ6v48IRSBEGoBR9+k0j3j/FxyAoXfZphLyHFmvv03kaAA==","signatures":[{"sig":"MEUCIQCufuQIC7ljxhV1Ys8eOmrIQrbq9QaXHDrQZjvBRGnJZwIgLuDWJflteogkK2D6KP//iqOjb/t3lzlKHWV3+PNFXMg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5384112,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYNTFCRA9TVsSAnZWagAAcSMP/0jYlHW3JwB0+XP9ask/\n4eqbOyiAmAGPUVQsV/eN6Uk4xHWm0VAdCy7q6B63F5y9X6KElS8eHDUKxZRC\nDv1KwNILfONqghiXdolPw0BEiGpfUGx91FQt2CFeOhzu0FtL8tA8uGwWov+S\nklcU+gpAW19CIzY4TvA1CnZUb214XTSLoVHdlWBlCLAAZZHR0DAb9lYyNQzb\nLteokg+fGaNsokBFO19ruk4zWp7q8oPpIhR0PwR42zP1lVrjUPhYPfYStYn/\nXkrm0RWg3yGKXif63TVjBrhSwwxrxnLyBeGILaquN0wmNXCgrQSHiYqkxwoY\nHWpm4kpyzuFM90Y/oJcej4xNYnCBcp0KCMswQP/ODXOu8C+9QJh+6L6LZc1r\n9BbIHD9JDwOSsiZjYDt0HJ+I+OPbDxp0wHSOGxTbJyBnERRt08daNu5R2gmE\nH/PzdJraGE/xG4ev5J/qdZ7DwUJDPglGvFjmqhL2QMnj66B+G+gUJvKdycOJ\nBoiOZnc0GMfu2J7BOkLYHw5JVBcDkVpJPedOYE8L6kyvUhuA1VhD5Z4I1SL5\nUJKeuQazUmLBKO/pIcM31cn+dvBSV9qgZOLC38bcSkBaGR29gQ+X7evVX8i8\n7AqTb5bYYpVpkSXvkaIxpuhcc0dXYPREgtQEplR8YfOdusu1L8Drk6BJiEJy\nMcFQ\r\n=nFeG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"452a479a76065325bc9d2d1a069eb378d7959158","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.57.tgz","_integrity":"sha512-T9aXnV76bucYfo+jF7FLbcPlCZbJR2py1jGYgiwRibGLWMuA1WPccurFMOM/ECVsPFJeYhvlkqEvwrkU7t+QqQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.57","@syncfusion/ej2-data":"~18.2.54","@syncfusion/ej2-grids":"~18.2.58","@syncfusion/ej2-popups":"~18.2.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.2.58_1600181445072_0.744822360946404","host":"s3://npm-registry-packages"}},"18.2.59":{"name":"@syncfusion/ej2-treegrid","version":"18.2.59","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.2.59","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"bf9da18d2d6bab6415af71d58afe0db387dcf670","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.59.tgz","fileCount":177,"integrity":"sha512-eJ7/2C2gj6r9uJCtR0WIMdY6HSSK2AoqOYXIIFw2k4QMfHq4DABGikMCW32crgvcykzEkJ7q25htcwiZwjuBtA==","signatures":[{"sig":"MEUCIBKjL2IHl/qcdDUBq5qYwmF/8Qog2JiJxd515lehdlMBAiEAoJd0LeqpDL8hJvrMEmZNHSx+vqOysBJv57UvB/kqonY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5388428,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaL59CRA9TVsSAnZWagAANI4QAILtnEhneuPUSVlILo3G\nI5SiFCztabz/UqrJ0p4V5aPYefCpRTTzfaRy2UuDhUQ3AruZekZOOwOGHmjv\nfpd47Kai1PYcxQIoK0ilPN++4sY9k9JpdwSQ2iWzSNBXKGesZ6tKJOXc72E3\nFg78Bt32B/AvoeJIZQyfzYoKgIuHY0N3cPx3wVWllGUSswxDuvlFmFbLeL2h\nP0MlB62AVUJM4yY55I0a/G2Q0AKh/cwhk70Sj4WzoTKY3c/KanI6t71vLSiT\neRaNc4b+YzRvNU3Pe6xorc8qTEKlCO7AMVNxbN0bIlWpjx7vu6+8MJ875o9R\nAQ4Aql9nr2DF9m7YHZKtq7tHhKyv6oJeuA8kpK/jvQEEKpg/nGdiuxuq47JY\nrLwpbZztcIAOLhugrkdfECzaBkQQGR58H4WQYAFW1LEbATi0BNdtXX+ms/KV\nS09NdobSsfscgvKNjUNAfmbMgJHxerm3FtS9p7FR9EV765JDO5ZvhGkv1vz7\nPuf4gVGoe+hN/HzJCr10HX/bDCc8QlKmF35m2q31zt+Go3R2SA3hTWwSk4S+\nt8Sa3+C5V6S4V60AgOcaGfLSV8qsP6LfYSWkkwzl0xyaOOF7CqUjoxFYnuVx\ne0Vz7pugUTnGW9oI1HQjQgwM3OgzCAdZMj419jNdsYleveXd+YkElp1FjG3u\nTxnJ\r\n=3EEI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"34a3aa46e5b6b55d7a7db6e3b0179d516290cd99","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.58.tgz","_integrity":"sha512-O6KeIrJVvZKQIkZzO3ssCJTtqX7r1XbBvsH/NaEkTLKt4DeRz1YqBA+5agjcuM4QqxC1VpON2y2TCwWSTw1GNA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.2.59","@syncfusion/ej2-data":"~18.2.54","@syncfusion/ej2-grids":"~18.2.59","@syncfusion/ej2-popups":"~18.2.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.2.59_1600700029081_0.38230809423187195","host":"s3://npm-registry-packages"}},"18.3.35":{"name":"@syncfusion/ej2-treegrid","version":"18.3.35","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.3.35","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"d5f9f3b036c4e2e93186cf5398267b9b4ac4b877","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.3.35.tgz","fileCount":177,"integrity":"sha512-K0xEUWaId86eeHpk4WQgcOoSFKVyMVpY8Yauf6FaPnSKKtYF+f761mgrBvFmVT8f5xOz0CuSL0FHs70W/TfuJg==","signatures":[{"sig":"MEUCIBQsiwpZ+ZCqJTjDzChLu7gCZPMEkUnFeTHuIMQsSChMAiEAy0s38rZyWq36N+fMqPLoCv3nJYthOs5OnW3BZ0Gdu+w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5399244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdaVnCRA9TVsSAnZWagAAAoUQAKGWbmnvbLdmk6sNl/pi\nBje6udOFGfXK8UxtPotpf6p7AviDO68/r5rnAm/4/MBZ+6gKm144l/T87VDi\nikpwvyjwVcI/Bw7Zr3HVd8kkzESDfW3MAxpqiS1mCD/cAHuX1B1bZlHqayPn\niYeh6RcClsd1qKPuCaax23kN1e8cq7+QICQQfRVSFdp0ABpKlSF1WktxFwm2\nyqCSssjvSxH8qozE9OrGJVITnzRAzjEF3jCLW72hOPy8Uh4bCyim9IkEO54D\nktklFB+YhLgRasNhdQCsiosIP3FpEjNygDxfYnO7FCNhlGzZ789P98qjYF8V\nZ59QifvYVovvOcsXmugjy85AHLDH5DqpdPOYRDwL2O6nnQuTk9TjrE1wjp3M\nmezGbuS9lvt28xen6dfXhCNqiIizFhYSB1ijT3xba5w3hWrOaRUbwD51o2jp\niz0C+vovwB53+RLQaF94Im0yfu1qLu0y51dAX8OETTYxUKiUAZX3K5+VRzZB\nlcZYAqdiy7LMdq2Rf6f3gB40DUvzsJ3iqJZBT7fo1FLucFhHOlm4sUxhRz89\n+X8ED+wJA0r1Luf0TSk6tCYXwrUu3nxrqNcHYx0ccKSWHNRxYgg7ezggx285\nXmpmY2AgSuaRQgHyQ2I+OhXhTB/mRLqiugy+DkueolKCLmYyZcLqb9n5k5J2\nl55I\r\n=3y3y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"74b291510967d966ce2a8b10cea41c97607982c8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.48.tgz","_integrity":"sha512-gQTOaqb83bCFAFgO6pHknTLF3ppQMQ4Kj079OvD6fxUMgMJJKkqchH9oq8Qjy7XPjR7R6/+mplZxQD8la0PK3A==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.35","@syncfusion/ej2-data":"~18.3.35","@syncfusion/ej2-grids":"~18.3.35","@syncfusion/ej2-popups":"~18.3.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.3.35_1601545574878_0.17779902091374233","host":"s3://npm-registry-packages"}},"18.3.40":{"name":"@syncfusion/ej2-treegrid","version":"18.3.40","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.3.40","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"791023863e8e38c985c5219d1b99fd5657026458","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.3.40.tgz","fileCount":177,"integrity":"sha512-6WMRaB3tHmoKoXmsEPDNkbS2z3KFER5BZeWpqeEAhtMworaevVBhk4P1d19frffONP18JP+5/I/1kHd11chsdw==","signatures":[{"sig":"MEQCIBba+z+IPjk2zPYWI1LKVHV1YfiIqL0ZUtwqb6gL7Ae3AiA9hgPUmtB7x1M2cBGwTA+WwSwZwlteZgjfe+Qg350TXQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5428407,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhbLZCRA9TVsSAnZWagAAiVcP/0PgCTJ3gq6JYtzFyGrz\nobW3xJSBl/t2ryybvBS67ReikYlFiCXf4srtDleAp840enZp76GUyZSfB3mE\nSX8r/NCtpRACvN1i2FmMOTFUjXufJlvp07QfXONSzKl6FvhMOplmDLKiN40w\n4yc+wWyQ+R70WWmjU1K5yLNgknSm2WY8rddtV1ECJo4iqCDRUZys532tUIdP\nda0ReZLKXjOKEficYNm9HWHnHD3A3tRit2vNl3mG4YbZn+jWydnMl2tI5q1U\n4NpGqxyQxCNDiXzhfO09z8Sbvxq06UaENa7dX5FYQ4Q21wjBV7OQLfCWI/Xe\nTo7A4L6gZodO8nRpLloCbNK+AXttmo2fJ4EoEd1hQmpsT2qtpCHcySv26oQ2\n2f2bkEVmOqy60tTcd2egFGAFSLPqv3Z22njv/HgufFr09nvEuGM+FaUBjFVg\nE6rA1rH5Gu4sh3JSQ/9wtDVd7mis8jVOXIRcmuTqZLz/wsQDFVGcvitPljBc\nYwsxx7nZgRDhkolhfyLC2p34IEGyzs+U03TGJEYTlG3ULWmYOXbt/3oYtcvp\nZADrwqskhmAw2oBkQtA/LTMAVYzRtm0EYpXNcFGnpbLiAC6E4aQjb33NANfC\nt+70Uo7kP9jWM+szxWdsSx7OOceesLxwbvIyi9oVE/evp36VK+Zsscb3e3r6\nWg6l\r\n=zDZX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"5d91014d45f9a4c5aa9bd6808af1c9f169870db1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.3.35.tgz","_integrity":"sha512-TdfDlNFvj6KMT3dcBOaJF0JH7ovGiFtYZS0bNNq2U5nrBFrodR41wWlqLRphgOtBM2asDp1hpJ8peTDQfA5uGg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.40","@syncfusion/ej2-data":"~18.3.35","@syncfusion/ej2-grids":"~18.3.40","@syncfusion/ej2-popups":"~18.3.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.3.40_1602597593424_0.1438339418184016","host":"s3://npm-registry-packages"}},"18.3.42":{"name":"@syncfusion/ej2-treegrid","version":"18.3.42","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.3.42","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"10e663a0fb9bb924de62e3e04c8f6dfc76208613","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.3.42.tgz","fileCount":179,"integrity":"sha512-VZ2dHiloDPFVt7NbXXukMq07expcJ5FrR6nyCOd5JG5w0UnFaaY0nM0XNr+KMMa2uX4mzMyuaU22v0MqLHYtWw==","signatures":[{"sig":"MEUCIQCGS80W4Ly5ZuO+xuxcgFvOxDT3UWKlb0GTc1qk/rYUMQIgd3IZHfVDlOYHJRd0EhRizLuqPyqZPOp+gA9fSuF2NPY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5520822,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjsqCCRA9TVsSAnZWagAAD+gQAJSU/Vqm5wcK4JTharXX\nSwPeMHdrEk65P3oyUXWWr2RvfFvudMtduIHYnzvCMqZ7a74t/oJ37G/vAXXG\ndoHPCfXtCgyQHgnV18eh+GpRcAOarKL5x8HxOTdRURl02z1aZBatufdWQF3x\nxdMX6lwEz2nPPjrylnAin8Clyh7EDBSkSy2/hXyyV3+ZeWcCWdThlAE31+Vw\n/8xFYibJoD1hvUIrcHglkfuRhuBqFl/3VWs8eDleMp+jRFptFZxLLmHr9PRx\nOu92IFRE1n5r8MQ9H5df34eI4g+4AQYXDLBYQa/86/+3E6rZMwRlIG1rAnsa\nDxohEm20sWhCmMQtyLjg2jjDUVxabudqjkJIyBLBqNwmjFvGzwli5Pl203r3\ncJ1t5Woal1kY9YAyAMDlaOcxvzdltKtjkyiB/ZUFPMw9xx/bFQPgaLZ5vXWC\n3KkkFKX4rI0dSAnADjDCIABkm2yiJpHUgaVB0IAMxgljjpZEwdVE5Rkjqpx6\n8mZGnbXGw9CtnPdk7Lk/sESjMMLU/jack7kDuZ0CZzg8NH/a5K05RJwNmvGy\nG+Sg/Efp0mpS66eceOSkjxSNujJY/hF5QyMQXhQMT/KszlqTVCoMZETLUlVC\n1U0ZjWSM3RUXEjY+LxQaVLN8CrJRcLBH57WAVlO/Uc2Y1ZKAu92+lFCBZPl7\nNukQ\r\n=ChUK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"e5a1328ec7aeff1a60e50c24416c87d1823c45e5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.3.40.tgz","_integrity":"sha512-loprw0rqCsCB8DsZpz25WdNRHJFuj8ylWLtv4QautJKqNaHc8++SowIkqFyykFPEKskrTiRqPSo4PTjvapL4WA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.40","@syncfusion/ej2-data":"~18.3.42","@syncfusion/ej2-grids":"~18.3.42","@syncfusion/ej2-popups":"~18.3.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.3.42_1603193474401_0.347591972864322","host":"s3://npm-registry-packages"}},"17.2.49-beta":{"name":"@syncfusion/ej2-treegrid","version":"17.2.49-beta","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.2.49-beta","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"5cd3b950f85a37150ef0fb70fb5273f1a7d29a9e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.49-beta.tgz","fileCount":166,"integrity":"sha512-Lh7DiVtTALvjeJctkO4NB4FVLiiTin2Hqes55pBxQWAto46AJi1UAiw9puYquzH6Vdv5quGq32f1Ntm2P7p3mg==","signatures":[{"sig":"MEYCIQCpTLnnvdQXu3uQuKWQ3QptCQcOarg/ztjdrdIIiSv84AIhAKbxmsz3Vl/uLhmVUEBIG5Z5Y061dVO4Nx9JlgxV42Dv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4001494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfkpDpCRA9TVsSAnZWagAAkm4P/jbf+0X2BvPYnhbF9DWi\nm0kR4qIoQ1poHQ/2NOoclcvbTRbalOpAemaB1mxvmBlI7TjLhWxDhaAXyGjP\nFZavzEP724RH3bc2tzzU6w/oIqiQz1xlgzt7kIK7c0afB1rMFUb429u5aCEd\nK9wwNnRykC/ufPWSeSqDJ2PspB5hZo//20FEXwALuhAKQrNOwl4Y+r2i89Xc\nZquFeq3XyzAsnEqVk0wQbxqD3xjEOOgUL+s4TEx5XmR8F5TVIgLufDTGELyu\nRCGoC2Q9sPSBnyzxPCSiS8WVsoAJzwvPoqLP4k9WyOv0QZPbyNCgMnNnYN/S\nBv4Dq5TwZAVjnpI6dZ3Eku3lrPE1oA0UGsxsJmlm1OQsAy7qicNQUm3DSoyx\nJc1UA8+TNN/keS1nkjyJrSkZ0r02gssxAXeez8YQ1j/qw39fPqUotqgj20Bd\nIWNo+9C8rDsstVUacDlYwclU4VnnU5dqNgmmp9wwzXtBqD6snB1/u90TJ1kX\nwAYsZ6DaoFvFjesfdgGLglt8Z/T5+lAm64/qCpVD2BLyLeXOX0MgsjdSn3SW\nIrbkJnS5T201IN1Rxl/tUB8yhQjj5ZKpC746HM3hWhoi1NSctu9pZi41cHSF\nDOBS+FBZzeQ71pPPE1TZNJ42Drouy8BUj+iM9oj7pp7nTcU7mk3+qUcA3tix\nYA2b\r\n=+3mu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.4.1","description":"Essential JS 2 TreeGrid Component","directories":{},"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"17.2.49-beta","@syncfusion/ej2-data":"17.2.49-beta","@syncfusion/ej2-grids":"17.2.49-beta","@syncfusion/ej2-popups":"17.2.49-beta"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.2.49-beta_1603440872715_0.6112102090395886","host":"s3://npm-registry-packages"}},"18.3.44":{"name":"@syncfusion/ej2-treegrid","version":"18.3.44","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.3.44","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"0d2eb633fce968d462fae0b74e02ce1e4003539c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.3.44.tgz","fileCount":179,"integrity":"sha512-ZRrZw9KG+GCNEz8MjufkXAqaGcYB/LA8BsZEeJkgu7EbHknKOgGmiFU9GoprjMbEgCY5Sky9HPsrd2qTq7MAEg==","signatures":[{"sig":"MEQCIDPqPl21BnGmE2DP9zJTRSY6Ti0a+WQ0y+J1Mm0TDl+XAiAG4qI+O4ntSdnQWQ9Th5ARSQKtiHU5KyO+NG0rYxL4bQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5530970,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfl/ulCRA9TVsSAnZWagAARW0P/ijT41yy7DRkjizWshKL\n1RI+37Z2kbGz75o6Dn/zoJ0T3GePLqfc7h1hFPwtSJGq2tAf9T6j0F3EscpK\nveC88q4IYwtpiswuBfl6dHT8UwNqztbhHnV8Fa2vleditOLXZXr45RTYU7Wa\nzVD/ssG2FXG5add56ahVradQVYK1ihebQ0/ky/hE4FV5szGn3P2k/uJzngLu\no+xShLaLK79ph1e03trt0egolSZYoq2qrT/nuSNf20XzNBZgr4O7FbYt9uBz\n6W31pa6/7UoK+/3yx0Wb61tNp3J8fkfRE3LaXqOt/XgLXzhtjRjOi3DzU71q\nMo+QbOjPzLIEzvqvx2VS3HuIWAu87SChteITXfiTdnmUFkIq1ktajO3NIPkr\neneHzWeQsOsDAqSvTlAYt0AIjCMcp7elSijL3tX4Q10HWDmU9Vpi/Jif1G/3\nYjaafaUtUG1US7C9Qa6KABZJLypVqOQSqKU9EQw46Tksxpgat9EaFlbIFVTZ\nRbqajC21dmhKcCT0Nwa3pBLzh++qyfGVc0dMjCk9d+gAC6nzdIB2FTwUt3mA\nSTjurR2uqocnF0JIv6ChBJMQbrR/pgizAxRfumoIlZ+7g475nl4EsN2VdPCo\nTMeLkYWcoEjJI+HAeHR81YG7wvAxW7a5vfdMGk1vimmnYZCXsYN1Gf58zSGO\neJqb\r\n=1aov\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"c3373c692355de23a704edb388815bd0970bb00b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.3.42.tgz","_integrity":"sha512-sS1HnNVdzEjlFauHVWQeVqhuSN+JkzV4n5f7+dRQ8jceB5OfHQHhoZRGMW9/5D6Xl3Mvl2wU6syv6wqmO3PAvQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.44","@syncfusion/ej2-data":"~18.3.42","@syncfusion/ej2-grids":"~18.3.44","@syncfusion/ej2-popups":"~18.3.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.3.44_1603795876664_0.12658179616946685","host":"s3://npm-registry-packages"}},"18.3.47":{"name":"@syncfusion/ej2-treegrid","version":"18.3.47","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.3.47","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"07fd828fa77950d8c5271bf23fe54843397e7879","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.3.47.tgz","fileCount":179,"integrity":"sha512-rC6dXvvJfMGvEL2kDHLBffLc7FIi3LmdJ576c4ZMgwxzjz5+3RWRnFttP6EwFQCHrZeJWmQ+AiHaqdMbuJ6jCw==","signatures":[{"sig":"MEQCIC6iGBIQhHP6SkmBx3VQMFMdCZL72eaJHfr00U0wTMjZAiBvo1nj6EklV9DxqQy3YOR/mTSXC0ukuScclOliiWbRzg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5539259,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo7WnCRA9TVsSAnZWagAAOt8P/3woo5mcskuvCgrivHEp\nxjPJWxXsuK5m17qGHBJXT9KbA1n3UJMGVFZNigrjTIjXCuHgUDsG1xU32u/O\nbIoKigrA2AqbsWtcJv6b+u7n071xKIEI/SlGYq76JHpoDLgvzoE/J4IDkDFg\nL/cnUd61eEm+tMi9bm8xyn83q7FSA98I6RDej5OxfYnf4UDzkAM9VJmWVGit\nAwBTjHbaLRbGEGuBExCh3e7dEvZZdVb/S5LgtQZsxSpSdVF6QbtZIOoTcdUh\nyWaCUhnoS1oRt7B3oV7Qi7DXrax/Mx934e8omd/NY8Sheef8meui9333yk2E\nfQiMsTC0o+HxXx0NyCSSscSKTLGn6aGCg6O4eswEaFoNtwNZeQFCEeJMrLEV\nCetWsFL8rIvV1lZMw4tTMJ2a56+D5ZLvLvIxkRKBrNYbPr7HSOZMLE7Y2gHA\nXxAMPu+JPWcHX9Dnj6y+rm6tQt1nnalPZjxFLa1NJjmRu10JXz/KRXts/PYz\nQByUzZZeA3OUK3tYvkCBHJChruzK7oyH7D48h6pKzW7djrq4VIXw8YHxs070\neAXWkb1IsjvOqAly2gfp2hXO6RvSANJHB+kc48Tg1RJqPFgxpZJkLbASWy0v\np/poqW5h66QvbQQtm00ikbZFaBF2HsvvDcUqMLFL9UuFMf0oOr5fUpnRqHjf\nR1H7\r\n=+/fO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"ed70ac0bbd107d3ac3f73fb4fab095d38cee82af","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.3.44.tgz","_integrity":"sha512-tpVOdJvw/Rnpy1jroC9tFc35qwb/e/25JOdI7Ls4Mu8Ov/UfXB/DTkiSUSFXoZTjJUwb73uykUBf/KyzRoP2kg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.47","@syncfusion/ej2-data":"~18.3.47","@syncfusion/ej2-grids":"~18.3.47","@syncfusion/ej2-popups":"~18.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.3.47_1604564391031_0.4834206684697471","host":"s3://npm-registry-packages"}},"18.3.48":{"name":"@syncfusion/ej2-treegrid","version":"18.3.48","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.3.48","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"ca2ef7729f044c0ca3d792cb1987eae1286fd754","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.3.48.tgz","fileCount":179,"integrity":"sha512-dwztCjwQmvLNngF83B1Tj7E9BW4IypU0FMsJJ4MF20vJLOIRijyjL71OKQ0/ajdeUEj70Y2o64r6V5IBpB39UA==","signatures":[{"sig":"MEUCIQDyT1Hmr4ynNEckEfkSARiQwMUWDF0MaQmmRm/xQe2uLwIgEs1dkG5TKTObIW4wQt1fhZZdqA7h7ugUVLF5iAEKrLw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5561879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfq4/WCRA9TVsSAnZWagAAZDEQAIq6aFGlvEUfqKJRcTJl\nWpNtMDxedCckH4VqYfpxbgzwRFWPopAkNGkA3niy21PsA51vT0hnAhXBziBG\n4jMaQnIzcx/W8p+JWwZONtngiIZ+j5X4aySpimRFqENDgsQcCVHIQDLi8bXW\ntN4QoT5rDQ0kbFNeXRIot2sQEbsB4wLs4Vbym3NEnY1DgW3SOLeK37QazlRa\nDNo4nkOr+lRS4ryPPjhOJotLHF11qSoERGZnlOBAW6O0RSdPXr7faskZgUYT\nKITNlcuOspBgrWmbDc6VU79GcNYPV0TOOBbm7eYwZgTLQHke/BJ7qP7953XS\nnP5B5Kj5e30X/4p50MasRhnLaK4Vl0w9W/9p37WtPgEm2sylLYMuGIbL5AwS\nsfziW0xdPiNuUxNz4L47bY9pO5mRBUMejoEH+CEp1rXN8utfy4Elowqs0Pt+\nJal5/aw4WETCwA521lglgdL8zoloeuOKmCPmX55enQEPfAqXWeXS7XRqSkJw\nlRLgMUeriAku/CEjrhFXG9dQ5T36d3BT/MuvfN5D+B1o/jP/c2YCMYFzemNQ\n1UZcBqzlkZQ4s4HpFjFD5LHUmESakxW5a65BWRzOikhSQwKKoodSlQNeRkmA\nJB0eIZwdwhOkPHaLbynJtdh+/VDBwHIIzl1OH8I/HA/fAn04/EdTKduJy7Hr\ndNhC\r\n=TlB6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"f21110fe8cc0e5274255977eb98681809e8d12aa","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.3.47.tgz","_integrity":"sha512-kakIOOXUnLg84E68lIp1E1uSktcQbFE6EC0hMhaJlfXlHkkeT0oMGTEB9GLM3Q3xvk0E8GHFfXxRj5H+nZm4tg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.48","@syncfusion/ej2-data":"~18.3.47","@syncfusion/ej2-grids":"~18.3.48","@syncfusion/ej2-popups":"~18.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.3.48_1605078998295_0.4639267712395907","host":"s3://npm-registry-packages"}},"17.2.52-1205479":{"name":"@syncfusion/ej2-treegrid","version":"17.2.52-1205479","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.2.52-1205479","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"826c46b99201092d91ddda0fce5d9ecb49fbfcdc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.52-1205479.tgz","fileCount":171,"integrity":"sha512-DBI9h9Nmb5h2NMdMVge0frWoi4Ldqc1xM4gc9ef3dFnhl+p48b6c4SDxAFZnStAWVKohxNs0kSwXn7Z68OyBeQ==","signatures":[{"sig":"MEYCIQCpGdpGFi4lCHVHLquQduHkhtgUSJyMdGbO6dZ5lG9l5gIhAPf8R54ko+9fjYTK5++Ow1gy2zPDpA4GVV+6YOrH0V4H","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4151489,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfu7HLCRA9TVsSAnZWagAARpgP/AuT9PNS9zNttmse3Dqz\nWddw2y3dlg0FGbHqHgnIANFOD4vs+Cx2p7x0jO8yaHZJt2a/zgFFxF8kDIZs\n/+VtYViy9YkXtTv9cjLHCoUW6W7pqsW7969YOcaiwBIDlD+b5xGa28UYj2Ag\n1HXFjR8a1jwn7uwGcqRJAyS56LCjjlBJmXPzHX9dr0j0L8zQZ2OD7CWK+1qz\nRy53zFQ32qjFo0fDc+2rQSoaVYjHgEqNVCx56JFBQuP6DKlJ97KJPz7aWmm9\n+pIMnkhIIhJSEMVFBEdWeaTbNuNJ0JSVMjE/v6eDOFaTZhX1KvVuavFX1T3H\nBAmrPY/lUO+KSyxE8nN5Dv5+/GEtuJNRjiwq4TA09KfI9M8bQ2apfUxnGyyp\nPoN+65l30NtJvTd0oEEx4fvdb9+ycBHGZB59V1eOlPgrsxwG80Ib9LlaotCR\nnXRqIaTuha2befbTt7kRGIdV37cRcWmGxXiN2fUzGGgcnUrRJAGMsCYy2Vwy\ni7E7Vts5WjiFrwas7obXB5pWudTfuyLgykIyHC/Kqmvvuc0d2VeW+AgM275w\nXZ/zoaInx6hKJWCdI3h9LN7q3GY9v1cy1NYP2kip47vQjIQYAXZb2k2gYAda\nYzUwOM6cOV7wAfV3bzbfnLrct+fkR0ClbKUvMU8NAIrBaACeUpKlsLcBADi0\nj6Kq\r\n=awfn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@~17.2.51","_spec":"@syncfusion/ej2-treegrid@~17.2.51","_where":"D:\\today\\cusom pub;ish\\node_modules\\@syncfusion\\ej2","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"ee211e745778f90f17acff941cf28f95586fc2c3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.51.tgz","_integrity":"sha512-fbQucgmcdfgsqsSKLvKBnM3+wOTL3hgQsv2o7yuoFxyJ8fMG8kkIwFYPwqZme84V5XtOsERBnU728wDaNIyXEw==","_requested":{"raw":"@syncfusion/ej2-treegrid@~17.2.51","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"~17.2.51","registry":true,"saveSpec":null,"fetchSpec":"~17.2.51","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.4.1","_requiredBy":["/@syncfusion/ej2","/@syncfusion/ej2-gantt"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~17.2.52-1205479","@syncfusion/ej2-data":"~17.2.52-1205479","@syncfusion/ej2-grids":"~17.2.52-1205479","@syncfusion/ej2-popups":"~17.2.52-1205479"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.2.52-1205479_1606136267032_0.699349120976327","host":"s3://npm-registry-packages"}},"18.3.52":{"name":"@syncfusion/ej2-treegrid","version":"18.3.52","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.3.52","maintainers":[{"name":"anonymous","email":"packages@syncfusion.com"},{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"03d6db8dd01fe6baa710bd2554e3b502dd557c5e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.3.52.tgz","fileCount":179,"integrity":"sha512-Wurk1Qh+syTjcFcrMZq/Crg8vKuqiXWbEs/+I+vdvA2AfTjAcGgvMDB+2bg40jB0pk+YZ0ZEkCmgvLqNm/24kg==","signatures":[{"sig":"MEQCIG90PBG0r3IB03w+n9Q9zev/LEq5GG+txRkdmvsvI2KkAiBS6plDTJ95kewoUNM8sdWeSMrK/lo59UCpBJ8X+n836Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5564172,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxkLECRA9TVsSAnZWagAARF8QAJDGy2F90XtccPuNrf6E\ntDBYJts8c1nPIxjwfEoXFVJFBRl1R5lyDZOE9sz1AMMZE1E5ryUqfzHrN9B8\nRrzAOyWPpuwkJzEl+7kZWVmlL3zDtbAHvuoOHCV2Mf1GTTOufMxkObHSRavE\nX6jdw7kaA1exm31rSaOlRGSnoIkrkylytXYkD7fN75wWKyescGYZPR1WJRG6\nrieV4WsFnsDiFEcl3kWfp/Qki6gzh0dDmws9IV4kUuI/qHTLyL176wtI4SdB\nOVJw3SLjeQcsaaS3DnKAHy+BILWOUnbxCPZXGAkWbDqUYhNkFyg2/RMnWOiM\nmiOws3z05LnedhK9wTqGcgTC1fiyqTr0rLNbqJy/fIkqXdTY9Xvu9i9nQtka\n5CMwvrSDQVaictMLDbXmJ972jTNSkZZI+D69tW4XY0+TpdwnU5WT1aY+0n6I\ny2XAiVRjgH0xZrLOjjnKxBgBo13mUFULu4pySPVGVCswY2DAF0TvcqRiYlrX\nbdbTU5/jzPDaMu6ZVIoh5RTok3RBsHyP7QwPetHJFo+ztbMi6Dp6lGRjtMcX\nno00EtSKASDKpcRcWLchQ/tSn/QI8U6FbO9vaqBHiH/9V1Q/41ygZ63+ZKkY\n5oKqUTJSGLWEqmWY5MqyIXdJBYy7nb4Wbg8tfv0ChKk20FkHEtqANvsxSWJs\nVXYh\r\n=B4AE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"da19eb2f094a85650d1c9c95d9aee0b80a9ea2ca","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.3.48.tgz","_integrity":"sha512-WJ3TkoBFGwZ/W+GOPtQvEhDijgR7/xaJaolpk2diUgk92cK5eFe/w2GkzAeKuiSatIGjhMmY1HTQkPQ0N3XJEA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.3.52","@syncfusion/ej2-data":"~18.3.47","@syncfusion/ej2-grids":"~18.3.52","@syncfusion/ej2-popups":"~18.3.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.3.52_1606828739738_0.5973405319544078","host":"s3://npm-registry-packages"}},"18.4.30":{"name":"@syncfusion/ej2-treegrid","version":"18.4.30","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.4.30","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"f81c9d1d48bcd36d7e2246003f17695e5f8dd1a0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.30.tgz","fileCount":179,"integrity":"sha512-BTSd/i9dFDMp1XIGJHQnU8DX0TrH7Gz9RmzfM99P3VPu/1DxUX1iiXirYAtcGuNCfP4XLfP0Jmq+mw1U6PmA3A==","signatures":[{"sig":"MEUCIGENjxgV+HUWs/MNXJ88pGENZdohnn5NlR0SmOY/GTxmAiEA0dbtFunLxm3Q+1wO7/TdVDThbGg7Q6SdVPAQN6PhF60=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5647650,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2wjGCRA9TVsSAnZWagAAfk4P/1BafKuI3bFzpxKUejve\nVIsSxEWlJgIhycN1l/1yxlWyEMLne/lKOictJpBk9ho++A7jzi8IPlwIreCT\nzvG8wmbPyS9lHnbZaTER5fiyfVe/WpwAMwuEWaLKekFA16u/TycZwpaMOr2V\nJMkAC94ZXLtXG1DbRGS2kb8jK8HP0ACKY5l2b3XMGetZxBlJAxpFpRlDMpJB\noCFV2ha+yTnaecx4lGjgg/y8bm9RwUtgdi8VlOF98SJ554NBjTF18mSREc3q\nPC8xQunWLUv223I4nrxG9byvoTPpzuDfY3g4N0eC8d79dxJZ4k0vLtzhD0cy\nOYfuB7Yfd9QywuiaA/bT88Am/jcdj3fL6edZQs9Dt/aa01B/r+GXe1aNoe3T\n7/A0F4ObGFBtrx+hGSdocoTkoZsQVUJi3tCAEUbdFRPodxbrcCBdQXVFlOxj\nHQu4iXVvP6OVAYmje1VYEG/ajQLwPRGQSOyUnfzIXbqOQmxjWMju3qkhjKp4\nI9QeiZ7IDnRgbtQaAc0GtEG9hbPomOtSReNLNuSTD62Cxt0onU7tCXMz7siz\nw3RRxZYAazak2aNnBDNhHRY4A8/qdED8R2vYH04sjGMLIQcqGnLCOR/Km/9R\nESdFIqOHAWqGZoIMeIBVuUH3n1rOZuUIuca7vClfxN22QFORjPh6De1Xp/fe\nZO5P\r\n=C6MY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"af3cef1c174f437de3cb84f9dee6439bbff06bd4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.44.tgz","_integrity":"sha512-HvjUq8IY0Sozxq1Jek3Io3iwGd7slh9ksWhrX+i+QS7OMy1TkblNWk2hBh65fg8TgFlyZAw8fyFqh1CaFi21Bg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.30","@syncfusion/ej2-data":"~18.4.30","@syncfusion/ej2-grids":"~18.4.30","@syncfusion/ej2-popups":"~18.4.30"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.4.30_1608190150192_0.1420263487902338","host":"s3://npm-registry-packages"}},"18.4.31":{"name":"@syncfusion/ej2-treegrid","version":"18.4.31","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.4.31","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"22188ec6a56d11e08dd62d525410620da3f9e601","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.31.tgz","fileCount":179,"integrity":"sha512-8kM+EZBVvX0OJs7CSlobe+mHV0RUEgI8h0NAZSlpTwqC1cdB7B8hNekLWJPHeYIiK2LUWMaoUU4ihf8juwCBZA==","signatures":[{"sig":"MEYCIQDOrxll4EefOVgztQ/t7X85rOIV2zBLWHj/LFHD3G6zDgIhANCBnITm4dqrts1zbsi/CiknWzI5X/k8ZqHjPidxIof9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5667137,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf4dxsCRA9TVsSAnZWagAAGeEP+gPeKzyI9OxrT4bP6f+u\nNrJFjc0ndb6JIUpERptRHzJjNuC5pYRaNfftYP1b1I/8YaNB7V4uugQ3cOdn\nPUBwlpd3ibpX3rvdIUMQuW00pHyKcEPpFF0LQXleZavH3F1KUmWHt/IvQ64s\nv9pz4dv1mjfbq097G0bcxkip9G5GIGqDGTbfBO48XgIayOVpTmmI3++L+0Qe\nevZ2zdaqw0OAt1lkWhbdbTMCvTa1O1hbNZug+zk1ZEoRi+Q5T2WsL3Iu2U0O\nKQJwHZDI/2at6EZw1nMmrynLnu1W6zdgul9/cRTLz7Pwwb1BastgeVPjobzd\nxWKj74yYMXXJAYpO69qbrLKEs9M4wkC1tTlRcK6GpcZpy+Mi1MqII4NA+f/b\nyNNqwEUvDWUveTpDt/jZAt7yQeeYosV5FJTytYSJbLaIvs2l4/eFwH04Lrhd\n0dkhORdm9dY6Mu+GsAURdHs/fhVLdSo9M6y+UBNYgXSI4e6BjrMhmWJNDuGW\nBLwYoBGiJLF9sSunxjEQSG/XhA2+E6drA4QjofVutyDN2SYa90bffi7TWs4W\nuC0W8MctKRqkXPFWcnPbUoI/qc12fu/za89GdpVHXprb/JxFXFUKVm6TYYQ5\nZA43p+s+HXWA0cv5C9nT251WyTDZ8uM/cYPP/qcl0psecvTxK3R12FGckZTR\ntptE\r\n=oYo7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"82479c2335b4a81ac60f1469fd0c4a2fdc706b7b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.30.tgz","_integrity":"sha512-lZ0twH3xql+aRYi7pRj5iTuTbl7/jZZ5KuJZWHL2l4RZhqeIt8XxKumLfE1lkXux6apeo7FumNMS8z3KFxccTg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.31","@syncfusion/ej2-data":"~18.4.30","@syncfusion/ej2-grids":"~18.4.31","@syncfusion/ej2-popups":"~18.4.30"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.4.31_1608637548011_0.7428389455858277","host":"s3://npm-registry-packages"}},"18.4.33":{"name":"@syncfusion/ej2-treegrid","version":"18.4.33","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.4.33","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"9c4f19e9f7cfb0a6330f9a0d19dfc73528aa9c94","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.33.tgz","fileCount":179,"integrity":"sha512-rB4LbWIc+aVPufUFPU9dgESgoq0EhqMJKa0xkRLDobC2BwpTkYRfdaOMWXpbpnNJkUyiBUabtc3EgldxHKibzg==","signatures":[{"sig":"MEUCIQCe+PibBHQ41o3Oq09sN+Dqp2QCjzNX/27gTM4UhdPovwIgH+88QgdAfFm7uy2vUZazX//h7N2KJqsQHsfJHfIrYuk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5668245,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9BnfCRA9TVsSAnZWagAA4K4P/Aj15lzqCICOenJ0AP2A\nrm6kC8NOCLUe93XqKSk4KBSQ31BgpOoIX2lmSZuHLoGWriMMiitQZp/X7UiO\nNskCFSwX4QKaBYx/QzakJsOT48nTQnQ5xpjD+E10TzTA7XrKbH2Sf3SwBcPA\n8gO7+Fh5V69uM6O1Bbn8prM6tbqjmyk0Ear2MsygkUhRy6fENtb4esZGth6c\nes+CoRFfUtk9RdoaSEg80n43s9ZtooAizJqIXoa0Dl07ud9QcWQK5H46qKNC\nFF7sdNyHHA0g7h08Fyq+MkjTI7O7TvQ4JCWQT3VP217bhxhTXIfjvMbse3po\nGM72SXB5r5F2wBWif98v4O08F3xM0tvnX/E4WkTuu36c7jkMwbblg2D0hNDK\n/UCf/rdc+YQAaPhxKxvWd+QGVVdMlsEcmQLfpy6eMG2JAiVJLqt5sRT7rB62\nWarx3QLbovTEkRNGTvreilbmenAPQuXqcbRIphngVCcVSfBGp5xDkEkGUVEP\n1cby0o2DgpVyACslVlsLoO4wkjBvbWLMogxlzcACm6tk8FxUHjVQvbBzw6c3\nb273JCI+L8ROS0l8w/TAdn5dsjurF1L+tamlGCLsODftw7iKHx2hKfEsueH6\nlnDyNOsiPZLZhcxWgWbfzTRJI2H4tXD1CiuWmWlsuKFuhd+WxL+SpGADnq1L\nwskQ\r\n=/tv+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"802ab3ac322bd41aabf3cf0852a3c1a34d96f4e4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.31.tgz","_integrity":"sha512-yrZ3j1drYtRDtwjXgrbOyPZmjMVCHF9iXMnOYEZuymDZucirFK56OF+tvJOMW2zYfkxeTFLfZS9lUvyEBU/ADA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.31","@syncfusion/ej2-data":"~18.4.33","@syncfusion/ej2-grids":"~18.4.33","@syncfusion/ej2-popups":"~18.4.30"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.4.33_1609832927248_0.14019383277969721","host":"s3://npm-registry-packages"}},"18.4.34":{"name":"@syncfusion/ej2-treegrid","version":"18.4.34","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.4.34","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"0a387ccc48383502cc30de6309ba3a35ef05a546","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.34.tgz","fileCount":179,"integrity":"sha512-U9oYHpAYUYK32WzC23YGeeQ3rpJpBXz2bYgw2+bDdTQfgG/TWpwUl9yjJybf2umpIDGPRuDqkvtKapIBC8lW2A==","signatures":[{"sig":"MEYCIQDaw2yyqhTyjyQUKuol2JI7VDw/hGOtdb5FYdqm0jh2wwIhAPlGKpIJRE/+XumKilbjtcD6L2cQCamk74h6Q7wJ0o8s","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5671812,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/bTSCRA9TVsSAnZWagAAo7QP+gIgdPM/x053Np3zt6FM\nlhcQf63uV2sKzWNaHagvtdJgXzyfuqOIcw9yOene4gb3aezZdgLmOKtZc/ix\nrML0gGg7oOfUL37CKWNByWuT3wO/2CblrWw8+z5NFFzrTDFyJKTaPkb4s7eq\nR/c/L2UCNgal1HkIC77UsRa3+jAS8gIR/frPmk+UEu9p5UelhQo8IzLOjzHM\nsaDJLpM6aDOjMmJVotMsEZhH8rG6aRZ/W+RSkG7+XcxcKnXUZXvHOIDzJiHQ\nAwZDPsjr+BzJ1KMRhvJ176Un7IZYFmyJIph7qIW445HSNdgbY6lF7QDMFgYu\n5aHe8Ti5AEQFTVD4Yxr7nRoC/rtEBUQhsOfg7uwz5WlrKDB8z7JY5OfH5aTJ\nL5JvEsqLWve5+SudPNBzD2AnrmAOOohGAK0FKphsrr32n530rThAUdZqyKW9\naxRSpG4GYzwJr/6EpscHfXoUv7PWy4MbAuScLsIGBBJf8qfS5kXpg/Ep08hi\n4nen3kJKd4H0parD3tm78tXIQgjivsCsy8KttrQUH8Qg7FbJvCSAv+hWVKPe\n3KT9Xp8p6uZBfwqaJqiw+H/4eGk7A+gz6X3fkyYSZUeXdmH2XiwPUK6La05/\nLSwGa2jiqIQlPzu6Rdq0ooC78TLiuUtiPs93YcJ1ZKqeByW6uQFKW/ojvaSY\nWhz+\r\n=AjXN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"77172ef406ee84335ecc34bc0b27798b28362083","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.33.tgz","_integrity":"sha512-hpaXcWRvYdwxkotjr72JL62i80E846+JH4cUPZEbsS+a+6hNzgP26CZMzfDWgH+G0mYZVda9nZDoO/Rtw5Akgg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.34","@syncfusion/ej2-data":"~18.4.33","@syncfusion/ej2-grids":"~18.4.34","@syncfusion/ej2-popups":"~18.4.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.4.34_1610462418022_0.9436209323998144","host":"s3://npm-registry-packages"}},"17.2.55-1205479":{"name":"@syncfusion/ej2-treegrid","version":"17.2.55-1205479","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@17.2.55-1205479","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"05639e18558be9577d7cc0f66e1378eef7c0c5b9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.55-1205479.tgz","fileCount":171,"integrity":"sha512-4xAeIW+iMV258g2QCTRKHBOsc7/s7lzTP86w0OPGjneb1UXxpsIjZYwhMbMGS4DAre36ETVDnP53L6gOQ/b23w==","signatures":[{"sig":"MEYCIQDZXaxbyhc1355Sgzl4TU6yTMre+GIGLrsTdRKM4rYZ/QIhALEE4c1BaSwrvH4YLwHjLubDLnGyG4FuL0TC5cKHU8FL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4151404,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAWFpCRA9TVsSAnZWagAAoekP/RsMZiuRj3j+HnwGctjM\n/7yQd3Cfr0rGfEJ8BDlpWhFwS+ilqQ668ysBMOQ+B1eeFIUCaHV8y1Y1kzWt\nTMwbRp7nJjghddm9DjDVkSAnktUbd0thPtDwGV31f4kLam8Tq13j4wLlS5xj\nVK4s6DK50jd6ctsiY4NHi1FYCoQzdo182kb5Nme0uA1i+Bs1bZpYxDNEiXZU\n3PXlwd9ycHlgcBniCG7N0xXJwQfts5udhMIza3LV+1DuEBaZ9HbFEiiUEIU9\nhWv0TMaK4kWetYwf8BEZIWR8mlGvdh4mLCfX3qY8M7L4kS/xvKQgWXKCgScG\nA2MBaQFAMLRpmgxgBv2ViwIkBr07lZcBxbYhQyPASbUXUIFOHTVTqUoVG1Pz\n61rrvv1yLBIdBtL0im3cwzEj/JKpYuIOeUoWPjr2lH3XBWPB+1UVd6Tzkh/o\nubcbMLHcGremWbvZhwNl6JC/4dOXkEUGeDV5LP/zxdtLfBO+TE/XooUgdwbq\nrkaYbL2YwjJX0Jiff5mOKojsywd8rs2KYX9/DYsXQ48kziHd9ODKe3bF/phi\nhg0Gk74dT5aQvte7/PubSYGzXY0kF02rEVGOt5r2rk2icO4bJxCKsEzRoZm9\nsEEh/4Wac1BvNijK9mQ2yfApTyxzJxB7S9jsOKlsryzjwJZRnUeP0/PE8+Ow\nm+9u\r\n=rXZE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@17.2.55-1205479","_spec":"@syncfusion/ej2-treegrid@17.2.55-1205479","_where":"D:\\January 2021\\package manual publish beta\\projects","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"826c46b99201092d91ddda0fce5d9ecb49fbfcdc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-treegrid/-/ej2-treegrid-17.2.55-1205479.tgz","_integrity":"sha512-DBI9h9Nmb5h2NMdMVge0frWoi4Ldqc1xM4gc9ef3dFnhl+p48b6c4SDxAFZnStAWVKohxNs0kSwXn7Z68OyBeQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@17.2.55-1205479","name":"@syncfusion/ej2-treegrid","type":"version","scope":"@syncfusion","rawSpec":"17.2.55-1205479","registry":true,"saveSpec":null,"fetchSpec":"17.2.55-1205479","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.4.1","_requiredBy":["/","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.15.1","dependencies":{"@syncfusion/ej2-base":"~17.2.55-1205479","@syncfusion/ej2-data":"~17.2.55-1205479","@syncfusion/ej2-grids":"~17.2.55-1205479","@syncfusion/ej2-popups":"~17.2.55-1205479"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_17.2.55-1205479_1610703209083_0.5028177613700344","host":"s3://npm-registry-packages"}},"18.4.35":{"name":"@syncfusion/ej2-treegrid","version":"18.4.35","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.4.35","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"de05f2b897e51f69c3835a786c2a47caaba00d7f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.35.tgz","fileCount":179,"integrity":"sha512-lNG6pwe2PUcCyUse1K6rYa2MaFDlCpr9RqNcE05WZkzYULEqGatHIHe0UU8EEygyGhCg1c73Fek6J7EFRyKZ+w==","signatures":[{"sig":"MEQCIARjlNSBg0a6MtBU/7EZaz0ni5lmsUWCl5zYFLI+G+qlAiBCbxW5x6UM360HnFmAylZ6Aw3wplp1UNraQxChK/GUZw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5673011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBrc2CRA9TVsSAnZWagAAR1oP/1+9PC4v3cXmPRqYK2Wp\n0V0Q9hn2cpW4DdN0xna18O8XgNvrYiQSXHqeZunYWLjaXMm9LzYqi3fSXTHI\nT7eghYCs1HVTQFLR45u145T5KGx3qXGg24mkM+O1zBvng3MM1dhm3A7ZwzAd\ng+jaTWacnkMa1S5CBr+oM4Wa8cNSSU2vVPeqgInXXJa0iaMgJPOAUKfZstSO\nRa/2fr+kKI7kffTp+49JjfpBEs/L1wqslY6vjdF+aZdxBN2LoD1ET4TgbCJF\nylwdqvNQW+AfApNOcdFNXW90hsjXDB9VL9EJ2cNoBE+xnlaRYfCDk/lvaZCI\ncNdv/gamRbJa+DBjF98Yk+KO2pPHFD24RiZHnhZ/6gIIE++GKU7ckvSmOGCc\nGcQoyTClSczH+dcVx2ncosIaufjv/OSyCc7G/gDFB1sjlkLFzm2HgfzcvqVN\n2C2QI5Biq40BErAbPfgVo/vubGruE5pQpVhmTS/NUPsLwfjOp381MKYhYa2q\nqXi5G13mMKQxRJrmBtZWbLFVZeyE8bYuLuZzZBlkvTsKY14rvsi+22tIwKNc\nxVmAYjSZqlZQhbdyorVKTk5pUNFiUpb8IQ1voWw22+VKMKzWS3abkxpuvbkF\nTEgSoTqp5WlU1fA6uV9b0E4fkEQZDqiRmM4hhqbq3PCtMzvk0RngX84/UHjG\n9+jC\r\n=5tSh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"25f34ebbbef8ba96d42b980fa54ae4321a261823","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.34.tgz","_integrity":"sha512-PLIbRs092Q1QGmGuspT5qLAztbz/NGVKvcsG0NZVzJ87N9k2AM3AhOW1IxaboSgEOS42SpfTlgsRxtdf0lwcGw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.34","@syncfusion/ej2-data":"~18.4.33","@syncfusion/ej2-grids":"~18.4.35","@syncfusion/ej2-popups":"~18.4.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.4.35_1611052853676_0.5496998077597199","host":"s3://npm-registry-packages"}},"18.4.39":{"name":"@syncfusion/ej2-treegrid","version":"18.4.39","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.4.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"8017b89bcbc156f83624d85bc0d76c781ab875d1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.39.tgz","fileCount":179,"integrity":"sha512-z2HBeOAl7wB6H+IZLgqUOczRFk3JG13pbuAocmjinY8q4PZHUrX77+XqPtgL0MpeQrQ6ITUV89vpLoKJh30cdg==","signatures":[{"sig":"MEYCIQCM3saXt8jDpM+TxrpsXFCRlUEjzhmDj3OzBdRZbrwAOgIhAMiTdYp2suIHHFQpQAhVAUZ9YWWeeocwSX5eltOUnZ5r","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5680524,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEkedCRA9TVsSAnZWagAAp3EQAIQdWVYBGE058rasDd0T\n6aZ62YsVd1uODjd8b/NHJGNm6+7rohZF0+d+EKRFfa63aN9EJxG8Snefohct\n2mGHf590I6TP6MfeQeoqoKtu9D6SK/FhdLQ9yDT4MwQyucHEP2ignAozEVux\nf2Cgzlqek5smeaF5q1iJJW5jp8gl61Tha3rKtGKC4Jt548/p6PpElkg8z8aH\njPg7qB8QxzeVi2xjnlZdqIUo+QVlEe1CApOD2eCbJmg/FK292Hn2vjRy3wIq\nFE2dv8YntNZ6HszVgDNmM9eeKF+EPMI565HpHBGMJd9A8JMdXOHh9+X5/afL\nu7ucLB5w10kIN5jd7dFSpsX8J5PEir/5E/YbmwoX0J22RW8NEtPUsID7UZ/j\nveqFEIgW3EVlU3/rO9Y1i6cBHE4uZYDBfmuKj9/V3+GEk8rIokpEQGkWFidW\nTnBQF6TaJA0Gls/A+uHoD60Baifs+Tw8IRklE6ahhl+zROVhMlvogLOL/LrN\njJAeqhSDM2GSmAvm31DoYSIbXx/Yk37HN6ON3scRRx30XiBRcrpTT3KnDh4h\nQNmXJCdaUVdGhzBVyOKRAJ40XrVfGSvFTFy2uSIyNIY9VBWHNWES3u6wlpmy\nPC3wt+04yPpVtdnrAvpF+uHuNrDqiqzbyKvbGB6nGRCnZqKV5qlGb1ul5lVH\nRIMh\r\n=ABmw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"eaeadb189d97753804e13a9fb14a4007204ef2c1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.35.tgz","_integrity":"sha512-vW4TAiyO9GI76WbeF4Eahly+RkdSp+WdE3U51W037E5eTgCtBEnWU9wgvcE5eI94aQluK8ByDAj9Jxskqg/+VQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.39","@syncfusion/ej2-data":"~18.4.39","@syncfusion/ej2-grids":"~18.4.39","@syncfusion/ej2-popups":"~18.4.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.4.39_1611810716595_0.8306063385681197","host":"s3://npm-registry-packages"}},"18.4.41":{"name":"@syncfusion/ej2-treegrid","version":"18.4.41","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.4.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"7f2877dc7c1725692171da10ec5c4f4973bb2682","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.41.tgz","fileCount":179,"integrity":"sha512-hSKnb8bA3WIb2U5hG9GF8JtHq1fW1L5OIyUrw5zr3Pg+WR3lRYF4YjRG+DxFEk+KFx7QY3qrUFjqq7qJhgmJgQ==","signatures":[{"sig":"MEUCIBCO/S6WL0a2Qi+omX6NTRzY578ebFT+oIV90I91B4wrAiEAkFy/xT1P1ZB4Q1huc4sW+pZfW+HwbcYm+KyNGX//Fc8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5680524,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGUBjCRA9TVsSAnZWagAAbxUP/RR75Ing06WypJQZ6O/O\nirsabku15noYbEuv8SEj8YzSNrTwGItYyPrsvGdMqZOYiwbTZ7MLBQp+5hM6\ncEoo9KM7ytGLPQ6poMmhm+9CnrbzuapEqurn8gbhhsp4VXQlMYv/6kDuxN9z\noME+UOiDA093NPlwiqJlfeQ5TyXiO6Ha9Z77bZL2V+UjRTn2WxhENsyZV3Gx\nCDZSItEdDPfglflUJDiMrElzex7BZWr/0Dfitu/5IFkhVqShpTnt6wm54Gh/\nNFtwzvVuTVNwXUahmCkGaxe0zKb0sc5KMdx+IWEoNl38Zrk8ao2SsETbSVbg\nI2OpBKQUoSbPbWEotl1qsNrY4LwnjcUT3MyL26N5nKx3DkVSfgEQZ58PdAaX\n8EhIWCroOk9jY40FCjcxP2SJhc8jdmckXYqZKKcHAISUk1s0j1a9Q/5c/WRf\nV/WQpATy0GueSiIKVXcyZq4jxRqQyk4bjAvur9PAw624d0z+kPL5KS3+bCaZ\nIKxsSgsNwOmRQ7teZOTy+5JTmCQN4z5UoSveV+HAbsWBupcsdFvQRmD6TNSU\nc2D5gIk4VPJ9S3eS/JN1I3pHY5gdj5rkStRwxlpFQSWWf8idz+Lmp4jxKhDz\nElUavYJd+iX71kZHAIygSM9FsxVMiSesjTkc5XPbGXv43xAjFiWg/TBnogLw\nt51e\r\n=dOKE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"eaeadb189d97753804e13a9fb14a4007204ef2c1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.35.tgz","_integrity":"sha512-vW4TAiyO9GI76WbeF4Eahly+RkdSp+WdE3U51W037E5eTgCtBEnWU9wgvcE5eI94aQluK8ByDAj9Jxskqg/+VQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.41","@syncfusion/ej2-data":"~18.4.39","@syncfusion/ej2-grids":"~18.4.41","@syncfusion/ej2-popups":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.4.41_1612267618953_0.6038660326077228","host":"s3://npm-registry-packages"}},"18.4.42":{"name":"@syncfusion/ej2-treegrid","version":"18.4.42","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.4.42","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"6cd5d9dba2d13f3a6f7cc1bbc6ab45939a33d1c1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.42.tgz","fileCount":179,"integrity":"sha512-hRJnxrRr2+MUEF5NI2F3EtxvAIAFWZQ5bEr5C6WduQNfecEysF3kVLSMmrHmAQkUq6da2qgF+2bCccgwaYnCEQ==","signatures":[{"sig":"MEUCICiej4fWff4MN3Ete/FMPGFCIj45cUefa1nZdiLl6n+pAiEAka1QtG7CEjwognBeaYlOaAVqs3Ai7aBXyzXHD6Gj6Y8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5700815,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgInHOCRA9TVsSAnZWagAAo/gQAJArk6+BmS+hGhbD/6hl\nvspDIoBsGY6Qs2ccp+tsahFv8p+MLAp7kBh0YmjczPQKJ0fwfPYL2GufsEQF\nvYBpZLVTQUIFsIdlPh/IgYlW1Hlt7IUlc920MJK8EYlSGxTEKcon6MZIzt/R\n02iIMqISU4NU9BJFVH3I/HqqCTh1h0z2bCtOWi+JxJXoZt1uRnK5toZD04AZ\nXYqQyAAFWpzYNWIEm/M3BIkeiMEeNkvW9gprFKUWzQ9gLUh5jQQbS09H6/sf\nno01AT5o4x/OANMz3ycqyMPOYWpO+q8KPAkbxyhjOMeO6x2XnKNHeX5IdxIn\njgWvpRMh9Wwi1lIgI5cPihUMZNnKlnOeB85CO4n1Z4JEVxoQYcRJYxuO132j\nhcmvv/rMhppasYyCkcLd7GYjPAvwd0kT1IFfhA2dH8C4t7UBzuMHRrdnc7zP\nXU5o8hsmYYE3x5WLD3AxtB8+ihrvqtkeMjUGblY5BoOPSWXLqkkrItVUBZ3O\nYQ7p99HXuw2BtpjjsMCk4tbY2cu5XU4krDn21wLNyRsBAbEBdp61QwnvwbmB\na5FNz0HxtJeM3oA8ZGBBMJBCf5bevfOmkRQGreF0n/ri6rIGq3jpLABv79VG\nz+l3ZH1ox9fC0vWoonIaONl1D1L18eg9TKhngWCeB9mP+MHhDO/wDfsGiMqd\n1k3S\r\n=OhkT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"f47a7a9b551d9a82ced060f7dca740f89ed6a1f3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.41.tgz","_integrity":"sha512-bgkFEneJcRbL+0Wsj+jFnKZKWKCqWeM/bt0dFL0kuSv8SfFKMmZgvs0lpHONaf/++XHdu2RD18qioHAXrGcYyA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.42","@syncfusion/ej2-data":"~18.4.39","@syncfusion/ej2-grids":"~18.4.42","@syncfusion/ej2-popups":"~18.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.4.42_1612870093978_0.5232328571293137","host":"s3://npm-registry-packages"}},"18.4.44":{"name":"@syncfusion/ej2-treegrid","version":"18.4.44","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.4.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"3b81d10b2c5a45292e0a810c28fbd1a49e5f51e9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.44.tgz","fileCount":179,"integrity":"sha512-QrTg935WQtzI87/Au9swrL1fv4bw2REkIZmG0NyNCYeEJnwRbCe8H4WTtpNn5SR/0i0G9rjMkX34Cw9hhxcI1w==","signatures":[{"sig":"MEYCIQCvbbOCUlWVFU/ACAzeowWElXvjkfYMHCVdoeO/oDVYiwIhAM+mfo4bzCsv862lYmJXZjlE0kaPhAw/7b7L6G5q6LZQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5703062,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNMhTCRA9TVsSAnZWagAAoqUP/0Quc1uxQGBj6JXoQ+JE\n0sqnFyL76CNGY33tAu+rBqGoxQf8yU1hyyXu7nXfZX8lglZshhOSDtLfH0Js\n/HpAj2zLjiT+6X/ASNMGIVowRpizGwj5ULgoTQq6Iho4YY8cGr9BgZqnx6ay\n6EVT66Bv2Ph0TXAcB+0dN/BEFRe62b/6xPHBRfOG74fufD8RcYbT3v1cU6qn\ny5yzhU1SO4WmkpEcjUx5NPyIRyIBDnC5oNGh+E0/qHtZQA1wv06WatUFfEI2\nTS52cNhQBnSalzGZo43MpwqBVeShJSidsEk2NVt7xE3tYa8lq8KLlIYKzRGG\n52FaK0d566pdLhgU2V0z98ZYi4gBfzzsqoLd0EGuO4qFZTERejZdA/VEe5ty\nLG/NduBf13C7RlZ8/TNo2ax8h/Gmwpr9e7cYji1DyXci7zgmUzUXHpZ42rlC\nsGEFvDzPcX8PCVTByg5ShoHleGB3fAUo3vVTFJAMwVoEFtS0zzAoBQQF0DHi\nFviQfuxILHsXqluL2ayBiQwA9hOizeTnUCAnrPi5CMzj2D+kH3mxhiI5hPWq\nRA7sOl3ZaQI/Ta9bAcplZGCCn7kNk1BqcRYhkiE+qs7aYvtT4eIezWtECAl3\noaJxIJj0uxh1FpqxEWwAJkSuwzgotr5XxzzL0iA/mRv9+7h4rVuENtONb4QY\n4NKD\r\n=5d6X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"5e912c9f1a8a00f0d5acda044336759cf9f657e9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.42.tgz","_integrity":"sha512-0L21hQZMvo6Tm1kzm5b6tpggdtYvrJoF6Rqu9flTopNiK1Jqueb6rmJgdAvAxj9V5cXJxwu3HmctVhhkgWN55w==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.44","@syncfusion/ej2-data":"~18.4.39","@syncfusion/ej2-grids":"~18.4.44","@syncfusion/ej2-popups":"~18.4.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.4.44_1614071890615_0.7548853293760365","host":"s3://npm-registry-packages"}},"18.4.46":{"name":"@syncfusion/ej2-treegrid","version":"18.4.46","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.4.46","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"5b27137662aef291ced6228fc58142a883668ff7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.46.tgz","fileCount":179,"integrity":"sha512-f3jK1KIkUH7fBv2lK7AngD3INXEZfsNAbQ+8Y6g3FJkRrqfSKwssOqtihuYcCYpSfKwmoxQhj02DtkcvryWkSw==","signatures":[{"sig":"MEQCIDhDWKQ55bNg3ZnQzl4suVULBCEDb5yoMTmmcGeL8FFjAiAOpy2W43nUZeBhrlZcjSUaEGWmoGcRy5xUkd6l1zT/oQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5703062,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPge9CRA9TVsSAnZWagAAek4P/2JntQP4Wqa726zBdAzP\negtpHPrxl0Bd2c1LQHdHNAbpcDrHtZxY0SbJBs6lZmZivn9ueL+cpyfBjRUt\nZG27L2xt8PDo3i9MQIMEYaGSUIwvv+u4hA4ActLypkwaXp8Xbfzl1AhM487k\nM9FnkYYK+pZeurt+C0tcdzTY16qCMmWp51nNjUv2gA0RoBkAE+Qb0u59ZLaq\n8GiPtQivvAftXLoJ+L2vasNNmKt2wn8jywUc/tcw6KoFPadih+f7EIGr4FwM\nMse/HYHzktRRHeVFIwTvgKXj6WN5qHjIck+zVoajWStB34rntNJlZVsZRzz3\nC9FBs4q19EUJz7Ui+fgy/k3HPOmnTHdOE//i/EsD1fZ3Tq57+MNiuQPzGO8L\n5wScO9cup+7ag8gnNxIh30eV1/y0V/xGejmCEpt+AlP+44sRD2mZch4WGbwK\n8SKtMV3xgIspxxyR8MW18pLOdn8JLPHn+xz+/gzU6V+6gT/MzKOul9XxtNDH\nVMqPN0F0hyI2StgtwwODUfezdUljX3XwhLPMBs2/mS5lvaOWiwPRVj69aHwr\nf8UUaSCyJ+NJk0TD3KxzMT+VVAeeOyq9drVfb9fniWBq2JZp+vAcjcgOBG3q\nPjGSZYls/r5mPYVsGGh0PPZfBcx/JqAj60Ep/w44zIY6cKDW7fNSwawrkTQo\nDKZm\r\n=E/G4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"5e912c9f1a8a00f0d5acda044336759cf9f657e9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.42.tgz","_integrity":"sha512-0L21hQZMvo6Tm1kzm5b6tpggdtYvrJoF6Rqu9flTopNiK1Jqueb6rmJgdAvAxj9V5cXJxwu3HmctVhhkgWN55w==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.44","@syncfusion/ej2-data":"~18.4.46","@syncfusion/ej2-grids":"~18.4.46","@syncfusion/ej2-popups":"~18.4.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.4.46_1614677949007_0.367912791770165","host":"s3://npm-registry-packages"}},"18.4.48":{"name":"@syncfusion/ej2-treegrid","version":"18.4.48","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.4.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"0dbddec44909282839650c40852b06aabf0fd73e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.48.tgz","fileCount":179,"integrity":"sha512-Xo56XVziaIVQoDYQimy27RKKgv4zkATYCR+wo4DTWxBQRi64YyR7g7HGpbpXbI3UQt12DOxqK5PPXDQevNE+yA==","signatures":[{"sig":"MEYCIQDaqYYZX+4H1vtLHT1HBqUBtgOk3UXu6kABWHMWjmt7swIhALhBF/l92Y9L6EYWM+yk3qxcMHyDyTv3dMHKx2C4Lgxe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5710199,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUH43CRA9TVsSAnZWagAA2lwQAIVVud8MDmUTObOq8rXG\nbkCZ4OiGRpFJgEvg9l9wri3I+IgoTMzI0J/lHxamTdmjEbcQkLBlX17n2Xl1\nVhJP739jLtIopzKKuLR0T+yfNxCoTldCGmOV2/uvX9ZlUHJW/GLvcBU7oeoF\n0t6fLw9gP0AqI/ingNwRy+kikh7XhfwjjtebfIIMOIYWuMpJDD/+p1m0cPJy\nqfLa9MfDRf/HXHfoN4tRMM0sOHN360mAZyZVeVUxrLEIX7ED3dDt2UnyZ+Ea\n/wY9ZUEWCNXguxiQfdlY2CDxhABMHL6OuNbwo4y7IPVfSZ/XQfAfRVXUD75I\nlOuKA0LEBX5zcJ5CmDhmJJjJK/FHu7cssNr7dFEUuzeiXXJFYEDDmFCyQfn4\nfuBJB6g8bvY9G0QbYR5GvHGkJUrJ7ltn6JlCYp64xnOCKYN2UpD3+zWHT2co\n9nNdJsL74OfaAsxxB1+1ktcrw3yEIPSdj709qo8Krk/TAH6JnO7oKBi+mblq\nB3QY36Jr6wZ3XSlkvaMgkpka69M23eu0w7/55WE2lPiBMr3VZxMwB7LLeYP3\noK68kIY7TM5aecEx+7NbDcM7S7bs/FliUt1+GtumknorKdPH8+Frnxj80c2A\nRJ49h/faNy1l1zOtg7PjgMKfnbtPnp+8dye/MX0MHUnx8pO7ltYQQhjgxXKz\nQarD\r\n=PYgP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"c071ea87426a281608615b85ead90c96df07bd28","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.46.tgz","_integrity":"sha512-h3vDqEeq9aErGutkSyqjyP3zQWkp1jyWQjTm780LIWW8COWl0u7M18csCdu6EzJbBR8nhVQF+u5QnToDiGn4Lg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.44","@syncfusion/ej2-data":"~18.4.46","@syncfusion/ej2-grids":"~18.4.48","@syncfusion/ej2-popups":"~18.4.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.4.48_1615887926794_0.24195927631574388","host":"s3://npm-registry-packages"}},"18.4.49":{"name":"@syncfusion/ej2-treegrid","version":"18.4.49","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@18.4.49","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"9cb4d9919f7e4f94b3aa5b3916e72816566b4dfe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.49.tgz","fileCount":179,"integrity":"sha512-fVaRaiohtKb+w4QVDD3y2BW8IH8/1XNuKF0gLzvyv69Eydvr7yutvg6ArfS0LOl6fers51soXh6fw04204dg5g==","signatures":[{"sig":"MEUCIQDqDRX5j73nG0h+L3Z1EF+1V6wlGTMLqpZNMo9IE/vQxwIgKksrevmYvlO0GygM/ZP0aUyzoh6rGRTs8vxydHy9LNQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5719628,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWa1aCRA9TVsSAnZWagAAJXoP/itWobzeRTVD6qAZ3o37\nd3i81+uO2Vb3X160JgFzeMP82ikS2sMEveBTZrSDEaSkls9Lxy3F18+XRjxA\nz4wMMTKn6LCzowpplcI6c7u7y5yW3tMkEUMCM8dk6CXtGUkmc1kwyhE+Rh8Z\nBmlUEAvtq2bSu8mZ/lGQurjZFuXHidKU2GaTjblafb3Smotv+8Ppu7CPMtDk\nOZMUkzmgYQaZrylWO/3/AcFOaApl/AjtMAxq/Yyw2+PdeTHBkBYPsrQZIM3J\nJihBENJHoH/xB21ciYnXFLsiGRlyd2c9dVAXbOpYHK/eEdMpr+Z3kmE/I47c\n5aQyWn3kQwlTpNWfdrOUk4wOSqrXGRckJmhd4XHbdResRca/1VzmbjLH34bj\nD4xkJUtFxcPngBA06Kn1vSnQrYAKNmthHljbUQEFJAPxvvGSPljxxL8ru1q3\nO1VEVkwEL0/K5YKcKR6rCXaGB3EYgEznEAH12YApWvxzJu5bv+t25wQGzsxR\nm+fjYFEIAMswmSxYhsa+nWZTMklEK4uWx/jHKSYjFhTkh0jrJMeEAevWjPB6\nO4TU2Jn8IqxdyjT8scUHoxoyfC5V/HigHHlZnHGa5C3BEzo84Kctpc2YP7ql\npDIRtuJt4tz1Slg6gqRmQxhtooYBAMXelsgO0EZbKL58kPhQ7tbZRnYv27qr\nJ1q8\r\n=aXFl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"d52cc252ba60b164caaea7b5ea60aafe6c1e1964","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.4.48.tgz","_integrity":"sha512-W68j3suZ8wRPd/EkEpnRzad+b55XiY6iW+UzppfH1/EYW+9/pafQuNFTe2PHIMPh1F0Y1Flkn56YS9Vcvy0iQQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~18.4.44","@syncfusion/ej2-data":"~18.4.46","@syncfusion/ej2-grids":"~18.4.49","@syncfusion/ej2-popups":"~18.4.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_18.4.49_1616489817777_0.5307656786197708","host":"s3://npm-registry-packages"}},"19.1.54":{"name":"@syncfusion/ej2-treegrid","version":"19.1.54","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.1.54","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"df35266fa7a45150670e732dc473f3be6498b8a7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.54.tgz","fileCount":185,"integrity":"sha512-PhjP7W5lle7qvh7Wumzt0CY3vw94S+rOp20vhKnV1DCPDmMeNzOMmmZp4cvOLjWDV+gJZ2ymiIkrr+fakQUEnw==","signatures":[{"sig":"MEQCIAnXatRLIkHPcy847xkWk2xeCC6j1GBB4AbGLvQRKxJJAiASNXHrRm1jkAFDeTBjXksXbpswuwu1VXlFKAQBh8bJ3A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6116169,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYzsjCRA9TVsSAnZWagAAqcsP/2TkCucrrhcArW6IBXRE\nbOHGfX8mi2RIh1lYfGhNvOK5xnEra0IUWB41n+yVG8NloVL+3ZEgXHmwUYii\nuW4vw3SISqkTp2x+XNapQfuVpYzc9sYrdDMJ8UZKUMtB9mudMTTIvDZ4H9fk\nv8s+jLU631W4BOQW5mBNmCJZ9nTP5pHfFwz4WFrOM+pHfho+Rf3XHv8gs/xv\n3617baRdUqjqnt++NG+nysMEUTZw6vCa1bZRI2SmIt0Buhk8nTF/jkw+b5fD\n/UTG4rcP7NB0MYU8oZ3Fyk6AKgpG1cdmtrJIcfHviP8IILXX6MZKvLKzzPDc\ncuD6Cf5suoO92YfyB6aGY1ncM/ImjW1YmKGo/eu84JfTPbJ1RJhItjsuxSN8\n7FX1atqiK1wOfxrEyR5qOMVJOmDb58etPtafGLn1XGkxLzo1lUgukez/jaf1\nwixtrH4cuPUqnqk/eZqEcmTt0EfvZodOwZDaygvdREi3hLHd7BE34vr9XsTk\nuaPxV6fH6unH9Y0bMKMJUoYI6ugvVK/gvNLAtq3WO6HpNloEO3E+0/DY8ziE\n7ucb7fci46KG5gcu7cp59+itaTl9b6c6IIS8cF52HzCG8YZpfUNlLeD5voig\n1nmHsbasmOcNI/8CmrNmN4miMbPWsVeKnBxQ/qRqtK7EQRUELXUxfPiMSzXM\naHE3\r\n=uCi8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"6bd1b24e1737ecf8ef714ee57507db1bb10dd160","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.44.tgz","_integrity":"sha512-ylA8M8ROlt3fF+vfJ4di6xa/PWIsw+Zk2uB2jba7F8WkThbvOnBkscelhM+2YEy8wcstVdrzv705OpMwNoWZvg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.54","@syncfusion/ej2-data":"~19.1.54","@syncfusion/ej2-grids":"~19.1.54","@syncfusion/ej2-popups":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.1.54_1617115939166_0.08396267957059589","host":"s3://npm-registry-packages"}},"19.1.55":{"name":"@syncfusion/ej2-treegrid","version":"19.1.55","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.1.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"175dbe0e84c216ac854cfdd47522c42204c40840","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.55.tgz","fileCount":185,"integrity":"sha512-QvKOiKiimK5+yb+1RsEXMhLMFKyWH/bP5riXUfmHe2QScQ3J1GWWj33GfThJIqUby8xiCb3RHtd3KqOBib45ow==","signatures":[{"sig":"MEUCIQCJvcC/Ft3nW8/8LQJpLjO5guKBla1SP9IBL/8j+sPiDwIgHZc49koL86IUyHOBb5g08FyEURtzsLGKD9wuYWY2+ak=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6144222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbAEYCRA9TVsSAnZWagAA9X4P/iyxgKFP6JtEeEVbRfi0\n/WqrtJVAJQ+EgSqwWQHEicbVZfjCAQfZehog0gcIL6uaBESzT2KUGzmT8AWp\nFl7O8ogsIOSkKGQHiC1Q8YFJ9063+s447XZ7/gc3oC4Pmp6KRu623igkNkD3\n8jRTYfR7k7sjwHKGgxbls4LphVNqy82JDUiyMggm1a8ni6736IlN+BsiLsJa\n0jJ1Q+3uAYPm0BYa8j92hwsLvPigotll5hWtbLOTyuZv4Q3RXA9pmIu6ipl8\nqT6az0f392YhS5/+xCsJIQP1ovqOmdcqoHKfKJBDQqEIT9NfnYtf7DXbTkBj\nc5IX3PTk6LxDFXzSh/11OU0FKJWtVTTo7XnNgOFYRkNQDvPxWLnRtOo0zQ28\niFG/zDxtCe/fLcbzwqg+WQDMcta8tSdvmWUEIWIRVNkGI8+cOMvt5ALN8MuX\nph4VGDWBFEnCoryVcS02vyy3OxTV12UYirf9mvB1ftyNwwOuhdsff4xGdAVX\nZFpSTo56SFq1jKEg6t1tKjNT3X+foBd6tKUGOBIMWnHAvDh14tU5GZD5g+U9\nD4/5tl1vPpVQ2Glm9orWePrmhNUz1I8rifZNeGd3unsIi/KC3qKM0BaCisYU\nVLsehyeflFEcpa5ZRHRvn7CaEBfVbQoOReGK50H2vnTjGwrYkVe2h9GBBvnN\njPHw\r\n=AqKx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"e0baf7b43fec8f20ae8e080e05367fe554f7d9cf","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.54.tgz","_integrity":"sha512-+9Hl09dJe4Y3dYUx36neUwqwEMhg07MWeTqviqbc0AvMISKgb9vfSipjk02JASGNjADu2rWG5u09CE8rgYroFw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.54","@syncfusion/ej2-data":"~19.1.55","@syncfusion/ej2-grids":"~19.1.55","@syncfusion/ej2-popups":"~19.1.54"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.1.55_1617690903621_0.6395175257628425","host":"s3://npm-registry-packages"}},"19.1.56":{"name":"@syncfusion/ej2-treegrid","version":"19.1.56","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.1.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"2553d58a44654021969054709a35d75a850b3d9e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.56.tgz","fileCount":185,"integrity":"sha512-cNPq8S8bLOd3lbDG7kIap88+237mJlhAwyeI+W5uct98qev1h0zc8WzlPlZOo0eedNk1owSaz+HL43g2gU+TMg==","signatures":[{"sig":"MEUCIBBm6r8f3kCZS5DYkTSdkImY4wl7jLmAic85MPhQ5ZjnAiEAoxrG4KyW9HBSjS9XEZxgPeRLg4zGqY5Pca/T0iZ3Zkw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6145906,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdWJ/CRA9TVsSAnZWagAAsiYQAIEAcy4gsfgqoW/t3iUm\n2iwlXMDloqWNfVQnjlNmCjVrq6ty8HS5zKGBGW/h/9hw7sxz5c7fLgb4kvZ+\nyn+23RxR6PwApRK6DHtqkW9sAbiPAwIlKzfGLM2Kpp2PWVlX3gPZcv9X7mrj\n/0iXEybVUqu0CqWXJR4gWfro6gsAL9FV3nOxuYxq2VpOCNEyBFJhWyJJ/dl/\nrz6qcWhGj2wItkG/n7/XUuwql5HkCmB4tf3Wk0Q3cbkzpD4++DPkH69gKia5\ng44WC32cnHP4nHt7N0AeX3Oh240BxdVXTzBcxQmZo8S6246QVKmbDnDWtChG\nXno1bw2UjXSu86kuKlwsQbJZ+/mSgkd7TsfQpscwgxV605nBAq/i9gRL8syB\nALwQOJN0WBYeFQyNLaYHOqA2ZzzjStwPMQQUtauMwePhPRCl8hSTSVPG8H94\nN/zpX4toeSsQfks4uvavb3sahVRTsTQJ3huHScW1eN6U0dLxzAEad5qV7twb\nvVpjWhuSDq/PNQXm8wl+YuKKDseAhWkX/BEJVtIHS8xqdP82AFATXH5s4WVZ\nfflGxh7TlcrED9o2sE7f5cmtQ1YgAN00jxjnPByDO5Mlp+t/Q+ke3wPqSwCD\ndmpLo80E5EahH8t/s1EqzS8sBqRWpv/Xq/ugUTAiSZGUAJLAO1jCZrD96+9c\n8UW9\r\n=Bdis\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"4135266a53f261c9c30e46ce02ca0f9e4710b661","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.55.tgz","_integrity":"sha512-8s5hpSNEm38Bv2OwjZT+WlG9pUnCWtOFJuaAfPoedqpE4wFye2jurD6JTpRYLkeOvfeZQR2W5NFxA74MFBj81Q==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.56","@syncfusion/ej2-data":"~19.1.56","@syncfusion/ej2-grids":"~19.1.56","@syncfusion/ej2-popups":"~19.1.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.1.56_1618305662642_0.21207492784435833","host":"s3://npm-registry-packages"}},"19.1.57":{"name":"@syncfusion/ej2-treegrid","version":"19.1.57","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.1.57","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"77eb7c1f8a845373f6f353071929ff690dcfb5c3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.57.tgz","fileCount":185,"integrity":"sha512-gM2A6UipCiGLF0+aI5ror2SKdmWOpB1Nkc9VOqprD/6T5fxfKTCZRb5fQaekWE95OHfnbcMnEEPfjyZGU9bydQ==","signatures":[{"sig":"MEUCIBHRL7JDSbN33lI0dzaxVgf7JoaByBzMj1alxBWpIXH8AiEA4jDP62vbgqcoJ6DLD+2Pg1mfWBb3Kk57sNHdc+ZNs5c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5993910,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfqBTCRA9TVsSAnZWagAAbn4P/i1lULE2qtV39e+4vgOX\nDyKpEfaD8ncbJ+vbDJU2OSBddltInSo9S2XlsCEOdIc8086/Gad4c2JhM5/N\n65i5pNeHriQqi540RS2N9iLpqJY2A8DkRqEJ1Q8of1DvvvNa4PAcU/dj3Rwb\n/dE098yUC4x8ADGG46AXJY3SGBv4BnJBSBy0d8E/vcExsDq86Zs/2iQEN3N0\ni3OEHcXpJG6e7ixwqpNLJr62TJP37JkyrldF1X/xnpSBxHz2P4qXKCCIDFdi\nu9hRKevSJRLN8f2FcOcVtFhi0ryT2STqF7qRluFjK76/j2Oe6DA9VOtcNlfs\n9OLa4noM5WDJZz60s02G3gMDh7bysu1e27ymNHs3f8bz+kTN1/MAS1GgEO6I\ncFpwmvjtGInGvSksUPDRpxC2yf1v4LQI7K7UoDWB0HHUShlpq2mqqXQgTjQv\nR8AG5OmeMcacEL1mmATsFvnf+pJyS7RCJFMUtW1vYm7tfmIhYzBISkwWs4tw\n5bx+l9qnO3Dtr5Q17Ke5aTdlqfr0Plfbp2k0jIXZIZ5MiRN0AvczPXJ+VDfl\n4xhYdBU8Pd0G0AfwZ6grTxSvEkyrhHlaNzGLoj7x+CJeiQNuILsQk0lpeug6\nCoAe435Q60B6JBLruT8yJegSeqLCZwt+zuqvxg5V2NyaTu8HQSONiH3vlidX\nvVT6\r\n=BZ9s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"58e301f48afaf34e50d1fbb7c2c23458cca2e841","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.56.tgz","_integrity":"sha512-s/3d7RWozlpv7Jsn34icus0mFCA5emYydVx8HHypDi/3UXn7heJKra4pkCBf9OlMcMIcWTiC4mugnbO/sIMS5A==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.57","@syncfusion/ej2-data":"~19.1.56","@syncfusion/ej2-grids":"~19.1.57","@syncfusion/ej2-popups":"~19.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.1.57_1618911315109_0.5115326332915768","host":"s3://npm-registry-packages"}},"19.1.58":{"name":"@syncfusion/ej2-treegrid","version":"19.1.58","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.1.58","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"39df353c5a9b0d947bc015804535e6762d879cb9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.58.tgz","fileCount":185,"integrity":"sha512-bhrer3rW+0PNLV1cGZxr031llvNr2l+Bur/rphC/8vDyrZXynwsVE6uGd7ST9aNeqjpcORvSD7JQ+PscZO4EvA==","signatures":[{"sig":"MEUCIQCQbiS/RzeYTxHqJ6kmgzNjcFIJX1uL195zCaZVCjZ1ygIgbnzTAY376tXyQ/JUodbUM3cG7DUF921glDWYcMxW0HM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6015228,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgh+j3CRA9TVsSAnZWagAAQ0QP/jxIwcRZZQaFZHEc/bDf\nkjDPxXEjgqVY8uxQZQLHbRy6Ze/LnAhQ0heEuzBRGCZKCud93lXEQzPwlSfq\n0vtTDACnCeMmFu940jdOTu4P6ARwSqor7W+CE2aDZffOO2B33nvjUlqoAoGg\nv+UphNDp+z6uuD/j9FVltl6+dLEREyndLKe7bseFlwisufIWXER4TshS9BCD\nujixhLCYR/7YjkNLivG7aPFWmaygqN7myytNAN/FHn0MaJnvk5gGsd6m32Wv\natS1Cmac9jG6FPoxjqwykscvuU0oV8vacYMuQVgGNglFYmqmr1LR5KR+eqFc\ni98EBfm51gNOVKZPzNM60VM8QRJrWewG5MBVzzEk1b5k4vYjAj3QOgI1pqgF\njZe2vFqWx7LeKoTCZYF8Lg3tk5Dt8485qFYN7i9Q3oOkkXrlGJZGXMptDd++\njXK7259KnA8lbaNtuDHuAYsz5jPL+DwVPjEjbSYc4KtTUP4cs6e+/3dEiH6L\nET/lJNaaELQOw5ys7Ya5ccjwRpuRqrlxWZFjecLdWetXlGVjXn+WU0ysYt8F\nfmX4l0gjiDPxcvmuc4L5EL4aW8k5yWs1xSP+DR76XlU1xFgesON94gNhZl6P\ntQYbMs0xgWVLPHabF/0WZtgecEhr8wuQ9jGPtsinHFfRCBF+m71NbdNEM7AF\nxO8Y\r\n=Njyo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"982cec09a4b23f795ff78a9fd2c0fc6d0a7e1236","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.57.tgz","_integrity":"sha512-aczePMSQj4JkghxJW+MZinNgFc+jSr+zZs3GAY1wQ8SnlTmQEW8lIAe+YDgRbfZiYjEmyvFyHAf7HbMQ/Dkuzw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.57","@syncfusion/ej2-data":"~19.1.58","@syncfusion/ej2-grids":"~19.1.58","@syncfusion/ej2-popups":"~19.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.1.58_1619519734816_0.6528460989381406","host":"s3://npm-registry-packages"}},"19.1.59":{"name":"@syncfusion/ej2-treegrid","version":"19.1.59","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.1.59","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"f6e4e902dd83206628c52d288b0d284f025fe42a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.59.tgz","fileCount":185,"integrity":"sha512-uC9azG2OtX7IKrMfWC2+ipU2IV4ekEgSHIAr9wDeqJqUo64ubVtlvDF8Y59yU1jAjwcBjz4VKf5f5I4i3ctUqA==","signatures":[{"sig":"MEQCIFaDr06Grhd+/W2g55b1vxX+xSo2RknKFGZiUHxqyC/xAiAsl79+21DZguFI1VKjl0rgNSGrbg/n1kYpwy1lTtdjbA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6020880,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkRODCRA9TVsSAnZWagAAP0gP/1meSsGySxIivKIfxoGx\nooySNrxYoEP+S9rPEWfIU6b5fBDUyYZW4p6U21atynvnRZxGLHNRwYMzZqzN\nz763gbfVOoAP99YqzXyFbpG8PLmLmCCAGVGUMEv12S+uT6nriL0S6vjFei1p\nVOW1OOOj37umj6tlvKVGLtQXMAvEHZ8P9XZ2mSt7ZbzRHGWThA0qcpGMMjvY\nhz7N4NtNLcJUkX35dLSf+oxRnrVUHWm4PLrPj7wagVIMc8UFvmLoYSWbiJkG\nXzpfr/D+LCEdwovg+kNEvy8byXD70Mh0mFOm+V8aBEW3ohdAP8+fVRLp7VAB\nMPCU3wvtTiKvMsYI41wnkElwU8Y+AKcFurpOWlcuVTnESTXVHgMm1C3+u3ir\na8jNRJR4e7tOK5i0fWG3S3Elh96OJxOzP6bEDRX+YVKQdiQhU8GQbL7dYpDI\n+5HHdcajns9EY4W0drmNOcDla1eOFxJsQBjrXRAhuSQlcL1CJaU09bkG03T6\nE/Ct5dRpvt53p56ST6Ih2KQXdfkYdKsLbqg/o7uL53aNcEOUlHp4dkbxGeHI\nuLj0S6gBRCM3DmVB3DvVifHjYMuTWo43nAPQBTGkQQy6+qsykJZnfIz3K7Hw\n55UsnXE00UWLo16HQETLG05UvJKMsCuVmWBiCXFBL1J/OZPpwAvv9TK6o/7q\nSQyY\r\n=SyX7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"ce6d2bc4abb55b600498e6817cfcffd2445abdd0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.58.tgz","_integrity":"sha512-hoXDGsQqk4HvccBx5vFORPO6QNbC1M2x8qb6DRY+CUsTq679N7LLO9Y+5foOpdmetczLxhcWvOvXORq7g1bc0Q==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.57","@syncfusion/ej2-data":"~19.1.58","@syncfusion/ej2-grids":"~19.1.59","@syncfusion/ej2-popups":"~19.1.59"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.1.59_1620120451388_0.8739271346057838","host":"s3://npm-registry-packages"}},"19.1.63":{"name":"@syncfusion/ej2-treegrid","version":"19.1.63","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.1.63","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"1c8d3814c04c3097f06610f51ed7534348fad5de","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.63.tgz","fileCount":185,"integrity":"sha512-i3/yB+zVPMkV2uhuWTcsLwV0sEVsySEDhxv87YgfQwxby8JLsf30DViObJNNx+j2Wy6zpFsR6dqobalMwPGxvQ==","signatures":[{"sig":"MEYCIQCs8rvotpfWV6a2RhWSEGxvgcYdpLlCtXn4yW5s5CQ7PwIhAIxZQhzUsZxJsLDLN1Ipm7XfyJQxw0rl8iiI/2krQQC6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6022187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnMBLCRA9TVsSAnZWagAAocIQAJbOHWp+uzwvoGiJYHVv\nt5iZRf0r1mWvJTdIYxnLRCKrkK1QYzGw5h1XZ86HOw8gy7COtjpO4pklv6Ze\n+Fc65KfkrllegGSEkMQgdLouDeaf7MlEb/cstMWXeiIXtLr3TV/stKaEvPaN\nBG5v316LzjexfAyCtSbD57LsnYXp9ZqjYyBQ/+Wrtk15RfKdtschHmchi9FH\nAKne3pGpkqhHK6Vxy+6Nu19afqYyiy4mRzj88V+6gJ8ru4yt87KLkU8X+z38\nfSZsg/73KuVtKhTsCULh1w3pSSkWYDS5AUah+FNLRsEpZQAQhnvUFodvHdtR\n9np3kvvQuYSOrSdDZOhcWgHS/kE6NXiEevyBt/YLITZYgaLgsXVFByDmcZNb\nAaHWBs7Vc7aACh6uTT8YF13dBlNe+WHUIs+R5xI/PqNVjaVB3UdC09CxV/pP\nqHIgHY8OoLLjg7yuvw9Ky+VpXGF727Ivj0U5mlmqkVmD76EWkjEVUUbZN9e+\nyCbIYF2eJns+BiOm/0tLsROgk8If+nB89b+AsrFa9SPHhx3HV13l/23T1E/3\nTfN0C7UILShp2iQkj8H0a5a4rumNUF1iNPQasTC6BTcJPFFrUKZ0lpQFfQiu\nAOGQi3mpPNVxIC0GTCPrG0L7y5MX4K4N60ce5/+JY2kyZHGDvA5nGlhI5SqK\n38Gi\r\n=Silv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"52aa97a21a9148a4fc844381db8bdfbc113f38ec","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.59.tgz","_integrity":"sha512-W+OhsstKrxwlKazvIXOH+s279rjIkyY8jJ51CeRYEpHXwWYr/IadsPZHzzdJHaUpoEprY0q0Kg2/0B1nfdT1gg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.63","@syncfusion/ej2-data":"~19.1.63","@syncfusion/ej2-grids":"~19.1.63","@syncfusion/ej2-popups":"~19.1.63"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.1.63_1620885578786_0.7449418952552909","host":"s3://npm-registry-packages"}},"19.1.64":{"name":"@syncfusion/ej2-treegrid","version":"19.1.64","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.1.64","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"6450fd4488587be1a56a2ab168ef1b205a2c0008","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.64.tgz","fileCount":185,"integrity":"sha512-K3VAgvSJMvHBMWC6nnu7R85Ku32+rzngXKjzDkIQuIe0USiafl0sL4aaAXK9Dvhev+30bIm/yNuXfUrwgejyjw==","signatures":[{"sig":"MEYCIQDP1cQCvfm1ifv/D+UZJAi0gwYz05qVe1UsLDCsWA/25wIhAKIMRaNZxfQkG7GrSAfTs5JqQJ9kUfU6yznkG132KHd/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6023635,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpOJ+CRA9TVsSAnZWagAApJMP/RmzVhwvvSkeRlP4965T\nCrpcn0L30ZCA9nnZevXK2bpaj2Ob1/FWQLRhV444H3awNkK5iEFJqLETA2Mc\nFx20QjvjRKzUGOSqCm7nqHL9j4LWjkMTYXb5MCb7ReHPmwNQb2wFpJ+y2WVQ\nkfSgcuE9AdtEvQ9JOmt3toWGAFXzOIXOtRKaPJ7FQbczgyLdWSzw0JXh68As\npuKQcqAbVLbKTd40FbkQUqC2n/Wk9V68SLrr5IXZB3IAqnHdfCnRotSbTUpX\nQRFeRCDpsbgJAqR4XACJ4CtCKOVb+YBYWYtRyHiY/yRPMYi5LtZPntds7f8O\n21EsyssQZviRWDH66Id9rAlAJiQ0xsdA64iIQLR/SWKMGGAGbBE0hkb9Czr8\nQi0jEByfKwLUn1R7BP0e1LAShrOrMyrcnhCVwDkm8pWCdvhnUEXY3QppFAI/\n0oTouRookF49vieV96tLldpu8mgn7JDtXu8RVT7kKsTsthtrK9XaQovcgqYh\nb7hiALYl5YVpBIbrjAas3xctt2o3RgA71M8SXkZ4zl3Qy4oEeo7+QpkU3UBd\nBUs6y1ynE/VD0uFZkm1vmMGx4eVtP4jLjmePNKbNi9eMl/omWgMiT89KrzZc\nA7cQFI34Zr4PQK0MWUisMSlVy9P2DuIyi98cWoWiQUVcNDNbXJhggyb56amk\nF615\r\n=s84R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"19174c961e7667dea5700bc25c92349596cc5d32","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.63.tgz","_integrity":"sha512-wf4MVjEom2l3wD+Whgww5ELMz8SfFxHS7F/Y3MPPYD2rVQvFBRj421mZpCtqvVCJYhKx14/DUPWvLh9TNPp2yA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.64","@syncfusion/ej2-data":"~19.1.63","@syncfusion/ej2-grids":"~19.1.64","@syncfusion/ej2-popups":"~19.1.64"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.1.64_1621418621466_0.9243610114409502","host":"s3://npm-registry-packages"}},"19.1.65":{"name":"@syncfusion/ej2-treegrid","version":"19.1.65","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.1.65","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"f2045858127ca728279fea7492e825fed3425e3f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.65.tgz","fileCount":185,"integrity":"sha512-r0XMYhPzIbPnkDuLsM8T3qt4Zc5avGPbr1l+9yOckZ/N0F9Ah4Yl0S3a0Xv0WgUIp1gZZSSETSNsdrSUoN+ALg==","signatures":[{"sig":"MEUCIEqoNu6hQYYDMPBzUUXCrBm20Lh8ht+9L/7sABg1XYktAiEAg9pKB1Io6vFjlGhMqtcp79VL2rtixT4CvC/DQRFdXZw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6032494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrJ91CRA9TVsSAnZWagAAiDwP/RGzHGeGaC1o2xlr/IE/\n/Pkuepd8tCe2thMWpNUCZxOtILjyo6LW8M4HkH4pi3S4GSooA55Vq0MCQuAR\ncpOcpkLPolyIha19ymHvA1E1Dzb42vkuemW8O0/Ec796FK3sttFbEjoFMI4z\nM9oQTy8YQXGhL7jnCTb5+RDVLEmvkR1AegMhr7EasmSMVhxOPYgVgly1q3IB\nFQXiXf6BkVZuFibfvFHlVCSCLp0zf4/dVrb/G5wLYg/nDMiJ/acF1J7LIPNV\nOTpKqjyBpQgS33JC6Ki4SghDofYsHl7sPvc3sroM24qzaVePpCeoNzNTSTQe\nHTou+seAiAq/dPg1n2oW1zOrMLMPphbeJvrC2eMhbjP9u1TX+fWQXBPshnLR\natJpi1wFnpXfueulAnQrlMcNlHkH5tm9r1T49oTcRjyyGGtHzCXhXpG5Sjdl\nJTBxC9ecJfeBUDQzWVmGjOOWF7quFoym7zfYD45BTsaF8aRTk91vcyoubj6K\ngUjmxZGZgw5SzTodrhtzbNym/4Y8fmGAh0fhqwEL4UNIS+1qjLEhLEbCHNjj\nAsTzkKxnolo6RIETcko+zItgnGy/JnKk/PlCrOX8W9AHl3TUb+K/w9baM2QM\n/5KmuC2HkbmSDllHuSe9njHubz4BWnsVxwefsuiRsVzGeWHFWtwMERP/celh\n/ZZL\r\n=3/KV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"a7c472dd9d474d438f383e4cb32cc2f78287c368","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.64.tgz","_integrity":"sha512-+w5izbsOJCD1RzQnZDxA4BZ6ye0R8n++/BPUFrFWHRmT150S73C7dWMFBcBV9XGIvRiwLNGO28Zd+d1+exOB7Q==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.64","@syncfusion/ej2-data":"~19.1.63","@syncfusion/ej2-grids":"~19.1.65","@syncfusion/ej2-popups":"~19.1.64"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.1.65_1621925749070_0.052867670875923256","host":"s3://npm-registry-packages"}},"19.1.66":{"name":"@syncfusion/ej2-treegrid","version":"19.1.66","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.1.66","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"145fdae5325cb8138dea15e8f1538604b86bad84","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.66.tgz","fileCount":185,"integrity":"sha512-EFF7wZpXp5CrxY9gt5W0Xr6VsPAk7WG0N6uT+WEibmUNYwkpjTR1eSkjEox1VazRo8OA0skbUjSAKNNbi9wBOw==","signatures":[{"sig":"MEYCIQDCnQ92FGuq90OcJu/4dT4gezBu9SWGsTH9dkX5TooivgIhAINi46rISU1Ebt/Bij35pcgIagD2xxZ/BFYIzGuOeVq7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6035756,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtc3qCRA9TVsSAnZWagAAqXYP/iUkmtLAffwPhbF4Ytvs\nW516g5RVl8jcAnHOj1gsMXIpLteWM6XsxGIwDl2xUyKA9SdvQVis+KHDJXdn\n5dl2IiR42j7/gNgnT61Eb9y0riAiwb78RCZyHKubsvmcqysWTv2ycmkfWrfc\nKERB+CXLwDZBKxLHDB63tfpf8gldT5AFUKscRYDKJZjK/ekFfA4i0JW0Gpx9\nCKWmSmjF8PByfOxA8/EYlt7hTe0Voss/HryZW6O+s8cqDXmkT5OyoRDwg4mH\nmFm+WTkGiCNfOD/YFzijqDGWs9hfJKLo40rb3ZuYlz5aakZ2J6nzOI4opv0E\nNnvD/HsTA+5toPRLzZCS7Swca6ejv5aicpjwIIMTlqKd4VWPsa8wVvpu6sDL\nhRxzlsG5t4NnHvGQtYSAeijTXT+e1BaS8ZgpGetTaNSNhscBArf7PG7DMrvJ\nRicNiHXgkFO21pR7R2pUCyzhHW3NG2bsfUM1UfWLVWlZAE5VlmIRJxtYTNwu\nDmZuhY40ccxZBh3KvVaV9ipLDu7q+nGvI/rlGOS7B8cCI3avCSWUqjfThBxJ\nRmTRtnE1F7uZm1aNAx6MpCVSvQb4zOIv5AWXZB8V+Au9vvk5WN4PS+EA5R74\ntpq43y3yO7HkY+YrypjR4CHcZrv3mCgZ/Aea1bbRraHyW71ikpobcdAd/yv9\nZotR\r\n=VSWW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"dc12c458810a50d955afe9e2e0d1e7ea98210388","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.65.tgz","_integrity":"sha512-xqtNXO/Jo5llpreHiAPRjl5PfutP9kILiu3kJXYqo+g1swQdDD9BLHil1Ap4c/WaUzqDojhUiuKV2lfiG/nNdA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.64","@syncfusion/ej2-data":"~19.1.63","@syncfusion/ej2-grids":"~19.1.66","@syncfusion/ej2-popups":"~19.1.66"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.1.66_1622527466083_0.5530061145929139","host":"s3://npm-registry-packages"}},"19.1.67":{"name":"@syncfusion/ej2-treegrid","version":"19.1.67","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.1.67","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"7bc7cb4087b01fa6e1e517fe6c62efdc733a629b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.67.tgz","fileCount":185,"integrity":"sha512-EqelYOd+iPeKKAoRGCJH+5C1/Dd7GOttQQQhNpmCieekyIofxVgEKaZ/TT/gRJvmGwpSUVOx8kRtJFRpc63NIA==","signatures":[{"sig":"MEQCIEt3BA00nyFWueBTKuKUS9GuwZetTT7qFW/M81rk4rO9AiBMwZPJ9r7Xk0TsRAYvBegn+FnZlbhwFZKfha4innvhuA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6060721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgvzTjCRA9TVsSAnZWagAAvwQQAJDlrZlkZ1dkoHUBbHI4\n1q2KNQ/qCMen0aU2/4Bq1XvRIxRNQbREhzI75MFtuVQ8u2tMENV8omVVNjR9\nsoeZ5AzA+amNruyuA3lrT2u1NoOvkEpi+p8qMc4Ui9wObIDqfiZLqs2qviy8\nDCPsMrQPorzipVgiqONt7VYKjSqiTxMTVgaNhjSu4eXqpAbcLvwRueuemzOg\nuQsTQPe/7HXaenp4NKYryFukAcN9C/3C6av1x6Auoi+FOIeih46FgKAf7p7/\nlfhiJxr49kiyT/jScGvIFVWjAEEiIl2GyxZV/i1ELLh+cN1AfSh6/v6q0lSl\nNphOYZOP+X4+lW/YDPJ+Gv0TO3wszRxd7cyv047J22PJlej808ZHv976NgFo\nR+Ssp3s4eSrh8lpLT5UmwHMHn6cHXG/TEEWgQ4gaytRTxnva4VA9OFeqpnI8\n0PN0yaxIlfT2aEbdU/D0ev3C4MmvuW30FSscbtK20WvKedx5XaqajHqadahM\nKe3Oae+9rK7UwjSUuLqhbuYI1uOvwDGXFbv1IhqZPnG+xUZ+x4x4d/xBuppU\nTHgoHEBfcEm0KsB9EFj/gQi75tooSqqlNtqbB5Qj3XncxlQ+qlUhDy+SOk9q\n0hEJD+zzsaJqDYCJnkJj46Oe3flKGAa00USzExOBOPG2AR9FQUtRg+P9XNUM\ngcBl\r\n=cxhe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"ffc068dd654e8d54e265876f0ae6d1ddc85a88e1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.1.66.tgz","_integrity":"sha512-on3wFeXphFLEipWJU0QJ2otc+QXp7fReyNsYFKe6gO70+LYKhfEhhi4SnK6lMAPRWMPOcbVQf2yCx2+gRNzLXA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.1.64","@syncfusion/ej2-data":"~19.1.63","@syncfusion/ej2-grids":"~19.1.67","@syncfusion/ej2-popups":"~19.1.67"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.1.67_1623143651544_0.9125415172769022","host":"s3://npm-registry-packages"}},"19.2.44":{"name":"@syncfusion/ej2-treegrid","version":"19.2.44","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.2.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"790b5d797cfca1b32beafa8c9b9398e8d33b3ebd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.44.tgz","fileCount":196,"integrity":"sha512-QgG7jVIJGpmrWkqH7x1JrivfftTrgV0eeuxQ6Tg2qGBYyPmGMm5mrkKqvB2CJteTzKTVTbJrPE500CFZT9GvRw==","signatures":[{"sig":"MEUCIFXEf2U2OddwrxK6RIQpksj8+zJwKl66+tIdFpp/tcLqAiEAmFVcqFRfCbNbcGVtdEuSkN8giJYZt+WyT8nykkG9hzw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6188394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2/1QCRA9TVsSAnZWagAAT5YQAJbvFMUIaScES2OPtuK3\n7LbNCAlDrl2qxqgmu2HoiGjjtKBhl+W3LhAovELa0IPra0zsub/3XPdFKQhO\n2eiIq6yFmpbQ40LjU/CxQ6dRKbNQ0YBNfzTUD+ZRDoWvba7y56sGB3LJXDQj\nfhvFNF13SQkS7bTOZniYBy5wjyMDg7N+Orhwp9koib7wF+j3f3R9gDwzyoMF\nUioZHqec6U/B/JaH+CLlDc7xxM5Nb8LJvRmZgpdxl6LAAvyunPOCXrFBlz91\n8DLHH0Njjne8IRnoFClq0HOkaUErJjmgcFJukdtwcukMdX/vrfCSpv6JGV6Z\njIR/9SxdAmCCiTMSTN/w618eqNUA+5Zp+txWCsT+HH1Pkx3sVmvvsHcfxQK3\no/a4uV3gR2VbnO+jrCSWWLnmHq1paWx/hSaJI4Yu2qG7s3ZkC6x4oFqcpnM9\nZeUbKRNVlj7476UQEoELx4LodZdZk8xVa/DAJh7/4xZZ8f1lpiKrkT/I1Ija\n70Cch6DjqI6pj/MdnXtkZzqDvjaC9G2WKjtcjnOrjx3Fifnc219Co1AWft2O\nZKwvGzKuX+mttlrjFfh6mA4vy6Y/qLSUIN2vLSXCsF2UOLkVZeCMLQTevhUc\nJdfMRya0ckzu89ilODe9ycrybWRAU78vRdTcAxGENx7bJjXSbszYvLvPeORU\nFq/p\r\n=8WNx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"2ab95acd6654f36ab11f6356b0ac3d5cf98f545f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.44.tgz","_integrity":"sha512-iURscMRntdil+8V56ruCM+m91kJvH+6o9ntZHCY5oVHKLG7gD0GMbXoUec1N4xY5AShbLWqNkWGCm9kPbKAzKQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.44","@syncfusion/ej2-data":"~19.2.44","@syncfusion/ej2-grids":"~19.2.44","@syncfusion/ej2-popups":"~19.2.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.2.44_1625029967503_0.2682778148973286","host":"s3://npm-registry-packages"}},"19.2.46":{"name":"@syncfusion/ej2-treegrid","version":"19.2.46","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.2.46","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"08cedcfb611129f0ae9e7c5ff54ac9b6ef539312","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.46.tgz","fileCount":196,"integrity":"sha512-mG78ZcOnh0kGzfFI11DiDZAcj2nx9P1/hIIUBKijlZvXI1IOqF3NRU7psPw4BdfkqoUZgnNPo7eGZyFItP75iQ==","signatures":[{"sig":"MEUCIQCJjQ9EFRLMWqrkCnB+6X9FlLBKp7A3VCdNBGbNuYADggIgLADiHk6piJ+TS0esRCwda2/c9M0bz6tL4iO94PrlC/8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6200755,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5BHTCRA9TVsSAnZWagAAJ40P/3eyVn+dIVNxw23Jt/QW\n7SFiFJG+aVNoOX3SrjaHSzfsc3U/Fi47xII6+TCMHba4qhdGmBaZv5oMzwwi\nrNod3cL4bu3OsiMoxIf1vCfkoZqg/DQookio6RsKvL9rXxIjWK4hIX0kvtoM\nvFthAEh/0ymuejlkc92g6J2k9WTf7/DrwBBQVHC8R+xuVvZ4B1poUuEw3ETb\nPJRoqrnWsZra4/W6PjRoS4eJE8uPw5rcmxq65/Xokxqmx/q2BvwuHtlVtNAu\nQ43nXdyG470f0DSGWBg9bQ6zRQZ4e4hO8foLyZLx0jMSBNENOYpzDGFWFva8\n2wLTTUo3GW9aOm4b782JiLNfwwrSP0TsO0BKpVoQ63YRjyA8vjTKF5KSnDlM\nStHJ3S/AMN7WneazDKYGEDzdmLWwBf3EyIQ14SjPSGWbpkodxGyVV32snpeq\nq9hUsVr9QdBiE8ag2j/gYE2PBV4jHmDVZH0+wvuFvv/pgjDmRJ5+IWlYc/zZ\nc3tUQLdtkHjv8L0f6bjWrxJtYnTM5rIjGremDzoWIgZbrQ1mLALpf7TZY+su\n5ZhnKiBAuebHZo2a+KUblKjN57Iv9QCLpMwohPynmcX79jBdbygMqkpqjzo+\n5TR998ZjkK1M03dLpBM64npSqNCG7Dl+Gq/lO/5vsCVYkDMMXcL90Gg2EN8j\nd/pv\r\n=lmR2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"5e90f81f4ab32fbf0a8b7f63975db9f9e9116534","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.2.44.tgz","_integrity":"sha512-/G+xwks9FVym6Iy49hXuP8j9bGvhKndpUp8OYsSlIzhC3zTfDNNul9A25OWoynglefIpbg7LrhhaIvGrO4Ekvw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.44","@syncfusion/ej2-data":"~19.2.44","@syncfusion/ej2-grids":"~19.2.46","@syncfusion/ej2-popups":"~19.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.2.46_1625559507391_0.009587668464285937","host":"s3://npm-registry-packages"}},"19.2.47":{"name":"@syncfusion/ej2-treegrid","version":"19.2.47","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.2.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"68167c853272ec76b8e6d786d8ed205049a4e60e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.47.tgz","fileCount":196,"integrity":"sha512-aArNKgRJdQTB3ZeA0I8kZ5ykhoc3l5Wp6jGz1Elelyd4Czo+hQVnNde9qq4nLCgCLHoGqwT1eyUuEmYj7MkVvQ==","signatures":[{"sig":"MEYCIQDVF7t3DXFqPwIqPzbZOBwUIpFSh8e/JeNBnwVhd2wbNgIhAML/0E5AJwa8OVoC1SMFAiHtkIMtVgh699fkVR38pOWn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6205107,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7UrKCRA9TVsSAnZWagAAu0AP/0w9eHyw8bQ5VF96K0PG\nujHTP+kxU7sUtTQa8KNAQ2aW7nNHN+FGN8zh/fLhwJ5jWSA17Z9wHFNbD6uw\nSaxpelEFx0kExjEJpuC5hQQycmaRnWsvPLZLU/ApIYUCvgx3mEX1lgWBq4rj\nFfweGyveWAyKWKdaWbJbFC2Z8tn+g3iVGDZ65mIkObPaVSxXIHFqIgASV4YQ\n7etJipBOCOAQb+62kDSFa0ZSBzpsIEwWHk7hwmUoXcdJxKahAMrui3htKf47\nNqBu1wLKjXJKt2ey/Z+RQ4OuEJhlSrjMemgHaN72+b2OfnVGv5vQAiL1euke\nAPLelQUENbhBUKhuGcw39Y1vWke7QeaVFeNi/+cKAW+1rUSF/fkz27XNt0NV\nGQ8Uj2eRBSUiJ5mx0rEtGUvlCebHvIbeFzvjtyBf/SFOtzLoC0LSrwPsgI6Z\nJcAbETEXr1ufY2JcC5Jwbo57P8cEjfZ6iySjEUA6/n7XzqDwS4FJrbntuHx0\nWqi7PdyeD1ys1JHLAkMGN2WszNbWXm720IeYiO/bQWQbhyocunU2UxGEgW3B\nOhVcA75RUl1PW3dGmqcWQpd0zAAWQDA0yl9vZZeodKD2SqyPGdCGoPe3oSWX\n6Wc4NE46C7hHcZh9TXsCp92RafnsPNeFOLofwVmFHKowY070mNiji9UH0m/6\nkQub\r\n=UVIW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"4ffc4695b9c42c02835f1b3a50d12eeb010af2b0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.46.tgz","_integrity":"sha512-ubZiWskg/tr5Kb+FaUQZthuIshQGg1gnZ2oh7b5uNUX7f6MrsE/CeUtonEP6kmx9efskos34+B96Thu5IQR6Og==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.47","@syncfusion/ej2-data":"~19.2.44","@syncfusion/ej2-grids":"~19.2.47","@syncfusion/ej2-popups":"~19.2.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.2.47_1626163913870_0.5885927633628711","host":"s3://npm-registry-packages"}},"19.2.48":{"name":"@syncfusion/ej2-treegrid","version":"19.2.48","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.2.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"cdcab93077a83770f58d47f0c800626b8f238753","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.48.tgz","fileCount":196,"integrity":"sha512-BAOoA7pb/jiKSgcYMBpattXLdFICcqndwn7cmjvzWAcDMhrXIBEO4HG3o/RlJAIiajjh0mUij5Ndm1pMnmXePw==","signatures":[{"sig":"MEQCIGWnoX8vuqmG3R6Sc2DU8SnN6/ITY8xgDsn185LOEmzxAiBhTwlrozXh7alwTQP2ciTER+MJMHrPfIvpdlg9TgKO5A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6205272,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9nZvCRA9TVsSAnZWagAAYGoP+wdto+MNyyTjvnT/uSyj\nKq4NeaC07pP407G0evZxLGjBumRSYhipz6i6Y6dx+H2JD6ZDRwTU4vLoEs/P\nSVW2NmD5a8+ZsPhEtdciuFFQ+5tZpYQXQF9yB9uScWJ0BEXFAXcLVZiumjje\niLUQO/AWesxeKMtvs+DWEVvTn0WqaDh1Wbp9rHB52exDHpc8OQv9CvTY3w21\nO5oYxAH4Kk/CHLfhXDw5wftPdzAQ7qSEVdKOkzHXCnrxtZRR3qIbL5Akl2sb\nYkchlOvZW4dw2PgwKBoooM9guqFPuM1S3XCywg3kLhZDKIaQ52nW6eZ8ogGs\nazCPSemb2kCSr91ZxKnLXXYJwJ8p7n0O+NlA6SRZcyxZVmetQXHLmZH+MRtB\n6vK+eeFagsmY2zBY5zc7Fg28Hjezg0uvMjJ96pH3ftGm0e4/vPcajoD+p34p\nnXRjSQ0r8+mnZLrZlr1VCySuzaEilFJiTus4XeT7hPHu+5YZ/P2HTsSwC+an\nNOFdt3WiyGUBfqi8ycN7YE2wRFR+3YowyOfc6U1yInFHqm1UT4Sw8Y4D4QLW\nNfqs4bI/hHUNp8w+Z5kdprQxiZ8OqrBNJJLkz3hB/Vio3HDaYKKEKAcnAZKv\nirtmaHbuiYp6V6GuNG2T4W5iQqwxnORZCpETTrMUSwV7X9KZlb0BLbudNar7\n3M+C\r\n=jw9q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"cb3dc64c8c719fb285505e4f94d9d3f1ce39a504","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.47.tgz","_integrity":"sha512-pqOvTB3/WIgnx1TjiFt5ZbnGpT7DyvevlF4kVdxXqYAMXHGB9YI7W+gJkvpqLlS1QPGluf3fVK/zAgJrs6bGLw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.48","@syncfusion/ej2-data":"~19.2.48","@syncfusion/ej2-grids":"~19.2.48","@syncfusion/ej2-popups":"~19.2.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.2.48_1626764911023_0.0714605234338117","host":"s3://npm-registry-packages"}},"19.2.49":{"name":"@syncfusion/ej2-treegrid","version":"19.2.49","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.2.49","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"793cabb0858e79e4aa92e4ee6e8df4a5b5b06527","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.49.tgz","fileCount":196,"integrity":"sha512-y/mT7RiiH1lz1FeIS5tZDD2B7ml+efHwu+nPioaQ4BRbc/QTekal9/AB045OElxisrGgVr4SIDZK9ZCxZOcQCA==","signatures":[{"sig":"MEUCIHgkBp0u5Eoqhy5BuLUCuSR/1DnM9QuOxjPS/Cg+JwI1AiEAqAdupSOD92JsqUl4RgMSP4Luv1gRlC/kVUxv49sleJc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6210826,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg/7OsCRA9TVsSAnZWagAAqxAP/3bd9G1wuqktEksjghX1\nmYeGWZnmMCCDdRfDMPjVRGpO1BNMZkA3BEAgP6Kz43OyYB/uVNCVx5pmjaXg\nPYoAoHVjtmqJS59WohlP4HgF3rnFBbXzBPU8th9TNdwMo9ICvQJcgysdnnFf\nj1tfRyT4iwZzm643ROQHTytPILoFm6dFzbAYd+ezed3O/MIyiJ0LoeSG73uU\n2TdmClzanXPZz41jCODh5oaEDPg99bs/DjU/xhRgsBCfDMckIkCFGOnCm6zY\no5DbrEQRm5o5IpCDS1ffHl+At7GzTa96mkR9l42fpYUw8o04J6KE37KaoEdY\nMZZZd7vB8UkG0VES/Dw+tqPWHNMfehpZdvn4qLus0v8JCqhHI01As1akL5DZ\n5ywRSlFyXJZOS56arDT5/QLAMomCpvqB8rdetuGMAMco1zJUD90yrmR6vLst\nbGfZiKCNu13lf+dFaGco7b9hfh+0Zo5H6k/eSoc3+Qe8nZ7YwOyvMxytAm1J\n8aW9IWy0pkQcxOly2toXD0BIlpKidtMlX8EIZENud74OPQtlqz4RSZP4lJG8\nUFoBkNT0svviWJTLcirGZSxGkbxZy9q/vpuY0yCxFs7eTA63VDT63SR2KNVN\nB113t1aOp8Q7dzVVr85npHeBAS6+DFqbBf64vE/DqQJH/CyDOULf51X5B+Wn\nl32J\r\n=loDq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"7fe97c429fa61eea64359f57185f85568a9f4f2f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.48.tgz","_integrity":"sha512-cASSDH/yAgv+kVX+YA36Wx3rYCE+UsTYse0ArrGlhcKr8D8u57ymU3fprkS+DFzaTrX7c0nc/Fn/ysfBvNe+Dw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.49","@syncfusion/ej2-data":"~19.2.48","@syncfusion/ej2-grids":"~19.2.49","@syncfusion/ej2-popups":"~19.2.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.2.49_1627370412591_0.648710472343105","host":"s3://npm-registry-packages"}},"19.2.51":{"name":"@syncfusion/ej2-treegrid","version":"19.2.51","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.2.51","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"f8dfa24d8c0f246de810928e09b7008ccf19b74a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.51.tgz","fileCount":196,"integrity":"sha512-yxlVAzDDhNCntyV8TD5MJuXF9B+xOrMgE64jVJnpzGXpUWXwdvk97dSNSfa/T8jTY/t5H26EDi2mGCQsOKIkKg==","signatures":[{"sig":"MEYCIQC8hf8FY/Me4xj+zQsYbteHQ9mzXVGGtJdcutmLLPHi7gIhAOGzBhZvS+/zn7XsStpjUFiRJGb4jS5rRPP3ae8JyglL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6222078,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCQYuCRA9TVsSAnZWagAA4qEP/3kX2J2ilq/yuxfREbwQ\nbv3VSgw1c/ydXNA6QR7Mr6r/EXlGz6SNwsJ5sJsjOfz2dCHiN4fH3pvVl1oc\nCN13iAEHZ8d9cvFDU7nNLR20ksoFtI5h9XKNc9t5LM+1Ve4q2Iy76mZ2gtfZ\nrRuNrqAoxrJAzZ5rnDvS0gnIa1W9NAFVA3HggaV5gb8L8YunXQM1BCVCrdpH\n7amCaC0X7bLZE4CC6gVcyjyUTJdJhc7BHEwpOcT3x57ggJ6SosbtTyWXx/AT\n489cmEj1sTD4k6BB+6X1qYoDET1SeD9lCOXSTgHVs+3T1auLc5TCJpqk1Y0K\nrxgl8a3I35iv3FvTGZBiuWzCzziZB443ExZfm9D3K0LVSErQo7TgEj+GsLSv\nT0gur7jiJKVOi2Zt1S2WQpZcLukM2cQ9IKTXZH8KA9fKma+Emf5XFqXJXExQ\nFVif8SA/HfjuYUWahtE/BjIv5grwVeBW2+kz/yiuAJND8Ui3Q37WD42utNPH\nMubR5FNTHIja/SLQNyzR29glBGy1DOfwFfhCQxXZEOuo8bfrxNXrx6VvAQQx\n0CPGz3YWSNTJ+iFgDUt1a2DOU/c+Asr2B8+buoUwWNa5i9EAlUCy4Yijts60\nHJPoVmCXD13C3BZjm3+t02HL98+MYS0XkLfSiSQA+4jkRzfIqVu8upK4hwiN\n9KQY\r\n=r4/f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"60b6e4bdc5659d50d7e4da1c73fc6ec1cbbea661","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.49.tgz","_integrity":"sha512-0YgBHaKKQX/c3ue9nl3VVmv8ggJbCZs/5+kKAIOKInWCLXU4cZ2hbLd32/Z+1bEWmFJ7OhpJVe7UmiQOQEpWOQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.51","@syncfusion/ej2-data":"~19.2.48","@syncfusion/ej2-grids":"~19.2.51","@syncfusion/ej2-popups":"~19.2.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.2.51_1627981358497_0.7311807707202187","host":"s3://npm-registry-packages"}},"19.2.55":{"name":"@syncfusion/ej2-treegrid","version":"19.2.55","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.2.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"b52c52d9c77604cc344299aa6a9f33b2791b980a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.55.tgz","fileCount":207,"integrity":"sha512-9fQKeQV71UHNwMardrDIa+19SE4Tk4PA+mJwoT+bGdEe0NiBed34kteFKbD9ylzAdkjadM8rGWQHEVSzG+4dGQ==","signatures":[{"sig":"MEUCIC2TGwDAd2JQUa9AdGW7iz3rKQ8LFoKO9GyBP/BoGfthAiEA40KFJa0lY8pSwROICL913pQDqDTU0MGhqEp18C3F6vY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6228435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhE2FoCRA9TVsSAnZWagAAvLwP/Aus9qYzN5jKHBWKpnnc\nAaEC+a40HFaKBggSar0LQXbC0U3DmX9w9c7bPXXBDOCrSdjqzxYQ0QiHzixf\njeQRDzZdBvTjawRp2hvtwNxTwf6BFMEUN7Tr5gS5D20vnEy0LDrNICND2jFk\ngRb5zhBTtAOzKREpIwAj2S2MeKoBacttAfMmSssYpZZ0O0Efi4ncTWwoL2Wu\nhVsPnaJ23Ksrf5jeITI7fkpgLH2JAP7/kH6/bdVzx1F7roFM7qA0QNlNcJ53\n90Non/6b1sXwenqKUMo80wirDoIkG6slbcEqSd9KSrruxQDQYMkkx2DcKFTl\nmuvY+q1W37MIj0mxY4FBu91knrRuABRhFD+5FAvb+nEn8o2pFqsB42cL/Evc\nk4nsteYxJIIJoX/pgxBaj8jXQRBT7HEsIgH47mwiAcT1Xs1BvFrzOx0UNkgK\nLRjvK7TKrbI47g0T6jMfogfoQ1wm7tOAxL1srxGyj4p6+Etpwdcti0c5gum9\nM0V0VzbiLve1rCSq9hVoJ7WaMXafA402S7qWZhu/kWAhN9SW3zoQEFst9oRq\nL/l/9iHGLKHOJuEn7mWrwQtczXlb3DUhfDqqT4du2ID2AjcBMvZLPZvKP19A\nEXJ4kr0WoIi4klI1JDYR75hUygVG/+SI6TWfc2LPQ9t4RThXkZufvcQxF7KK\nTBeV\r\n=DzSM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"414c9bdabc1e57c3cbe362630af2b3a5a7784351","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.51.tgz","_integrity":"sha512-kxCyDYAkvaT4WfgMxKU4/gFQVELXm19WQwZzMXZmRAIWmAxbV87FE3ElLy6FmNlI5WdGCAmARpjKFjkMX83TsQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.55","@syncfusion/ej2-data":"~19.2.55","@syncfusion/ej2-grids":"~19.2.55","@syncfusion/ej2-popups":"~19.2.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.2.55_1628660071834_0.12793194363457738","host":"s3://npm-registry-packages"}},"19.2.56":{"name":"@syncfusion/ej2-treegrid","version":"19.2.56","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.2.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"f450c71b63e8f3e59685b290e0d05ab64fad8b50","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.56.tgz","fileCount":207,"integrity":"sha512-cnPik7bNP7Y7TNug30eErN7Fj1xGqNfyhwGXmHHJzJDt9Ajxe0/Mt3AXqFxXzHow3msCrieYZNI3iR9m0MgJKA==","signatures":[{"sig":"MEUCIQCvO6WB+gtnL1CVpLJaU+RCoX+A8bMxybmv5FbZqXQACQIgaETOKviAmWD45wvbrauobKka/1FZrJg6SUTpJ4/QDhI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6246658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhG4KsCRA9TVsSAnZWagAAzgQP/0grHSQzzlhITbhDSzmv\n5dd2yWuatk2aNxc4XtvUj8MUnkFndkdm0p2mexWdVJJl5nz6T0byfBu83Y9T\nKkVnt/7N5izdPhamnbDkXJM5ywcf/0I0C6S4wWQd7s9dem9G5DvKe56ZzYho\nxShKgA7ShVE97uacVuhTeUSBZziP37zyab0trti1z3HKfdxQn1D7WccGOtq7\nSoD4keWZTEn0DoyTDjbADvxn2BCyAfr9krhtPq/S94uqROTWs/p+D3nMVfyu\nf1QurbutXw7ujVCSNWuCgdZ/bTn2hnFeRCS2Fg+jH19us2fqOTLbVuyDGrrB\nwPwphJCk50LKfuawZ6lUimFd16aVZxKeHeJ7SM4KqcC0x6W+LLcUOLobIzcb\nv9VujnEpSFFpBSyV7ubcrwJluO5VrGmb2b42lOYoDu18jYerSZtoX2hqrd2r\niDmig0EyIa9NEUcspCLe+COhfcZhTc0QS/ozB/KicZJw28wiCq8xWa2ZT9IA\nNge/JTZq9pADwBpCpp4ejHUHE5DGa55+HalqtD+UflRnMLgDs3mlDmKIH7Lc\nJGuj2tAYHsgfi9VcnIl3k0M0Vn5cbBjbdE9EulMzQySocf00LPH6B3TtBpoX\nJfiGFZHcxP7TLEePV4jwsJ/iULLSAjYRAKLgTg88xVbO2HRiHFloSFzjnZwC\nv79R\r\n=QCpX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"862ebe0be207e83c8b35e60faa195243758de027","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.55.tgz","_integrity":"sha512-zJMaASWBP7pG8VmJHBTzhWEq9cR7AKXzaRKXx5hheMdh86Xa9U0KNCAiEVmfkTHQ/WYEMgt4ZmYsPKyrMotJdg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.55","@syncfusion/ej2-data":"~19.2.55","@syncfusion/ej2-grids":"~19.2.56","@syncfusion/ej2-popups":"~19.2.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.2.56_1629192876326_0.5303733644211235","host":"s3://npm-registry-packages"}},"19.2.59":{"name":"@syncfusion/ej2-treegrid","version":"19.2.59","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.2.59","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"a020cdd9acf452133d30910e59297e69d23607f5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.59.tgz","fileCount":207,"integrity":"sha512-KOxi6wfhdUllQ9+HnSMGBLJJUVghjYlxU41vHKWlou3Pk/8Dwcpu+Ca6HBF93iFu9emwAsHLW5le18b1gFRKvw==","signatures":[{"sig":"MEUCIAdJ0I07SG0UmHSxmj9g4PunDXu0k0WQhrgUM9AsE89sAiEA8F89bUMArc9HB+z0+a4GDklBVEsFcv4Tg6SLz2VOo7I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6247122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLfC0CRA9TVsSAnZWagAA4bQP/RKh0tV4y0oSdOG/O8vu\nO0wKoHOEnVkt5J/jIJZeLhaBBVIcUSqw6fDxwayQg0VjIDXIhKSRSM3wN3HZ\nhrBYTpgnCwZ86GeVRLBtXgKZks2Y9fx8+8z+Oma4rBv26Om8kL0HkmSM9/J7\nvBozwJqE/CLfjs55Je01yNSF+hlqNXK+QR0Ygs2XnhDvEra5gVLHbSx2lYeI\nH3NUmRgRvSQ8NYUwQy5FRplYp9uYfCid+iitTdlW/zDuAIfhC4QsoL6zhEWV\ngtJ8spA3kmyoXz2WmUmJW7b5t9Wq+/Iy5wBPgU/EMaWIKg+MDlP/ha5QI7I3\ntz+BdUqJbmeKnyijQA+yS3vNWjepNez0UZITHnVmM9l8yMaTiBar1ZJhQd08\nqxpzUvarHMkTazQkwIdwLMnTd94vZ96MQHz4nR+XlFT1B5GfnknqL8136KGl\nHGc3c+p6qdZLcdvbUyQg5A4aHczDIx+pcZs2J9hrodiNs7pv+3Q7VDVpe1Rl\nE42vxlEJOj+lzV3IEIw8NXCFzujoW6M8VkULZT3+MCrBBNdofvA1hY/zWomF\nXrXtpw6M7UQ109UdWsCcFoisHxjJVM8D4RilDz5DmuCAD2cqvQIxrrfI9m6f\nTjhy6LRtTSTRHyaVLtWVPqvbI1wniRofX01K9oesasmz5eRWe1sD2RNi8DQt\n5lx7\r\n=1RH4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"f9969752b34b8bc0409aba38b6ac338f99a25552","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.56.tgz","_integrity":"sha512-Kpsy4xuFev3ZQ6d+f4Rr91g9m9INZwiEpWZ8SZqoRcVkzmxD2fiZIDsegkDLqKJXr8oJPEgunMBqmCdJt8JGMw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.57","@syncfusion/ej2-data":"~19.2.55","@syncfusion/ej2-grids":"~19.2.59","@syncfusion/ej2-popups":"~19.2.59"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.2.59_1630400692533_0.41000142287365793","host":"s3://npm-registry-packages"}},"19.2.60":{"name":"@syncfusion/ej2-treegrid","version":"19.2.60","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.2.60","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"8bbe003aab09b6e751aeb31e60c50603e175127e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.60.tgz","fileCount":207,"integrity":"sha512-n4IYsXBPll/6ImeiuXmHhk4D4u1aTjKyMCGubplJ2/GabnE3s0PGQVFALzR1gu5i3QjOBzLaeCGNYniaAG5IbQ==","signatures":[{"sig":"MEUCIHnXiW/p+TWoLy2kNI65Yz2s6+0bjvMydzO04DLfEX4hAiEA3+baykM5sYMsnvOheNF1TtQnShYAnCPGLIXSyCCM0tE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6248657,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhN0fVCRA9TVsSAnZWagAAp0kP/1k+Ao+qAO138uxyndzX\niV1PxOPy0jusBYq61+xDLvhfbBP9H7s7rzrG+PuIidy80tso+F/sxNy+9LO7\naQIe7jrOwKqycCYyJF8Wcc2HTasENpkNAGOHOiX9O5/ppNPFqsuQWdYs/6B5\nzN6xkL8cthVhUIJk++POM9nBBxrdw/L0agtCLbZRjLgu5MDT/4LVm5ixoyvw\nLeAe6F0o+k1RIrEUsFo2xVKfwC/4oQNrMb+maF/v9yMo1MgS39vf0YBIkYlv\nZ45LWdX1nSlM2gGO1ETqh9HiWeFeEpRVSHXAFzAzsXwd7mw6tCfTvx+PRmY1\naZfnUH2zErEtcsB2m3aA2gGUmsZmXlZNwWS3FWaBzeicq5nuKZxVhCEPfPFm\ngBAg9IX3kFyncYVB3/AHX8CQQwFXpr5abFWLT48yKzC0HHTYmKI0D8o4j2g9\nbuwhKCrMHIb/OoEW2HXW0mq8yGy8+Uaxun3hIjiTJAbBlGhDdWmzbmweYZ1u\nkEpgjQJxkavc2+wftWc9OuweSei0rQlYaWyefMDqo/8x2AaegolSayDpOJTB\n/dWvLhiqESJaHeRErsT5SQ3jtn4GZu1SGSs8GEag+RMtciM3QQk8GYLQOPfH\nhtgGYVaZaL/EliD+Ja6p5FBBoj332uOc8ZOKds7/0lhccafJ8v04Vldpyqs1\n7XQJ\r\n=McCF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"6cac71704ad9dc15c17af375662ff7cb6fc84d10","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.59.tgz","_integrity":"sha512-3cPr3FSRog3p8MGgAWiKsLKM+teVqDvMPHwib8Vd2hbi98QPxOGj85WmgpZPwfAOFDh7xNW69rIorq9TT3NUiw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.2.60","@syncfusion/ej2-data":"~19.2.60","@syncfusion/ej2-grids":"~19.2.60","@syncfusion/ej2-popups":"~19.2.60"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.2.60_1631012820884_0.14195448834193414","host":"s3://npm-registry-packages"}},"19.3.43":{"name":"@syncfusion/ej2-treegrid","version":"19.3.43","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.3.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"dc068020e5755e55b935dd59b4c883e6dfdff420","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.3.43.tgz","fileCount":219,"integrity":"sha512-UnDoifmWQf08kOgXE3vP507oxYiCi8UYW12Mfcw8aTXtXABWS2giH1ZmnMPTJqd+S+fSC9ARok/bmxhmrPpHIQ==","signatures":[{"sig":"MEUCIQDynGmgE2ORTnVlE8VdeCQ7+HeV00JKLzyDiC7mvVVACgIgGgqZQbcVyhfrMH4XxzJLvbNP8z8ASxqbZXGlPfY2PC4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6408024},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"f86f3a1a7e35bf9beca5d7e21f5b5646e5003922","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.9.1.tgz","_integrity":"sha512-DahSexXpu+ONqK7WmztnbEXjgpqODH3sGBnLQ4+wxf2ElzJTc55eJtyANvvCiFGtHb0l5p7hMaoXeQGApLsu3Q==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-data":"~19.3.43","@syncfusion/ej2-grids":"~19.3.43","@syncfusion/ej2-popups":"~19.3.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.3.43_1632978110346_0.9487689831573278","host":"s3://npm-registry-packages"}},"19.3.44":{"name":"@syncfusion/ej2-treegrid","version":"19.3.44","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.3.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"7f0d47fdc00d143e09b26768955c4f599c5c09b7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.3.44.tgz","fileCount":219,"integrity":"sha512-j/LwPqt2RgiHHW0DqssXP+S+zLxaH5OcTtC3PC7JQvAzhBAHBOwDZvkGGoua9fzq04+uOw/hwAo0E0QELW16gA==","signatures":[{"sig":"MEYCIQCn7OCY5DnzybhrrVzNlLrHElYGfz3hUyi1iKwKzUZ1IAIhAJ9wWWwZdfIeTMtlqPv8NIsL6rXO44Xgyd6boMHppPJ9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6408175},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"7a315c14592fdf929f3496ad698415c9eab540b5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.2.60.tgz","_integrity":"sha512-h13n1ZIdP6P7txIaEJU3Vmqn/9ExBdBTC1QDNFHzrV0ZTBPJGom7GAJThNLx3fg0vDMpfXmRtHb4W1LFepAxzw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-data":"~19.3.44","@syncfusion/ej2-grids":"~19.3.44","@syncfusion/ej2-popups":"~19.3.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.3.44_1633429224054_0.7630284785952153","host":"s3://npm-registry-packages"}},"19.3.45":{"name":"@syncfusion/ej2-treegrid","version":"19.3.45","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.3.45","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"78692072ab69ca9a3211d520ef17b2b31efedcf2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.3.45.tgz","fileCount":219,"integrity":"sha512-aS7SaI4vK93CdTgTAkx2tdkOdXDThKC1ZefwZpFTDjT5Q0Zzq/kRz7TFG/dPOZ/t4RPIDke5mtzgmDm2Un2FhQ==","signatures":[{"sig":"MEUCIBRwAt0mixgLy4JgZBGh7NheJ7Kry7e5U7Iqyn6HKIHeAiEArlPpRpzJ73Poa04OwtvU3bgRtC7YK0yBKOT+vx+hMTU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6429410},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"ab8aa46930d22cb52cf4776a2233044b8169d9f7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.3.44.tgz","_integrity":"sha512-uy3Okez3Wq7Xp1v9znGLXpc/bQMjSXzQNktNVfYxJvcXPgh7GKbKdIDhuzIE3b8R6p2i8zmYyDGrepiraR9oZw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.10.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-data":"~19.3.44","@syncfusion/ej2-grids":"~19.3.45","@syncfusion/ej2-popups":"~19.3.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.3.45_1634036409288_0.7181090332074109","host":"s3://npm-registry-packages"}},"19.3.46":{"name":"@syncfusion/ej2-treegrid","version":"19.3.46","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.3.46","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"f2e8ae87ded56443c1ab1b51f82ebe60f6d4930f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.3.46.tgz","fileCount":219,"integrity":"sha512-10L7zUqWgN12LghO5Jf/PC1NpPiWhvxd2MiDeRIlXRBGkTgZhXOjRHh+SoAMaj+K5UUIpgWjSPXvQPPIUx5orA==","signatures":[{"sig":"MEQCIG/ssMayETcFTJFM+uSsT3qZmMSQmdnGtYdA6KrMqi4qAiAS2Q0MwkEU/K7ES1QnqEuU+1kIHGKNEfJYDzX24cu95w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6516054},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"7152af0fd89d150e816bd75dfccd8692e8f13b30","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.3.45.tgz","_integrity":"sha512-zngq2f0aFnVTsGy3CvXHSe4JGFNJq23fD5ktzhw0hTJ3C4LDLXjbg6/OhSexnAKpepE6R9SdA8BN7ei3bQUyyg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.43","@syncfusion/ej2-data":"~19.3.46","@syncfusion/ej2-grids":"~19.3.46","@syncfusion/ej2-popups":"~19.3.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.3.46_1634638728513_0.5245407341669084","host":"s3://npm-registry-packages"}},"19.3.47":{"name":"@syncfusion/ej2-treegrid","version":"19.3.47","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.3.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"6c01b4a8ee78cb6dae8f037ba7906643e1ca85ed","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.3.47.tgz","fileCount":219,"integrity":"sha512-qyyDfPDHzZ+2zvtjN7EPE08YiCUb/lf8DQHqeZ9/+hIYoczpGbTo2GFQV3L2y1LLw/Mhv1JvLQF3mkmsKdO+KQ==","signatures":[{"sig":"MEYCIQCrqLEa7YjaZnEOxTVSed9E4BW1mpO/wN3QqVDbA0dM/QIhAKnGHOk1YDDwQQDVNtZ5eODxdUQsMMw/Y0uRhuCBxrsB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6521252},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"9640be756a1c6760a4af39525b76c2d53d52868c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.3.46.tgz","_integrity":"sha512-ixI+UPSir9+Ak614G/rj45qzdVf4LcdsjJWLrjkDCrzvDFLTn0Wml6iiXh7ThbUFaqR4X57juAoN+CH4rF/BPQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.47","@syncfusion/ej2-data":"~19.3.47","@syncfusion/ej2-grids":"~19.3.47","@syncfusion/ej2-popups":"~19.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.3.47_1635243592463_0.2187671570096239","host":"s3://npm-registry-packages"}},"19.3.48":{"name":"@syncfusion/ej2-treegrid","version":"19.3.48","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.3.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"e067a113acbe4a869e341b2458cff4669c7145a1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.3.48.tgz","fileCount":219,"integrity":"sha512-IeF8Eh28+TTzWSZRac9QYiQ4US1RVtHickvyxd4LWsymEoM14jZb30O7j15532oRaiB8gkyce0KP0NS9IgMt3Q==","signatures":[{"sig":"MEQCIBjgJd7TiP74cGCcSOcXsCrpE5WKOL7PKDTx2lHZK5ioAiA24wQIkh6dBAXQ0wZWS2zaXc22SijjaNgdXjwFWpKQ/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6530744},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"9d3509b03b5ef89e7c2517ecea267f4908255bb6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.3.47.tgz","_integrity":"sha512-1qAa8qD3pixiqbAaV3Iqu5V6+3NzXa8G+EHL6QLhJF0fo/Fgj4DOuEUXSnQCy602s3YVzqSSPSAboKUvBNe4gg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.47","@syncfusion/ej2-data":"~19.3.47","@syncfusion/ej2-grids":"~19.3.48","@syncfusion/ej2-popups":"~19.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.3.48_1635849340227_0.18794637167052786","host":"s3://npm-registry-packages"}},"19.3.53":{"name":"@syncfusion/ej2-treegrid","version":"19.3.53","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.3.53","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"820847f343ef0642c147e64db8c691b1d9dff6fd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.3.53.tgz","fileCount":219,"integrity":"sha512-Bg0V7nfEy5OITDBurU5oqduv7BDErK13jo6oEWvM2x/uXZnocI61F0AbWxUncb/EGB+BA/q/AWYpR+JWZppVIg==","signatures":[{"sig":"MEUCIEw0vqnZZ9zeNLETabbo0Rj8U8JWuI4n51Xl1XeN/bvWAiEA0T8wm7SXVNU+uXUc7Pq/mEBF9n+Yh1EGFmmm9LRedQg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6530744},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"9d3509b03b5ef89e7c2517ecea267f4908255bb6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.3.47.tgz","_integrity":"sha512-1qAa8qD3pixiqbAaV3Iqu5V6+3NzXa8G+EHL6QLhJF0fo/Fgj4DOuEUXSnQCy602s3YVzqSSPSAboKUvBNe4gg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.53","@syncfusion/ej2-data":"~19.3.53","@syncfusion/ej2-grids":"~19.3.53","@syncfusion/ej2-popups":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.3.53_1636696005338_0.9968934361917416","host":"s3://npm-registry-packages"}},"19.3.55":{"name":"@syncfusion/ej2-treegrid","version":"19.3.55","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.3.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"fbc31c788dfb1ae3c78b1ba60ebdf1fa17dd213b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.3.55.tgz","fileCount":219,"integrity":"sha512-7FdTrRmpCsZsMLY4Dys9pmiOeaYebd6dfhQ9yfbvFDF0Dh6p8huff//DLj4brTGekzcNjTXUoItju+8wFl1rXw==","signatures":[{"sig":"MEUCIQCLLxdjdQz9fW7bs16Ih5nxkT+7QiSQ5mOQw2cwd1V/mwIgTcXmKdtywrchIG+XCpAEHnVVbVNW4axIs38y+FhsE3Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6549217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnOIrCRA9TVsSAnZWagAAIvoP/RdWFJV5Ex6VO94a3W0S\nTcNNfP40NPRoVODPVLmvOP8C4+l4FX9kVWqiPxlow/T/DCm3DTs4V6OnC+dr\nElzklgSYmsSnjnlWFqbkIpgRkApUD+Jc5bl5M4MnDmeAbktqTu1RUtKrHXA8\nPZxaqZt+/P0rfzbJOBuADRt9BxIfLeGdv6bUkuXzkF6qZzAxXwpjYlZFEjTx\npGPjMjWebgaAzGqvBwlEfxBvnhwz1DUpo+cAGy2Nb3RMT3MHfx5YtGtsm9kf\nwzGSu5Km715YuilCa1YO/aMrc0utyX2RDpgUs39/QyR0YslXFvE7LyLF/9+P\nWy2iBdIDNZQTYyLYNhrSaqf6rHknmgXGakYB1PhbGNeJ3sbyQatd5MgusQ4S\ng584hYh1emR9C8a10zyjai2N6dWWhA7XtHzf6FmySqaPzISBKH53+9A1VPeH\nt0m7n550e3v/9nqkUvALbksypBh7C8W5R8J7P1KKvUyNuvTFLCOPphTH9Laj\nzHPzt7WOh3dYYxjm9ZQ0ApjO39LafmzorJrKrRt5u62CLivZscrA2ZjFYrFy\nyfD/lkuX3aA3QO1oLUSG/V9VUztn0VJeBP5D6gZvz0/TzertkcePWz/uMLCG\npCL1Dkmxf5A4xfIe3LNQvLWkCbIHX/lZbZ6axIuOS27P/43ZWe+HZjmjEuKW\nhEVI\r\n=l0kJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"a52a629c706c322c28b139bd916dd151872304c0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.3.53.tgz","_integrity":"sha512-Z/LVb/49/OB2E5RfAdGBhYIzZPC4UTL3FLHkIwHIVuNI+dvP6+VMwRID54qqG01YiuVdkxpuk15UzfBeXEzs5Q==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.54","@syncfusion/ej2-data":"~19.3.53","@syncfusion/ej2-grids":"~19.3.55","@syncfusion/ej2-popups":"~19.3.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.3.55_1637671467417_0.771745521815842","host":"s3://npm-registry-packages"}},"19.3.57":{"name":"@syncfusion/ej2-treegrid","version":"19.3.57","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.3.57","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"ee17c06af1077675303053ea621a4641f206c8f5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.3.57.tgz","fileCount":219,"integrity":"sha512-l/36R+goYonuX82BT7+NkakkDL4ryTnvN6pkZFEC5NW9MQwl1fmNcsGGUapaswOHHnwRrJQJ7h+CrswvCPGguA==","signatures":[{"sig":"MEUCIEvh8+rwxBuvcLT99YvljMUWkDDYuHYw3JfxcT6R8ru4AiEAiCDcgCwC2KqWEvyQrLamRvp5xs2G4zJIiG4PJ09CWd8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6555592,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhrzukCRA9TVsSAnZWagAAFnkP/22bSkmA36YxVul20z2y\ni4wLGw2GMU67RnB84N+OHpgQOhd746PEFUADhCO6MadyQ6NipqHf+N3ysPrN\nOZvLMrHnFgo9aOjW73By5De0CRc8KQeZbVYa68Wponiv9NovGwvcjVAYorR3\nnvqO3QatZfKb1YMlWQYRqn6KEad40CjRKY2YHTqhK5HV8arWdYitrSKOJWmn\nBJ17wPzcmtBXxud9vgIZZ/Kr1thf5mjcXLI2Hp+aI3ACbRN/rAybmjjqWUYF\n9g75B0R3RinuBdflRLl3j1GtaOch82g19F2pUptv0j7pCTx4hpr0jNSbg3/I\n/eN+7NujV3FeO/NuKb9nfh7o4qMnkeUSk21Kpv4YhVxNgK3+IxnP/Opg5OBv\nLNTM2dk/Bn4BLad5fdnB3sOojtm7YB3sUlVfoJCpPKsb+BfFLsQmUMw89eLe\nISR2/1hhKuCuoCdz5vbScjpNOVtibwrTGlW1gg7ApZoWD/5VII6xgRuVGyev\nYDh06GwwXIB2Jprv6fHyHUS8PzmpQNxkU+XcrKZBkoE13k/XsxgLKhA29IFf\nuRUM31QLQCZL9zxVP9k2F6RKQYuJfnyYtzu808xj4XPM3T5Cjxu13gZQmKgk\n2UlXC3eHlr8AMWF5v48IMpxshMyccPIBw0WMoZDd1Z9ZvvOkPwhcTabaQUfk\nDQX5\r\n=4e47\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"e2b3f0daea4f3b6a8afe6dd78bb66835e10d7232","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.3.55.tgz","_integrity":"sha512-Blwn8KCMt0cKNY720PyrzyBWFKeOnkiYcF8gayLmyKVC7WPdR5G8JZ08XSKVykhLSBNUuO1f0MG31XUHdEknsg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.3.56","@syncfusion/ej2-data":"~19.3.57","@syncfusion/ej2-grids":"~19.3.57","@syncfusion/ej2-popups":"~19.3.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.3.57_1638874020414_0.30668169225370123","host":"s3://npm-registry-packages"}},"19.4.38":{"name":"@syncfusion/ej2-treegrid","version":"19.4.38","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.4.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"8a93b6cc574ff8008973d8569166f23e9d25e04d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.38.tgz","fileCount":223,"integrity":"sha512-I9dTTF76yanr8rV/hQU9nXKujRqsTG52a9H+rBLPOMKL5BAcg9VHUly/pVN4b5OX4Vw/+V9AD0O81qpkII2ifw==","signatures":[{"sig":"MEYCIQCY5ZxMnH/BCgawUwR7Mo/K/CPGB/AZrVjFm7wG6Ih52QIhAMI01AFyHdVyyAnIBiiAeZA13YTolZwWvAmfYZq1oNhX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6635107,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhvCVcCRA9TVsSAnZWagAA0rIQAIy6ggPBoqlgmpGdIHDu\nrjGuTp7cznPmObRjJH/snfy1y9Rucu31Ia1CeG7cGkliF3uYRgNNM9YmgSEz\n2WduBLCd0jHwCidu/+gXEXZvgkQnngSG0l0qZjUfyomkbKTcngjiW/v994WP\n9OmuV2b+4nulvdOVXCv7kczxrD3zsluikyCuAtgWUdQt4BFT1AAN6Bm/+U/I\npAVITvdYdXGq8mrbOrLfzprG3lU+QpxJYOHENMJHqWiOwn2aEO6zwcFVVPJG\nRhnYk3bk0erGbC9XNEAnfgF3jMFCt9F39T0pY7f9jT8wgXgnuy7c6e+v2dbi\ntAmSlRxcst2DYPDNQHRMUzqTMiit1aFwe5kMSIhe1sgluMAHXF0SXR1UmPD/\n9o3Gzim31qx5XgN4BFI6NbDucpUCNYHTStRRwRhgOMfAHbIoQamdQ0nMTERE\n3Yg8Q7BDg57V5SSJ8gXq5FO3ovKE1O+fThmM7YpeY2vuxKQgaPvYFwCUtb1g\nSMezQTm8byFEEK3kcyzw2eU1Bup8jfUAG95jBBLTi8XnmnoB3LGetOyr56XM\nMZgrdPYQ5jNc+eAaWHfAUbuW84jGvfi/FgWLbGnEHadsDzkoFKOB8u67kyXw\nS5PyvC92IEq0ej8KJYAGggotGkY55vifNeyP1fUsua1UpP6glSVBHPaAFY2H\nOpnw\r\n=wQpO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"e9c2f8a7f15fa517e7ec122b609297bd7e1604b3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.14.6.tgz","_integrity":"sha512-FF+bVQpk5aFcgaANgPCKaUlxd4OCgYruD3nQ/qGuuFVJ7C3hrvGE/hmg2lQqqJc8B9ny1ot/2LfXk0iY5BsSng==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.38","@syncfusion/ej2-data":"~19.4.38","@syncfusion/ej2-grids":"~19.4.38","@syncfusion/ej2-popups":"~19.4.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.4.38_1639720284803_0.1611108748404253","host":"s3://npm-registry-packages"}},"19.4.40":{"name":"@syncfusion/ej2-treegrid","version":"19.4.40","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.4.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"6f6c1a89329073d01ccd1c9b88c71a31be7869ff","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.40.tgz","fileCount":223,"integrity":"sha512-MJ0Re7cldKNRzZh+Auh3K6ccFrvT0i+4Ddz7YnWPJDd5zi99cJyqvdBYuEQCllk+y6LMWaEdRlO674nwp/+8ow==","signatures":[{"sig":"MEUCIQD1+Fp8HOdF/0bBiLmp412yev5wG6bW3yLcSs5Qt/9aCAIgX8otQb3+MlNCrKYPtoaazQvhBGqI2dsGppSgLeYUWY4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6634906,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyyEbCRA9TVsSAnZWagAADAYP/0a3R9GUS+4NRZdVlnV0\nGi0dGGYq8GP2z5H9O6kdMLsE8HZ/ltO42mb7a/LTzYoX/qhvrRwfWpDbSBYu\nCXvGuiEU8RysLWlQuWNuoeSAsYIyUTEtlwYX/ql3yZzPF7IELX+D80hnpW+S\nfbnZ2kJON3TrRpJYbWA364Q8Lo0TFx45DJ83Xf94BmJBcg75ONVhdhJOdzD9\nTD6RmSoYOwevxKR81bXReQGpmpXDGyDnWIoQUMzS85CCB4hXCX/BYqBao+BM\nHVg/1KhXEdZ6uxB9IBS8tnYImy/d1zp80Pnz9w6cFIpik9cnXXzCh0v/QSba\nMebwj6JCBfP0ZvZPIL3yKw5HwCoaZ517e7JMwHtm2QOn8E7KzHQkjI0LcyaG\nI3i2hUxvfOrsxhw0351UT5Yf9Dq+sdrDUkSc+JcuTVZnyrkCMKz2G8QzUxEx\nJ1dyUSu04v/BfCwuJPTLfbsUA5Q9bW92PdJq9+w+vxK0yrGD1jk8gVRNudfG\nwl7SGxL/roLmF8ejrPPnpzvW4PC7ucBklF7f+Od5eLYFRf+1C1Rz05a4i2OA\neRHKak/ynrXL0R/soJzuQkAdSspIEnxgHU5ypLQYbImp5GG/lnmhFcWsl9oJ\nWhZ1sFxLxGUniM0xsHz6YAtiFf6Ng1k0AOFWl2Q44Y7A6opZhdqPjMkBYmaG\n7ESW\r\n=ERYK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"e86288528d767c8bdb8b1653b00b2651d1cabacf","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.38.tgz","_integrity":"sha512-NwDwtzhLP8hC/gjz6VcKbRdeMwAhQTOgXsLPqwNOBrpn4GLKk5BTqejDBL7mXEMy1NUJO/uJayEaV10xFh+mLA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.38","@syncfusion/ej2-data":"~19.4.38","@syncfusion/ej2-grids":"~19.4.40","@syncfusion/ej2-popups":"~19.4.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.4.40_1640702235450_0.5938132686901396","host":"s3://npm-registry-packages"}},"19.4.41":{"name":"@syncfusion/ej2-treegrid","version":"19.4.41","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.4.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"97110bbc1b162802d9934a4c12050905814f9259","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.41.tgz","fileCount":223,"integrity":"sha512-/OobTOGzJB4gC70be1D05KGYNSp3u3pdQnt2WKz/Irj4UBMEUp8kK3cQ5LVTKsnUUcyCqiPI1ErfPef9UtCGFQ==","signatures":[{"sig":"MEQCIGGwA2nhOCnmBpzkN5aNi+OSpEoJtOMzcGtCDjpS87xgAiB/ij41HNAB9is8bL3xa0XVaMk+PDsIqUjQ0NykbMm7ZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6634906,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1C8FCRA9TVsSAnZWagAAzlcQAIbgqgUM9J9RaVIigxIo\ngWnN/1jplSKpgVsyDZkNOHyMCN+sgyO9+6v4JH6jDa8uFe4eCj00/zclg05t\nilX0yu+enPpsf7PPVvT2VrDlDXtizZeSIlXZPmmGVATjbLRhBYwcV/pVeR30\nvck+G5MccN54Zj5IaJI8wqVHUcHfSVJDgn2LisWisRuYDm0TC0tCqKx6DASZ\nTxW1Y6GxI/s0e6tUJ61czHFAc0wEHqQJXbB9kHpyUcRC9YF2gUbFW2w9wq/i\npEhTCBMq/RW5r/nXKoe2deKn9FD6IzmKAt+ne0mZNlvX1ESX0dL1Cj/6qei0\nUqam9isquDfDmfuX6jj+Q+7hIVN/i4aUP+LtAy2x6eLtukFAhLtF38d0DFln\npLXc+zogKB5o3RRtt6mkheWpH5y630oniNg839vo/zwbMR5RZf9XIYaQERt3\nvjIXEJE2VBztvphIw8pZbnaKq/eSLVwjUoeqykEfKmqYl4WKuRiiVNBMiX75\nJ49UfJXWtjJLVBGGCcF9ppdA0OhOabFh9Nh2ywdaRIK3tdW/pPCazRgxSPma\nn4ykI1qDFE9tGBPvAOOQaC3jDox/MybQMdISuI/68Ol0Ws6xaO9VkeJfgqAF\nvVnssArnUSRY+zTe4AdqbLfoVSh1wguH/1oormN/Jmm5Y8M0p7UNZ8pldZgk\nI0sz\r\n=uh+v\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"e86288528d767c8bdb8b1653b00b2651d1cabacf","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.38.tgz","_integrity":"sha512-NwDwtzhLP8hC/gjz6VcKbRdeMwAhQTOgXsLPqwNOBrpn4GLKk5BTqejDBL7mXEMy1NUJO/uJayEaV10xFh+mLA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.38","@syncfusion/ej2-data":"~19.4.38","@syncfusion/ej2-grids":"~19.4.41","@syncfusion/ej2-popups":"~19.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.4.41_1641295621627_0.5657827017842278","host":"s3://npm-registry-packages"}},"19.4.42":{"name":"@syncfusion/ej2-treegrid","version":"19.4.42","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.4.42","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"eb40b02dc4720d23215a5a85ee3a5d30a64a9d63","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.42.tgz","fileCount":223,"integrity":"sha512-AusEW0FrNQtPoKUdWtfxvhzG7nR94J6I2gUvDDQ7NFqxESBsRzIn0DQzBps3Au0h9kdlIMNKG1cgo8FbggTSNw==","signatures":[{"sig":"MEUCIQDY5moEDE5gUE5lo4E8pv7fKM1ms7o3X3A1uWPxXjyLtAIgU3ZB6bwJlqQyDpNeMKgPN7cthG1FNS6e3NX7mLWccR8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6649816,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3Y72CRA9TVsSAnZWagAAHNoP/1irUU2HumdJbUI6UkLO\n4chdoGoq3FXUAt7hzixcHcLBxChfgaLagvSRQpagdtYUrHd13fIlf9RzmxLo\ncIb+bBaXQwC3inSvBDmQ6W7FqRZAgPKMQkoIxzWeeD7ZaGDmS0nuMwI8RCEK\nBm1rWpleX5PsoaQriEpCd35tpdxGyw8gt9/37f56p2Hil/ws5sbprEJUwDHy\nJ0jRSU+p/RbD7crSu7opNxtaS6eNjsPHQB8PjYRBW42izLrIJu8MxHMYfaaW\nhiJm3kUk/BCDYsTrZP7grTPdhr6cdhqO90d86Y0tXljRExRpInoL0DqCQxJb\nLGHFg72Oc2R52YAS5fOras2ovxaqljYnc1Dl9OfHZFHB03ScZnxbeYFhi7cw\nzE5xNlWjLdCG4z0EP2Lbt0e3qYGX2XkgaIGbIybBqC+CsiBHb82nQ0MNjIFD\ncqn8zcOUWj6IJrCTyZnfk+07dSqjlk5OFZhnOsOMbg0VmiJEjdsvHLfB828V\n39iBpFRiy99dCOr5KwNso2FIw9nEsK7MG4YjE0NLsYviXPNid0dAD8Kw3YC1\n1ClOevrJ+igAOnkVOyRLbPgqByG3v9MrTGYvOuPYmqS3HO5kY3+I7vwAqszS\nCMC+D9zV5wYX9k/1qJluZn0/wdOsOybp3ww8mztuZ7BGjtl7lG1nDBIHOoRU\n+09B\r\n=cuEF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"752b57c8545cdf6e5dba29d7270bef1d8a2d216c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.41.tgz","_integrity":"sha512-Q0BEZTlMhWTpuQFJfqWrPg2AFGZSr0o/r27/wnml/9aKsn/Gcp9hWrIKWn5/3+ADWfQiYkTQ+negKVenoXoqcA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.42","@syncfusion/ej2-data":"~19.4.42","@syncfusion/ej2-grids":"~19.4.42","@syncfusion/ej2-popups":"~19.4.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.4.42_1641910005821_0.8093670667599522","host":"s3://npm-registry-packages"}},"19.4.47":{"name":"@syncfusion/ej2-treegrid","version":"19.4.47","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.4.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"3dbd4ef399e7e2277b511ef3b437cc1ffa1a5d3a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.47.tgz","fileCount":223,"integrity":"sha512-eZTE4/DfEyoamTUFx3y2s9qowGAS8E5OADMuaGWfcOD2gvoRKlfBw6hb+tBDnPAv/7YT5x+hvLEcz40pkC6vqw==","signatures":[{"sig":"MEQCIE2M/vsGDcuoLNO6wArZ2IO6Jga6UYNNvfqcffe/jzVpAiAopoGTgCP+Qj0140Vivh3L6WL7NbzpyTAvOQVfTbGeCg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6649816,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh7+tJCRA9TVsSAnZWagAA5ssQAJQOmuMQ1pLeUoL4Nw7r\nFIOguxWkTUga3ynu35DeLfSJtf5EhcjV0fxOP8U329zFu5kA7BVJHvYh9DHj\nIcN3kobLCcRz6vUv5yDQj6M3BD6b4KMu/eo6myHqev9Ghn935royA6YUhOdT\niVtAultmszOnNvaNDsJmB9uWO7u6ZYZMjsJKU6ixHQtbx1k3H+NwWMwVrZxP\n8exRF0OW2zJv9zHop979xM8uEUMatbnjOhsKX+9NezGoWu2XlNZjnFrTczJH\nA4CJSrQF9XNt3w/M8EXq9wZhGbvnH/1LRysdjZuPVGBLXM1Fnmtbf+tcQEMM\nnkiW3bZ529fkYGZ0qGYVcofESxFmf1HqBwEXywysnCStENBk5pyexyzMjd8X\nDhmHQFM/FHL0cPybQojBYv2ZHqMSKKWpahI3RxrP8l01xMw8gZZxy25Jz3rC\nYvLcTBn2g5ANDeB/U8gnXUz/drBjhQ8dHRy0BWUp/uahjD/Xe3wcnI9sej1x\nBqtQjGGCvh4u/ssOcicOK2Z18JJ3aaH+7WpbnHIx08aG8Cj5YrAkU6hvsXnH\naHlENFxaWKPEM5eCT/M/MNpm7bu2OJg8+tmAagZ6d+w3bmNaWJwVK84fT1pF\nKloGT9Wj8kuwkc5An7XvyUJc9ZS6klPr+L48aelMILHqblYn+SXqepkU8izm\nbvNX\r\n=oLXV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"752b57c8545cdf6e5dba29d7270bef1d8a2d216c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.41.tgz","_integrity":"sha512-Q0BEZTlMhWTpuQFJfqWrPg2AFGZSr0o/r27/wnml/9aKsn/Gcp9hWrIKWn5/3+ADWfQiYkTQ+negKVenoXoqcA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.42","@syncfusion/ej2-data":"~19.4.47","@syncfusion/ej2-grids":"~19.4.47","@syncfusion/ej2-popups":"~19.4.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.4.47_1643113289208_0.654324134468075","host":"s3://npm-registry-packages"}},"19.4.48":{"name":"@syncfusion/ej2-treegrid","version":"19.4.48","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.4.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"dcbd55f5018cad0b4d83e17698a3585295b87f52","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.48.tgz","fileCount":223,"integrity":"sha512-pVK57W8h8dRdy58cQZwlCUdJOi3xbMp/RJwbYepxy5jHoJMkntcvo2Ws5+/2iOVORlg63j+OnmQHOEcPAcmOEw==","signatures":[{"sig":"MEUCIElTUpFxz2Y9BubUfE8YEWoyYUVkRHJ3BR4A05hy2+oTAiEAiKBD35NE/AKxhogJjruFO4+Vs5xiNNT71ScxkRavAqI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6654155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh97dBCRA9TVsSAnZWagAAKqEP/2r72r0iDXZlWRTsOFB1\nWLlrRyqjvxkYpYDT5hnNxr4IsVrv5sO1EZRmvfy2tZvg2fKwo5VLTTZNylQT\nXrMBtZPBfpkUU3mBlci67ftqi04ReUWsuMN1tlkkSZ83SzHqVKuJpJWk/jio\n0uvRlopts65sNOJ30owJncOZ9T6otwLzl7naaWCHzriuTU+7fC3YpAQPJImD\nJtYG/wYwP0efoBgHFzPYTB3Uluv864JgAmTOMn9d9qsEq3td+oxb8GxDp0bs\npCSN140jkyhm1TAzaAnUXFYCfy0OXDE+v55R45fWIXGvL0GuN4K+OkTmgn+e\nnuCYDk8ymo16/KvEBzTskNM2UVGYo/ymzoVq/ilY+mLtNDH5DDR9ov+7Lp5f\nxB0ejMAhqK/UzxDrwoypbffDJeJureCOAxhBH42nOGU1s/STOWb9Lp+VZ7Uk\nzhexE97HWx9TBPspTwqoBt7RdBxXVzYdNv0FfM4nMWSduZw3WOS3AMsQoVH4\n3KWP3ET7BVw2Y8+zVvDqw48OmTAKWIYcM4m/WNoam0M5tMamLy4tdcFTV81T\nkBfgXq+AAQu3Ec+Qjac3fsxNU47nldJ6OTVRmmi4Msh62xjXN0uAhdnLoxHQ\n01RcIp0buBhKibabUQNeisMndRNb+aw7LTfw5CO6co73HUw+fDZKVlEdKedG\nYrRS\r\n=1RBY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"817b480038e0c8b944692130dda7f7cddc0efee7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.47.tgz","_integrity":"sha512-NYd8SKzN2/DomW0bAokurt48AiowfuQs3axS71x4rSgOBj+Gy+Ermmw5wa7in5HvIWPnpB8nGk61RacvnWTO8A==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.48","@syncfusion/ej2-data":"~19.4.48","@syncfusion/ej2-grids":"~19.4.48","@syncfusion/ej2-popups":"~19.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.4.48_1643624257498_0.4094891726135721","host":"s3://npm-registry-packages"}},"19.4.50":{"name":"@syncfusion/ej2-treegrid","version":"19.4.50","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.4.50","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"11f94c846a5883c030bd75cfee272b74b3932489","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.50.tgz","fileCount":223,"integrity":"sha512-rceHuwd0wPNBbFczO8WX9+m/Xv3fPB1N4KMl/7RBrGeKgKywtF6Ta9/hs2h5gvABr7pSN+J+NhjRZOTarXh9kw==","signatures":[{"sig":"MEUCIHLwx9ECCgbVjk/Bh5+HvNTgjwBMCVh5KcY5NrbXkiKQAiEAvHEtGTQBG9b7mG9qp51RdlXaTp+cdDAS5pGkGjD9N2k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6654155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAkLmCRA9TVsSAnZWagAAnocP/3P+4EwAhugHOlgGk7DZ\ngPp8j0SO/TpwmYc0mHdYtAmU0GSqbVWx36xrNTCfW2u5exe/qm0Oe7PQgZb/\nKtPoxe42aevVjzFho+QD0EAvxshrYoL0+GYfzMfP9wmeCR4reH3R4YHcikqo\nFqwmiHHFpolJFxSb5w0L1WQSm0D4U6aVrZesMyKzyBzQlx3/w4UDN4E1JWc2\nvUVE7TlZ+QLWTFvZQi/jPyovyOAVK6taWuZwVpo+K2jiZbbooaZgTwOMhCt3\nLtb5RTwTwXBk9i16W76kiDf9LLHFawyCYgiltF0I/AwTEBo5X7kbLeQYAVTj\n6V+uunhp3VkNmPh07qZ5cAIcWKokUDbyTjj36xFshDQQ1sLANiC3oFWpZxFa\ncBp8oXUTkVIM/XRD1m1O1nLtJf7i+4qi4sWlJT018njtfY+TT5skZV65IF7l\nrDCrE+ZMtthrGcRF9VdFFAkrhGnRaz1k15v5Mr2hz/KG0MdaCHLAWhM2mzSk\n8SAV20D1ECXGJDStI8jdGYLRmbxH5xPqGptEvvGYpGhcoJ/aNdzNAqmHi/w4\nHUGO54rh/QA5qdFjdaXWytJpzvnRAH7fF67abdckBMZMFAHaMZ2s/PfQpSVs\nyDMeJsh/iWVOMQS053eHprDhZm0BfJO5nSOAwMj1JGhS9pdr9z8EQjyYIjEJ\nou2L\r\n=5T0i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"817b480038e0c8b944692130dda7f7cddc0efee7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.47.tgz","_integrity":"sha512-NYd8SKzN2/DomW0bAokurt48AiowfuQs3axS71x4rSgOBj+Gy+Ermmw5wa7in5HvIWPnpB8nGk61RacvnWTO8A==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.48","@syncfusion/ej2-data":"~19.4.50","@syncfusion/ej2-grids":"~19.4.50","@syncfusion/ej2-popups":"~19.4.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.4.50_1644315366242_0.3610448908032413","host":"s3://npm-registry-packages"}},"19.4.52":{"name":"@syncfusion/ej2-treegrid","version":"19.4.52","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.4.52","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"9de44226cf741eb0d2b87be3bdba6e1e7f95d4e1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.52.tgz","fileCount":223,"integrity":"sha512-X23WPLXDBB1dg78bV6V3qPvyKZxa516ngceFb8zRU70ru4km9G0EC+gOo8z2rJ99BfbFptf8RdTCeZzFCc6lAA==","signatures":[{"sig":"MEUCICne6LNiDy+zdc3OA9ELlI7yOOQIcZCepE5eLn/TGLahAiEAgeNYmbLPyuMqv7qeiphAYK4yR9tjfcFksT9YxNZyFM0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6690272,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC7HnCRA9TVsSAnZWagAALZIP+gNtigblKVDCyT6buC8+\n5RfpvihHoddnE+ik3GNZSuzJbgKjARvA5tbqMeUhMk89KlD+47mzRhna3g0y\n6g1ZJ5PWfXPB92zEC4kLgV3nm3k4JbuPThmZDEioD6nW32EsuYIQ6RllOJaF\nYrGu3CvSjVJ0ixuYM/GZlqA5wlczF3qWQe22jYmI0aj9GDK0/NOf4z8Sxo/G\nJhD9bXnH9Z2wFUFwMlHLW3s5sLksT31zj+/YX3WUTAcVLa9Y2LJ24LI7RdY0\nywTnyHTt5cOKbQoHU3X0flc1xR69CPkW/yLVko+kAP298ZADu8NhCaAGD6NL\n5XRWhztMkTBHykfgNYUyB3Igta1qSAJZNd3+p7v17uUtsR1uW8Qcu9pqlIKN\n564m+QomsL6C+l86079qSTl/yiolv2iehWQBgZh0tD/Qpqz1cfBBx1iFoL8K\n8zfPblMLMcKXBeOh+V0aYPn0JdVVdhh90I37ike8IzKrC8OIfA/YF/QCSiRj\nwVyo6ncCa1A+fzOgJbkstvbcMwlbB7RFrx+7Gv58l0fRi048sy2g60v+FhYZ\nkrPszzTAeVqgH9CLnM59X1DTLPN9/kSQXEDKDTWKDcORs3Kx5dotrU9NAZcl\nAtGLNkSMC/YYMYBOErHD73CYtcugO7ZJh6Ay6OJzSE3SJua5+zpr6XCJatEI\nJQx3\r\n=KTBH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"dc2917a172129e2d1ec9ac1fdccf78b9812cf09d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.48.tgz","_integrity":"sha512-H/Y2ah0xNhYjWj/A6X4sS8uZIdJPP/8RQyyDjr3ArzAzJZkrOPFtUrcEuAQRHjqSKRs9OOXME9xVgRbHETuBZw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-data":"~19.4.52","@syncfusion/ej2-grids":"~19.4.52","@syncfusion/ej2-popups":"~19.4.52"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.4.52_1644933607399_0.8985593412547022","host":"s3://npm-registry-packages"}},"19.4.54":{"name":"@syncfusion/ej2-treegrid","version":"19.4.54","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.4.54","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"0295aabdd93a4bf18f891ad9968d6e5a5968988f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.54.tgz","fileCount":223,"integrity":"sha512-/WytX4phJHpYV+qs+MMWYaHAWSdwGrS5/xnls5a33iR7k5M9pjcBMAkVMvIg5pf3ZD7kjsxXdZpsIICnOPh6Rg==","signatures":[{"sig":"MEYCIQDfob41w/hurL17+N96Wl3y8+Yy2jts65jOi5Ulr1/TZwIhAPOQcKe2DLxlYm+G9sZJ+7bW3jOdJdmJBbxKB/OnRRoD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6708235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHg2hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmptwA/+IUx+FdkveGS9MTI81JIDRICaANwHxksK3mB6pwmzOln9f4pl\r\nkQlNhTQjUoidxqNGfLrb9s9wRp1DLNwmbEgBokbAK8mVxVuJ3ZbdTHLWDBi1\r\nTZqxq42X+cxBb8R1Lt1dM8nFdVuZleHVpQ9epUM4SBYtufEwz1AkAcsaYu3s\r\nvB484a4BxNRucW3F+qEtvqQBqejX7Hae8skE+sLemnEaIk3OTl+3v1nLsKub\r\nkzJYCgYAAWOsadaMMVH/MnG1CguU9Sx0eEBs84NYWpwA0Ty/+dQjjFiBuOmN\r\nA7nRK8oYbLqFlrwKMe93m3oLn69eseAyAGbSD/FtfQLdF3AH0VruFJy8Hx1Z\r\nwrkla9uMncXem9RYEYjM3gRRm0BMfXayRGrpqe3B3TzUwHJZDsywEudgqIu+\r\n6OnlZ5ijamCbM/d38+K8gj0H0S9rEbOpSjZ7pUX+CT47H4YlGvP/5YDQ2QG3\r\njzp+HupeRskizHdTFlP5XYs2AN5rahqN795bbkYzbnhsB+uiiKh5jqdZQGiu\r\n7sx5wN5SapdBSy/updU7rrimGkC5cFN2HuKqzN7+++fHvKapKPzImHyYx9jd\r\nPdBj0Rk2EW4yo101r1kpPpme+Ce5M/ir1/TIdv+KYzUlUt530t8maCcTQNRg\r\nCCbO+sPx5dr5tkG+1CoiCT+HzvceFXuM2Uc=\r\n=JXvG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"88f378640e61e1f0fb7be34f3f84685a3b015430","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.52.tgz","_integrity":"sha512-B6Doo437VJTVspTB15gVZ40BpaqThNJQJ6/Gl/Ei7zTnJY6Tg/NEyW8hajktphWX264WotqDWdruY1UfNY6pkA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-data":"~19.4.54","@syncfusion/ej2-grids":"~19.4.54","@syncfusion/ej2-popups":"~19.4.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.4.54_1646136737023_0.895636832174489","host":"s3://npm-registry-packages"}},"19.4.55":{"name":"@syncfusion/ej2-treegrid","version":"19.4.55","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.4.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"86485c163231201f1ae0c9598330ef85ce219310","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.55.tgz","fileCount":223,"integrity":"sha512-7AWFnZ45agg4krGP/yAIO0UFJYKzUAkmNrO4tk8BBsEiUkabsqC81pwaj+lAev4GynhZICAs+Pdk47ZhziYoCg==","signatures":[{"sig":"MEQCIDCgSkr5PeCG7Daunpu7lBIYXLuWyLwrvHqbJ3lOT998AiBCoF58rLk+T1q3qNy3Y4Ch9/j/Z1pytvN8+r38C8M1Kw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6708260,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJyMqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpzbBAAlMgiHFCFIHRu9MdjGGzNSYfndWKzXBv27ABzlgTuY64pOEmZ\r\neDeePZ++3xi3adXiwO3YnEuFvIYafVwWVobvU7m/EfUp9QmT8QkD5DHtf5nA\r\n/NTAAWASKW+Z7gdysDK98EJ08AqWkASa/P0SZduFLjtXIKgk2wmXB0xwV4Gw\r\n6+g+dfT3CfBPUzG5AhE2Ibgp9IEWV3MmV84ODm5X4EJVYxFW7+bJj5KORZAX\r\nh45p0XsjcJ+mzfGPE66dZS0Y21vPbYNfXZIpOy2eO7ogqM3InlZRiRZzp6d2\r\nYmhkfn5NeuB2QrToB9OV5/xX2WddRnQHYZnGPfXd2kDc4d6WidUWPFTYPQ6x\r\n1AvtOIBFYM4Dv9n42oQUfJz/eyinu2prZ4Ib2cO2idaReT8uBL30QUnRhy6w\r\nxvgvv+qTMtxzGNNiNfLEOL7jbuHjUDrYM5E+rgx4r8BRnQyQkPEps5MtEGnX\r\nPW2GBMv5EGncrkXHg96iMhnNm6FIhQk95Vfhxv6t8dq9/ljdB4hg/EnutZXm\r\nN+kQEPsGGozsMojerq1xsMEBYE2i4GttynGYGRugCpPyYMi/XqtMkIRIqqpd\r\nY+k+Wp70CbG6wS86wtYtL/ZXr5HK9PwKhDvtaIBmp1BUtTIqiz/olLo/rVQj\r\n88PMKPb98Fn8OAXsxnzWu25o5vlrYOYd30M=\r\n=P7ZG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"1d70bea58ea068fc89e37af3742f494d46f454a9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.54.tgz","_integrity":"sha512-+cbivNhFwEkOeKMKpnhws6wbaS1tSfAVR1kChJUSvfYQlTXX9RNubsPkYO/V15aYqN4xmlSzfRM88Qh/PlgKzg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-data":"~19.4.54","@syncfusion/ej2-grids":"~19.4.55","@syncfusion/ej2-popups":"~19.4.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.4.55_1646732073927_0.743179411628317","host":"s3://npm-registry-packages"}},"19.4.56":{"name":"@syncfusion/ej2-treegrid","version":"19.4.56","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@19.4.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"ed9ed6009418ed104bc11373e9a851498e674847","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.56.tgz","fileCount":223,"integrity":"sha512-meQ85BphimYwgw9KuTTtjJZLWyYFe2QtGvJQGnIijRkBquRZ4ZaYbnIcyRoSiADap+d5+cmbzDCcUl4UdSZK8A==","signatures":[{"sig":"MEUCIQCXmnOCku8rZI2ule80loq/c8S1J0ZCkQla7ZHaexb7lQIgLsrh040H3op0/xbk5MpHAcSsdPCKr3aPZXXwUmJ5Aw8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6710616,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMKbkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpk7hAAlpUWzhgwohQ4frQ8tAmcvqwpsfzwn1RBXoNC9Q/FSmHRjmIh\r\nE6OmmO/sjb0KmuVIC1a9Y8v44Wobx0b6cWqVsShRKOvAGqOvvJsQyzJJ4RQw\r\n6UW5Bx/pxegLN8FS0B7iGY+MZMaRXCKTT3sIv1hUFewuK4bqaFt4drKbtvv5\r\n4PQ8TYp+sy1nrqCMlvYs+YlmKqAeDK3hEmCM8Tlxw7Hi6DawK7+adQ4gUpGL\r\nMCadvdtIAXKjPo30hU8TvX5MtHLbgBClvksYKvG7CT6ZBcejsZY3w7C/4XB1\r\nX6ei9nNybuZHIpGtMcGzlAkb/6507eMBs6wSr94DWw0q/tQekNVKoYB13F4i\r\nXUGzrklPKSvvbs5BPGrd3XZjO+7KrcVAhFoRCS8MKgNyLEt/SwhSGO1cw7OR\r\nM5tHCW/WHfukhZrMjEjSWNxbA7pZBeHGxTpYdc30UXcX40SB85fQHpzbadSZ\r\n+7fl8iAM96JGJzdZid8TVjoyb77GPYwhiB0Wj4BxaDFyTaE3ZItKKBHe+97j\r\nK2hmdgntKOMEbN3efRKCXwJQGTuBgbmFk70vEBsFllBefpOLlhN67hX7xPkz\r\nPXauPs8YxqMw4IzQxIwZjctnUg5SnujY597XJVnSDEM/gGeLPRcMHtxLqotY\r\n4IFejTdW7leq+G8IjDVPdZjCv7CeWueu3Kw=\r\n=t8yW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"e711adbf22a3859e37b6d823c0914732c323754d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-19.4.55.tgz","_integrity":"sha512-f5xJV2acBAMJnQ/C9b+HxofLqJ3odAXUN/kaRyqz+3sMlYdAaIW1f77i7Z8FUY7e9Gl5M5BgPtTr2WQXAH/mmQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~19.4.52","@syncfusion/ej2-data":"~19.4.54","@syncfusion/ej2-grids":"~19.4.56","@syncfusion/ej2-popups":"~19.4.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_19.4.56_1647355619769_0.881559591741383","host":"s3://npm-registry-packages"}},"20.1.47":{"name":"@syncfusion/ej2-treegrid","version":"20.1.47","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.1.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"2e48b6f2d03247bc6dc7b75ab691cc02f47f5b50","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.47.tgz","fileCount":233,"integrity":"sha512-Bs+KKoPoTk6t95IpKkTTG81ONPvaiMNipOcRiUCr728/3ysJyXf6W3503+5Lzt8fN3OTFvEtqhcnIB47U82mgw==","signatures":[{"sig":"MEUCIQCNFPpS+8eDHkGyvokOrGBKWGXd2DqVOlIhte9ow4xayQIgdrxU/vuI1QoewdvJuoYHPF6nwdbMeSIVGQ1Hs6qfH6c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6801429,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSqgKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpt+hAAgG/xByF3lCDM2l5tqw1sCFjgyg7mwDuDOInKlSUG6R1LrtZP\r\nlDOPI5oxQrXvDOoiJ24mFHqlw56XvXNC0irYWUeZDx1070sxdwwJyubf5QXP\r\nGNY7JEGwKjcbVNWriBMnuLyb/uJd2p1ZD4j4UIkTcDGMEL/OaLL3egyySRP9\r\nvpcymJQed+YweXLUm+CVep8+YtHIFBg64s11iGWjzbSud1qDsxX96RBIwR2z\r\n3ceuEG8GYE45/xPbaW5B4HT4faHkYbZBSm2JX18GE5mqTvu4AmdldSTNFbE9\r\njxezxcQmOoizHOmjHVe/RW9nPAwztKwU2yOyCGWrpXBjNAC90JfWu2cRQZpe\r\n7TRv3bzuiVlC478/YpcTBbX26+v8WBZkx7oHKxC5zgwm6JDRhAguWzrlRrBw\r\nKwHgjLSpWfSu8SHyHqtXGWHOz6c9m0Sqxsgdp07kdUbr8eOMjMXzLHr3NPwL\r\n3ckxqh0x7nLQ14Xq+a2mnIYiAQW/m1FcH5iGhbrTwvUS4FjmC1iSurht7Qld\r\nVZkKm0a+VFce2tINRLew8ypp5JyY54qRYa9LwQv9TG2447ecEJvjTblqQvpI\r\nEpowIXtkUEgnajrceEDi/fAnbksl1/tWbG9jDCOpc+lq+EYka+m2zISWa++v\r\npjE27jzuOrgntFp2tfRe94bd+MJXEt6/25Y=\r\n=S8Ik\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"348932505ec2558f8d30b8ffead3f508749563e8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.16.3.tgz","_integrity":"sha512-OaaaeQK1Wag332oQTxhdgffuJg+IQA9aBRYfHc5OgYGw+FgdJAu4y/XBVY3LTgkZ0Z1qKxZIU2KxTjs/m0n7vg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.47","@syncfusion/ej2-data":"~20.1.47","@syncfusion/ej2-grids":"~20.1.47","@syncfusion/ej2-popups":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.1.47_1649059850684_0.18044980600238536","host":"s3://npm-registry-packages"}},"20.1.48":{"name":"@syncfusion/ej2-treegrid","version":"20.1.48","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.1.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"120a6847104715d3fc5b5764b137a0fe414addf7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.48.tgz","fileCount":233,"integrity":"sha512-Nr69FcgNhE4mky1p549sh828o12MqedHYRWfse5BOSh393CA6yPAyqGo4HRCbC0o1rcxgY+hw9KhXSMlzE0ZDQ==","signatures":[{"sig":"MEUCIQC1h2yZi9fvpF1OWUiK43b1PcZ/kPPlQ4cECGJ/aRdQRgIgbS7cme4PKoc5iepgCOdaXMX6vidLxN/L9SqH0AIUOo8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6825743,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVV5oACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQ+A//X2ZeckMfuWqcJ5ZsLEJpGGfmFKqROXh0+WQpe4LNkO2yEVCz\r\nUVcgksWtWgPLofy2G2/viqBDtt/ylsUA/dHMaE79QyRs1Q9TNln7roy8Cfnd\r\n713tAiBt3q2dlJOOEAuRySyhhmHcpW95nlLSIiJglT7nCf55NqwxjkVW/z1z\r\naxeRVHSg7TmeylY3c955GF4JTBd93ZxYxMmVk43eZFljIYEWyG03190SKzVW\r\nbQK+nUvJqXPBdkFR4LJ3+1vZdVxP3tPtpsc4XKLuuvXDtQwh4aKbGJmB1EfA\r\nwrDBSGyaqaexs1ITjXLcOeFo5NBQAgiM4//FetCxwylT8q4uUewN86CCnuka\r\nDQRgSmHM3+v1pbjKk4g2I5YByiFWVPvvuJ9d9P0JcTwushNrmuxfzRzHC5ZZ\r\nlEI1sbWw4VEX3Dyo7yPpEmh0sr9BlCXoobfGyfyu3w7OQv33EGBQs1K9yy2Q\r\nMDAp2cT47Rz2tE02ia0Y+PxEIxrS95FkH3ErYzgj3VZaXmh0iXkxRZlQRNDO\r\nDJ5rttFWhQiYzTNrIMTru1B8I/kQuML8/4O8SnppZmxeSMzq6pdBDumX2jcC\r\nqpWxK6f4tCiwmCmlLSpMWa7oTtqCjuBK8yS0HnjgIKyfCYcQBoG7JsGQzCbi\r\nrJGpfPXzIOyJ2Cskin37Pyqm9MjmqDD3oEo=\r\n=AqHC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"4e9347d2be3329f13cd71967f9b245887b42f746","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.47.tgz","_integrity":"sha512-wi8XwhJB7KOHPpwl6tPNlqmE8HiFV+wPZHy+nOFvu2CL3/TQEqPhwz44h5EAuG+xRN6DqrOODGjf/R7DfWNAZA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.48","@syncfusion/ej2-data":"~20.1.47","@syncfusion/ej2-grids":"~20.1.48","@syncfusion/ej2-popups":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.1.48_1649761895969_0.04459906221233889","host":"s3://npm-registry-packages"}},"20.1.51":{"name":"@syncfusion/ej2-treegrid","version":"20.1.51","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.1.51","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"75795e7f7fef94c1624c3093a49f5ec32c84cbdf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.51.tgz","fileCount":233,"integrity":"sha512-2/VwZsQMhj90iwkgDGlSHCB8FNz72WDvTLUSwq2RuV9puegG7UkqgYBFxHOsu6PENgaZpwqU1+wd9oE3TWuoSA==","signatures":[{"sig":"MEYCIQDK9E1JEhvEtpDv23BuCajAhpLgIFozttQud8vSFpl2IgIhANqVB0amcchOISPaNEmDdabRzHedZf+gdfZD70zMmmQ0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6924363,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZ/QJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpo4xAAkGrLmPy+vJN9IaoPhFza6slsgiLpyIM118VzqPS6BMQaBlKj\r\nDg19TTgS9RdbiEErO7b/xwYu0b/7IDnEbtaksqnV/pqk0rLzmpOuidC35ZxR\r\nEtXPC4DcEaaQDwAOH6OlqLaCPNJdq6rLKg28eRyhVdRwhVEtPIoIzr66SF+B\r\n3JE+5tFjCEPSqqAMX2F+XN5fhdJHvARzHa9wA0kDxqED2DNkNHT90SNtqBtp\r\nXShcWwHh77Z5/UJtY9DWTnMWnS1qLwBnrm1mElviWnJRm9bvKPCCSzqbl55Q\r\njlZ/XSQ8pUiB/dnDfXKwePs1fz//FsxTzOPXrsZ31h6wRMsUQAptN8BfCf3v\r\nNjqQu8h7t1lMcBq1URS4LQELnZAjBbzsjHKEmNqiRbpJCxeTOHXXRFVNjOAK\r\naRDJjNqkStZFT7GdFBDpKtFFi/WQvVYcCCHlYLsNDq/9mhhBnFmnbT9QWZv3\r\nPosqJBPg1Q97jS0umJnGFC56IpwHg0GCfpyiWq7xPfWm1MBGQ/YH7GkrxCaV\r\niChpx1bdezHOLz4p/rE3rOQ50o2PP/o97fYU2j3pGRMpTsWIBbbUbwYWV1Gk\r\nre9fFUNz8qUv+NrdTAbtM1SLJnSl/qHJS0oA9Gyd62YNdnYXxEqPPe/C8uIF\r\n9TCnWDqQrjVOx3cQ+jw71n/kHS+a5zLDJvs=\r\n=tudK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"e7bd8249c5a14245b20a6295bc7a8668f094da53","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.48.tgz","_integrity":"sha512-8wPx7RsFAoz5CZKwde0HxmCx1MYBUtZGrzI/e+at8zwvQlxMLvVJnhERqJFFhdPoZcdQga4D6tx0vGHCrfM/+Q==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.50","@syncfusion/ej2-data":"~20.1.47","@syncfusion/ej2-grids":"~20.1.51","@syncfusion/ej2-popups":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.1.51_1650979849011_0.5691459873345792","host":"s3://npm-registry-packages"}},"20.1.52":{"name":"@syncfusion/ej2-treegrid","version":"20.1.52","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.1.52","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"ec9f363def39227934c5aabfeee5b04afb40ebb3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.52.tgz","fileCount":233,"integrity":"sha512-r7e3HTvCPMZ0+NSxromyk0dcj1pwr97dtBaOukDuHGt0SxHLyCItqw5Y1GsKA8m9DJeSCVDt0yy8hKnGgUA8dA==","signatures":[{"sig":"MEUCID2oUoJCZh0KRKdGzTradQB/+NPFIsIEqcKj0epE4t/FAiEAqcBtHBsJR1ialJThTNwFbeJ1MKlLnFajmDXkgqFaMJA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6927892,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicix4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr06hAAn5mxhMoFvGEsYoiXyE/1Um2qz/R1KbSLNeS1SXYQgGqh8v6m\r\n9VFFTO1zJynyWj5KxwJgRh/86eIr/PjyMqRaRDNmIjhBvi6RtsD8heAsQxmK\r\nHULnHMWhVLBHSvMlUJIJWvjcd5/GG4D7DB79gFQTfLWTkY9pxoq4mWEzakBS\r\nAJUgki5hLcKAqlNBdLleYZv6re0kRRIUzCGFhKBPCtcbOFFXKVNHIetfHvrR\r\nSLiYyV0WUztCbG2+WcQRPhC1NcaZLZ4swcbu0hD2E6YpxB19AZHYpOoy+Q74\r\nYfvU6YgKyqqoAV3DSeHyEZNThvE7SYr2uqBXmfeG3U1IgjUwhsJg3L4wvaYg\r\ngSe432EDHIp/P6BLi9qff45JNcz8agXjbMSuK2pIWRTTEZCgxKg8LMfbRm32\r\nYfLFdTwJr/4eY9Pdla6z6u7bDLy/yUbbhC/ofZv6QU6Mqj2HL8HkC7fa8YnD\r\nRZnX2LncGSte/hj1Sjl/Jqx0apkD3kaiST8mnLle6fDIgBEtiBahQGNk2ug1\r\nUl3oHy2kGPC8Ps7yBekI02LpPis1ptxv4x5wuhY9h4n/ym8hCm5yUHWfWSZJ\r\n/Ij4ncumHi9hy4tmjHPSDkM8VMKFTp+HV9QJpaDVP0EieCVWWwDJW4ak8QjX\r\nQVaWK5tlGfHpflaBEH0HdsDSSrsGReN5uxs=\r\n=g9Zq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"24c27866fd177d1a5bf5b2c11bd29aa74c005f69","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.51.tgz","_integrity":"sha512-9awiYCeU9G5d700L+2nhTh0/F/31+EWJZawEtrU7qxpGyoFxb3EICIFVb51oO9+BQphSS3Xnp204Vk9xQV511g==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.50","@syncfusion/ej2-data":"~20.1.47","@syncfusion/ej2-grids":"~20.1.52","@syncfusion/ej2-popups":"~20.1.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.1.52_1651649656503_0.7392571750167765","host":"s3://npm-registry-packages"}},"20.1.55":{"name":"@syncfusion/ej2-treegrid","version":"20.1.55","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.1.55","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"24639c5b52266acf46e39fe5fcaf40b8ba12df70","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.55.tgz","fileCount":233,"integrity":"sha512-9lWplo2xAdmmfWoAIA3MmmH1VI9xfWlf8eTyrIUBjHBxKgM35RRpS81keEcPHhgeJ9B9ybZPIbpv2RKzVChVSw==","signatures":[{"sig":"MEYCIQCmp2CJW+QPPI0l2OjOqzugj30WusSsTojSe8ltNuh+3QIhAP3xaklAO2HxU/EMXYarwzsYj8gfugMhumx+Hapk6PGm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6925073,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifQLpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmou7A//Q6s1yBtdl9FQv7MLp+P1zDC225MdCedKbWS9O2oTlgMf/+HW\r\nIUDk1pJD7eFpalAUcIIM9vxRpv3/Dv2fSDEGl1/XoKBqcwAwKs2nc4A0ewv1\r\nD8P972wjK1pPF67Xci888psrj70AlTkSGP3Qd9U2Qxj5K5Fq0lLXntA0/ll0\r\n+O57wNDHP0m9ZDslWSUWsr2F8ShavE3pOkgfY3VpaWlqpsRYUQafCsvq+EqH\r\nwkyNil7QLga4DVmBzoW/w8Ozm0XZIHmFxDaMVRGjI3HUX/z9rhvM5IRQ1EIW\r\nAa37ODig3j+yDJsq+pllTsCbfLseM+Ia4/QrZtkxFi3Mmre1+7jO72k+LZ/z\r\nzh4MCC9Woa2K/eRVgstNjndlWcPfgWo9ppsxW+L6SsRHVsHdYFgbdUIQ42vd\r\nQgSphis9u2isvhHepaI+wJRB4Es/ry1jRN+JbB2AlRHhhONYsvTKaHp5XQhu\r\n8ifzqD0mU7Vmq7OdZ217h1s4tkGztkZCDy5OkAmD2eFTkMbRxLU8F2QaJitD\r\nCS5PpiD7Lbac/6WUeRHfSufMeBS3uIaWu2jEKtiMltziZrtZROMcDzr6hTcy\r\noOBxdHqHfFHWv4j9vDv4uUpYQ+y4LzwLFioCD0hGHZYLuQBTdrEskiCACffB\r\n6pzSASTYJXK8AFaP6hUkfRJjUCHEFQwVWsw=\r\n=EhE4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"8c82053c644986cdb461e9381c0c5c77c6b8f58d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.52.tgz","_integrity":"sha512-YN6uR63NYY2AMQf0v1YosSbea/+ZxrGmsWZovV2FqShGumMbDXHzh94cYc0zrMEW4Un3ChCObIZLdi0FVGmxxA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.55","@syncfusion/ej2-data":"~20.1.55","@syncfusion/ej2-grids":"~20.1.55","@syncfusion/ej2-popups":"~20.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.1.55_1652359913232_0.8383501708704584","host":"s3://npm-registry-packages"}},"20.1.56":{"name":"@syncfusion/ej2-treegrid","version":"20.1.56","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.1.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"33fe4e7d4e2abbf9b9a7259ab702de96bf14b34a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.56.tgz","fileCount":233,"integrity":"sha512-y17uSBC2eQk2m/F4jlTDiDRWldTGEtoah1enw+YCsAeuMrTigYWvk9h99j3a3ZTor5rpWds4kZ0XTvHX/IHB2Q==","signatures":[{"sig":"MEUCIF5o3RZ0zxKCehPJnhi47+6G7o3x5nzVNY4HT5/4FVY/AiEAyB8mPSQ4Cc2iw1lcZFwNQlbUX+oMTxzaw0zexfGsHTk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6975680,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJig38/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpEng/9FaysOT2e4Sza4i0JKP8IAf6z3p9msuT5jjjigdtWp93thAlw\r\nA+Tg/b328Y6gxflJnrErRcg0Bsjdz+6jGwtUHY0cUuFc73917X/larQ2oBDS\r\nwZkPhzRLN0YPQNVrzsc9zUdbr78VubRPKYKV4K6qPdkUFxKiM9rG9gsD+ZkR\r\nWMa4U8idRFjig98A6D/hRnl9bcoAgci1btID68mFjfloQP80OVlqRVCWM7y0\r\nU7d0GZH9jTCdzpOsRnSgwqbMHEfQjKALnOMjgEiYvqlwEPrO1ogNzSAM/87U\r\ntkEJ7v2wpHFoMDpGIE55jdMN/3oZ0Ist+ox1G2ltEY5ZPAe/Iw/DNDf7GsQJ\r\njSXGO9z+bAPcikWGjB+v9b1D5WIKw9P4zVgSPUiIitzhkFqeGDJpus5XPTpl\r\n8r9S5CJuSduoLPL2SrfeF0EJRZ+ivY+Pn7HkjlCgqFEQZw3lw7vnUnEkBpUP\r\ngBfEUi2VP9lhR5jn2yUcUe7c2ur1hMed9mmA84Pst1uWxiK9ZtuGSRDNTvnl\r\ni6Ppgn4ucGCpTGKOSnrHMMqVviH8hvyJFnBA3C8cCGChLhSfsTY9XFy2X+PR\r\ntPEMw2AqSwW9bza3OZVWn/z0/D5iU9/+IPTla2lCFKBenWrC+eiiBvdpvQZu\r\nvSMiuIeHL0Rh6ib2NlFGnd2tXq+eroLEOg0=\r\n=XQ/j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"ded97a9e20965294cf8792b759e1cdbeba0e8e68","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.55.tgz","_integrity":"sha512-A1EOCEVmqUalNcK4SjlQKCn8lUFDKfEWKUHNw3EqzLQjDxZsUMneiA8ws+zwLgX33Bm6TevapkBRBtoW5jbQzw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.56","@syncfusion/ej2-data":"~20.1.55","@syncfusion/ej2-grids":"~20.1.56","@syncfusion/ej2-popups":"~20.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.1.56_1652784959378_0.07136533496002873","host":"s3://npm-registry-packages"}},"20.1.59":{"name":"@syncfusion/ej2-treegrid","version":"20.1.59","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.1.59","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"06e800a19f3bb189688c4b9b0629ef476057fc2d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.59.tgz","fileCount":233,"integrity":"sha512-qap6QdV9zGTCBnEHFjMJ/z5Eu/toyhgAeMNyFmvdigO3rQ3yWiuLkNaBuAgMi5BEjmWx4Ov/0T8QwQMnUf5FXw==","signatures":[{"sig":"MEUCIQDABwlVlpuwde97gE6ZV6qMORXriPXNxFFrngFm9grFbAIgPdJy0qRd4kuHhVJrTdvSfUKHyJF7565DHHAAbQPS6bE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6979431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinzViACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp25A/+KG8lsBctfwLBAHrrGRXrzJtDQAuGy2XHJOmNVHVUwHhTot1R\r\nzCqcf7u0s8KoaWNV42Ibi9V2dY8GAnumYFL6WCUbDcxTkO1WsZHDrUceEDwT\r\ne8XjDt7wdOG/c5DcWD0heZnWgBs4GsicnZwdFi8rLTMjG+Csq3/zlHFobKBl\r\nfKUItZnXxQMs2QmMf4qmF9CVHq1HTjjURUgeJ24Acwq6DwkJUK7ZMOjr9Pef\r\noVVvAJr5xyOezhITH05bVzlDJxgkKmeboWWDv9tCFpz0KkVLY2/69+ZTxSZ/\r\n6KBvx/HFLRM16s8qW4S0a33gQfCt16Gip0xjXEqMpSryvQUlSXzzqJ1RMqY2\r\nErS44Mz02lnJozp4nKdB+YV1my6pvm5u5d6pIIyHOMxnBsfCsEYdsWKhCb52\r\nlsRITLA6Qt8Iissl/9cR92uH4AB7Za5dzocEXn8xTttG3n5sT4bNdJ0e2M3n\r\nAF9sXmjbVfXQIPdAxmmO/1PwzobC3oi6KKSj85+c+qMpG0QOUIJ/am1sYn/C\r\n4TZyzg8Y9JE6c3ioAvFdp0QeyYHz4U2vTJklqGlB6WtaDJuI3+BWkSCwkeyG\r\njS5E81GmGqP+T5qHaGcwAI+Uy37/s6FEUws8o2jkMce+RN1vdYOFDt9dejak\r\n3CKEDJlMaTHQPxn7XQUkLh+VipHCQPGooYY=\r\n=6bAw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"0d3903781892661826595306bf4fb3b640477753","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.56.tgz","_integrity":"sha512-Qr1pNSDq6WTOGaUqG0e2v0Eppvmh+NZN2PNrnd3ucoBB4SFPMZLClzf2eGKb4UuStq8H+A/IMpdT7GS7IqfnLQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.57","@syncfusion/ej2-data":"~20.1.55","@syncfusion/ej2-grids":"~20.1.59","@syncfusion/ej2-popups":"~20.1.58"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.1.59_1654601058342_0.9304526648801259","host":"s3://npm-registry-packages"}},"20.1.60":{"name":"@syncfusion/ej2-treegrid","version":"20.1.60","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.1.60","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"5d5dfe2951761cac9414784d12dad596b82a5b8b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.60.tgz","fileCount":233,"integrity":"sha512-cTCZP6vcYZ5Xl23TsLtufJ/Oq2RzvtLXy9uUa9yZoNwv+4PdjjlKkQ0GsMTPIrBsiacqsr8pFKQAcIPud1LLFw==","signatures":[{"sig":"MEQCIGTqHmfAye9AodweZ+ZCMu3ser4GBMAPDQuHeBxsHOcsAiAXQaVYH8u6UWtPS91O3LuyOgQnDge3wITG8wcBMYkKZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6984203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqH1DACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmofFg/9GgDzX64GKgUyyHsQoxvVV3AappQQB6IAkzOYIha36OFeaWhu\r\nrJF3+H6DFTvb85/unoNDEfUXHICn+nFyZoY0/bMyrSNvZ9aVzg2OWBmd9sly\r\nYh5vscgBUzHntE5Qqpvdsg00ActdUvnOrrwmB8uvZhPNKpsXVro1tl69S4yj\r\ne6/5ic9+h025CAvGf6I4Gj1ElXNgS51cbq7UnaFdLa6hiQ4y/4fXFXBVTXZV\r\nHzWUCEB8M5WWWArJ8kAVFCo6eLrrN3iZlQYcy5sfFXHEY2ZdvscOyuH+Bx5B\r\n2xR1gIidGaWZFS8ba+dCXxmsZP6u6JKOE0+P2WOrYyTdT2zRECQARQmP8H+r\r\nSF5wyo3v+yihSJozKWcEIRMDBLKa2Bm7H4quf4I+U5xXH0oXstoxWaxw0SAU\r\nqDxSOicosGD0N+2M++TttYhEPZYi7gRQN1b43f3rZz3CtOLyl0+v3eo0cRKy\r\nzfIL+qxMR4Y71FOP9Wo1G+ZPqEBbZDCE4cuMQ1tvTHsxmFYJTMOiYpjYNE1O\r\nULd5CZLXcDnUvEAChWavLRgOFbl3jdVn90EQy+FKw/DRLnltIW8xOemU6+Si\r\nlK7+HtYPuJ5x4zL4WABZYnyuGH2pcMhC2LIAUBNvLFshxvv0V2DN+R5BhHB8\r\nhN+UHrubPZt7nwVf/yvEzvTl5FHgkwV9X2o=\r\n=QYON\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"5723cf35775fc07a90823da3f4dae1200ea0b243","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.59.tgz","_integrity":"sha512-LOslqFTo0Gua6HY+2oUsYWRa9AABCh+9DilQp1ewuMxw1mu3rrlTUQk52FGE6VGi78oOUmGbZcAAeMz6lc/XYQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"8.17.0","dependencies":{"@syncfusion/ej2-base":"~20.1.60","@syncfusion/ej2-data":"~20.1.55","@syncfusion/ej2-grids":"~20.1.60","@syncfusion/ej2-popups":"~20.1.58"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.1.60_1655209283105_0.7193890471912443","host":"s3://npm-registry-packages"}},"20.2.36":{"name":"@syncfusion/ej2-treegrid","version":"20.2.36","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.2.36","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"23f78a30fc67adb8d85e4b84f7c0c0b36da58224","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.36.tgz","fileCount":237,"integrity":"sha512-SJXschK2k5mP+gL/2AyIDdGMd6yQvcPFXKZ5N5ZWqAW2y8s9KtqWeB44NG1d5Hr9VrsjUWiNENrvub8MWuBpwQ==","signatures":[{"sig":"MEUCIFnV9w2enA9A2COKl4g5g8zpvnugnT1AnP/a6nFrhrcsAiEArcx0Dl5k8KNj/nffVzMidAbG8pR0PG8nu/7T0rTq0cQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7045517,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivWIsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpU7Q/9EnMqRsjl3JQ1g3MDNnCNmjriJCaZuRHMQqOeD/YF6MIOhuSW\r\n+oGfSkwW+qdQF8REPdcOuqR4CrtM48wGGJ4mq60PLO5NDhqMvyKwh0jo26pU\r\n5rlG2JXCh3K8g+/8fKcgHx0jVnlNXDKDvVp5bx1mfhLmPm+rc09PVlZdnQv4\r\nG2770mXfFZYvCs0NkmSpQNHLqUWt2qRReM78zYo+eMd+b6gEgxFjkUq4obJK\r\nykkMSOnQXruoYzSvwq2O59qLLowo3dFFA//W7bH6fAu4RjDguOdyIcVKpgVV\r\nPfN0y5G59fjEKd3xkT0PuyUDYcjmEa02EMlKnPNOV0+z7AXdO9VG2i/bjRkQ\r\n/VdKsKiKuxqoNnNJ3QPTe9V81fGKjF0OpffkSb1WqXx+xgGZFE1pPxhWel42\r\n5/wunm2LTvVegVfkyxLEWDUX9wEpnyZB5rev1+/0YTGFZ//5cGLAOYIS8DA+\r\n9tXLPiPSGFRiqmGu4E/RnzWylwbixdzOISrfpYTPsJfoOvNXnjVOl3uJhYrX\r\nHzqPAWYcGoKL8LiBFQW+Kt06z+zvuSJK/LqKFrNUVTWym1VvDIUnx/ZVORJ2\r\n0QHQC81N9ED/YS5XWMaA6cWarX994t+R0GwwH7UjVpjiQmI3ojnIJZbmKjFS\r\n5okfTFNbeQszn2oVCoHQnVbxNF7aHZAXsro=\r\n=sJDB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"ffe68795f8136158a761877a163b5f8b0987f200","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-18.23.3.tgz","_integrity":"sha512-MoKO1I4KuhbqhrcUpyBSTMmzWIt3vmYZRD0X+sKPaRR5P7TwWi6FOhn+ZKN4VkOnKNbok9JnGUAFfiQHuz3GcA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.36","@syncfusion/ej2-data":"~20.2.36","@syncfusion/ej2-grids":"~20.2.36","@syncfusion/ej2-popups":"~20.2.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.2.36_1656578604073_0.3051594821486521","host":"s3://npm-registry-packages"}},"20.2.38":{"name":"@syncfusion/ej2-treegrid","version":"20.2.38","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.2.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"6b76156dade9e909fa4fbc9c7c45716143350760","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.38.tgz","fileCount":237,"integrity":"sha512-CrJgkghTfXk+cs+VoCWcc40fnr4Ut6fq4J8oKd3Tv+/mToP+cvGpht4/jxSmN/+O3kPvmCx2jM/jc01GrYD6iQ==","signatures":[{"sig":"MEYCIQDVrukWhOFO7PHqQOb6Y7s3/5qRIcfX1gqZ+GrO1T0SgQIhANT+Nn4p7MvXmFM/zJQhxgOjwthS+P9UUXTfZ5t0I1tb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7060847,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiza3iACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSww/8CJnwRGdV5/QtS+I1WU1ibqlryB79BhoyNtmctHAPjLANauc7\r\nnGKg3ayWEQqcYSei1ZWvEDYzs5l+CNt4lR8GKw+piPZzElTZPcfQlogPp8R6\r\n2f0OcI38+UMd5aluat4q3ILVmYn3canH75fi2d0JrrYG3lSftqACR4CYmSVQ\r\nw6SSSWzEf84eKd71wiCidosxYMgpxX1YPObLO/rOvAgiZImI6RXP99vSlC1D\r\nCrnA4gwqBkVdf0/AuCk0aHdKetN0S3VL6ql7ZCpLDR9TjKXMecWWa6o6QF+c\r\nAjOkXEKU/pYEhbqD/6R+quUSBcFZKrHY7b5SwLzI/cr95+YjSxiZ/DXi0rt4\r\nOOX5rscTVcaNYtnDW157YKIrTlnDlyVs7MWLZQv6ms28XZTONj2to6c6Pu0a\r\n5TKi897cplY/OsZvxps0YKx70D+KXVCOq6i4uOiFwd+Eqf20miWwCDTZ0CNB\r\nMsj08rsHtlJD5gHiv2un/f677eAZbiYjRmRbhBaJEWPLDsq/jfFPFc7hGBqD\r\n/80y6k0tkDQAMADWX/0fjReKO2ZJbGYajdtx8CEpTlZqamTHuvufFrhDLP2S\r\ndzgfNSkxNmzRXjzIla44I5TF/uIBRFiF6uQIeKyz/RKjphWdmxlV4Z8C9i9c\r\nMBRLK+1Bd6Y96xxS2bxGwueVpd339n+aSos=\r\n=MsLp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"8f57494d4d0796652709bcc45f3d541d83bc5e4e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.36.tgz","_integrity":"sha512-OrB3ZEOBULnCkrBvX3d7Al0eOEi3YDIpNArHSNNbSx5A/UrcQHgPo+Ivhg5hFEQPW2jH7UhYfsucaPSYEtQ2Jg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.38","@syncfusion/ej2-data":"~20.2.38","@syncfusion/ej2-grids":"~20.2.38","@syncfusion/ej2-popups":"~20.2.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.2.38_1657646562164_0.8302482042302652","host":"s3://npm-registry-packages"}},"20.2.39":{"name":"@syncfusion/ej2-treegrid","version":"20.2.39","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.2.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"798190ddcdbab48b38b721bebba6debb9a208016","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.39.tgz","fileCount":237,"integrity":"sha512-o93v9nvpH9GrnQKGGUGoCcwudBoj2APFMXEBvD7FKvwarYdwzAgA8pmw0DIU4jOQ7LfJyXrQUe2cxAIEgajGuQ==","signatures":[{"sig":"MEQCIF5+X0TidRdhCAh7cZlpyGcBj4gl5o0bkB67AH2CpYciAiAMnC5Vo6daG9wVhVoKcSwu3fVKeM6AyM08vRlmVPYTxw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7060872,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1sT5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqkFxAAgECXgWQQhLkgAIy9txVkHqSM8Pc3U2SSDS+EOkdvLjAH7yUc\r\nk4hOwg9fWe7cUEpQCE5LSnDsONlsEKTcW0fyT7RXwOWMXN2LESniseeFGjzB\r\nRsYq+LIZ4CH+jEn6U76F9ny/QZamDWfyqD6p/ob1nY0JA6B+p6ul+TOIccsS\r\n8V7l1tV+2Xb7g/gVIwaU9iVQNvoAonQf+KLHVUM/ga9d+/W9Ly4PkAt5/Ra5\r\nG3LjDI4zm7LjVpvM/JGF3bVYE4Ce7V0w8mzHP5HXKr1jYdQqjQvFZiOIns6p\r\nKXII53YrtwqVxvp50kb9Qr1Qx1HIMuyInb79pzyqDvXs1BVAuMKgqqwos810\r\nO5frdGgKDJB0SvBj7U+arw/XAaHnirbYxYejezs0F7kseSNMyoCK3PYTmjJg\r\nb53IyiYitk6wgWd9OqDYcKzEZ4pEuPZjWhNq5lHeApD4eOsYq9fXnTqkufML\r\nttQaFAjvHEXRHAwLv/qykXxivhAJot89hDB7ovc5QKKfYkINnWw1dcBILIRq\r\n0oYe+SdzGjL8jEqCh7lRxgSrm9hJEmNeNu+8ADquZNDptC+YdPBjpqtCwAV3\r\nRGTerHe4SoDeEULtyXTlc+qtP5zMY05NVE5JtY8xW1f/oFyn59WDSL+NnIjl\r\nbnOXgPIrv1wWRIuQ2ZQWzLOHLOBRXAdN2Bo=\r\n=D7sY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"d00d11ccedaf101a1069a1e3c91f7fe22caf58a8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.38.tgz","_integrity":"sha512-NYCz9DaDQ4XOOV2NoH8jhhXRZFIkCI8982VHG9zXaEW2dSMQWllM8gLS2pChBtIswjofew9fMjJoGO8ppr+ZNA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.38","@syncfusion/ej2-data":"~20.2.38","@syncfusion/ej2-grids":"~20.2.39","@syncfusion/ej2-popups":"~20.2.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.2.39_1658242297485_0.3331787801955324","host":"s3://npm-registry-packages"}},"20.2.40":{"name":"@syncfusion/ej2-treegrid","version":"20.2.40","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.2.40","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"19bab63c471b8f8bcef8f8425e00ac820fe8e601","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.40.tgz","fileCount":237,"integrity":"sha512-3mEzdfJtUXPZ+K4IwqN5orEnofqNApYcFUdAm5nIidnGQkaSohhvJNnfZWCUkJ+ZLCRUF6erBYfEZPReFASAZg==","signatures":[{"sig":"MEYCIQDQTuKRJvhby4B0CKST64O7XJfehJTsGCbg9VMZh6CFygIhAJE4yAkEIiu50Qol7Q4K7HNoSxJ2WcMGjfp07gWS3/GJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7094152,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi39SGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmodrg/+IpbXoqeDHb+f5TzHXJx35IdKY1yXbLsEmZjUqVFHPyyFUild\r\ns/DYHulAueaHOFyt4Ed3ymh73l6rC/LQncOF5PgAgyY3SsRoKhpFG/CrGF7Z\r\n93w0DzkncPR98PhkTn1e+VtI2R04ikmZu/Akxg8JXeO7ZyN044k/Vnv/n/dn\r\n/XlkUDqQeEqciTNe7pvNrkIek39LkQTcNLWbjk+Fg6ERNYE+HmNxlv3Z1D58\r\nWEPi6rhE0f50Tqp7U99WWQc0opYfoEENzprVmA+h5K0mHmM1I0xu7DY/I+LZ\r\nwNgEcPGZmfgzNrHh8+2E7WMiA6WGBLxmBEEoo6NVcPD7WqQdAGJLQC8xxwRM\r\nracj6S2rIb99ly+RjTw+b5SZgGKeoNA8ARsyS+yrC6I15jJQ7JJrg95VJ5Cn\r\nD/orgOnAW88XpU/04QHu6euHgtPhtDjCTH/A2/g6ly6MHolCZzMhkw/oPTca\r\nwAjwz11cyOhN5tul8GX2Nmg/34hQX3E78yIEorvFyj8l1hGUCg6jDC7eZXrd\r\nzkvu9eN2VlXyDUL3tJo1BdwO5SzeluDsADnYJiDN91AH1OdKA9RMFRLEQA8S\r\nrUGG5KzhiYuNYf3NCbEpRik02z3bPaeMDjzJqnSyWq/B5Md1RiolrwRXwdpH\r\niYj4oCM8AAjEPonPIza5qvSTvug/ZgZFs/U=\r\n=t0Y9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"45ce481300501f03d225973a53a749b17c4fab18","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.39.tgz","_integrity":"sha512-5rBNYV7TLamFp9Hc0N6hCtVjsqk1ZxtGLsP49vRZQRTAc2zps0a3OwOVsfGQkh6YTwyojMRNwsiV+GeHUXe+6w==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.39","@syncfusion/ej2-data":"~20.2.38","@syncfusion/ej2-grids":"~20.2.40","@syncfusion/ej2-popups":"~20.2.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.2.40_1658836102510_0.4970731441244032","host":"s3://npm-registry-packages"}},"20.2.43":{"name":"@syncfusion/ej2-treegrid","version":"20.2.43","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.2.43","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"9fd5d55e72f6e264e2a77380b9d9087055e5563d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.43.tgz","fileCount":237,"integrity":"sha512-BAzAgV1PkydCOFP/dsE4rMrkp1Z3hrM6ITSR+dZJu+uWkwEGf2Sb3hsFlBHHz5LJo7eAbF+hkc1kjXBHvHHE7g==","signatures":[{"sig":"MEUCIBw9KlTWLgiO+xgzjtCwjd5lle5/gpXUAGtEdVPFTzFFAiEA642ewuhbNxixG2Rd2BEaL/dC9jRhHIHGIKADkXOW8jI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7094177,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8KKFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoICw//YA0iUHaaH4I1QpRXY1w8kPuTof9R+gIFdAhfNagkTfTdaXFd\r\n+TAolLmlU/0pYPaFoUVpO8yObY0rKkn7GxN0Rq5qh87sm8Xl2N3BlkZTO8jd\r\nh/nSZdMpHkFxOOqzAYvZ0tLRu9hmoP18Zx6e52K5vFqZi/O2yjmUSZhod1/N\r\nB0eekC7zQLBdDydcSSM9U+8MUZCpB3ih6dSwK56RfiXElDA4QPEa7QnC4/lV\r\nm4W4bvS5XYkB3UANUkKF4kpM60YK7O2Bh4ERzxauAdN4ejN60t3ML6Ho0qMC\r\noxEJmL08dZY/N6WOXAerys7SWghYg7GDHUNtMNfmo6xpNyl6FHPYBFOu6eMd\r\nMr/6Y7GsYdm+Lk9LWOCWzMmgqFiHZi9e9kQs1tG5czBWnk+hOuzsE+5GzoRg\r\n1rIdwNgWo+44JjufBP70OlSjjV7esIN5mUk5+YBmcwbH6dMQ8Cb+mAXQ7PO2\r\nZP0rYi2WL6iyAMoRkwS4dmfUImuQfD8HwZ2c5OjeOPJMkY3fQPhH3+LFq9Uu\r\n3rWsP+47fNtVhb3O08KuDJCp05yqPm1knPfEmqH7GAeMkuZNK1o/SnRr2VmL\r\n0Ym/Sd9AT8XHeUvAk4B4p9K/sEUxIn/MMnPbx0a8twtbzTHdR/lMYKaLGH1s\r\nrrak6OIpGuc0dfg+WI2jjLhfDPU6IYNnDgg=\r\n=05qz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"ad8625609f98d44dd61b732daca091111c3970f3","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.40.tgz","_integrity":"sha512-h+5jewn6mztwblkIv0nY4K8zCtNqJC5D3UGDELOXnJ6Kw+Z3ocVnqcFFaW1wx1Y0f09Z+kYpbnJHL6nRiPpCUg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.43","@syncfusion/ej2-data":"~20.2.43","@syncfusion/ej2-grids":"~20.2.43","@syncfusion/ej2-popups":"~20.2.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.2.43_1659937413486_0.38244855289459445","host":"s3://npm-registry-packages"}},"20.2.44":{"name":"@syncfusion/ej2-treegrid","version":"20.2.44","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.2.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"f61e12dee19e1be9f1d16b06e6565ef4dff31491","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.44.tgz","fileCount":237,"integrity":"sha512-8+/IHt918Ge/f9flMNgevlpyW+7lEwHVSRXY4kSUpx8O6L9orBbH3QjI8xG3dxA7EIXePGGExyOnaYgjXD+Uzg==","signatures":[{"sig":"MEUCIQDyE8Sc0FBtwt3HvEi/qgX2MA5GluNY8o7w7xovQCsxRAIgcN/BAh+Q3XkxGfuT2GlsHkj7D8LHtyZvwaE97JSOlpk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7095482,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+5UvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+gRAAjaoUvFPwOkx+Qacgm9iwXUYzT4lszUbYzN7LBF49VmrVW4Q5\r\nJ1IgZqbu8BVsj9r13/xp8oaHKrc7EmUkJK2O08WoOMkzCNCEAghZf9loNpH3\r\nn4EbFp6eTv38wNFxSoCH0RNjNkRjVT/oV8qedkS68EKHCS1+6tUVdn0a+SRw\r\nDz7gC4Ce7e87GKQSwuL23IXdb97eZNTWxu+6aqq6L0aJciWTKErxpUVRCgDq\r\n9okuDs37AiqV6lQc/pX797pcfj9sGNZtK1d+O56/p4477tYu9oi/5wFnaPa+\r\nKDQ+yoma2N8kvUeoQf3+SETeg7h7RwI7gYCXYalY2bhTXP3GoCGhGq/FNNds\r\nOVRY471AP5p5KgfxdEYAeHfeUrkLSSx4GRaQ6KBMj7yL3m7OBv9SzuT2AMVJ\r\n1wANcGNN44IhZAtMjUnjhGesQhlZIAJ7PHHC0dC182E40BLHFPhUydcVeqAh\r\nyH3f2XzDaTch5IYoIepJDeaE34TVVx5xrIPVXleZIbEHTnRDjUtldmtmZQlA\r\nET70Bz7PCW0vrPntTmV70CBitdTu+VoNYPDL6efA3JRWN/9cFASITPeqF6bN\r\nztRD+bp5EoF2sGhM7tMCUY6PuVEsDwQKby2KInYQW3+ETLSiD0F2xHd4CKEs\r\nCva7dFlgzxq1g0AztUHck+iq6kRwqR66Tmg=\r\n=//85\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"ce98748e645ea015021c79b70828538d8e5e0107","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.43.tgz","_integrity":"sha512-All3AvUDevK49U7XAKoSUYwrSfbkE5eqyYMPppHtd+60ksQ35EmGVPppVPvI035s+PrDJOJvztD5M41JtjkEgw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.43","@syncfusion/ej2-data":"~20.2.43","@syncfusion/ej2-grids":"~20.2.44","@syncfusion/ej2-popups":"~20.2.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.2.44_1660654894868_0.6256951254772101","host":"s3://npm-registry-packages"}},"20.2.45":{"name":"@syncfusion/ej2-treegrid","version":"20.2.45","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.2.45","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"65543dbb532c9c9fc28771bc028a5e3d2db13b8d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.45.tgz","fileCount":237,"integrity":"sha512-8s3OMaToXxDQrMxmSqqG8bBmXN+wvKwb5UgCh3HuBJtye3wF3MXW31C04iewygMuWeJbr/MG2NxmQjjA/HsOZw==","signatures":[{"sig":"MEQCIE59i7q0aKuCOUAcaAK39hurVxqhN80Yrc81FGN9Bb+HAiBtwCediiq9JiZMYsbgeQkTT1FBPI35L8sQhPh+sd5m7w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7107832,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBMnYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoo6A/9EvXPPYTxyPhR3vOrVFf5lohO+wdD+nXObTrW10Fv75cpZCbN\r\nJE8TDXpJxfVoDBTMEESTod+0Yq50+nPrt9df+wzlhgdf3ebWcpynShbgrkH/\r\n52XIo6ftAiXoEn4tAT+k/qbb6+hhBCJdp0m5HBUJdZ7dWYzDCZPf+4AiN3pe\r\n1LZS3IVJhSD2PyAJNobmdqTQ/rrvw2Kf30cLKv47DggG/LW6wdNgvn43MC68\r\nQi+T4MNa1uuYn93UO4o3Alja8moGtZ2B9lrAV3q47vC6BpwPuIh6vG7oHYxg\r\nyjCdLXuDtXyj41aJdBla9iEo195rQFF7OAfxFSqKAvSkbxsbApJVRu2/wLQ6\r\nOh2wHRfX/uRXxZsbHGBhpiUdbNKfPkxLfRHwPTe6O/zC1fK5eYuDqZSO+r32\r\nAbMghHI3GlqY52imGj51dSmpfVpW0J8gBKNQ1LNqHyUFB85NL9EHVTkWxMXO\r\ndL1ZlHDuGtbgwJwCc88O6hDYOQGSStW64VwAp0+AeKzkdVhLCnSey62qnZpf\r\nsx87RdJ18milXH3uMI5aUayYczcsJvWIlpqlvKVq/XrU2rIJBK+QWpsAklWI\r\ncJUz7H3KYT8jcvRIAsTTkAf0QyPpSf4vTJI+yN9i9pCABLPUtr3LmmBCv5r+\r\n7f8JDzbD7N5wLy5Z1dGe1Fxk4JslXg8nHEA=\r\n=yoSC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"b61ea013464ece03bba9e3bbe19f3396fd867ef2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.44.tgz","_integrity":"sha512-/4fd7PkNtcNI/Zd+N6LFuuSgJ9z7eNxwyz38eAmvDhgFUNJ8dtS+EEtuFRB8yAUZX0P+tN5BVDHSQYwtT+PHNw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.45","@syncfusion/ej2-data":"~20.2.45","@syncfusion/ej2-grids":"~20.2.45","@syncfusion/ej2-popups":"~20.2.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.2.45_1661258200587_0.679174742995218","host":"s3://npm-registry-packages"}},"20.2.46":{"name":"@syncfusion/ej2-treegrid","version":"20.2.46","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.2.46","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"15152832a6cba5a3fb49c2699eb58ca985cbbce7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.46.tgz","fileCount":237,"integrity":"sha512-zAnV211lRrMkPvh6XEVpXv92Rt94eDocWlj5+xGdbKltVN7Ir8QS4y6DUtWwr3v1V7mLDkXtmUMnfg1wyBRZWg==","signatures":[{"sig":"MEUCIFpM4V0+qcAGRqSt/LeTUK/1Y6GAcGQAk2SGjqLq/LuMAiEAren1WUqIWjgx5FLlBZyHsGj79RI1aI7YOWJSlVlrmc4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7107974,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDhSmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPYQ/+L96IF2oSZBsa0kqlh8VFPr4BYBiag/M61+SO/i5XRlpO6oPe\r\nuXK+FE9sA1+CWci6Xm5VcPxScGKgZmUxExBFgirtmj15jPr9t2uiIsIusjn8\r\nIAbq05W7spwcoud/LCk29e3ACdMW5C0lTAMHeo+eNea4jkhRDpeIbpi9gZRS\r\nLXpzmCW2n32aMfKOTK4etkcVaZ4UA5ItBev5c+73RSwbJz5kXUWnScOsdOS8\r\nRdyCTiRcYsuGcirxRnuGvpYmqsB9b5MDYbQKVl64FlOUabCPZ57nw7JrfQRF\r\nx7SJagU/DxvC9Z1M0Y5czZJ6O/pHv4VN8w44hhQ7sxpo7IWOV3zz9hHLIRAP\r\nYTa4ksTblLsryjWOAx2spo/piycJHce+ZXiXJyCQZDfPp/emvqcrR40ihV8u\r\nsD/EcY/rwL08gKhkH7R348zrlKki09y3N+Jgm+/F2cL27T59+f5sSbCVhZsR\r\n68f+Z1XjDXABQBJXSwJ1ER6y01AJW21RJTbpGn4UMA68Y5+YCt6ySyf6C/8r\r\noMh7/o/96qvl2JpZ7VhbaTK9B1R9NLhfUOHwOPF1RQzWMgMPagJfl5p8L/7Z\r\ntCtJXNl2AuIfWOI0Y/5xR2QINY3M8pTMqu6vR6FXwcglaIAHi/ZlwKeG8SiQ\r\nVQnQGcmdluqazkKdTScVOlal+MGV+fwUvz4=\r\n=6AUM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"51398d20b4de093ab6ff0a38f58fd0d30db95247","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.45.tgz","_integrity":"sha512-DHlvVmftx1FJ8oOvYex8mPsEs5UaO1OOLy3HBjPD7VzRakVp0MXfuuL1fjGxdIBgfgxnm2BdZbpoaMKBpocj4w==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.46","@syncfusion/ej2-data":"~20.2.45","@syncfusion/ej2-grids":"~20.2.46","@syncfusion/ej2-popups":"~20.2.45"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.2.46_1661867173943_0.5089609134443127","host":"s3://npm-registry-packages"}},"20.2.49":{"name":"@syncfusion/ej2-treegrid","version":"20.2.49","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.2.49","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"02c95ef881794594cdb7829ad30340bfd4f7da29","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.49.tgz","fileCount":237,"integrity":"sha512-qhNtiCl7y5CuazAO6wf+cJYOmHWodNZf0GWndT3fUNDR8ZbEQb8GZqDIc7kLBlSCvnc2vciiwvWr5R8NbsmJ+A==","signatures":[{"sig":"MEQCIGMms0zTjXtWqPY91kJQu1nYmFn0s72043GzpNTROjBRAiAk2QUYwSdoFTFgnqwOzb7DG7jmjoLlPNQuWcZ4T0LSCw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7115421,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIJAWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpoKg//cnTzaJ/flxl48lzWm/DvhTvo3gSUDK9rJ4xuRwsibzuwK2C0\r\nzBYVO0NkVnqH8NlVNtfvEvtiDTNy3PqQvAnPO4EWwnSqDOzRYcc4OytwSrQa\r\nGb52mrosswbYacH++EG8RHfBpjZMgL/akFdVlAHcTlt4Jlf4h8gWU2A1a+Tc\r\nopJpRPrAZkAjKHNNxcxNG1ZkXWpsa7nccHOESEmNZzVkgVFeIbGOzZWIVmpd\r\n4Ey2xUgNgpaIK7hSdCpFb4Up3rhzSyQXVbLdeZepHYA0hbKwKQknORFstxM6\r\niaTACzMQD26Ws0mLw10TJ+IXLoQPpAU94VXXOMubxNIhDeKuab8gZibwKSi5\r\ntTwK+LqkJDGkRK6Ik/7meyxTfCCMoCE2EvQdwUE8+r5NWcNsJIxw1ZrAbkfq\r\n2yvpVxnO29HZtEwQKg04MuhtFm4Q0thdhyEheKBrlInV5ST7gZadyIqKPFch\r\nUy/GNcy0lf/IxCsxcVaJtEWDL5RllxqMcGz7d6SzgVplL6O3slF0fqDR9WV7\r\nk2tizj2pq9sapZDalhSERjidDp5VWMB+e3AfDEctkKJX1EOD+HWsujxR1zLK\r\nJ1zFQBOK4IIru2MP/82Zmldt4sLfFMkJxv/YEnJcuYq3wieW/MFGLG+JFm81\r\nH3jCa0d3yRi5D4RNOeswBgb7dky73jJ1b0U=\r\n=iBfG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"f7e5f74d66bffde32c3c7b995b213375cc3773c9","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.2.46.tgz","_integrity":"sha512-0SyT77dBgVOM2dMvYAZTKTa1lbiUkc2eAQXOWT+BUE0AS5gJZu2W7kNchvvayJVtor/3u3SkoUVg8lOsDy3eUw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.2.48","@syncfusion/ej2-data":"~20.2.45","@syncfusion/ej2-grids":"~20.2.49","@syncfusion/ej2-popups":"~20.2.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.2.49_1663078421797_0.1856104402475709","host":"s3://npm-registry-packages"}},"20.3.47":{"name":"@syncfusion/ej2-treegrid","version":"20.3.47","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.3.47","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"9561b66b034cee9dc395f6c537af46dff15cbdda","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.47.tgz","fileCount":240,"integrity":"sha512-iKGEsQmsqxg9FtVFCOCannQOeXNmwCpVKihEKhiVQv8djlgGdJHbIUCyz4dsOM4QCSW6o919nis1z1zSiYkJmA==","signatures":[{"sig":"MEUCIQD84G0bkM/2gopoGSLb1glWvPUBif5J4gkeHzNd+m09rAIgVVyrqvnE2ietB0dRBVpkYKVjP/YgLb0pFGiKjezx5eo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7654482,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNVwmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpqlQ/9Hp76Hr9qz92HdIeEgiAvwZyT+vZzcBVkDt11qbhenCYyS8gV\r\n8bbfQIx9zmyHPVjm+GfzjOFUY3w3EqMRwHfvVsm3tO5dRGYs2KgK3zbvAT6a\r\nkOgTbFiuW8nyeQjuHwmzOh78G4gfymcSZ3y64sIW/oi0FMeAq1GczIoBxwwt\r\nlcvgrJWh2H/LCXFB/xFxRC+myKIh4Kwq5yrEkmkDUYP8hcNUM/FRQx2Z55lQ\r\ngTBINLbfwL3YQhnFhl8KMun7jLM9eKhNK85AXfpT0rVcIVsZ6GGTdNCfirDy\r\ne5smXFLoS4x4O2VkGeflXWVhFzscDliOCYvLBaUgYKXrL5BwtPWztywMmmL/\r\nbDpMdnvk6ahp9koIBta+DwpeiR1EqhuDyCYiqpe9d1qk/tHYd9YIexaLRunI\r\n+7X4XwcaA2uVMSCi6rMgEklxlEAMjXyt41ai2uoPynDhX9Ssx/jKalRon/kn\r\nZW4z3BQDNN0zDJR3eiq3qqtdoildpWJ21bQhcSfsc5/CSkoOS7xhb6eCztRa\r\nTjP7cFk58eeQlfDz5Cdh91Uj88PpTUG7ut28QhpePopNisd82fFoZPBtwc+1\r\nnv8AOCzxhgjrYZdPJSZokZDjR9cFKjtkHdz7cM9QWtI53ARP1J5Zy0lgtxP0\r\nNTCp/M3XadHwwWhbw3XhJHzdtw0TnF7F4Ew=\r\n=LhJJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"30d76503766adfbcd5aed10e0f881609dc0c34e6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.4.3.tgz","_integrity":"sha512-7aLSdNf8+b6TlRdFServ47CFnkLWCRjwuU24Bilr2Rrvqn+XSdL5UxLTIPB0pCb8vH2U52sVLFDlfblpLRfC+Q==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.47","@syncfusion/ej2-data":"~20.3.47","@syncfusion/ej2-grids":"~20.3.47","@syncfusion/ej2-popups":"~20.3.47"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.3.47_1664441382421_0.14177464427119912","host":"s3://npm-registry-packages"}},"20.3.48":{"name":"@syncfusion/ej2-treegrid","version":"20.3.48","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.3.48","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"f67aa3bcaa3e85c26246cfc2acb006efc9179682","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.48.tgz","fileCount":240,"integrity":"sha512-jsb4bO6kKQCarInqBLl/Mwu3ZeXXDkIBn7Y3ClLVLTSvmuFgHtQtFyeRjy96rR8jfBhDDDMMM0+UGr6iZEdLzA==","signatures":[{"sig":"MEYCIQCfRzen7a7936h+BVDqw/OBAf0iKLLQ1pxgimL8/jAxrAIhAN7HmBo1nxQFms8nZqTlGm0K0U6MOeisrq+Ws30sr85n","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7660412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPYhwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/0Q/+Is3DTeEjh9nJlqkWRmNnPhcN9eTvPtGAeSyCgR2FLu9V8EUK\r\nxKGHwtZsvf8GY4jMDMctc9h0gCIQF7SwUckYiCwe4oWekEusDH7wFV5aj2M5\r\nQh2IQ9/a4XoE5KimiuJswqvaIGlSXyR6xM3BhnhdMBpD7xsDuCBJVADzuBiR\r\nj9bHIjB3h2OJebx+Seo6r8qfoOsw/p8hcdfSVsVOJEfoN5pLJtwYYWYw8UC3\r\nYXGNwtrQ3fhm/4sMag+yk1FlfffF003mYFD6taU7FJ8Wv29rRSj+/ui4K7sC\r\nX1N8ASZTNnGQKKEHHA6aDKmF3O7cmMbuSotn0ZWKj1pfO9JDIe1SOuvkIBQo\r\nhAp4AvOw3ZXX8gWGRj0/mEoKTfyOPdB24VkXYlmzeJwuKJkE37ZgQJFJusWq\r\nB45SNBNxyFeZ+9kcaAB8eV+e5iEk+Y6ba/Gah2ffE7j9+8KKlyXpAJob17Fu\r\n9zbaZjjPlFGPHWDlS8WgIzxXoZ8ShDf758Jl0Sx554QAYxn+bx78503xlFKt\r\nhgvzSPCxuFPJtG9UaXJpNgIJOvG1CZW+9wT6GKBdJGEdraJL9boCWmvp7zJe\r\nZ7UEkH1et71KDjCbnHkJubQ4mKip+6mcPZrsXFfA4zeXRRApTn9m6YrvR//Z\r\nvzr448mZIGSrpkmLEiewBiB2kSQg6v64GVU=\r\n=+9AS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"1847003b673227740c5a591d0292fe16bc4615b8","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.47.tgz","_integrity":"sha512-h6rSxBpMoZDLav2suqY58wIzpy42bpTtxPL/2APnJc98TC6Nk2c7seEgn4iJkc2hJ7AzZ+BEaTpJU72+r+W7vg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.48","@syncfusion/ej2-data":"~20.3.47","@syncfusion/ej2-grids":"~20.3.48","@syncfusion/ej2-popups":"~20.3.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.3.48_1664977008609_0.01144735575358724","host":"s3://npm-registry-packages"}},"20.3.49":{"name":"@syncfusion/ej2-treegrid","version":"20.3.49","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.3.49","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"2ab0ab67fb6cc9604fbed61718e2090918f79765","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.49.tgz","fileCount":240,"integrity":"sha512-3z4XdoOgXzxoPbQDYrr7tHH5JLYCtLZL+zEpfbR1UkvQ3bSaLvD+XpctRcIVesm7ihHdcpvYT7jmW252awXyJA==","signatures":[{"sig":"MEQCIE0Y3GFqZHJG5bH3z2q8DXoFyWZ//CaOLomNz4/SjiynAiBGehcll81LS/iyPOQ3x2DCgibMTqPQYJCyUcZIltqlkA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7678564,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRWbnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqAqxAAi2roFL3QGdQCGw6JcvYUpyNlE5NrSq+Rj0NihC+uF3LUX5JC\r\n8HMvq937VKikn4sfwjed9u63NigLrfUrrPRAV77cwovEb8mwbRFJVMQvIXRa\r\nU7dpHsn+1VL3pVmLNag4Iffaw8+2bMMrKCIFn5pVUMrNj8TZ7+VaaJmijEdn\r\nRhSzmdCA4Qsbg+1U5afcSBOYMsJhwm/2w3+o10qL5ECelbS4LBOqbbYub+yX\r\nw546RAHahHoFfu4VxtLUkvdgI/H/eMMEbCi9GnvHhO8y/vCfxDos+UG2o3Mr\r\nN6xUBQcgtONYk1JMQoGXG1SGvhgh2oYkCZx5XTR/E1UsYJyNhUq5Pyb427rH\r\nu6EbhZQqlKVk/W6cQiA0WZMbrxIb3ZRbT+96SgJBhrhP/nY4N0z0przbKOa9\r\nKYfUQEJBE442APVgIyEo3lJOT84G1laPL4jn1RF4cpKp6xZqcVi03FCjBEPK\r\nEACjJQlnKOFCHGzBMshnabxfzgp/SbuU7bHUAMJtcTwn9p4XK4Y5w6vMDYYy\r\naLdE2YilygxFTS8FP6zeD5cv/F35Q+IULPtW7Wm1BpdXZpjUOS8cmF5nOceS\r\n06QIusxIYEhUFXzNH3IoeilqwYu37YTJKYPayBRZEaWL+vpm/mXzF+VKrfuB\r\nUedZ63acP9LOU2NIi29M7py32jflOcKEqls=\r\n=X0s6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"2170f2614a8c447a00d8ed7f29c0cefa3e7a09bd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.48.tgz","_integrity":"sha512-FntkOlAYV9IljTx9G3tCA8gbjuc/dBLSHI8BT8KxgljA9j9KWzRAO0yPQ0PHiZfMXcEt3ypWcntHwh9TvcfYKA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.49","@syncfusion/ej2-data":"~20.3.47","@syncfusion/ej2-grids":"~20.3.49","@syncfusion/ej2-popups":"~20.3.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.3.49_1665492711710_0.9807765220294486","host":"s3://npm-registry-packages"}},"20.3.50":{"name":"@syncfusion/ej2-treegrid","version":"20.3.50","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.3.50","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"6530508877835604bac3421ba1644c61d7fc9c01","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.50.tgz","fileCount":240,"integrity":"sha512-MQ6aUGFxREjG/0By4Q1U8+uPg24o/qNwjnEaDWIxQ1NpVLnCDpDw0bZMBxdf6eAxumc7I7iSIqZAI6LZl9HG7w==","signatures":[{"sig":"MEYCIQDoeMF2O5C76k6EvQPArM91V/EC9p+rZOaBWV8lTA8+0AIhAOKSjU6+EWyjIr4ZkKXbYQn2tjpNNiwTC+NDs9TYlPkc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7703510,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjToS5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrDTRAAjd5rfwsmLeLl/b+O0Z40Fw9mPAvaheofnruYRV4cM+YN33Ul\r\nnEo7gdMI1lYZU5epK/NMgnf1xxx7rtY2lMz9/crFC3iP1KSRB2t68cZGIKpK\r\nhhYIFvUcfLmggcsAwH6rHttyuyFcxxOOv1WqDWYCTNCcTikWEVxkhYosCXkl\r\n9g6aoF3CQd6awHTZPaLFwj4SqhZRR0+THe+CshV4w2ZZL2I/zM44/lvOWVrg\r\n7+dI3OQYtrerGJB9lADrt7Vl6st1IVPrbN1gwwKc1GOBnYahcc/bmRUpxDRf\r\njJi3zidP8YSc0+GUSD6GIXlqIyPhzthsyUnO1Qb481KQePHOyVAqZd2Kn7Au\r\n5EH5SphCZwM2kd/VrbfQQ2G2QDuqFPzsHVC16s2cR1LJsBr1ucsVbozaMZDi\r\nJovEFp1X+oaVVlni3ckdmloK9/g043cDAjrAAM6V1y1Q2dIAvrJj9cjy3gSS\r\nMfCz/URMt+WlbXdrsn2NnGsTzkir/ea8XQDaO41fFrU1iBjgmfDpM7l6QRr9\r\n8AuJE1BUZvGF4p10UxtYdAcXl/l+eXcN0JgcgRsRydJPHQ/iXsObNX1fmoUV\r\n1JfEYwiwsjkhiN9R+g+/9zuOsWAvdGWONorPkghpaU1kuP4CWM6PvU3Fl8kf\r\nYZPvlCrVtYg8qaEHVR9FzHJGZP6VzeP2yO4=\r\n=Dhaq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"a830c8b6226e2b1d86a1ba0b50b1d9879604fbc2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.49.tgz","_integrity":"sha512-48n9ELayHVf9o6D/gd4RUFkaaZLi8jbQw9ayr7xU+9E5iTtIzjzM+MagsBcmi3g6cGX9ia+ZA1jAMgVAbZkuSA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.50","@syncfusion/ej2-data":"~20.3.50","@syncfusion/ej2-grids":"~20.3.50","@syncfusion/ej2-popups":"~20.3.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.3.50_1666090168819_0.6815871068619141","host":"s3://npm-registry-packages"}},"20.3.52":{"name":"@syncfusion/ej2-treegrid","version":"20.3.52","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.3.52","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"dac1b489cde3e0c8c61edde2048a452a15460ae1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.52.tgz","fileCount":240,"integrity":"sha512-8RvEeY5dX2m7ZA0SLS46lfn0tg3U9B5zAy0UC6iQkQkC5aWoK+02Nc2Bel3icX3Hp4SDPZ9ND1BhUjtwoqG5Xw==","signatures":[{"sig":"MEQCIDGWTNbJsGuMhzqG7wj6aTNlj2+0RYF/V9tXtX1/Ck6eAiBmCzyRUnGlPK/BXcNdfNHcoVhO45sgzy/BxpcyAAiqzA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7704011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWS4eACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq5bA//TleQz8jPeqooBZHsR2L9fxhQecQNNlKyi+5orCzl/faBDh3K\r\nivYWMtS7wcrS1DPD6VE/RU2WBT1V5xkSrlqHK9ZqMiir7FgUM2UG0VR8l6YS\r\nZ4NNyFIzMrqYmwt38Nr228snAYHxpuVK4m358tJcE2PLv5gSFBa5Wp4PZfL5\r\nhR51LPZ5otQFVzSUclaSeD3zAuL61L7Y1CnqdOFnrQmyo1Y0jQxtT4ltcHwp\r\nt4ePv4PGG5N5412SbHWBoKdvPRluUG6jeWVFk8M4Y8PerxAc/n8Z1xDLbm8l\r\nxzyw4ELuKxZbdPaRvfyE7gmD1OsOENiAnk/ZmftI57jnGHylqnoyXyHMrOKA\r\nQTQSNCc4xfPbQ6c1FWM17/AXlX86Jg2dScaEnzHiHY/voBrn4Q7j50rn2YXS\r\nlHtUPImXlHCHofKsX7LtZtXcOXnaUfXSsd7Mqrh7yEe2zG4vxNaNnVdckpO1\r\nlEABrhaoko//L1+5Hyy6i7pjuBxBIqhNCSD5+BhjULdNrpsVc4gMqCVUFEAP\r\n0FK2znibx7zwMerfXZ9hKXoig7hkcexwxxVWSSMWaAETmkuiOR5dlRLl+r7E\r\noEu5hBC7LA5Cr2HiFumHm6weRtgVVxlUj/P1qMr9zArhFZtqkfN5bWUIG2IY\r\nFw8ivU6EtFWO+SVxvika+6RzmoPhpf0JEaM=\r\n=HyUy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"17e0647238a4c1c168824e7c379eb122dbbfe7e1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.50.tgz","_integrity":"sha512-Czg+JqgGD4Buu5k2IzxuXFUL29KqXlIQSzp+GWsKzdH8YwZWamw//cbn+eZrLtUp3MAYPb7OoL0mUqTNWNtRPA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.50","@syncfusion/ej2-data":"~20.3.50","@syncfusion/ej2-grids":"~20.3.52","@syncfusion/ej2-popups":"~20.3.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.3.52_1666788894477_0.7358840245555711","host":"s3://npm-registry-packages"}},"20.3.56":{"name":"@syncfusion/ej2-treegrid","version":"20.3.56","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.3.56","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"473a9132644ba04b877d5878dcb7ac1c3e1714e5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.56.tgz","fileCount":240,"integrity":"sha512-KBPkrCPs6lQFAnKkMAgHIisV0q3mpOTK30SqYO8nRoae20lk0G/hoF27NAQsylxRebcOQnUiSzVDDz9TE25ddQ==","signatures":[{"sig":"MEUCIBHiVnwic7dnuq9MICOUFz7SHsYNYIDCr2WEYczy+mgnAiEAyfJysnaYvqoGNxvABLh7OZauFT07c2ov3/to7qyB2r4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7704359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaicZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSbw//ea68wOeJr/uIUQvwgYvXP8XnSFN2jDH5Xxgmgb5FqsMaMbJg\r\nDmBPgZfEhRIaeXo9+Rl/WImt03le9cTM/nLtwbPYpEJix9lX+izwfe9g0wA7\r\nX+JajmGOZlmX/Y9R4DHtbJWh3XhH1QekR3dNkf/9D5Vtl1mFgHlPjmARQkwY\r\n8vOhqR9EBk0ZjQaobADmvA0FycxBbjwyoWAwfdLwKgHz58cCt23uUhzAeie8\r\n8qEUBJ9SM32/crbIoYBH/hJMlNMwLccPApT1OPHVujzqzPjuCwMJNhg5t27o\r\nN9xE4H8wJ4OdFXJU9lZThCm+RBr7qZbsO2X8TlzoFtOwWcDO9U7ssPYrMQv0\r\nG0AzVOSppUWUmscjp05mKxsL1FQy/1gATAYiVMznjLKaxmUL0DMbcUH1Nsvs\r\nj/VYzOvpXXpD4VGoXw+Fh03iQPgbKDFEWsqVEp6wrxeYf+klah05orrmpTx2\r\neSNWY1JR8qTNQGxgNT6StVqK4JTu7iLqjRfJUoJbEdXmMax6K+dB3Xid2VpM\r\nMKrx3rZRdTNqGNdn41k0RVRb0SCGZiT+jqxz48gck2dZsOXEviJ+u2xihOPz\r\n7mH2u3NkxEWObhVeB94nwAJCy6FmCBrNMenaF90cs1m99U/TpghEhcCFOhuL\r\nmnjFs6TSv0kkcnFmszkeeEpFwzwppIw41ak=\r\n=LPr/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"1bc333eb3658e10056c4264a866a3c7060168341","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.52.tgz","_integrity":"sha512-/vMHDJDfHDngg+AI9IGN8QAfWPMaADbeU64pvezOvVgfDS6oCwrCWJNaeYnmh1N/yRptfkz24d+cHERxVeNqBw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-data":"~20.3.56","@syncfusion/ej2-grids":"~20.3.56","@syncfusion/ej2-popups":"~20.3.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.3.56_1667901209551_0.9986177840025343","host":"s3://npm-registry-packages"}},"20.3.57":{"name":"@syncfusion/ej2-treegrid","version":"20.3.57","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.3.57","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"5eece04eb4497209f6dbada8e780878a3c52cc4e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.57.tgz","fileCount":240,"integrity":"sha512-8Ewhlr9bMwLBVMb2KlcWgzuB2F6QJrZ0CaA3Nw3NIGoCHeooCD1LeRvSt97yXyXT/rPG98i2bhQdUVVaz+e87A==","signatures":[{"sig":"MEYCIQCx9YlGcG6/oULzxImOuBnDdyjCzg0dgwlfrayOHt2tIAIhAKQhmjXabRGwUNlSGT5pRXS3kJv/38LToAREvdyijX6g","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7711705,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjc5oaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNRBAAg9rP1wzZ+6OhL2QAr2J8kcxddKsiR3/kUtAGlo9sDGexMvXw\r\nZB7AUd8mhazDn3KWMiJrg1Xt6MTyQ6DF5voHUUoO5zefQUP8JH7Jz5BT0kqD\r\nI3VjaW/J1nrS5W/D0TFj8OCY0K+YnVI6V0sHsSOwUSsYp+P6nHnVfeJLW0Wo\r\nfZ/0VLz22mcxnLcJrErr4bFyAOgYrh8PypHdlrgZK7Z1d0pkk6+7b+YgFnJy\r\nlol/WGsB/6Bp7i2gwOVlhdxL5daqR711h3ddR7bNtg188gnAW52kMp9w8nwu\r\n+6i00r6KDmYIOal7VVC9e6qUqKEqbOHlc8YO6aMZaYHA3jF0c4t9Cg+VGzd0\r\nWo5D1oH8bbDHcMQOgPPtc8YiEEPV3R0GuzlUMd6hREU5Zwvn8ffmHHqBO8f1\r\n/ZoSs7F4WZ+kDj3tuiyLPM1irzZpKTbrB3Wn7F5Zist0uCPayrM/xUwChO6W\r\n3PqMleLiaZ8JKiPwqN7LdUqxR0tTkWOUcoVABzMLhniwFdAeybRtPbX2VAAs\r\nzpmk/z9uX3YRDicBHCZplrbgGuvkxFdsH4x2GWoEOCxqv/PRjZf3VPdUGG8I\r\nVmT0XNkQZhdPlWfjGRZLVwe5qJoZXtNo7hPJT0sOKCbSULkaQjlcd4URrCm7\r\nDHQnLyhIB0AQC7fjiLGeTsnfDLKP6qTnnHU=\r\n=1fcc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"3bfc176798654d335c51e97f970768de16b77547","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.56.tgz","_integrity":"sha512-ZAWBrlsjksXEtMMIovA/Ap7hmnBH2KBvWv4wira+Ecus1mosr3hioA6+cJTNti6pG3E8PPWg2wYtoEOKq4COPw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-data":"~20.3.56","@syncfusion/ej2-grids":"~20.3.57","@syncfusion/ej2-popups":"~20.3.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.3.57_1668520473708_0.9792905286950431","host":"s3://npm-registry-packages"}},"20.3.58":{"name":"@syncfusion/ej2-treegrid","version":"20.3.58","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.3.58","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"3fed5ecfe67146427cb8e449bfee18fa7acffbc0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.58.tgz","fileCount":240,"integrity":"sha512-a1jk8e3wHZu1LgEGl9gQGAINZM9S4vwSx3o/wRDCzdBs3lKVuCkye/TKBGSI0U0qE1Gu8pxkuxLaOigl+cXjag==","signatures":[{"sig":"MEYCIQC7jqwqOo8Y55bmzGVpT3qF7/kmeQTtdM4/s2p9tcImtwIhAOfqaJ63rdx7SClMf4zbjN6HfkbwQLiv5+Z6L2eHuJfn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7713898,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfMU2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5QA/+OUK9CqEspHECW1o1fCdufc+EmCpA2ohgx2RuxT6i6mksSlvi\r\novgpBVeL7loxUj2FxRVK37hyb3aVEKJ2Uxz8MxFltjQWE9ixlPKVsMSdRlr6\r\nKu1gCw3LNysbdou7mS5F1FB/xVk/rE8OrGGnT00zY2BxUG9h7qby2at5//J8\r\nB1yiW7d4IH1TFyKglNaUYKFRmTn/JDrBW8Y8xpaiQsJi/hKEs3DeHou5OOgP\r\nr5dgwWp0fCeyfEnsU2RDwfAM8B70bkBa+JS8wYAboCLZv0veVQ3oNY9Q4PFb\r\nJ32wj7JnSR9YwlPnP1eMS5u16yceE/zfkw8JRDqTv2ZXOYgQaUP9HeTp4dqn\r\np7MuMs2427Q4RgIZJbnoJGT+R66OqvWJJc09Fe4+0XmPpXILDbBHZchLdgmJ\r\n3etdwQ2NQIEndPGmTV1zJ6WEyjWW4RGkJiX3HduXZE5AhMNNJ4OvXF6AK7SG\r\n/hRdb7gDp6soUl8B2vNoL6tTWC9bfV+CERT5+K1kGOkiQoVqgmTNW+NDMWyf\r\nJRsv+ZQRwwGra9bPBRS9iS5/mcX4Ib2bk+pJZUjHLJgTSjzqHzSCGHiPLcho\r\nag3FeCCB/r5vWnlo3ikii8rlmu+tYz+NOSfLjxzmxcX8bP9KSiAqmReKIIbA\r\nhsmLW4byerN5rkhpPTY4D6Fh5eB56B3LGBo=\r\n=9hQT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"d925d18312d959702007b15d348d25438f7f298c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.57.tgz","_integrity":"sha512-UXyRl+MkwcxIDB2sKhz9mrLC+Vqdce5SwL00cRuPzx0SpN1zHJwIGVYr/H3mk762MrG0Nxvi/uA3Wg4fmornXg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-data":"~20.3.56","@syncfusion/ej2-grids":"~20.3.58","@syncfusion/ej2-popups":"~20.3.58"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.3.58_1669121334438_0.1627964794787331","host":"s3://npm-registry-packages"}},"20.3.60":{"name":"@syncfusion/ej2-treegrid","version":"20.3.60","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.3.60","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"bf8c8639966f9154379784399857861cbc8d566e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.60.tgz","fileCount":240,"integrity":"sha512-AJH5bbYcmolAOaDa13zxFGaXRQF6pfhKJwMw2Ox3mQCKJF8kcMsaHQ2vFwu0OdmWmuXwFWZMme/uQ++yIYuu9w==","signatures":[{"sig":"MEQCIG5Vb2va9tTkUmqDCgZSE2vLhLdvywk71UZR1+jvzKKcAiAp8aXvWgRepUAe115sdX9n66rfMwBCaIStxySQKjhQ6A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7734244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjj0cyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrnSA//bYLfdf3QRQCeXSY3xu22JjSD91ecpS5wM5QCfYxcebXIMu6m\r\nHuriY5hcnlYuXqEBgCHF0k2TmpobKq7ncQELDDbIWdrDb6ZKfbTy65ARZK/C\r\nrOcr3QCH+NKHKsjQS8lO2p3R6AMWUH0j7tqs/Rgmxf44rUdDom4uq0/Fygn5\r\nJYuE6BlogwevWp9yKI0D/2D6b0RSfAUvdIhovnCfCTt0ucxApKy/34Ox+54O\r\nPmRhBbxYcJw8E0x9UbgY1PnTOtCINn7sdyLlK30vjUZbwFnXHxtSEJycF5R3\r\nAXv3EwJdQZqpWR+HrLByF4kqC3hZzJ/9LntDZbMOQEGd73ht2WO/ZMyc8poT\r\nAyODTogw1QmgoDescAO+DL0R3icsQzk4a8yJtW+DqEucb694Bewhy9dnfY/Y\r\nI6B2CMJPeBCLm75k7DOVmhFDJ+IcUW/w8uMmK1f3jvhg70G3SGXgnRx/Gipc\r\nJoXntbbaCd5fF8mDqE+2cchAIHM5ijRe/Z6Fp5lpdW/f4CHXu8Zv7Q2iheRf\r\n3gS8zoSh+caVYVa/fAg1ImOgEdOtlLj8IMdBgNwQ31muvrKnRjKZaXI6kaAC\r\nnKmODroEvoc0sVinEW9uc7vtW+4MzgNh/9WQ35ghcNmRYwC3vEV/zD5opiDJ\r\nBn53g+fa44lccuRI8YQNg5vl1s0GN9KAJFw=\r\n=z50J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"212d2849066360a08e9f0d66461fa6d5030c93a4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.58.tgz","_integrity":"sha512-iDfaMXRuBHOpBp3zDL6cZm71E8IAU7cssCK9y4Zth7TIBwoN67TQbVSqO59cj+6dcII5fGTe2buOY98chHYm5Q==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-data":"~20.3.60","@syncfusion/ej2-grids":"~20.3.60","@syncfusion/ej2-popups":"~20.3.60"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.3.60_1670334258204_0.2672966023713972","host":"s3://npm-registry-packages"}},"20.3.61":{"name":"@syncfusion/ej2-treegrid","version":"20.3.61","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.3.61","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"c4ff0a87fecde8e7412d4227c7449ab01fa21eec","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.61.tgz","fileCount":240,"integrity":"sha512-L0ByHlg0vaCJpw5noE2qTVvJknc+4/pecyyotJhkpGbtEhhGFUbDqxOiynH9FIH0Y3DMQrz7sKiVF6OdV2pHLw==","signatures":[{"sig":"MEQCIAdTQsHpu2UpbuV8QNF2NL880wZXKEEYBrOrQiNv/DrSAiAQIeR3ZUqrS1Kb4d/SpyjhWTxu8XwsVs/h0u2FlPCQVA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7738585,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmH10ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmps6w/6AnsqNb9Qm1Cby4gCVVW5jbbF0azr9dO3Uz6+P/ztBr2Dcxie\r\nB+/SA518leg9agiDKGTBg4CROClzhhMdx6N2960eOOTjI/oxtLHF7hL9gSX2\r\neXbc2rVz9YyzAe4cQ7anpLMQalk8flRE/Z9qS0I66wsRWyKcJtqYTT3fivQp\r\nA56kd4IfM6toVs0et/kI+iEG0mkWZ8zn/a8xLQ9DXC0CshjXz525RAgpAHo+\r\n8jHBI9oSpXHJ2u4u6QwpWmCWuyHESoz48gOLbexSWTtGIHq2NCFkEd5R+AFH\r\nCbGsQ07WKmU5p3Q/AusZGEij9KH4W7SQXv8U29WLb0L5Q4ByeiEUpQd3ZlYf\r\nQqEt5essGe8WbrH/dvvPJrbaTZFRtiBXSS/hJm8hZxrm2P/IXBASH7PFDGXv\r\np2H2p5MMZ/G/u52beghPHd1bbl1UymiBfTMA6Q+71Ca1wEwW4lYNTkM+Y5nv\r\n+G9bgLEpkpZk5yAmuofCA4P9KJOPWpNQQ0a6hNBxAm56jp4/Zpbo9PWN3NPR\r\nom7Hs2p5h5v02KOoc8DDY9t97JEJtixbfv1sQMTtBpcBQCtr+As55WeCc9Mm\r\n+kpmeEKzkLzyTj4ZljaVHsMZ7+r0S3usIv7XS5qtBeTsIICcmfHmt5XdjBqT\r\ndmuwh3H/Eo3VGdr1J8IusXg19ONAWMk4Z3o=\r\n=OXg0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"ae56ea6b799c2789f20f1c4918efc5ee5f3f065d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.60.tgz","_integrity":"sha512-vwUG87xUw7K5Ch2OYXIlI++Ggg2Pia/d5s6TvuLEepSbrtZ17YNTg1M0Q/SuTAkQLY3dSYdapNhdPDxs2cQU5g==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.3.56","@syncfusion/ej2-data":"~20.3.60","@syncfusion/ej2-grids":"~20.3.61","@syncfusion/ej2-popups":"~20.3.60"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.3.61_1670937972407_0.7947257513841428","host":"s3://npm-registry-packages"}},"20.4.38":{"name":"@syncfusion/ej2-treegrid","version":"20.4.38","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.4.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"8b80f06a377feeaf87bde9b8d3208fd3ffd9d617","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.4.38.tgz","fileCount":243,"integrity":"sha512-VQrh5Fg4Q7TdSmRHTe+Oc4w+pb07spOUvCz77AHtTXsyTLIjEpFcaSC9hQPkUS6Hp3sR3AnbmsCP1KWmXj5jvg==","signatures":[{"sig":"MEUCIQDVH6E/TSL7zeBXcBY1AxNjVHXwabYmSw02V/LOOn6NqQIgWBio5G3JBKgHOSarjL5AuIZNo2yM3KcndCZPbyzUPr4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8218393,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjotJTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3JQ//ThX77dP+KBJBUDBpC/JgYZ+ekBNeQUS1qC8M/MI/5zINlnzJ\r\nHc3QddSUpry3tnwx4M+NzCYK1KVo3SrkxkR6GYKpWY/VTkpuEWUFt71wAxvP\r\n2/p9lefNMh5DJRz4jcuos0o2hT38tSRhiQoWGuIUOt/LYzRvMVmLxWOkqj80\r\nXMNlsuL2oCF7H9d3L6VWdpHb9TZCzEjXJqClYjLZ2Tjlsi4ERUcVI2R3HnpD\r\nXiwbodmk3cL8dfZ8SoYz8Q1zIZP99kOCT3wRPknU825J2hQLnkbtvk+vehYo\r\nVTv06ZicywNdu9e8aiRsNTYOotktYO1+Y0CA7JidaCvg3XnqPmlxW1jDhnhD\r\nGVYqfGMZc6rxTVuxjh8pUe7ahiepEWv0d/PEocwMZoHyPAoxbA3aQHfZfbxA\r\n8hJlCDvVuQqNGpXqRo1SeqD2idf3NFxJ0Le/eY/cy2IthL6AnFUYu7/deBXV\r\nDBWl5/5QyqkYPNbhXK3pH+wAk7VS/jR/4L2lX60grWJr0pNXv3kGrTzD3WkB\r\n0ku2xNGt5bkc7Fm+YeBToD7tC0Sxckokt0CNGmteVI4D2mh0vO5fayXOWeXn\r\nhAgGq6mg689GD7v8edpy+0gYeBqIV21vDnRJSpgLRdgrYHeM9sN00zM0mWmC\r\nB1vtM5t5z+EPeiVq6UkkJ2Lg/+IWtSLfxN4=\r\n=wsW+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"a242238b43d597a6984296531a52408598997b52","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.9.6.tgz","_integrity":"sha512-cBevzRjosD6xobu/oFBrVFA7r1t7K6SMkRJEG2RS/gXV8YHEnFYNSEK74fZz9ZRSkXZUYmzX6Rs7dY5DnlXVCg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.38","@syncfusion/ej2-data":"~20.4.38","@syncfusion/ej2-grids":"~20.4.38","@syncfusion/ej2-popups":"~20.4.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.4.38_1671615059523_0.11442801458670937","host":"s3://npm-registry-packages"}},"20.4.40":{"name":"@syncfusion/ej2-treegrid","version":"20.4.40","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"b3065887d11a6d7dce785356188cc0f40a49a6d1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.4.40.tgz","fileCount":243,"integrity":"sha512-INeVZJxNgOvD/BjjHrhxH8oPuW8YabNMIlzjxf0Kxdhn/iENz5DvYTwOi6qsp5CKmCiP0KVeOF9AKlPSJukIpg==","signatures":[{"sig":"MEUCIQDx602uN9gZinbXQsIGsUp+21+qa5jt0jbFbHLEsX3s7wIgaph8gD0mWJ9w7Tnyvq66EDyHNq7G1BtUxf2YwuVUxpI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8220273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjrHedACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqtzQ//X7r3ZigaaQHO+0NGup8s3ZdoOfyz5rQP6VwnvEd+bkLHf/Fp\r\n5eTGDHktXz6cYdqyX8BwhAqCG5nrCqQqOtY8qRIT9aRoQ816GbAkQm6wg7SE\r\nT38195UVnIsx51O5VwzRId+ExYL+gJWRah8kFlWTzjNpjdTqnn0oL9R0hfUz\r\nCCsereMIFkGCGJxIO8Y0BE6EFzWHpZLxTMEVUG+PaC6u7DNilsrnecJKOi9m\r\nXEemzX/5Ovj85sG7Pdhcf7oQxe1RaITfVem9o//gOvE2YYWv+PyPvUSXWD8r\r\nMA//isDSvLrxZGJt7FTl6J1+9NyvcO73SUHmYCnLo9NRouhJnMMpDJgY2rO0\r\nL7b+oJl0zuzqJfvUoaSPnsWBlxZdRNQMy2P9CikAdIf217kiOx+tY1TXeWnu\r\nDAvcW7H/zYm2RQez6vZYVGMIpZj8Q5LWg/SdAwKXsmnM1cPEoDjb9LbB01nm\r\nog7ZYng1sW9VTMazIvIU2XYGcdVtyyDAGe01n1IuZSvGkdkTHAtMkSkAWYzg\r\nIckcP77BKvUJuorVAi8RrQ+4xshPzn6yC8UC+04M16BiGA72pJ6oBm0ENrdw\r\nefa2T7LVMzS86KMISpCc/zELQhwflQkCkhkAGWWsXOFO4ZimpBqLl46NYiqm\r\nT/6cQgWWDL3F4kmfL6cJ+VPWWGATKOxxD7I=\r\n=BYjp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"5ce373c5b5fbab41f75c1dc8d7d4b77be13a868d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.4.38.tgz","_integrity":"sha512-J8IzPFLGvayxjLY78cQGvLHlWRHVZuTBSKr/7fmhghhW6Wm57HyBMckPQG45eCMnrF/m1d/aZxGdi1es5Q4hzA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.40","@syncfusion/ej2-data":"~20.4.40","@syncfusion/ej2-grids":"~20.4.40","@syncfusion/ej2-popups":"~20.4.40"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.4.40_1672247197154_0.14565550291860174","host":"s3://npm-registry-packages"}},"20.4.42":{"name":"@syncfusion/ej2-treegrid","version":"20.4.42","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"c46a745855c2e7e0d08b0ba2416e957bc13d8279","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.4.42.tgz","fileCount":243,"integrity":"sha512-q+HbApB/mGEAQCHjCQ5MIID1SkEj73ErigHsrXXTCaeHENzuXj/3MA4UUdwcytxBhUoCGjS35n/swXhyJGShzw==","signatures":[{"sig":"MEYCIQCvQwAJPXS271V0R1Jj8libhPi2gupo1zF/Dcz2WloHzwIhAIn7L32rdwM3w4EX2GfcWMXsbqjdt299VF7Wy6OpLeyH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8220273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtXKfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqNFg//UeRcFs2D+ySCC35yWqd03A7JzZbUzbHoex5pEn5jior9dUkd\r\neAblpCYLi9oLvESZQhkI8soh06aq7ob/QgJ5eI8YDi7nAcltTBiwCbyKBHAu\r\nW0ByP2MnLYi9pBLCRlliQYFlhOhFqmhEOSn4vGHHVCvtCof9tgwfZhVj0a3M\r\naeVTIvboi2Md/JBiWcchGZGP7F3BipKaH+UtQSKmpKzrYSizte/jAr9P2tsE\r\nxbCcn5melnSiZ16f59csNMdkzUwbJHp07lSjRWrLrG8qx2TSAUgdl47k7C7P\r\nu47HfqCzE1mRE1mB5Q21nenylMRLL1ZBiTdiiHGndts8yt9ecy//pYxYBDfG\r\nG8d3C83B0U5N/kzmCZ3dRbT7dR+qX4ZJDAJS6tHVQmNrCMeaOC9XwRVu4mqi\r\nxGjF4Xos/tY6w705fNOVSJjC4MLk8AVN1BXYLPeDztrUDh7J10Wpt/obyA8k\r\n6VXw2kpO5LkrEV5tZWrd0/SWdmRyIp3+MPft25XvJtkbUsE7HH9UOCm0alkP\r\ntfTpN2eR9MmT+C+Ye6gdCIOBVXOBXie958Q9GHQenzy4Hcfy1bwM66AFWRWS\r\nyjOwvQnA1rPvkXPAJW3ba1AEJLcx7TRuu3lj3DERyyNei8Vx5i7PwQs81r+7\r\nqdzIQ6by02cYLS3a9DJGFEtKM/TTSxSuv+M=\r\n=oS4j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"82da8b14f8f6e002af7c8e19b2feda12d691522e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.4.40.tgz","_integrity":"sha512-77XrKP83agJWtUCEV5qm1mfH0zxHb2kIEj5QkDUdg56vCoilfe0GYGZDvM2FpOs8xwN6dlRuXpm+jUuiJJ7f4g==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.42","@syncfusion/ej2-data":"~20.4.42","@syncfusion/ej2-grids":"~20.4.42","@syncfusion/ej2-popups":"~20.4.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.4.42_1672835743193_0.9938750236683085","host":"s3://npm-registry-packages"}},"20.1.56-97113":{"name":"@syncfusion/ej2-treegrid","version":"20.1.56-97113","keywords":["ej2","syncfusion","ej2-treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.1.56-97113","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://github.com/syncfusion/ej2-treegrid#readme","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"2ad158c9276574a62db0df58b0616d8a302607f2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.56-97113.tgz","fileCount":243,"integrity":"sha512-QwTwCX8A5slCTB6erUjXyKJLP9zxA8UkLL0YYrHsXXy9ndGNU6lOr/6MmLBqPUdekTBmcwnwPrrzmlTFkp11Ww==","signatures":[{"sig":"MEUCIQCNPLjXdi5QXtweqhCYiegJWHk3MYA9HkEadHx/SAXJeAIgcqu1OMSxA5LqPsWJeE9AAC4kNea3wb3TxoTwgQJNf4A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8221909,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvq1pACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTjw/9H4kUEUWEoPXebAPgSbsrex+4rSommSXYJ+Gxt9OJfGSj6d2R\r\n24LWJlSGS29/G1Xu+HYqSHSraIfoc/Es1JoYRAE1O7MO9B049he+QJuRTEdv\r\nqyGhWsN69XxnQlKRlyz1NYb/r2o8yvWGhTIHKbS5Bl5G0Swiva7NKr1CqMxg\r\np3mzLdUbGzZeTsDyHAhHV2lFFDlEfro0bljTycE5b9IZl77KqTIC3YxG5GPj\r\nG0zh5cQj/msjSwD6bKkiojZTggv6lQKN2FNPMBjt06n5fzuH36cvGCX0NENy\r\nNh3TKyejPvrqd17mE66UzdhTbXCxz+CwOXaaTp/CVxEamV7x8/OoU24jIeqp\r\nMg5NoBjXM9kYSgSZU2PNT/qfFEVoDS8572l1vcz26TJ65kzQHRXlqbi3mJgq\r\n/a6GhdUrw27ra1/lSTILC6xiDSyKTFtnkdBsgP3pgSGnKkgYvDYqeASdKVQV\r\na6TNmuocxjWvt6U20gkbwzA/JelasrMePMS1O7TC+MyjEYTEeqU2pPO8/pt1\r\nPFwrCYOnpIQi9nH4puEZ4BcN980Le10/+N6tyWFogoPDHIaP7x+rKn/MZchl\r\nuV8l6AfKkOK1n95w7H4juLnt2cZSOP9Da+f/OiDrHi8AcZ0PPdH1qHMllBhv\r\nQ6+Hg0Mo+pxTct8+rtNMRzlfe7K9m/9/1cs=\r\n=nk8e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included","es2015":"./dist/es6/ej2-treegrid.es2015.js","module":"./index.js","_shasum":"ded97a9e20965294cf8792b759e1cdbeba0e8e68","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.1.55.tgz","_integrity":"sha512-A1EOCEVmqUalNcK4SjlQKCn8lUFDKfEWKUHNw3EqzLQjDxZsUMneiA8ws+zwLgX33Bm6TevapkBRBtoW5jbQzw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"7.0.14","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"@syncfusion/ej2-base":"~20.1.56","@syncfusion/ej2-data":"~20.1.55","@syncfusion/ej2-grids":"~20.1.56","@syncfusion/ej2-popups":"~20.1.55"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.1.56-97113_1673440617339_0.4208941365446881","host":"s3://npm-registry-packages"}},"20.4.44":{"name":"@syncfusion/ej2-treegrid","version":"20.4.44","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.4.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"4309bc236e7c77227964cddf1384d7b5b7807a0c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.4.44.tgz","fileCount":243,"integrity":"sha512-yALh+/XHkTA1gp9VCjv+X090ETTldSCHEyBOJIHHoLmR10Ar9sLcVCzCBAxZLEQYJFCpHI4IBo/cPz5Sa/34zA==","signatures":[{"sig":"MEUCIQDECLVTZmacYR7n6St63WDEkTGmT2IKpgDqmaDUqZg8aQIgdjq8wJMkdMnYF6MbHj2bmtSERZHm2dVesCxY0q+wGdA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8224229,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyA0fACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXfA//bkpfYGLB6sFp2QOjzar2cMcZ+MGFTG2fx7k9Td+9Wi7OOjOK\r\nqjcwyZNnzBGijmHgf8Uv6lx+LsIf85sEgjugtlb9DLpUH0EomqrwjUWY4E7H\r\nANp7rdzbY7Nc1228OvMDc24YtfFG/JMYsIvdPDgDuIQ652uKK1k2qG990apT\r\nM1Zz6BcoZiGMT9/hj6DEK31QAEGoxECRu7HXaIMeHhTkPs55/SgWWP4DPfcd\r\nLqevUCh0kksGuQ5gaqCEdBAYffbXPpWyqxzIizXUaQg7VsHfzOpAd9iFP86o\r\nHlGdsb14rTfLZqAdPETTenNGQ2UuV0B0N0hHoH6YjQsXbkCwTLt8pIjjHwoQ\r\nSOAvcBe05Gse2e1y9tVoY6as6aPbd0FsVQtbgoWZ0R/BJ7RQmof7tW1jnNhm\r\nf2x9NOaQ9QYjabj3Cs0bdqgKlQil0Oq7t8QlXkE9+0HTitXUbY6q7nxCjInz\r\nhHlPNlwPlMO/LxHYxnksq+4t057JVizVZK1JPdfP/ZE+vdVwdeb4SpAeK3h6\r\niAorTXAhIH5rseMIy7awQ+N6ohSUzvP9qnSLqgbl9UTLtTEp3DIORBp7jOFr\r\npLkug4xpjLWxTZRnxvkj89w4F0ovjJ9G5saIZFML/gUbeNjJGiBL+9NClgvp\r\nR1vdxRMeV1WeN8abieoXRO7aCUopCgGM7Lc=\r\n=Lox/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"26189c9b94c232d691adaf4996ed7bc9216d2faa","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.4.42.tgz","_integrity":"sha512-4BEI5jPbbwzL7FhOoFAfzaHx5w0qAMckaOCsGwkSnoWjvY8CFI8T2+Lqm5raJ68DPzs2MLl9Urf1o8V24eMmyQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.44","@syncfusion/ej2-data":"~20.4.44","@syncfusion/ej2-grids":"~20.4.44","@syncfusion/ej2-popups":"~20.4.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.4.44_1674054943347_0.6881206341831891","host":"s3://npm-registry-packages"}},"20.4.48":{"name":"@syncfusion/ej2-treegrid","version":"20.4.48","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"679a535ab4f8576c212fd96b80d79969d4899c65","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.4.48.tgz","fileCount":243,"integrity":"sha512-kNMPPXpSshGDk302v/n3ia/BZF+k/YO/c1zTNvt2aJev1d019OutP9mFf5HPcstERuhDnU8sVOMDzNqI4fHNNw==","signatures":[{"sig":"MEYCIQDgWzNYtsSQ4MfgoZGBwJd8PaBgTLN+UHQvnLufDJRiMwIhAPJe2LLerYfHYq3nmcsDtHEm7yHjuM1mnyCuxApt5GC0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8229818,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2hMFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmowRg/+IsXFBBXjZZBP/vMNkW3U6+w9iEzMifxFaiMR1fGZQ4DpfcH7\r\nKtPG8VynHU4GC+Ao/lUpGZvY1RLrnBExnenoO31XOrwKMCeVwpZL3hnfNbhZ\r\nWNl0gZSZAjKwDkfB1gilfXEaspYMp1aTYoBi6im/XD2ZwISACNijsQeJ25fs\r\n+dta2HJ6cnZS0TlyID1hTizmHKBC9iw4MEK/fOD4TLrM0xOvfY3Y5A0b8nbr\r\nnS7jWxijZRFHkC6JZ2JoHDsil2BHkFW5LgHMbdqZo6I75cLDXJX+AS8V/MDN\r\nnc+yvD+fLT5lOgWyQYWBDv2L8cCziY1i55vFfC8i8JnzfOt9bM28ywSYAegD\r\nk8Pvg19HsA05eab2dkBK0dUbmUgrKue8Eo9R8INsLvy2TDgEoAJ1laN4t5yQ\r\nxEkmpVTp1MFIowiSoMpp9DeW8haeRbtm1kyJyznImrcmgn/rDYTNXn2Oo32l\r\nGifx3qGPgVjxRwSKRPp/aDXqZ11ucDIwKGZkTRBCfDmLL6zSgZqzmRWOusaj\r\nphYcdjaByIyXemy4COsz5KCe4+SHtHKnxIRhrUDEz4BLQYItbrUJKz4yOKwB\r\n1mi6r+PL1TG5AzsmOCkCxpXTkBzUSG4PJHaj4h8T2YVHKur/EFnvGzx9UwPb\r\n65pFkVQHY5BattsQhnp9ZB3/nDU4DJ1HYZE=\r\n=f+q3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"58a34bd34717c8d9492bccc5942e03148e0fd960","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.4.44.tgz","_integrity":"sha512-DSCX1PXQAUXdKr+vI6F9nxZ1aBFKpdbWBVVeEkrT17tySdvpD+/sW2zYOcFkOYyEK9Od98pkI+qJwL/zG+P5LQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.48","@syncfusion/ej2-data":"~20.4.48","@syncfusion/ej2-grids":"~20.4.48","@syncfusion/ej2-popups":"~20.4.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.4.48_1675236101134_0.8422689789543722","host":"s3://npm-registry-packages"}},"20.4.49":{"name":"@syncfusion/ej2-treegrid","version":"20.4.49","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@20.4.49","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"7dd8e9645c464c4e1e9fce916ae62f52274c8d7a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.4.49.tgz","fileCount":243,"integrity":"sha512-ACne2JC+v9WirSbEUiK7iFUsNLCdfKXPpgwSXjmabdzAa7VP9pewQEjBDXJlakplmhTd0Mbo8v/yUG85VLvPJw==","signatures":[{"sig":"MEYCIQDk3cQxwTdmi4TB6QRu05qROoUHqgkIu/YmwV+XFra0JgIhAPxArIuqusbBkjOJq+9azvg04hFnioplEDl9ro5mBthx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8241174,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4lIuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpnlw/+PGA+7DFOlx+5FaoaitgJlMdevKz7Wv24Uk5pqRW/vzzwazCw\r\nc9OqTsXulwUm1nXGY0c6MbCx9ydS28p3ZB342yYA3llh1yod5c4OYAnLkhR8\r\n1nK0PczThxvCjkG2vyOPJlW5W9+u39dGaoMJMclXFmcduQuNWAa/tkOudtvR\r\nsLvx6waHMxsuutcPoG1dWsfwBQmFTd6AzBH/eZ24wxir45+uF953Ghj0/xKA\r\nv102HPz6cW7PQALBQxOhSY1sNXqVIjfgjChXWMmkvx0CYbe7fuOO+SITpXW0\r\n/UhiGq26SiWJ7tBPVJk6yXNqfF2GdwR2wYzT9GTdhE6NqRrE9uHO6Y+Boc6x\r\n4O58ButFHrZgz8vsudV8X1iBEo8iRYPYq1C7RS2yW4XWTkWRzVC7a3sKX9bB\r\nq+QVYObad8o5Y5u3YwfDIbLlOacKI2lEZwsPleayfTtc/FFfcfkCZ27s+AOe\r\ndXQiNJ4Rku4a4XQ/NEKL2+uEI5DM8U8N5Mwrpwkj9s73YRn9ZpnRjX5U8V0Z\r\n1H2hfjthk2f+YXFZKpFMe44hdN9edT+b/quyf6QOetpume7VUXXeaHiAtB93\r\nxkZXJ+DBojTQNtLcy6bAW3HOgQTEAAu5kfjuebY3UkFvZv8Q3CFIuWZOWhOa\r\nK78mwzSg3Xewp5O7i4Th0uGMX6U3Uqmqeos=\r\n=tTbB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"726b6c765fdd07b8862064cd3bd1eba05e686e98","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.4.48.tgz","_integrity":"sha512-NRlw/ywxzKYY5q9cUANRk/6tugpUmfAaTplVtlYLNV23/c6x7pcLRzFZH5zfknFEC/xGhX6g31jJ/0VkIAThRg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.48","@syncfusion/ej2-data":"~20.4.48","@syncfusion/ej2-grids":"~20.4.49","@syncfusion/ej2-popups":"~20.4.49"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.4.49_1675776558565_0.11715675217478183","host":"s3://npm-registry-packages"}},"20.4.54":{"name":"@syncfusion/ej2-treegrid","version":"20.4.54","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"ced876d9f93890e2aa125a04836e49e63c29007d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.4.54.tgz","fileCount":243,"integrity":"sha512-SBp5XbNfCPq0f+/SiwQPv6rdZV60RyQ554x4YEN84lscEDDalGVkKH4WzZlkW1rH87rTAFF4lEnuVjysl4zwJA==","signatures":[{"sig":"MEUCIQCMUqYNlZuUgi5cAiYKgeIy6xuJwu/DsW5WY5ROSR9leAIgZNkRUhzTl2VH52GoQuvCFfJ9rY1+IEAfsKEOWWfB9Nk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8243479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEHpKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmopcA//QKOkcZo8TQ2FEPuljl2nFpcOWpD9wHOY8dxKo2v3zqHLiw3j\r\n/iJggMamIE8b+OfVxwTHYlChcFtfVJqtuKK0Es9VVZC/9yFouAcxS2Xh11EK\r\ne0WPweDKVPBKmFyfLy6DOC4MuuMx6JQvjxAnxWYbH6q49oKghXBnwSsWQB7Y\r\nnimXyTUHv/1Y2fZCJSUWixiFeXsRUJvA18AcrVYaZFZ97rWThSOAGGmB+MMY\r\n9vK8gWmjt03pFAtDEWHfaUYA+g1S7/4acsbW9W1nFBBGXcO9f+lHmnCYWwAO\r\nvn0Shhgm2gtzZEtWcwM3HyPEauxMcbsGiiYXWx7+jQjVFeDyU+N2b4e84WKb\r\npz0dHU41PBskMqYEIKG8bquSTN23j/gvCBu3blo5heQKicIwtkhx5xslM1Vc\r\n4ABclvD+nFma/2KAyBm7eWUxuP7U6LikCVuTvBw98RQRKz16wr1H0jPYN0eH\r\nupxdua+so5KqSLHbZdEY2fpf3JtFEX8QeBBXclGU/u3Ol3trWtvXB8JiTiB0\r\nJjZVxtvsqGAgrpsJk1JsR02EJhELcNW1nCWzBJ/F+Zh4KxvxkF4gTJzQJxrA\r\nNaVYvMXuyQ3woFCBdPGtcGCr5aIGkbiz6ntylCV7JPcJru8Ckrz0JHqBo8fB\r\nDMAM/2FJLw6ECrNas//aIAZEDwMEiuDUGY8=\r\n=tl1X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"56a1c00a6fd2d3df97ef71db6dc3297e653ef6ec","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.4.49.tgz","_integrity":"sha512-E6GBrixReTSh5GUj05zdOX531xJA0oKLhNOJm6lfbEZAEingUnUpxBtZIVdl9I2EXhMaKdOn/IRVjqNMJhlPcw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~20.4.51","@syncfusion/ej2-data":"~20.4.48","@syncfusion/ej2-grids":"~20.4.54","@syncfusion/ej2-popups":"~20.4.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_20.4.54_1678801481781_0.7275217416981206","host":"s3://npm-registry-packages"}},"21.1.35":{"name":"@syncfusion/ej2-treegrid","version":"21.1.35","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"22b579aa9b106ae5ebea88a43d2afa632e6ff629","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.1.35.tgz","fileCount":242,"integrity":"sha512-2nfZ5ioFIV19wFnKP8gOBplvrkC3NdYYkoxRF0ioCpOfyIk4TdNgWZycHSRB/Ka44ZqWT5L+4xm8SmWcvQ9OnA==","signatures":[{"sig":"MEUCIQDCuaEOd+Lci3Fgdy9BgY3mEzrvL9iv3egPFdubSRH8VwIgGHvFDmvHfTLg8zvuu7ImJ+Y9VfHWEaaTC/0+Wa+6oDk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8254527,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHAfMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrTrg//Z0EI7CoxbZ8gMURGW64mlBMYHp27+sUmDoktBusdfEQr86Jo\r\nd3wGq83uXAF5KABVIPqoPmKM+0QWOay3hYE+b1fnwExHsDEuznShHtPo7PSa\r\nawM10p4C75gRmfNOPCB2vb8giyGqt6WqMluYZPGBvQZeNJWor+P4QJa0jISP\r\nfs8vUmoJ3mKS+w8HGq+kD547uQowpn7r2W3WNR7fdTa2DnVUWMMPc6DoJyVz\r\nqLeaUVT+HZC/mgu49wqczA8NvuHOaVGI9Lb6qxf1O1nSOwXOYNPZunjXuven\r\nWPDBniWCbQA7Z9lyT+mKhwaGVfRZKyk2A4mnPM9ouWvC1PplgGmN4monWMHr\r\nvP9EHEgPiJ+drUvtxDDNGEjo38CuyuvNxd/kOpjyStxiQd0+Y0kVUz6q/sRi\r\nOBR6Ff9RiCIgL4h+aoOxgDuAf8oU33qIEQXJoT1HzWbYg6zdoshieD+BKurO\r\n1iLWF8lpBgUJMlYDd5fcA11+iOKXopCpXtqXBY3FeN2la0GKWrbDVDFuIuX9\r\nz31f5n4kWGCv5Ac1o1GmfUZV3KSmoe4SzGcT63HX6m0kCBhoPX2oM//IKIV0\r\nXKAbTyidBlwjhyAFV8t3XH2NzvLr+f20MV+uvcBUcPvpDLK49ooMr0KDcPPO\r\nDmtOtF/PsU1WRM6byIhaWrnhz8Jnyg+ZeMQ=\r\n=vHrE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"434d8ed4a3b80e39087ce9dcccd315ad607091ad","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.10.6.tgz","_integrity":"sha512-LwZ8Bk/n3qJ/XPtP5s+q96/nhnVitf0eG8bFH4vsCs7NOwgWv4QZFvRxCjhmkcJ8dkHERj63RQtJ5/UxWx2hlQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.35","@syncfusion/ej2-data":"~21.1.35","@syncfusion/ej2-grids":"~21.1.35","@syncfusion/ej2-popups":"~21.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_21.1.35_1679558604307_0.40449678817925205","host":"s3://npm-registry-packages"}},"21.1.37":{"name":"@syncfusion/ej2-treegrid","version":"21.1.37","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"8fe12337dbe8c83ae847da56199a4ac60e048282","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.1.37.tgz","fileCount":242,"integrity":"sha512-zkpQ4StGTpNVNNeRGLE1jK+ARVFMUUntMDoZow9+KIxBCzDQw++ZU6rNdXgfrVKyfmMQhnoFrHzBA8EqQ5kMEA==","signatures":[{"sig":"MEUCIQDPLAr5uStWWJRWJIGR64isTBHuVSRZuAnsxXZpVhFsWAIga8yUHnUYvyXPbChNwQbi5zUALjT7BDtpe/kqQGOT0fA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8256697,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJFMwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHqA//TLdHSzElPUylJ9t9ZfGAd+5ot98lGo8ArTV4DdpIDlnJAVQe\r\nm3XSg6WHjR8MNt8sfr7qFguDVaJVTuEHZPwz1CLxFGRpdzZ7+LAIiaiklwLt\r\nx++2ImhnwRNArccpZ6WgFxt01iLxP/6DlgryWZ9CvlFO/MPzx4/Xda6ROlL4\r\nuMrREE7bd81kp8awbiPa1ei34lLJPPQABf3zM3r27GqFF3YGcg845spuRdtw\r\nt6lmXaOBaBcWIWk0bD9KAPWqO8WmfRkiIcI1bmq0jJNzX5iFvnCcN7ZsTIaZ\r\nAs9VPWAGebhZNxW1Q5hqpa4hKjHTPf24b1HJJJPaOYkqcbucJB56vfIqDiP2\r\nFQ44YCTKIbrMKC/CDMzeqQ6aasiPyWu5QWSwOXIJ8QhLjze1asGOO9rESWfq\r\nCJ/YP0fOosxXiioRpLM156zQ0Wzexi7ltkAK4UlTlVSa6Pi576qUUktOhdaW\r\nOCGOfMexQKhpy20T9GXy+u+AUu13onIE0VHpiVWlCSBhtCU4ccvT2y1JHUpM\r\nX8OCNwTOzKT4AJ/wTP9KhKnaYf2tf4fzUgMT87pDZK5uTvEZ9HAoPEKkAeeq\r\nRAn0Gv301Fywo0OTy0oHUF2dLfXBS6qFFXUsCaOsl3XFzvCPRRaIxuAeX95i\r\nOuY1v7ncKZ0DUnvSKE6Qrm7UV+33MG6DcXY=\r\n=Hkuf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"6c352cdb1bd29fff5724b93d39eeadfa68765d2a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.1.35.tgz","_integrity":"sha512-ouihoglEHJP/Rhe+MH3bJ7w4cGwaIWgWjNHU0oYD6Rr6n2K8DVYEpHS1oW4zVFzHCzEATAuuETu/6kPP5q9TCg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.37","@syncfusion/ej2-data":"~21.1.37","@syncfusion/ej2-grids":"~21.1.37","@syncfusion/ej2-popups":"~21.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_21.1.37_1680102192226_0.9211532428210987","host":"s3://npm-registry-packages"}},"21.1.38":{"name":"@syncfusion/ej2-treegrid","version":"21.1.38","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@21.1.38","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"864a48ef2342831df2799f1e144965392d8b9da2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.1.38.tgz","fileCount":242,"integrity":"sha512-o+yLTInBzDJlxncH0GXs8jc4S/FCRd0cCAQ42IiaZWjRKqMspvJg2npJAYVfey02YmKLhXxzE1E2e/Temy4fpg==","signatures":[{"sig":"MEUCIQDzwQ91nhfuIBbxqQqYx1njGorowzDFnKVFm1bGV1+HsQIgDsrVyHxAO92OqbqMcKYbUye+OHvfG09si3rTJPoL5Vw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8271533,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLCKDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrf3Q//fO/JZZPLThmDPcqSKF3kEXEIhLVSOtwooGpzb/jGGw+t12Rj\r\nhs1FIpJnVg1etO5ew0v0dPyXzmM0uifln8OOFqB6EIVZstzigTOobTUUSHMK\r\nyFL6nxX0QUEdRQTqkTpzRGIniiQL1JKlL50jQN2GReiyLb7yhBiJ6gWdBmzI\r\njo7VQMnTrdfLEvPJaLe831zdf8596U5QJN43NKVd+qBQghksjlHZL+m1/TBT\r\nFIT57/jbygKG++mg1XRvV4LPBnJylNYe/t+6EO3mZvLE3lvZebsyTwtB3BQ9\r\nd8MklWsy4rc5jajqeP4l66g/pX4PJOu11W6bZceeoLGIeO12iinbNPzHlj4Z\r\n8CSTx04kffEMnYQ2UryO9gX/5A+/K4t6woqSMWElmF0rLbIlMxIjA8mDMs21\r\nk7FDxPJEAHj+8At+RR1N+7HWDrWu8IqlNDwD8v6PEfOfQoXzoZ3A2UiROmbF\r\n8RRU+ov1Wv7BM94Scdw32egEnICUbbqcikWhG5H9kcorWIeirNJqLWvN7mpX\r\nr3KPhWQPU+BywRLEept1EEhHqmh2mJKN25YEEczmJKT464H/0YbvdAe7sH9I\r\nzNOJMowA4Mf1Sr08CEQtG1M8CgWLFRBIdVcW4Sogt6dAP4jY1bta1Cz8IWlF\r\npsJ/R7IzDDm3rfTzWVDiMjn53tGahj6qax4=\r\n=seML\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"d761d0f0b6ef1c633daafc06f62d46416a8ce26f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.1.37.tgz","_integrity":"sha512-KcFFYzCZtqS5yaixGRtSjaScyvmUZY/3fg3cPrBbHEDte8vAGk+qrGY1PNYS29TDZFeu5aIhYt95HNR/VGOO8Q==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.38","@syncfusion/ej2-data":"~21.1.38","@syncfusion/ej2-grids":"~21.1.38","@syncfusion/ej2-popups":"~21.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_21.1.38_1680614019249_0.03247881386111939","host":"s3://npm-registry-packages"}},"21.1.41":{"name":"@syncfusion/ej2-treegrid","version":"21.1.41","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@21.1.41","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"994bab497944341bd1dc083bf12db48af67c81e0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.1.41.tgz","fileCount":242,"integrity":"sha512-tiixK7/xpvaWbjnSjcnV1j39rBO89RnXgM+kNOaNPp8xJcFedEprAPy0XKG4preBlch/cGtCYeAhuwKVHXA4VQ==","signatures":[{"sig":"MEQCIGFcybqXqrbn94mjxVJvKdewgbHlm/7NqrKNkq1gjvzMAiBU1CZX52id5u9P70KXbn+PogeYHWxsxz36JbWnpSUZfA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8286626,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPnsMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpbixAAorB/FzjXtgThwGN8JpJJS7qLa0NZUOkTDtQ5bpG1S+rx0Pcp\r\nnekR3wxQAFhpvz16qlJ2RrQOj1FZ4NleoDmjx2f4SVwy0/Z4+qVFbqha4kWV\r\n+0PINXXTh+tLNOZsfB7PuWc6GC7wePZe3c22GJcw4NPDhGQ1a/EeB4MSsx8j\r\ndP/37zVcvdMNWZrjrx1DEMcGpbYt+dRaaGCjUM0S3MZoucG/0fmMqfE9w+BL\r\nY99QRx+ooblkD0VqCwSKIgtdPBNTRum+IJVvlLXq09lmwLbPclQkqt31yi06\r\nylEMUDGNpUTUhRW6bcHYJ3FiAON5F9kSnq815rJHKJiZu1cBX4xcSBk+Dr0b\r\nD6pA3xj/tTzt0p8waxXdagwOe5UpzyksbrzAbkwMbX9L88K/o5ARU14BM2X2\r\ndkzyENMWVRixNtaZs7wPo2CNks5e5vXVJSvNTCu7BnQzAeN3aeOA7aG3PaNQ\r\ns4OMmt1Y+92CTXHH0gXxEi4ULsHWXtIR7EvghOPp0QS7ggzH2MH559q2oJpY\r\n5KTtAhibMzT+HRwKTPutvILC/jeazMxEN6SBoLm4MIaA3l7yR5Yl5rGmsQ/D\r\n3gbJoscoGtcW3bwZdX0IfGRQKGhQTbxGTpW20icmrbbNR32PEsp7fF+2kOnS\r\nG+klxZF9T8gMJMUvYeiEmNEYlUtQAhkHwpM=\r\n=46HD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"9b8904acbb4c8e6c2ba33927564ca9e0059a1b5d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.1.38.tgz","_integrity":"sha512-yzDLy2soTHvZsUUxZCbJktnCGu6CA99GgvXZGMblq/f97fMtTbeyeaFqdy5c95BLi60jHIaacJqH2JrHFbOBoQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.1.40","@syncfusion/ej2-data":"~21.1.38","@syncfusion/ej2-grids":"~21.1.41","@syncfusion/ej2-popups":"~21.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_21.1.41_1681816331683_0.878938231893426","host":"s3://npm-registry-packages"}},"21.2.3":{"name":"@syncfusion/ej2-treegrid","version":"21.2.3","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"b9e1b17ecb3b0f663ad62f0dde663565bfe69e43","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.2.3.tgz","fileCount":242,"integrity":"sha512-jTFb5s25ZECY4QZb2/cc1akvv0xbHbzoqq5g3mFlU5Y6iLxInfnu776lBEGsVvOib8YNR8T2/CtNTNADksz+nA==","signatures":[{"sig":"MEQCIBCinOotYvD2ylvFF7+iWnt33L5BkzaNGdfYwhjRqL2JAiAnMF+W6COBnfJEMtuF3fnPZSOI1jkApzkLVkuCPEZ9Pw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8284202,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUiBbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqM/Q/9F0DN9/VAqhuA5d35aWhZwqJvY0ZfKzMmsSsGpJ+l5tO6vdfO\r\nWaRFEHBj2IlOAI2yPvq87K5A4UHbWRqPxaFyH+ZL71EDB8j13chuU1hh+QlE\r\nd06u/XQGoEaZmC1gF8C7+k5jQO2l7Dty2QrBUcnEj7V+Gx5lDcSdjPWQ2qWs\r\nzI/JfhOjrwP/Lqo3nR6z68Ur0sm6oN2QGR87dczOiZcx2yXkYQuEcuSavtif\r\nI548QKjnP3jlx+KmY0n7vKd15XtJGx8jshKfKYCGijcSuAQuVRUPQyJ73vKk\r\nH1x/q+Ps8h8waan2/OKJ/rNmMK5n2Hd++gRKfqyPPYnV1+OOMFSIR4bI2K5D\r\njtWowf7EFlOX1J4aPXa7vLv1R60Ewmf9Js/zBo0yF0ofkJHsQ/eNT977I1xK\r\n1x/3JZeCGO34jSWqluVkolbOiQEMg0hXBQR9pxEWGkLYIKH/gluwEcSBbBo2\r\nkdanMHTszXzU6mJ7WfJPeXpHhpqqvjdE6Fjk5TB+PCcnLFeiRUTkgdqyTNIJ\r\nOyXrvJoh7cF1UJuySjASYaX+bpV1C7RVU9Tloo3JlpB7kvt6wCjuiWXJSUmK\r\nEhDntOirY1UMf+RiqMHsMCiovcxtGuiyvmHGZzD8Zv3WUQsb8KG9oVfZ20ZB\r\nu82WDsfKFg9/+m0xSGHBE3yJkhzarW0mVwo=\r\n=Pdbs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"461656857601f4d69e6cd346e1010957f6ba5e79","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.1.41.tgz","_integrity":"sha512-AYO8w6DXiNenGnuNIxGQZUYcFQ73fOKYGi3LAogDdUJltrCYKenVR8eSJktB8bUf34mFwzAtZktha4gPumOYbw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-gantt"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-data":"~21.2.3","@syncfusion/ej2-grids":"~21.2.3","@syncfusion/ej2-popups":"~21.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_21.2.3_1683103834716_0.12322614987133296","host":"s3://npm-registry-packages"}},"21.2.4":{"name":"@syncfusion/ej2-treegrid","version":"21.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"1a56dbecd0d98489a898844eb04854da0eec9e52","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.2.4.tgz","fileCount":242,"integrity":"sha512-/j5jcHW5yGw6G5S4nf3DAfxgybyKTBJTL6cHtbA9dUEQsnGPwHWrmrgFyPskPEa7alNwfLRBP7rG3NDdh14mfQ==","signatures":[{"sig":"MEYCIQC5p10z8GYbF26jTaQt5LMmlRYptUPmHoqiDdePvYP3aQIhAIGnt0h4TaGc4IR77hU+9gSqWzLxCXDSif1PsZfWnVNB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8292246},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"bd3a3fc2dbc73a3eebc6fec6d55827feacec0da2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.2.3.tgz","_integrity":"sha512-pnNlc+xmVp2HSWThhMjSVX88ro8KbjBqpDmXOBTdzSHrnm+ndxCq7ZXGdgkCe7S5iXL5KA3bgJhUKNSOVdd55g==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-data":"~21.2.4","@syncfusion/ej2-grids":"~21.2.4","@syncfusion/ej2-popups":"~21.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_21.2.4_1683635565967_0.9206499745670458","host":"s3://npm-registry-packages"}},"21.2.5":{"name":"@syncfusion/ej2-treegrid","version":"21.2.5","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"bd49870e08a1e7378f4aea29c9688267f50ab3b5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.2.5.tgz","fileCount":242,"integrity":"sha512-CZ+nQ5OsVgAY3Rv1jnJzkkQpW5taQxpfrmiTX81uRsZzeOLrtgh00vdmMQ1wfpCFd5DVECTAguO26Wp+MJC/pg==","signatures":[{"sig":"MEUCIQDlOiUVac/6aY/DHSW/lNVVuAW9dLr0DCgGIxkWmrqQjAIgK8yy8P/EpBRBwJ46JqpYXNlnx8uOTCNfP6fQd10YWXM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8314326},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"828522ae3a9455dbab9dc3d5d7d46cb6c510e995","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.2.4.tgz","_integrity":"sha512-NpKOhZ2iXKUVktbOJarp6RNqk6nazOQnlrVSmDxL5BFnM/0TdyM0R64+eynPJiF4IpIB7rat9MkCtTTiCnL4xA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-data":"~21.2.4","@syncfusion/ej2-grids":"~21.2.5","@syncfusion/ej2-popups":"~21.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_21.2.5_1684236856892_0.7848386233635694","host":"s3://npm-registry-packages"}},"21.2.6":{"name":"@syncfusion/ej2-treegrid","version":"21.2.6","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"bdd0e383b94e38c84b7e6d348715128b0c617c13","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.2.6.tgz","fileCount":242,"integrity":"sha512-3lXFq83vFaoyJjcnMHG+lRa0cv+HTtzuo3jW/Es6kbeeSqfZWpMt2QoqsJ03548bVjNk4usmgvoYTqlcmkJxVw==","signatures":[{"sig":"MEQCIGTisJ4VSenGzf9syGr6+yuDKWmhJiBpwJDL4YPugRKjAiBt7YhpOA6tw1cBYAq+2ZbdUy1BfKitp+uHXDrtqVoeOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8315730},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"55beed7905c05ec59ac86f69518c50c977a1119b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.2.5.tgz","_integrity":"sha512-/YahpoCmx9jKOgYBeV4bNlxZ3LhzuFZnoHblPYM7bP3mFp2lmoFEr319iy/hPzNjaW+ztbi5uqCSN5KvTUKkPA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-data":"~21.2.6","@syncfusion/ej2-grids":"~21.2.6","@syncfusion/ej2-popups":"~21.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_21.2.6_1684842744920_0.20447998033527037","host":"s3://npm-registry-packages"}},"21.2.8":{"name":"@syncfusion/ej2-treegrid","version":"21.2.8","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"a9b823ed6b6bd9192be72219df0c09e43d68f832","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.2.8.tgz","fileCount":242,"integrity":"sha512-qT832Qgsl/j0ScSxgmLefI3ZPY90eFfLKX1buNg24xZewFt4+RDMEmkJUIxnZjh9ManrdoaeNceN/vHfLXbzgw==","signatures":[{"sig":"MEQCIFziqc3ofU+bJIsnVbJzSDWp3FwmchzYFPUICu4FhgfwAiAz6cblWEzpdYL3NEWCMDXSCi665xg1f67g/a9zlXXKYw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8337041},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"d690fce46ba8b43ebec06238d4c494093b9833b1","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.2.6.tgz","_integrity":"sha512-NzafL9al8nE1C5t5twJkJtbE+e1fPfPbrQ9XMsTtRK5lbwH4oC5L1jvd9zVi64dyIcg/pZ+8D4azfp4VH2WPug==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.3","@syncfusion/ej2-data":"~21.2.8","@syncfusion/ej2-grids":"~21.2.8","@syncfusion/ej2-popups":"~21.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_21.2.8_1685447725321_0.5086696729189775","host":"s3://npm-registry-packages"}},"21.2.9":{"name":"@syncfusion/ej2-treegrid","version":"21.2.9","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"9ef8188ce54f11cdfce6eba61b226e90747a3be7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.2.9.tgz","fileCount":243,"integrity":"sha512-0QBANik7fbmVVplONXhxMmXzBU/xx0EDJ1Mxu10TFm1tF+jhiXy07qBdT5V+Vvcc74BCHyUbIwsoBWMaZa9YPw==","signatures":[{"sig":"MEQCIFCg9KITPQnppxeXanohAjC1wcl+ytH5+TpwQYohvMCiAiByd2a0KKWS8YefwUpR+xjdOKdElzQdJoF6k21/JtnB5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8374669},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"33c37b706fce617fed0f97a2fcf9cde1814a8dcd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.2.8.tgz","_integrity":"sha512-YiqZ/KpWwbgUoxWXdQt7oXZEaAcc+ZvW4Jf22/wOVt64lGs3Qg+LrJk0rC0Z+XT1t+L7GJjvzVrq9nd1Niwsew==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~21.2.9","@syncfusion/ej2-data":"~21.2.9","@syncfusion/ej2-grids":"~21.2.9","@syncfusion/ej2-popups":"~21.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_21.2.9_1686058008707_0.9271459455752482","host":"s3://npm-registry-packages"}},"21.2.10":{"name":"@syncfusion/ej2-treegrid","version":"21.2.10","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@21.2.10","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"b885df259a6b2c387abfda27b870864d4bd6f2fb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.2.10.tgz","fileCount":243,"integrity":"sha512-9ywkQZdwGuLHXUa2rGVQZF+8p/b2VjUCaUVV//Z7JdojGSbY3WFQUroG7BCyqO/caNb+cX1qCs0vQp1xLCQahg==","signatures":[{"sig":"MEUCICyTGrtjybsmqVoOGGf3okL551b/uYWbgypSjZLtmAjvAiEArJhma9D05bMZT+Wya34lOFr1/w8yhrAYGsJPf7EUPiA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8376422},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid","_spec":"@syncfusion/ej2-treegrid","_where":"E:\\may2023\\github\\New folder (2)","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"9ef8188ce54f11cdfce6eba61b226e90747a3be7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.2.9.tgz","_integrity":"sha512-0QBANik7fbmVVplONXhxMmXzBU/xx0EDJ1Mxu10TFm1tF+jhiXy07qBdT5V+Vvcc74BCHyUbIwsoBWMaZa9YPw==","_requested":{"raw":"@syncfusion/ej2-treegrid","name":"@syncfusion/ej2-treegrid","type":"tag","scope":"@syncfusion","rawSpec":"","registry":true,"saveSpec":null,"fetchSpec":"latest","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.9.0","_requiredBy":["#USER","/"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"@syncfusion/ej2-base":"~21.2.9","@syncfusion/ej2-data":"~21.2.9","@syncfusion/ej2-grids":"~21.2.10","@syncfusion/ej2-popups":"~21.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_21.2.10_1686750275126_0.6977109717875938","host":"s3://npm-registry-packages"}},"22.1.34":{"name":"@syncfusion/ej2-treegrid","version":"22.1.34","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"ba71b3531119bce0f65a5aa502278869fbb48152","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.1.34.tgz","fileCount":254,"integrity":"sha512-myshJP8R3puwly4BsRbb8HVcGNYmmkT4xwzCoeBwVn41FkZO2z99+2fi5oY4alOfMcVncLNOruenr9xl6DV2PA==","signatures":[{"sig":"MEYCIQDYwWwQTwAC/uiPbJDaIVhcww93VKtIFJJctr6wXB2/WAIhAIyGsTERuz+lTTrRxCxIcUZOoOHmrwuYr+dphK/R2Bxr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8478930},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"68b2b0d2e867f79d44107046a375bb48405b2631","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.12.0.tgz","_integrity":"sha512-eI+2miH8ZLzF4QW6Xym9f8zNRxApPW4I/6o1rW2RSYk8pFZ5c2JGa1Y2KH6UHgcfvgANjE4hdUg1hfponcqBzQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.34","@syncfusion/ej2-data":"~22.1.34","@syncfusion/ej2-grids":"~22.1.34","@syncfusion/ej2-popups":"~22.1.34"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_22.1.34_1687348533280_0.5517780034127449","host":"s3://npm-registry-packages"}},"21.1.36":{"name":"@syncfusion/ej2-treegrid","version":"21.1.36","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"aef0051ec051e6d7088738b08d452b442107fa6e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.1.36.tgz","fileCount":254,"integrity":"sha512-MzspZZ+s+LLaz5B42w8wY0r/lLe+QtJBrBlssN0ueegrb7hIVjka3kCSIIY6i+vXeiJduUxUg5dV6b90ujYgww==","signatures":[{"sig":"MEUCIQDCzoWFKrtUiP0N7GsvHvz5cQ8eHTTikUqltEPvn50JTgIgQerKDeFPgGE0Ai21uuJjVJTd97S4dUl2qL02JAakXf0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8477742},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"bcbc1f0e4181de4c47741251b8a3f269ad737b6f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.1.34.tgz","_integrity":"sha512-4lEnSI7xr57GLlL3R28C4MUk4Xg5xyMma0uRT7myu0sCMz5ln/hCF4H4K+e0DXaxBrwoPZV4S5OQu77h6tqbqg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.34","@syncfusion/ej2-data":"~21.1.36","@syncfusion/ej2-grids":"~21.1.36","@syncfusion/ej2-popups":"~21.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_21.1.36_1687953054242_0.6890532220253387","host":"s3://npm-registry-packages"}},"21.1.42":{"name":"@syncfusion/ej2-treegrid","version":"21.1.42","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"0204060c6837e0138a51d2cc542a6dac15b40688","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.1.42.tgz","fileCount":242,"integrity":"sha512-O/tdwfbIfYx46nvV9+kh3kNWjiraOcnxrszMK8Xv51QlL8C4xyRRpvVzuTnwOIjRJcSt5XHBWAmX/q2eKX5W8Q==","signatures":[{"sig":"MEQCIDgn/Xczo3IvhlUYgx6ufveW6FhSo7ZmTB9jBSKBqqmFAiB364l4jzmmPutUOyf3XF0vuXzt+MGa5bb0726TMkJ1Yw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8286578},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@21.1.41","_spec":"@syncfusion/ej2-treegrid@21.1.41","_where":"E:\\june\\remove","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"994bab497944341bd1dc083bf12db48af67c81e0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://registry.npmjs.org/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.1.41.tgz","_integrity":"sha512-tiixK7/xpvaWbjnSjcnV1j39rBO89RnXgM+kNOaNPp8xJcFedEprAPy0XKG4preBlch/cGtCYeAhuwKVHXA4VQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@21.1.41","name":"@syncfusion/ej2-treegrid","type":"version","scope":"@syncfusion","rawSpec":"21.1.41","registry":true,"saveSpec":null,"fetchSpec":"21.1.41","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.9.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.16.2","dependencies":{"@syncfusion/ej2-base":"~21.1.40","@syncfusion/ej2-data":"~21.1.38","@syncfusion/ej2-grids":"~21.1.41","@syncfusion/ej2-popups":"~21.1.41"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_21.1.42_1687964382961_0.8676834231785033","host":"s3://npm-registry-packages"}},"22.1.36":{"name":"@syncfusion/ej2-treegrid","version":"22.1.36","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"8765eacd8c3c5f3dd197448843badac4bd57cc4d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.1.36.tgz","fileCount":254,"integrity":"sha512-AAQFNoXSx82sEjbHxzKxag1F5DyIiDFMKRDuvg8qCr6EmZFpVfS75NfHjxdcgawT8awcq6KgzLn+Vr3kAJpfoQ==","signatures":[{"sig":"MEQCIFk88Bn9GGp2/LyRajgXOcTN8EpPzDwavpUtSeFQvMn0AiAdoTdMNhCIVgAcgpPFRyVJRbNrz5sG1iaAgNdO7w06SA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8477742},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"868c98e4823b60d1462d83aea652e8f292da0363","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-21.1.36.tgz","_integrity":"sha512-kruhXjj64HWfP7/3sgBNO8ds5WTf90FYh+Gw+AeaE6Ebq6fUgavPGjVmZbo4gfbO9TmEcSnQbT9f+bClNhIziA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.34","@syncfusion/ej2-data":"~22.1.36","@syncfusion/ej2-grids":"~22.1.36","@syncfusion/ej2-popups":"~22.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_22.1.36_1687967129124_0.2582960509287311","host":"s3://npm-registry-packages"}},"22.1.37":{"name":"@syncfusion/ej2-treegrid","version":"22.1.37","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@22.1.37","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"c79d09cdafed5d5b6e4d7a22d0566d651a59227b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.1.37.tgz","fileCount":254,"integrity":"sha512-nRfPasKRKA2va1D15fhb7CJn+jpGVPdHjDTdcrln9IAlYBgMlXnYH3vaL5TZ0MhggRT1CpqsKDfKT879MvhShg==","signatures":[{"sig":"MEUCIQCaSiuC8D7LZ5jTRzoSdhyp0DVYmUR2R5RxzeT4JJipJgIgHt0U1iERCMyJbywJ9ewRrDpQPefvrp7x4c5DdNNjseQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8523077},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"863e6c49ec54bc9b0717212ba2e55c6cd50f7467","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.1.36.tgz","_integrity":"sha512-v4Iu+lVo/s6DbIN6B2tpcuh7jPfd9YmIexRJ36AEq/+COecwEQJ9Svj4BwgHhqmArel/uC7MIHXeiuyRU7/5nw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.34","@syncfusion/ej2-data":"~22.1.36","@syncfusion/ej2-grids":"~22.1.37","@syncfusion/ej2-popups":"~22.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_22.1.37_1688470938997_0.649817228233071","host":"s3://npm-registry-packages"}},"22.1.38":{"name":"@syncfusion/ej2-treegrid","version":"22.1.38","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"3b4c62b8d5df95c3ae13a2d502e2c63fb863d773","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.1.38.tgz","fileCount":254,"integrity":"sha512-MEaT0P/rQKVLBx/EOKmHzjZYkmAawf6Cmd0x3XSFHMX6dSCSrISLGGIZDOQ3AAAnq3zGLf9X2Z9HAd3ypXY4EQ==","signatures":[{"sig":"MEUCIAQD0Od7C+Is0nQ0bGM1MFYtMsPuYhIpoasucJbsxFYaAiEAicBjK4oAcVN0+dg8A5gbyUWSKFwKuZkVdzQZlozUqJ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8529867},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"31343969eed0b4698dec8a7f2e75d09a0b2b7d70","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.1.37.tgz","_integrity":"sha512-3/h0c3spLymY4K/c6i+JtMPxdjUZ3c2eCuvAgOjaIeW3AJ1U3CabeTHD9NYvmkly66Y+lpe8x17/hF+ccHj5PQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.38","@syncfusion/ej2-data":"~22.1.38","@syncfusion/ej2-grids":"~22.1.38","@syncfusion/ej2-popups":"~22.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_22.1.38_1689081441196_0.8856298606726876","host":"s3://npm-registry-packages"}},"22.1.39":{"name":"@syncfusion/ej2-treegrid","version":"22.1.39","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@22.1.39","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"5b4b4bbf008e907cb897bb3b41295496b079881b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.1.39.tgz","fileCount":254,"integrity":"sha512-arkhN0kFMbPuXYAObcYn0tPSdk/TjOtq5vowe4J2bIANeIU0APTnY+fOmY9qJ+U289ki+P2OQfwB3Wvvp6QQwA==","signatures":[{"sig":"MEYCIQCHw6sno+qtgKfnyxtD8NSxlJgvVBSZFb49m3vtEZE0nAIhAKGtP1VeByBi0qIavfkIqHjOj9GDDjKlfPD40ZiMPNT+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8530045},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"464369581bffec05b9c5d36a7c7f914b7a879eed","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.1.38.tgz","_integrity":"sha512-YIzEyVdF/GVoWDL1EmQbqOXbzbhgdNIE7qrmddPg9pweufoDn1QMXusOiJ8+fr14qR2z0gmpBfAz7RZYemIFKw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.1.38","@syncfusion/ej2-data":"~22.1.38","@syncfusion/ej2-grids":"~22.1.39","@syncfusion/ej2-popups":"~22.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_22.1.39_1689683277031_0.6990096017609988","host":"s3://npm-registry-packages"}},"22.2.5":{"name":"@syncfusion/ej2-treegrid","version":"22.2.5","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"f72cae3a0cd0715b6cee2db4ca9304f68e86d84a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.2.5.tgz","fileCount":254,"integrity":"sha512-LSjTU1kELfBznhWVTfxjwuGvY18zIdLKhcpah44rMLeudqE3Ygb/d83ZumVB++DNmuW6bykbH2gSawITjDnseQ==","signatures":[{"sig":"MEQCIBucsWf0+NhdPp5bFN5rWXk0MP0oIA2BjSLUg1hBqbSKAiBT2m9hJ/dCzLFPxsA5bG1xv0QgXS3XvCEBtLtDU9MyOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8530658},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"254d61659d39ec1bd30ef1208b702d49a884c0bf","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.1.39.tgz","_integrity":"sha512-cDDtmB1xGA+G0y5XVMipYktLkRzAIRk928AykXT/ZzKydBZIEJzkm2MEmqmuUqadN4bWU4H1nV42CfCzdT1zcA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.5","@syncfusion/ej2-data":"~22.2.5","@syncfusion/ej2-grids":"~22.2.5","@syncfusion/ej2-popups":"~22.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_22.2.5_1690468886022_0.9408974031998123","host":"s3://npm-registry-packages"}},"22.2.7":{"name":"@syncfusion/ej2-treegrid","version":"22.2.7","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"8f73cd98e72f8ebd12b6d2224537ba35d3f318a0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.2.7.tgz","fileCount":254,"integrity":"sha512-LxgNi5i19klGBAiva7mMXWnjS9I8wKJcWjQ2gVAzK3+vf0yu5+RtnIPONdLlWbFnfXppNsLeeRnbMDkCkHNFiQ==","signatures":[{"sig":"MEQCIFEyoAXNGNOEpqH/qmfM+QNpUQXtaglSxETxgtCzuyECAiAYs7W9IQC+kp3afPIYMJ4lwIE6g56CYwCiLEhW5Jdk9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8530656},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"0ed8d47baf64f199f176f32acbe72b22f989350b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.2.5.tgz","_integrity":"sha512-8D61dwEBCpuIbsV5GsfqXstqH/w43e5bssWOFc2MN3xUkHKqDRXKE7wXPEj6K8x0omK97+gq5ljvwrmurG066Q==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.5","@syncfusion/ej2-data":"~22.2.5","@syncfusion/ej2-grids":"~22.2.7","@syncfusion/ej2-popups":"~22.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_22.2.7_1690979386185_0.5492454983294011","host":"s3://npm-registry-packages"}},"22.2.9":{"name":"@syncfusion/ej2-treegrid","version":"22.2.9","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"1a98298fccb82cba5e9033eb0f61589bf7423b72","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.2.9.tgz","fileCount":254,"integrity":"sha512-r9pM3cX8T/bS5v9/36/R8XYTBejvznX+N3TYFMqhZp/6hF2AnwFLwiIlOD/lvTKWpY9yDkhbBhE8uOh9YcwASg==","signatures":[{"sig":"MEYCIQDsao2bRhWU/GB00FAsJVma916c9spGrVlAT2zL4xKYHQIhAICfnksRVw9iUo9opLkYFbhivDmbm6HQKl8BhujsKzqp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8531662},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_21.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"50d28084650115fe8009065240becadd7c1c3b4b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-22.2.7.tgz","_integrity":"sha512-o8+KYvDYa3+iIyNrsSOWgw312DfYRAXC/p/ci7TtSarH0/pUmS0j1X/pnDAr6xVTU0GL2N/xCGyrEIXhUxpKIQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~22.2.9","@syncfusion/ej2-data":"~22.2.5","@syncfusion/ej2-grids":"~22.2.9","@syncfusion/ej2-popups":"~22.2.9"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_22.2.9_1692102339587_0.4383833463028315","host":"s3://npm-registry-packages"}},"23.1.36":{"name":"@syncfusion/ej2-treegrid","version":"23.1.36","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"142c0a09fa2270e3ef134df881765594d76ec9a1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-23.1.36.tgz","fileCount":252,"integrity":"sha512-IeMeRzs6rrUy8UDzDYbIv1vOnfDVlNCrWwyl1tt4hkaXk1kKl/g1kDZvPCxV9dMxybixCUfvmaznipS3xPFEWw==","signatures":[{"sig":"MEQCIHuvbxI3AJU3y2RNmt8sSlLieIVozFe5Ih1ZeB0UF7uoAiABN3lM6YhIKOe319Z6CGg5eHDHFpS2sUii627iBMYR3w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8410695},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"54f6b91334d3cb230af0de267f306236cf0e20cc","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.12.1.tgz","_integrity":"sha512-n6e5yiixxBLzzo3YfUn/KufAQuq7ag6KxBHBC6wMOauUgHo4RR7xfDTaYKLDeqsoaMW84KYWKu44kgAHJola4Q==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.36","@syncfusion/ej2-data":"~23.1.36","@syncfusion/ej2-grids":"~23.1.36","@syncfusion/ej2-popups":"~23.1.36"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_23.1.36_1694764991089_0.3901687275876702","host":"s3://npm-registry-packages"}},"23.1.39":{"name":"@syncfusion/ej2-treegrid","version":"23.1.39","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"0993ebae4154036cc09622e752be1eaafbbce7f0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-23.1.39.tgz","fileCount":252,"integrity":"sha512-Usomd5Sri5sTD4ybYRhNARcyImK+Il/jF1JjWbReeP095Uay4kvmmvz+GvASMnRvKhsVk61/12qxYZgm09a/fA==","signatures":[{"sig":"MEYCIQD7COa7x8WAwj6JkROdOAtbAeKvHqYIcpGoIH6pdv/VZQIhALEsg2HmETt5t+Nb5CCuuMGwhqnL9MW3m1izXEHXoPUI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8418835},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"4a0aaf6fc7b7bd862c6f9f0afac5190b9e6a2d9c","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-23.1.36.tgz","_integrity":"sha512-sZERtk+Bjhx0p0/HsmIMLQyckbQV/3nM52E2sEaaOlzPms935IN91FHAZXpK0VkaXFakyjmnSIVeYSdzAW2B9g==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.38","@syncfusion/ej2-data":"~23.1.36","@syncfusion/ej2-grids":"~23.1.39","@syncfusion/ej2-popups":"~23.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_23.1.39_1696405658929_0.9658989767210413","host":"s3://npm-registry-packages"}},"23.1.43":{"name":"@syncfusion/ej2-treegrid","version":"23.1.43","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"5749ce4e90e71e6384b524dda5753db2168b16e7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-23.1.43.tgz","fileCount":252,"integrity":"sha512-jUD2qdsJsT6dxE02jIApCpWS2dSfKTT0Ncc3vzWndTUiBL7RmwVqKfSghnUK8DwPDAkUSN/qVWFqhDpZHdPqaQ==","signatures":[{"sig":"MEQCIALv1lYEbQmBBOJVvfffZY0GXyi54k+Gbjak6nXM/yi6AiAoDTAiCBcPMs0xy/oGzlbP0KFWXNRX8iwZG3zr/6Z0dg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8416628},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"d52e799b6e358104ff1f34f40ae0b770b98409a5","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-23.1.39.tgz","_integrity":"sha512-/ynWtImETCRcdoaraD8GGnc1UZwk5tsJSOCRDJv4/fJc54lEI5hb6EtE6cLIvIJAca1zer5SEuoaC5o6ULJ6ZA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.1.41","@syncfusion/ej2-data":"~23.1.43","@syncfusion/ej2-grids":"~23.1.43","@syncfusion/ej2-popups":"~23.1.43"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_23.1.43_1698715830681_0.1801773495174177","host":"s3://npm-registry-packages"}},"23.2.4":{"name":"@syncfusion/ej2-treegrid","version":"23.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"84b00e6785ff48b57a968c0ffb90dfbb0e097bc4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-23.2.4.tgz","fileCount":252,"integrity":"sha512-jQGoVFoRqAyA0ermrMYw8RvKMO4D1GDJntz7WXoDNnXEf0q2ry7SSk5SAHOvsPY0uGxnUi5BRQU/ELRqkZ66qg==","signatures":[{"sig":"MEYCIQCBF1q1uaNqZrFDzvZ82+1vf7DJPEzTDjbgWMFsw/CnZgIhAJetDpAJo3KpyTKynq6GsfIulmJA6v7P6TatgXaj6vkp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8417142},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"60e82272c7ffd3d78df57d7620c1b1049520e330","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-23.1.43.tgz","_integrity":"sha512-Tl2QVesPW9C+/ARYpTYshODOrwslt20lAr06+KITs8TWPJn/48BLUF9bs0KSpxMD8YP52tfzY3GGdywJFBcDFQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.2.4","@syncfusion/ej2-data":"~23.2.4","@syncfusion/ej2-grids":"~23.2.4","@syncfusion/ej2-popups":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_23.2.4_1700460963586_0.9020929772243973","host":"s3://npm-registry-packages"}},"23.2.6":{"name":"@syncfusion/ej2-treegrid","version":"23.2.6","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"ee6d4937c53353d6e0f09c19759133e38b68c330","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-23.2.6.tgz","fileCount":252,"integrity":"sha512-Tfed25CEhpvQRD9MSx0DLu4krk4JMXGGAly8s1ep4XOnGtfBQzNk0UYiOXXhlNI/awKMkOTfn9X3bQq9/c8PSg==","signatures":[{"sig":"MEYCIQCYmwqPgvimAF8s7Lo/c3ToAdB/4Srod97aXKloiJ31kAIhAOa3At3j92UuGMsvnkszqXfByb+woVKIIolzBDb+1xmR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8423400},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"f4fdb84fd5f8cc7234f48cd1b3e48a7a7dc273ac","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-23.2.4.tgz","_integrity":"sha512-ZM2cNopSlWXSE44geI2y7IWt9NYMylXLmj40Ew9hhNYs7KoFC/ftE6oo0B+wXdwlGGZ7UTm5bggDh8fXIM2Hwg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.2.6","@syncfusion/ej2-data":"~23.2.4","@syncfusion/ej2-grids":"~23.2.6","@syncfusion/ej2-popups":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_23.2.6_1701149732958_0.510179458746292","host":"s3://npm-registry-packages"}},"23.2.7":{"name":"@syncfusion/ej2-treegrid","version":"23.2.7","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"a663bdd316f6f9df882336c81b7c71079af74921","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-23.2.7.tgz","fileCount":252,"integrity":"sha512-lZOrDRIBsEWgpxM4byQk9wsQsnghSCUDY5PHpqzO9QUPyS77iQs/+vrSaC0GoH6unZJqwP2/4CMqwwkN25SfwA==","signatures":[{"sig":"MEYCIQDzfgzuYTUaFPOWOFLpHsZpowDKjHRXT1eZcd0qiLSwaQIhAN69GwAiJ5HqtyW9yjxDv0cd6ZQ2ys4yjNnFf8EebiiQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424601},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_23.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"232a09691a20571b1d67c65fbeaf31585c505f31","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-23.2.6.tgz","_integrity":"sha512-xnM6VKhApR0HfUuCvlAALqC1WJfUDjIh4L3qLT6NQ5IioV5PiGJw+wgxuS1s9ODoUYhajt0d+XNtCQWkXBwTeQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~23.2.6","@syncfusion/ej2-data":"~23.2.4","@syncfusion/ej2-grids":"~23.2.7","@syncfusion/ej2-popups":"~23.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_23.2.7_1701744590574_0.846057695688528","host":"s3://npm-registry-packages"}},"24.1.41":{"name":"@syncfusion/ej2-treegrid","version":"24.1.41","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"e1bbad52225be8327474586bb426cf265603d6ec","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.1.41.tgz","fileCount":252,"integrity":"sha512-GxjMtTkbHYOT0WHH5Ieo/50/YI1g0U8m+gld1hYSLQdp14+sdKNuYwIqI1ZKSfny+pVWpNuMFS1wWJ5twwwExQ==","signatures":[{"sig":"MEUCIC/PH4xelsfPnwZ/3BrYuZ2G+ylQFlScZUZrI9AVVR+2AiEAi1/qu9OiLR1MsesoN/wl+JLwbKkBOWbf0nolAdOXZj0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8436605},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"79ae28a20dfd73806aaa9342d0bdce23650bf84e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.12.1.tgz","_integrity":"sha512-+a7WJVnNqouKq7IejrhXkmPVTplJpKojPadr9qmfA4xUIo/tQNMLkIz8d3+7bhETFRnFkN/4gpbwLYry8eOGeg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.41","@syncfusion/ej2-data":"~24.1.41","@syncfusion/ej2-grids":"~24.1.41","@syncfusion/ej2-popups":"~24.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_24.1.41_1702880859058_0.9360901850005234","host":"s3://npm-registry-packages"}},"24.1.44":{"name":"@syncfusion/ej2-treegrid","version":"24.1.44","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@24.1.44","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"f670f33c12aa779e243c94d9535b0a41e2ccf386","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.1.44.tgz","fileCount":252,"integrity":"sha512-hZ0IRzlxrWHPI6hiCm61Jk/uzAi6ci1AsrwRBlMwx3a200pgooNxuuOoeugN+AdvTrsU7CAXeYP/HYFY3rfmkg==","signatures":[{"sig":"MEUCIDEOLEsFH0VfGMvqnx2iXs1/6tr7rcgwgByqZ/Z9VbF2AiEA5ofTimN5XC4GATr0ua43vr195xRlV/6k9J8y9yiR5N0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8447697},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"82ee5c6713c83420e1fcf226b3fe37c09582e629","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.1.41.tgz","_integrity":"sha512-zSmjGDxO8ex+mNgGnGRsnl/O5KycAJwdwMGje8f1qD8DwRXOqnagbuyp57d3hdFmE8cnfvU13C85tzzDq1awLQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.42","@syncfusion/ej2-data":"~24.1.41","@syncfusion/ej2-grids":"~24.1.44","@syncfusion/ej2-popups":"~24.1.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_24.1.44_1704252710929_0.9102378026766937","host":"s3://npm-registry-packages"}},"24.1.45":{"name":"@syncfusion/ej2-treegrid","version":"24.1.45","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"51c8d9a98cf61e238de5b1ddb7f4974186ac82e8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.1.45.tgz","fileCount":252,"integrity":"sha512-sMLqDYy4SCrdYSJbWHIfuo4GMPRaiT/ngxkPXD45E/7Wgh5LW/KsFDvSCcrglYc2clgB1sAAj7afQE+EOshVAQ==","signatures":[{"sig":"MEUCIDNcQrrIyGlYbgSeYVIQ9FaSKFctQ1eX94ugih+C3BkMAiEA3jpwU918bAh4KXoiZzc0z+14OAl6OufsvNrsQpprx1k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8444480},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"50bf5af5aac7e04a80836e6bada47fa368cdeb5f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.1.44.tgz","_integrity":"sha512-uwoV8VNfKziADpcKw/RjCSyvwWmgc8VPThoSP4bDvoaiozNy3gHLilg0+MIkAVadf1WzlnRDA2vhr6Kzs2YNaQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.42","@syncfusion/ej2-data":"~24.1.41","@syncfusion/ej2-grids":"~24.1.45","@syncfusion/ej2-popups":"~24.1.44"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_24.1.45_1704766627486_0.7770554845370861","host":"s3://npm-registry-packages"}},"24.1.46":{"name":"@syncfusion/ej2-treegrid","version":"24.1.46","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"0631553872c38d787e80e95fae32258381ceb4ef","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.1.46.tgz","fileCount":252,"integrity":"sha512-AgYpWRePjdXepzJcQpL6bP9AMOmmfVz049ZzDH570FzWFeZlXBJwz2CQsh87QXsP4/DNLRgnCNeoVWosrw3TiQ==","signatures":[{"sig":"MEUCIQCqiLHVh4uujx+Io+RtPNALfFASvoBtBrlKCfaHaJqInQIgAgGflWGDKn/3gGkBP6MGL+2vFnU5P0AMdMEkz2gGARg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8453776},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"db202c6d6cabddf4069bcf2bdaaf2770806125cd","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.1.45.tgz","_integrity":"sha512-0tIPY3H4FGQyizCP+htZI1DgTi5ykzpJqYIunllcjvo3KJ9ycydX9Z/idgBuXAIj4DRinQDo8kgbKZg7nLdPsQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.1.46","@syncfusion/ej2-data":"~24.1.41","@syncfusion/ej2-grids":"~24.1.46","@syncfusion/ej2-popups":"~24.1.46"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_24.1.46_1705456988425_0.6485972356784044","host":"s3://npm-registry-packages"}},"24.2.3":{"name":"@syncfusion/ej2-treegrid","version":"24.2.3","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"0feb9d340d3cfdfb7ed6213c96dfc64daa33e1ef","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.2.3.tgz","fileCount":252,"integrity":"sha512-kbtvSAkfuRoVQtMVMcK6SlvT/O/lIq5rxM0zfjqI75G3BhfbFgKx1Qj7hFDSVYsN45HAJv63KA2JxPmCD5yhVA==","signatures":[{"sig":"MEQCIA0VNTA41XFzc7P1HlOcnou5yuQJgSl9iEDi1Z36b384AiAdn4K2cLOMu+O+Qd2pP/MeDPY+bwjOqGstDhMog/a92g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8439204},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"6d296ebe1a30a5a427c46045e5633d245d1fd60a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.1.46.tgz","_integrity":"sha512-MfVt+j2ZJlx6BcaWi/B1w81IOgM2NTieqqO94VKf4N7BGx0iOeqjRXmpHb4X0P7ya065aKi0kI68WdcUfKz8wQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.3","@syncfusion/ej2-data":"~24.2.3","@syncfusion/ej2-grids":"~24.2.3","@syncfusion/ej2-popups":"~24.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_24.2.3_1706710055453_0.8979838139387037","host":"s3://npm-registry-packages"}},"24.2.4":{"name":"@syncfusion/ej2-treegrid","version":"24.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"2fac45af748c97b3f668a9883f6ca93251fe2c5c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.2.4.tgz","fileCount":252,"integrity":"sha512-Ktyi8sNpLBWLsyiMple2+BX+VMt1xKwT8RSZmjS1r05icmvkCllCPIDNmclB9+20pRsgZFBLQfH0VFH7wkyeig==","signatures":[{"sig":"MEUCIQDMiA5ZOP3ypvczfdylHzuge9UCBly4xG5IwYpjkiDk/wIgFCXXwb6p39cc20Id4eDXqpjkP5Kppr6W7MgQnd2z5oU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8436875},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"85d95b0b09570951fb79d7c6c1d7b1795cc588ab","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.2.3.tgz","_integrity":"sha512-PIOy9Xz1mdSRalw1CCZPNAL5MUE/bo7+vbMU5d1O0/bvOpwJW00ev/bO0vaQHBBFwEWIkRMiYgIfdn3QWsLfPQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.3","@syncfusion/ej2-data":"~24.2.3","@syncfusion/ej2-grids":"~24.2.4","@syncfusion/ej2-popups":"~24.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_24.2.4_1707195199307_0.3103840214532074","host":"s3://npm-registry-packages"}},"24.2.5":{"name":"@syncfusion/ej2-treegrid","version":"24.2.5","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"4416f5f083c1da366c1e880c375c9e940ec96f89","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.2.5.tgz","fileCount":252,"integrity":"sha512-ZP2P2d+84iSrL3KGN1zSgYH2H7BWnzZCqOuodJTKms3JqZlAN8Vs3bW4yArr8SrUliSwpSxIqhT9aoa2HgEDoA==","signatures":[{"sig":"MEUCIFr0ni+x7yp6vMQ1PC8z0gR9wuFReZCJcFAxPoA7lfjfAiEAky3YshV0zCcO25YLixiGWwVU1I/GqblcHhIdJCkJUpo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8434433},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"31996e1fc22e58e97e1cb03ead48b09498f858e0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.2.4.tgz","_integrity":"sha512-eZuVguoswhf6Uu9tvcok4gHmSMQWvfOkZdGTzd5eA/3adSNaHuVA7n1HqypX96Jz5cKouFRbY4cg32wO+n+CDA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.5","@syncfusion/ej2-data":"~24.2.3","@syncfusion/ej2-grids":"~24.2.5","@syncfusion/ej2-popups":"~24.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_24.2.5_1707789626610_0.13998745871641316","host":"s3://npm-registry-packages"}},"24.2.7":{"name":"@syncfusion/ej2-treegrid","version":"24.2.7","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"a1d53920c32435c6068cd9df4234735efb71a315","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.2.7.tgz","fileCount":252,"integrity":"sha512-UPRSx8JmFEbu7+WjHKoOSdtWuOjegqWQyV3zJ02ULyKOG5f4E/zDq4vj1SQmeu6VwWoParKNmZ9M6/m0r2HZQQ==","signatures":[{"sig":"MEQCIETnsmbdJ2Tn53EhC9ZEG7dd4M2uDOxe82SyFM3i83rRAiAk75MUh7nU9vbmEZaBUm9d+m7st6UNWBWhFavb1zxUvA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8435354},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"00dfe46c48c665b1e18b46a0193867238dd9dcae","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.2.5.tgz","_integrity":"sha512-/ddOZwHICi92QoxX5p1kwqFtc4cIVL8JJgo5IR11sNJ+SsPcde2ao/eIGTPgii6SpdV24cWcj3vZHXFqUKk9Fg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.7","@syncfusion/ej2-data":"~24.2.3","@syncfusion/ej2-grids":"~24.2.7","@syncfusion/ej2-popups":"~24.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_24.2.7_1708393776044_0.251776198162982","host":"s3://npm-registry-packages"}},"24.2.8":{"name":"@syncfusion/ej2-treegrid","version":"24.2.8","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"fa0b215632d6cf5d4a5c12caee2943f753c62a0a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.2.8.tgz","fileCount":250,"integrity":"sha512-XGF6mep9gZ+37Tqy7mFKJ7+VKEmEcfV0n8GqvROHnTFO2CfNrT0ghXZX8JZeIGUyKrv8BEoGhKPvcvCykikW9A==","signatures":[{"sig":"MEUCIHbtbk7mhyDb+gUj+UKoQzFAljqreoBXuWIQgWkVbLsFAiEAgTkYmCZmsT2fT9bAWoWmHx9zypi0008slWhCafYSZVE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8434203},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"4c8aeece891894c115b1bb14a24cf6907a12b4fa","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.2.7.tgz","_integrity":"sha512-OoM88SgilK7jJcbH2DdoMzGAOTDf7kPBtDxaVHjwD8vovfoVkUeTNwipnQKLRLDUbAfFcz2JOPnc34uph98UWw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.7","@syncfusion/ej2-data":"~24.2.3","@syncfusion/ej2-grids":"~24.2.8","@syncfusion/ej2-popups":"~24.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_24.2.8_1709015890629_0.28061010331370073","host":"s3://npm-registry-packages"}},"24.2.9":{"name":"@syncfusion/ej2-treegrid","version":"24.2.9","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"38e1bfed805d549fdaa6160c3a0625f19a8e599e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.2.9.tgz","fileCount":250,"integrity":"sha512-iWAkE+rUWBzMlRrLWyA2ta32KO/gxy+qZc6/YQmzY5bGg/icm38bPu9+t2EnTW9C+8QhgWbIwJ0zw7ON3zt9Kw==","signatures":[{"sig":"MEUCIHVPdNBd+ZvzvQsBhzjI/x5kgkylAzPzAokwpyF355+sAiEAmyQ8bLyh9nqRTBb9/9T9ylrn9Ul7qlelwzJv8KKfaxQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8442078},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_24.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"bfa805b7271215c1d2d53c303953de8b7186e779","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-24.2.8.tgz","_integrity":"sha512-FszUjBBJdywxw3DyIgp+wHsJ93z8G+CKd9f0VUaqkeySW/yRRtKVBGB0RJ7snJaMyc/uxIApPaAtY5CquNdLfw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~24.2.7","@syncfusion/ej2-data":"~24.2.3","@syncfusion/ej2-grids":"~24.2.9","@syncfusion/ej2-popups":"~24.2.9"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_24.2.9_1709629214439_0.6453737817196388","host":"s3://npm-registry-packages"}},"25.1.35":{"name":"@syncfusion/ej2-treegrid","version":"25.1.35","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"f2499a9095e4192fcf1ba43dcd8efb677e48f3de","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.1.35.tgz","fileCount":252,"integrity":"sha512-iT29vYnKddjNeq+YDElfBs6h9bjBihM71JueR2OQ2Jge3hoP9PL7DxKpEDjIZaF+BX6KLBE1XFdKSmUCBTsTdw==","signatures":[{"sig":"MEUCIQDMzw2sbCMnuRib9zBTz4p0+0brIdr/l9oLdxyYv8SmdAIgYv8zbR6iWOGWmigoFGZKpKAnbXSdtWK2OUgXyqrrV+4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8456786},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"7fcd4cdcf02c5c0813d3e920096ac8d3379004c4","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.12.1.tgz","_integrity":"sha512-F833twyGGqQ5dieEzzXNBDedL8qGf12rSpYe9UWtvj0Tsc4UIdaJZMAuOlqPIBpBAMBjTLLKRkr7hRc6VAXAfA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-data":"~25.1.35","@syncfusion/ej2-grids":"~25.1.35","@syncfusion/ej2-popups":"~25.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_25.1.35_1710504857545_0.6272203009298871","host":"s3://npm-registry-packages"}},"25.1.37":{"name":"@syncfusion/ej2-treegrid","version":"25.1.37","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"5ef28315aba384e5f0a8ccf82aae72483aa1c41f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.1.37.tgz","fileCount":252,"integrity":"sha512-JQPaekGGKhqNdjErOhZd6bvbBAq1cp4XXXhQGqOrJX2vVxeszYkV5aYdPsPNRuLaxgK5uDDfG0WBRDay/OWfnw==","signatures":[{"sig":"MEYCIQDpLRczSK/keLQSr+iWdVxZnsyAPnSuMG0cXv2p1spIewIhAP3Ue1yZMvS37Xu7rKC6e8h4pmLUJTAHA/jvE3w6uwQw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8463543},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"f218497fefd6ed222ac0d900f2a95b052e73e05e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.1.35.tgz","_integrity":"sha512-hhcRD9SU6lXTYJhfJp5PEI+vPnWVd8rpjtlNsZcKdcX70KbYVo/PqNGSHe50I4BMgdn6m0jGvxiZPDj79Q31Iw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-data":"~25.1.35","@syncfusion/ej2-grids":"~25.1.37","@syncfusion/ej2-popups":"~25.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_25.1.37_1711429125479_0.46643101055028824","host":"s3://npm-registry-packages"}},"25.1.38":{"name":"@syncfusion/ej2-treegrid","version":"25.1.38","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"9534ce1678382f4fb156f3602157f7b46eb76b91","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.1.38.tgz","fileCount":252,"integrity":"sha512-sBHcLgnYAQ1XEt/uN48zMyx3O236zHC2AuBDEmxT1bWE8vIjYL4429tsFDz8s0cnQfuMoI/1TmDYGlm6m/RGSg==","signatures":[{"sig":"MEYCIQDmrfUqIeHiziIk28US5QLZimuhbcNcOj1NyqSgdqmaLwIhAPeLZSn4cn00M9iJhVnrF8TSnR/K3hgwIkDMqQhmwTqk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8467194},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.5.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-data":"~25.1.35","@syncfusion/ej2-grids":"~25.1.38","@syncfusion/ej2-popups":"~25.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_25.1.38_1712150545021_0.24371887671381542","host":"s3://npm-registry-packages"}},"25.1.39":{"name":"@syncfusion/ej2-treegrid","version":"25.1.39","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"d2ee3fd54205fb134821fbd40a482ce39874ab80","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.1.39.tgz","fileCount":252,"integrity":"sha512-V/l9w1UG8fznimSL+1CpvYeJLo12G8tY1Up+y7UbAjKVrw6WjiR/KVv+XKRhwpGC+f9pkHC0FkeZrs0r/25N5g==","signatures":[{"sig":"MEUCIQCjHyeQP0vAJPPlReCUzzr13F5S7FDfiupPb0b7bCLr9QIgLRkdGyoYbaktA5r7HlvUYCvvd8jj3GQzZKkaVXTYS40=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8465817},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"eb6276ece49cd424c95c59f3ef62a011033271c6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.1.37.tgz","_integrity":"sha512-ePeCjuDmiMas23g+HjJ/K6k3Sv5j33AqOcHT+9tMeaX3Ef6d4+5LbdX+UaRmZORO2DVP1CsneN9jzffNDIAawA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-data":"~25.1.35","@syncfusion/ej2-grids":"~25.1.39","@syncfusion/ej2-popups":"~25.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_25.1.39_1712666065544_0.8225532329714951","host":"s3://npm-registry-packages"}},"25.1.41":{"name":"@syncfusion/ej2-treegrid","version":"25.1.41","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"03f155d6465c71267e0d9dd374101eb2a63c3093","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.1.41.tgz","fileCount":252,"integrity":"sha512-7tCDZMyF1NJrHZ2Pt8x4iG0Lk0ZB72pW0NyUtFB4P6je5Eq5IwtgRiJy9mnpZq+JIlOHuP/eYr3c4HmO513IwA==","signatures":[{"sig":"MEUCIFNgMv5NBw0lXDw2sU3VtCe5kivAfx5kNUa5s66zCMfnAiEAsf+dwaitxBTCw9l5bi6bUrxVxyzKTjv3oaK0Q3QIHPM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8467969},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"baf7e1d00ca21c99de30b7e0a7ad4425f7c26834","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.1.39.tgz","_integrity":"sha512-GFkpdP8lfUb4VLMxJctt3XCFdf6fVbCux8qcetuuO58xHzCUmWBw3ZSxH3vpAc5rsgGHAUEz6/CsTCAB6D09Gw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-data":"~25.1.35","@syncfusion/ej2-grids":"~25.1.41","@syncfusion/ej2-popups":"~25.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_25.1.41_1713854505070_0.7050550363845041","host":"s3://npm-registry-packages"}},"25.1.42":{"name":"@syncfusion/ej2-treegrid","version":"25.1.42","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"b391532d70be69a5cdca1a437b46db44289425c1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.1.42.tgz","fileCount":252,"integrity":"sha512-yGLPRoxUhHm2rjl1hddR5kzw4LU91rkhdRPNRddlEawNuTmD1UErRX8zpCU3UqthlGHEl02OylFQ8GG6RrLanQ==","signatures":[{"sig":"MEUCIQCSuPPKA1J5zg1p9qU4hha0QI/UPlDFK8mPZQK9/hbWYgIgLEge/97uQClEBip2cO8ICt4GG+f3tbfcFeAspwSdBOE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8467994},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"00dd3e401fc8059a49d07aca8a2121a3aa172419","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.1.41.tgz","_integrity":"sha512-oDcAbey3zDcULE67WmjiYHVTjbV7eTXnVvrsPXmQEdM0a/+/kfcPCQzw/p53ryKRHRypi04/DtaiywrRq5x3nQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.1.35","@syncfusion/ej2-data":"~25.1.35","@syncfusion/ej2-grids":"~25.1.42","@syncfusion/ej2-popups":"~25.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_25.1.42_1714446056939_0.3148853464471941","host":"s3://npm-registry-packages"}},"25.2.3":{"name":"@syncfusion/ej2-treegrid","version":"25.2.3","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"ff250be77f7da5cade812ef8ad5b63cbe2122526","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.2.3.tgz","fileCount":252,"integrity":"sha512-5habZZOdLmTCpnR1njAowK87HZF2gYMDxjos0psv/XgUl4bLfGryuaDH77hg1148IZWfjb1ed+Hoh6j75UWa2g==","signatures":[{"sig":"MEQCIHpYjnr2L0XLxcL978VrIAl/BeNOBova9eLvfUWgAyhpAiBqKoTU6EfMBQPmlHrQBo7r41dl8/T6G88x6dWk51Zv5Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8468343},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"4745873d8d64cc109146d7b3e6f0012adaa7e676","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.1.42.tgz","_integrity":"sha512-SV8Wnkh4Mnz5cl4WjFBdeFCVAC+lCkYxEeL2mQBzRtoO1FWj9UGmAq+4f5iJUppl/Jl1MRNPgL4SuBCUju2Dfw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.3","@syncfusion/ej2-data":"~25.2.3","@syncfusion/ej2-grids":"~25.2.3","@syncfusion/ej2-popups":"~25.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_25.2.3_1715175915452_0.3769582348665581","host":"s3://npm-registry-packages"}},"25.2.4":{"name":"@syncfusion/ej2-treegrid","version":"25.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"a29186294a18a50b72db60968b473a2707b171fe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.2.4.tgz","fileCount":252,"integrity":"sha512-uwJPxoOGS+L71N/1jttPlgAybHtfUru8PQ2jVFtW8G98k46nzY9FD2zsiLXIQG/LHOXsWlJHrQxPWajcZVGxpQ==","signatures":[{"sig":"MEUCIA9sLnk+0TDBVCM4GAdKpjAnSczXJVYeZJM+tD5vMvOSAiEAmQNYd2FXMmfaW9aTwUzo/fYQEa4RR9IdmUeyz5evMho=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8487579},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"533c93d33f5d4bfab536136267ea32479a363b5b","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.2.3.tgz","_integrity":"sha512-HOkPjvJIYwpxfaWkUIOYpnGC5XJO7/cJB/tZwq6Jg9EMWQ7l7aqvuTQrYhxbzxSiHddeWg0QQMr5kn01Hjn4DQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.3","@syncfusion/ej2-data":"~25.2.3","@syncfusion/ej2-grids":"~25.2.3","@syncfusion/ej2-popups":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_25.2.4_1715653240852_0.16058955040153644","host":"s3://npm-registry-packages"}},"25.2.5":{"name":"@syncfusion/ej2-treegrid","version":"25.2.5","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"f9e931f7f69cc38603ab2ec048b3e2bdd85220c4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.2.5.tgz","fileCount":252,"integrity":"sha512-LHs827xs4R07ZuQ+2LzFRRG4u0B5S7K9u5mVsZxU6i/U/YCeHkJaBvXolIGRdjRjL6qCK6+x5arPhe5OeY129g==","signatures":[{"sig":"MEUCIDaddQwnXbYPkW6U3fp3yC2z3HKcWu/+pLtxkLiq3VnCAiEAtjS7ar3GdNa3okLLgBWayMbZrq0XMpJW8DnnzBl5VwM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8490840},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"0e5afb29737f441a377420231b89444e32ef78c6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.2.4.tgz","_integrity":"sha512-8QscTDpc0SKK12xtkX3zNH48foIkUAV+3jSuMFNCKn5fTnqeBDjWrnYKEr5Bw53z5xgFhqMijx+GuqhSh5eOmA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.5","@syncfusion/ej2-data":"~25.2.3","@syncfusion/ej2-grids":"~25.2.5","@syncfusion/ej2-popups":"~25.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_25.2.5_1716262086384_0.7599028540887964","host":"s3://npm-registry-packages"}},"25.2.6":{"name":"@syncfusion/ej2-treegrid","version":"25.2.6","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@25.2.6","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"ee774930809f68417ab3de82465b6d19b01798b7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.2.6.tgz","fileCount":252,"integrity":"sha512-TFKvol/bTctXv9JCSkSjjX87aO6N33iks7k0XNVO8vDsVz4Xzjj5wVD523VXL1FSDYPmYlbLNphhrYdqhyWyJA==","signatures":[{"sig":"MEYCIQDp37pKu9W+6Ritv9nuqWvqkQPH1ej3gwr1mjWMe7uC6QIhAI9Q16e6RaAFp+VWNLWZrqeIjkkl8JGbea0T3TRk+/GN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8496782},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_25.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"2873e432ebd7866e8bd6e4408b7daa6d0576b0a6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-25.2.5.tgz","_integrity":"sha512-6olifiUnA9rLIHDZo/KIcz2PE+HHsvKvaUInwPW8IYID4KDpFYCLNW208AcwAmkLSvejdrD48dxie95yPL9R7A==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~25.2.5","@syncfusion/ej2-data":"~25.2.3","@syncfusion/ej2-grids":"~25.2.6","@syncfusion/ej2-popups":"~25.2.6"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_25.2.6_1716863559949_0.449487896827925","host":"s3://npm-registry-packages"}},"26.1.35":{"name":"@syncfusion/ej2-treegrid","version":"26.1.35","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"42f76df1c657d0ef96d33d3f1a188db49d9c247c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.1.35.tgz","fileCount":259,"integrity":"sha512-AkQL/gVoFInGVAdf5RdN90gL5LhIVGz5Mi9RqijYfZBRGLk7RmWhiHcMeBSppAL3Qiz02+lKAUNpyoA9jmXDIQ==","signatures":[{"sig":"MEYCIQDrS8qXLcWRqG6rFWiBY+e8smDa4GIRRhjAnW4SBUX1DgIhAKAMRc3kMgiTMzGW8O3dwa38n1gWe2dEirAvUt8SB8/C","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9006329},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"edfc8b85e074d04489b50692dc6d0fdc2afc1fca","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.12.1.tgz","_integrity":"sha512-Zvs1n1hJSdqII9YsIoINuvcHJFdRrXZ1my6EGcdVE46oHM7dliewDSdLCulnzrp4KD1hHhkJV8+xJXML+697Pg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.35","@syncfusion/ej2-data":"~26.1.35","@syncfusion/ej2-grids":"~26.1.35","@syncfusion/ej2-popups":"~26.1.35"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_26.1.35_1718111496685_0.4381985043619214","host":"s3://npm-registry-packages"}},"26.1.39":{"name":"@syncfusion/ej2-treegrid","version":"26.1.39","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@26.1.39","homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"c931527e7fd97299201bb1ceaad68edd7b1b009e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.1.39.tgz","fileCount":259,"integrity":"sha512-IDTedtrmvRdjsMQL5RWAxrnM1xJu8DqCBcZO7FYvuDs0e16NnK2R1gAzSWeoQyDurr5hm7wksGWayxRDm3TY4A==","signatures":[{"sig":"MEUCIQDwexcDCMH3UWe2EgYogTsLaZOu6KBxRXON1R2KGPLPoQIgBK63zIv4TR8CwPu7NSAoP3rrfxv8CnuKKVnHa5812Q0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9020822},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"557b952b946b983de95960def0f900ae1a186f16","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.1.35.tgz","_integrity":"sha512-o6iZQnqm8zWx8H33H55qlOP//ECxfPjeLYeW3YiKUjgQqh/3ivyUmKOzYeXYj3lYhkOZaLJ6nocdKVv8sBwH4w==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.37","@syncfusion/ej2-data":"~26.1.35","@syncfusion/ej2-grids":"~26.1.39","@syncfusion/ej2-popups":"~26.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_26.1.39_1719306076544_0.960396888770054","host":"s3://npm-registry-packages"}},"26.1.40":{"name":"@syncfusion/ej2-treegrid","version":"26.1.40","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@26.1.40","homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"976544d953ab74303ba692e7b5c993a10a73a136","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.1.40.tgz","fileCount":259,"integrity":"sha512-ie/2+ykN6UgflFT+Ke18Rin0h61DAw33ZydUhoLvYGxtyOupcwtVTeTs4kBRwfPRs5uFiRcZh0zOmdWXzSQtAQ==","signatures":[{"sig":"MEUCIQCT2hOdRfJ1sRwKDf3drUG+GTaK7Vp6+xktTIl4u5fsRgIgENynPN6DOVJebLOPVMaxzOs2J0QPjYzB9a7u496wS1w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9028306},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"8390133d51011d61d53746a0034e025b70adadb2","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.1.39.tgz","_integrity":"sha512-qrXXmFlFp24CGLgoAnEegsxxMxcIf5hIlyqKgWv7OesUA3FRaVEEsVl24vIamY5CJQe31xX3kTV9ymhGECravA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.37","@syncfusion/ej2-data":"~26.1.40","@syncfusion/ej2-grids":"~26.1.40","@syncfusion/ej2-popups":"~26.1.38"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_26.1.40_1719896746704_0.4221009184327693","host":"s3://npm-registry-packages"}},"26.1.41":{"name":"@syncfusion/ej2-treegrid","version":"26.1.41","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"50775431c50f35ca16fb379fa23f0419c2b2885d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.1.41.tgz","fileCount":259,"integrity":"sha512-LTofU6aRKZyCtVb4KnEMdM3pT5Zp8e3Qh93Wd8ehErFyvKtHsUhhp7EALJwGUJDkmX3KDLpMUcvS7DYEX3qaQQ==","signatures":[{"sig":"MEUCIQC3ih583lNp+i4KH8LUhW1QADmZUgZxVkSybfDehIygYQIgJNs+J98lY8MGwvEseoSg3e3bprxmMVx1N1Bn2b14eyQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9029735},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"1604c276e7bfbbb1c64993484869265e35ab082f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.1.40.tgz","_integrity":"sha512-FLSDQfoQPPsupYO9MJXtMfWLY77d98nS3kGQxBRoMIkotzYme8lIBz/YMXQA+h+owNWyryNZloaJaTx6Owt4Xg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.37","@syncfusion/ej2-data":"~26.1.41","@syncfusion/ej2-grids":"~26.1.41","@syncfusion/ej2-popups":"~26.1.41"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_26.1.41_1720508531351_0.9266493689999806","host":"s3://npm-registry-packages"}},"26.1.42":{"name":"@syncfusion/ej2-treegrid","version":"26.1.42","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"c36fc06f91bf70e69e84cbd232fb865abb0b0ca8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.1.42.tgz","fileCount":259,"integrity":"sha512-9Hg3I+KR1KVcvrnR7x7btVsHQYSoSY11dIff1jwXHaLEs2XN2C0/7tkt31V3TXEIOqo93DuAApacq09s0qjaxg==","signatures":[{"sig":"MEYCIQD9cgVoLm30tlBIHzMeX/HGveSXKQ8dzf85hD+0+qzfoAIhAI7Zb6943IiT9/PWm0+WlWYwW2a144VkLDM8nrijoyIU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9043897},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"02a9f34ad00196ced1088eb5838061448392009e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.1.41.tgz","_integrity":"sha512-bEdBHXZDiDR2JGPI2rITLmXKpMDRRvVllnYUfcv3BangX4MF/JeFtegtHGa2XzX675KPpsyOe9SvwMjzaoEKKQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.1.42","@syncfusion/ej2-data":"~26.1.42","@syncfusion/ej2-grids":"~26.1.42","@syncfusion/ej2-popups":"~26.1.42"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_26.1.42_1721086258457_0.9975579644941277","host":"s3://npm-registry-packages"}},"26.2.4":{"name":"@syncfusion/ej2-treegrid","version":"26.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"df297cdad26ea70091e06002efcb76a17f80f831","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.2.4.tgz","fileCount":260,"integrity":"sha512-KvAJe7En4aE6Nfthc3/8ZuhLZxDInoR5R3P/cdDXGNIGvQqyqRJ4KU0apcQua8AzLM6UqgPKUdmbDs1PPwPsGQ==","signatures":[{"sig":"MEUCIQDvFs9ouIpHCGSD71gHGsY3mvr0C9AEO4TAZ3XDE+eGkAIgIJ6fpERm0jh+C6DZFv6fClr4+HwsVtckPNL/Xu+exCg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9056391},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"ac8621c6da11adaeb47f35a1b10f2e94520bea34","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.1.42.tgz","_integrity":"sha512-UGPp38yDOArNOTGVss2EU+BoYFDbtuX7AQPGwepSDA/IvJZqVuuhzIbORFGAovtVu/49UWanMWu9ci47SKkjxw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.4","@syncfusion/ej2-data":"~26.2.4","@syncfusion/ej2-grids":"~26.2.4","@syncfusion/ej2-popups":"~26.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_26.2.4_1721813199147_0.5627076152484958","host":"s3://npm-registry-packages"}},"26.2.5":{"name":"@syncfusion/ej2-treegrid","version":"26.2.5","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"a0b00a88c4927c371e5dae1819ed5436aad05e2c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.2.5.tgz","fileCount":260,"integrity":"sha512-HYzm+weYkzGqQj9jIMqVj56kInsizBE0gOfE74urSgDnTamcNl6q0uALeOKjdqq+pLgjeKy33lnhoj35egv+dg==","signatures":[{"sig":"MEQCIDktTz8xyw3JG3ZMWJPj07s3A0cQUu/PHjFf5Jq+HLYmAiADScdu5FdRON3WZY+L9adZvWR/gfNUMKsI4lETYcf9EA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9056391},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"ac8621c6da11adaeb47f35a1b10f2e94520bea34","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.1.42.tgz","_integrity":"sha512-UGPp38yDOArNOTGVss2EU+BoYFDbtuX7AQPGwepSDA/IvJZqVuuhzIbORFGAovtVu/49UWanMWu9ci47SKkjxw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.5","@syncfusion/ej2-data":"~26.2.5","@syncfusion/ej2-grids":"~26.2.5","@syncfusion/ej2-popups":"~26.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_26.2.5_1721950187861_0.5425794444550229","host":"s3://npm-registry-packages"}},"26.2.8":{"name":"@syncfusion/ej2-treegrid","version":"26.2.8","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"729464081b2a3a4ef492afbf0ed9cf63401aaa0e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.2.8.tgz","fileCount":260,"integrity":"sha512-DNThTqeXswuWMovI+AUgnag1alpFLYZuXvLdUtcvLE3GmBG9+5IOGCfWbZhuC/1I/qDobwXrZMH4X8eP1M6stg==","signatures":[{"sig":"MEUCIHq5/3JibXQxHbFRgz7nLlVyEqhsjSEWCgemJoqWy5PvAiEAvXKCHSJ/VYjrziU2eYNCyKu7Zqofy/3tAMxCRlpPe6w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9086337},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"ce6e6979b443ce1f1031368a9280d8b3a7819bfb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.2.5.tgz","_integrity":"sha512-SbqItsn2WUqCY7wylqfKsT7CrQAMvcvOVg8fUxvlvaoLrY+WfKJilARHRfRsOgVCZd45ouHOhClP3BDqhgNZuA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.5","@syncfusion/ej2-data":"~26.2.5","@syncfusion/ej2-grids":"~26.2.8","@syncfusion/ej2-popups":"~26.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_26.2.8_1722898765920_0.928437777302572","host":"s3://npm-registry-packages"}},"26.2.9":{"name":"@syncfusion/ej2-treegrid","version":"26.2.9","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@26.2.9","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"a8dfe06701159fe2481a39638244183e3758f44c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.2.9.tgz","fileCount":260,"integrity":"sha512-ToZ5E9Kn0Dgp0hSLRF1W1hoxwJxib7pA4Cknbce3zBVzgLIBrMQOZWBJow+4Zre5RFyuJbAY8oDARX9RcSkvzw==","signatures":[{"sig":"MEUCIDJ10990Ijc1jmFEMUY8QusdrbdqyoXUeO0sYHFRS6THAiEApQH7UCEthULTG2DUVEGf6mgThjuZwev3z4YYGwg5eH8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8957470},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"864000ffab0dbe932a5f1941716fc6e4d7892ac0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.2.8.tgz","_integrity":"sha512-pXauhyblQFxKcVjDAIDFq7ewXcepNE2D6Lxg7y3pOo3tMwHwWhhRRy0XYE9+7K9Ut7kJ0daRZHmO7tewDKWPXw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.5","@syncfusion/ej2-data":"~26.2.9","@syncfusion/ej2-grids":"~26.2.9","@syncfusion/ej2-popups":"~26.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_26.2.9_1723503409905_0.2583479400071189","host":"s3://npm-registry-packages"}},"26.2.10":{"name":"@syncfusion/ej2-treegrid","version":"26.2.10","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"824f96b8168fef847a306c32436f431f5313b346","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.2.10.tgz","fileCount":259,"integrity":"sha512-nSz0kVk6zvO4UPhGBS03RY5Hje67CGsqvn6qFaSoY1OqaGA+oKikQCcpEgiKYb4U36bJruJmDiIIn7/jvltFEQ==","signatures":[{"sig":"MEYCIQDj0fyYXUnWsEkoXDdfPFEe4xi4mIAYNC3L6vJWZBId2wIhAKakeaPfXP18zmDgpGdgVeWvMadR99SRIfUR3oy8pf6u","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8957460},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"3a23a5e660312b2fb62e5fb19e12f001b4450cf6","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.2.9.tgz","_integrity":"sha512-sZpmBjfiblJpSR/xujnXOM5x8uSx+l1ql4v13nTnls8uxKrYXqjRD5QnDxGag1D9Dyzh3pcOEGQygRG/ida/NQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-data":"~26.2.10","@syncfusion/ej2-grids":"~26.2.10","@syncfusion/ej2-popups":"~26.2.10"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_26.2.10_1724108381855_0.2884208411015976","host":"s3://npm-registry-packages"}},"26.2.11":{"name":"@syncfusion/ej2-treegrid","version":"26.2.11","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"c9dd4bbd5044b9d1df22173195f1f7d9d060295b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.2.11.tgz","fileCount":259,"integrity":"sha512-bTIQWEd1DCrMGdQ9/PasH8eGUJVNkkrsW/j+V3H5Q+o3B+HV7dnt7JlROmfS427YBdl6IEUJu9xD2zxZm/q/2w==","signatures":[{"sig":"MEYCIQDbvocElApb76t4yIgNRJWDlurkvlrHUuuNuwBJws2DLgIhAO10YYSM+3Lnlgeeps9y3/NIkdx1ohljoiC0MRgx1pET","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8969349},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"e1a3619c1abbba315cff16e216c503d350f4c051","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.2.10.tgz","_integrity":"sha512-69gebmH5O/lQIhYKnR02gwShQpljtSqEHKPoMbqOBkuYPu+vC4xaftzPeNuiwLiJoYTniUk15FrkPv5RUJWnRw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-data":"~26.2.10","@syncfusion/ej2-grids":"~26.2.11","@syncfusion/ej2-popups":"~26.2.11"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_26.2.11_1724713270706_0.982889153066635","host":"s3://npm-registry-packages"}},"26.2.12":{"name":"@syncfusion/ej2-treegrid","version":"26.2.12","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"2ec856dcc4722287b2ae80c7f39bb7827490bb09","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.2.12.tgz","fileCount":259,"integrity":"sha512-hGEwX3j9QosQJQUeO0jwY7o9WNn1ww/c1SleYtOkqpRuszBHIqxuaboKUF/NQOmaLJ8QtLmKwpUmtRs5s9QKKA==","signatures":[{"sig":"MEUCIDKYzHfUKjdc7gRZbVoNi6W5nIrTxLL/O4Gj8unsD1HnAiEA57kxqQS9x+2VzuOdtqwo0WqSHGeuC92skbBEO3dMLow=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8974863},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"6461d8531da1d9896b0e63538bfc85d9706199ae","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.2.11.tgz","_integrity":"sha512-CXVEcMkoEPpqXqa5fEgBT6Qy8CGgGvULCa2H8CmtuOWE+6E7ey+gV7u5bMqc5AFUJo2BVdsWRmfxXzRQP26gxA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-data":"~26.2.10","@syncfusion/ej2-grids":"~26.2.12","@syncfusion/ej2-popups":"~26.2.11"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_26.2.12_1725317789212_0.8724292781120884","host":"s3://npm-registry-packages"}},"26.2.14":{"name":"@syncfusion/ej2-treegrid","version":"26.2.14","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@26.2.14","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"508b58b4bcab90150901527b46cbef10475db74d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.2.14.tgz","fileCount":259,"integrity":"sha512-A51LqDApufQKb1wmjGup8JQkUKBAQyC8+GamfkAmZoMqWqG+PWucNgOqLQHeWoclUCuZPOYn+0L2HA8xwmECvw==","signatures":[{"sig":"MEYCIQCPzEICb4gSBJdpWtHEu2rAwPbh4SSumhAvdvSkDd+t2QIhAK7v9jn/eBPmzPaHObJ4eKQNaflWKyHDX6mSXkovNMG7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8972732},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_26.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"23c0a74e7ba1e3e7b4b0b7a9acf7e6849f438fa7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.2.12.tgz","_integrity":"sha512-vOe0gjwaK9/EISx9QC1AqClDxAx4EYZAmFEJe31WPcIsllnpGOM+lU3wlNxyo36ADOrubPPsdHUrRepXmiEdlQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~26.2.10","@syncfusion/ej2-data":"~26.2.14","@syncfusion/ej2-grids":"~26.2.14","@syncfusion/ej2-popups":"~26.2.11"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_26.2.14_1725944553848_0.08019440701818303","host":"s3://npm-registry-packages"}},"27.1.48":{"name":"@syncfusion/ej2-treegrid","version":"27.1.48","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"f2f4de0e70abbadea48c4f46e7921df6ff61ff06","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.1.48.tgz","fileCount":302,"integrity":"sha512-jrubebdhflQH1Dis4OQ8I+VndigOAuzOZYMXFe9PxBKsE8OlR8g1wezRqhe4+W9BY9GwYgnuZWmLM3+dS1jooQ==","signatures":[{"sig":"MEUCIQDnPbJEnEb/SwX/x1WLP+IX45e8Jom1Ff9KVn+seD5qvAIgJdr9WEz/qbQCI2v5G8a6lVeESP0DLe8x/CKKMgQAUq4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9234692},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"d777a44014450e0b1a5eba86fcc8a248adde388e","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.12.1.tgz","_integrity":"sha512-FpFdtTXa4ZttioiMFjcyunKzyhR+44TeQH7Ze7Yqustap9WXiWj5sVZRoqsOL+uesc8q+Wa+gFee7lcsfKKDvA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"markdown-spellcheck":"^1.3.1","@syncfusion/ej2-base":"~27.1.48","@syncfusion/ej2-data":"~27.1.48","@syncfusion/ej2-grids":"~27.1.48","@syncfusion/ej2-popups":"~27.1.48"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_27.1.48_1726654218116_0.22670593135776418","host":"s3://npm-registry-packages"}},"27.1.50":{"name":"@syncfusion/ej2-treegrid","version":"27.1.50","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"813be4c563a70e521a5f226de90f71c7fef06d72","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.1.50.tgz","fileCount":302,"integrity":"sha512-ew7uoghNzlBwIjGXNtBIf8vBDhiHkb5FWLM9Q6/5VTT9m2jOFj9eJuKC3pjvlqRaQqjujh8QHj2j/4nqvGJewg==","signatures":[{"sig":"MEUCIQCV0nFbImr40U4I8haQqTSs5YwPxra04y1+ozvWKgY7cwIgRYgGhuvkiwMni3XKcRKfItuXx+LBQSIjMyoBXEYF8hc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9236036},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"7ca238e6144baee1bcdabbbcd1ea338cbaf7ef5f","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.1.48.tgz","_integrity":"sha512-+qY8Bg0NcA8QX1TKwfScfBc+pcXkNk5B5VOxUjNlUaHjIhVDAy6KNCzgz3m8azq9Phcdfsi9jfKtXTGjVSI2XQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.50","@syncfusion/ej2-data":"~27.1.50","@syncfusion/ej2-grids":"~27.1.50","@syncfusion/ej2-popups":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_27.1.50_1727132587780_0.9498546423930645","host":"s3://npm-registry-packages"}},"27.1.51":{"name":"@syncfusion/ej2-treegrid","version":"27.1.51","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"f13da6b10dfb4dfb902d5ee53d804c07e80e8a8b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.1.51.tgz","fileCount":302,"integrity":"sha512-SmoQdsL6zFw8/0j94fxc6gIZzX5Q3OgE7ktedLyTxBS3Amn+0dPKUNTmcu74ONRbMRY7Ru5oO2Cjtg5LjfkG4A==","signatures":[{"sig":"MEQCIHROWcw/3MdCnJX1DhaNm58znCAYV7cDqfeTUfNUFmZdAiAKiRkHeNybRjSV5Hr7Qcgqb1cO0/dBxqU/8FOIBsccTA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9238723},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"0d347796d2a4a20657cff3e428fbad0a5fe11d38","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.1.50.tgz","_integrity":"sha512-2MDstE2U8bW9mLrdHYJeWrrE7Xenu5+Kqyhe/Dawra6/V1Mmd9pAGvVOAY7Ni0UxxSkAttRW0CMK8kj8ud1FYw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.50","@syncfusion/ej2-data":"~27.1.51","@syncfusion/ej2-grids":"~27.1.51","@syncfusion/ej2-popups":"~27.1.50"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_27.1.51_1727702818169_0.8750774769283967","host":"s3://npm-registry-packages"}},"27.1.53":{"name":"@syncfusion/ej2-treegrid","version":"27.1.53","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"2ce28d14987660ac70ac629599aeeee60590ef10","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.1.53.tgz","fileCount":302,"integrity":"sha512-JBTJnIdLMEFWg8+i5H80ECdys21QDY10ic1H7DtLy9KAxkyZdbjtGLHt0IwDRA3dUW1kJOh9Y4Sw+1cgpMwvcg==","signatures":[{"sig":"MEUCIQD6FmJlZHmjoKDsGpHkOMMhf4yy1ztTPTszvh3Z8piT/gIgVC19ei1bug0iird64X6O7Os6QgMJqfkH7RbEnbYw2+w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9260597},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"14d89558206de07aeffbf02037b6d4dac8dcc603","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.1.51.tgz","_integrity":"sha512-BxreT6LDvMKgSbwdRPYsTT6awSyCNy2GranKmV7bDntQ9VmMOKr+EZuK9dCFwiGPlLbDELZA7ch+66FC6nICgQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.53","@syncfusion/ej2-data":"~27.1.52","@syncfusion/ej2-grids":"~27.1.53","@syncfusion/ej2-popups":"~27.1.53"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_27.1.53_1728981881330_0.106279038799024","host":"s3://npm-registry-packages"}},"27.1.55":{"name":"@syncfusion/ej2-treegrid","version":"27.1.55","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"5ebad20f6218cddd0c0a46a8aa4f99181d47c624","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.1.55.tgz","fileCount":302,"integrity":"sha512-LNc80Pg5KJudo1Wqare05ven1o54t18iSDhDC9kryY8/Mo1U3tbHfddIuJ+2dm3TtquFMJqlldxf5i3bWBUoKg==","signatures":[{"sig":"MEYCIQDL0PX6hpMfWehnEv3JPm0kRLa38rOX6EHIzVJ1mgpQAAIhANrBbhhM/GtSMP/eb+OiCDacO4fbNwVsKPujvKGMhnlD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9275246},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"f06384d5e958ba02b57d55a187cfbe91fedf6330","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.1.53.tgz","_integrity":"sha512-ZE7zkEJJzTtqo8PG+si7u/Jkua1dXGc7yhheoOAtv8E/icIGnQLB++q5Mx/zVcN5Stfesk6AYZ1KS7MOpLxmNg==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.55","@syncfusion/ej2-data":"~27.1.52","@syncfusion/ej2-grids":"~27.1.55","@syncfusion/ej2-popups":"~27.1.55"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_27.1.55_1729565943529_0.5773612186399224","host":"s3://npm-registry-packages"}},"27.1.56":{"name":"@syncfusion/ej2-treegrid","version":"27.1.56","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@27.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/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"ae6917dc89ee90993efb06a49cbdc3d46b68d11a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.1.56.tgz","fileCount":302,"integrity":"sha512-6nn4Psx122hG7sjDgLAECqe+GWHDR2rkVIIhP8bYKqhVXzYEvKOtiMjqpQfFDINsM+MxvPbrCXdWXlDz+fNq/w==","signatures":[{"sig":"MEUCIQDDHf47JlI64boxAPiX7nvZUujiorA8E2Ec9SdJWT1BNwIgM83t2/WG1ckxv5nyCCSIbMb04r5rbRqw8PW8zvmVJz0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9275246},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"bcfb174e46b3d9dac3c72b4c1803cb69bc8ab636","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.1.55.tgz","_integrity":"sha512-ewTpESs5V8bZWoYPzZ1j5MprBKlC99uAmT3OTs7EQSUNYMoMrx7ER15MnteAaWnmladqof7JX9/Bzm8nN/te2w==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.55","@syncfusion/ej2-data":"~27.1.52","@syncfusion/ej2-grids":"~27.1.55","@syncfusion/ej2-popups":"~27.1.56"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_27.1.56_1729689380601_0.7159195630088784","host":"s3://npm-registry-packages"}},"27.1.57":{"name":"@syncfusion/ej2-treegrid","version":"27.1.57","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"a4410657f37ef1e4f9f93ab4ec0e255590e26213","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.1.57.tgz","fileCount":302,"integrity":"sha512-RtYH73jXCYkFCC/tnl3RCg3ShkHu89JSwoSw7YHuCGkeBLRcg1iqhLiHUySGGpKeZdjAXnk18EXo/KuXA/UB9g==","signatures":[{"sig":"MEUCIErSEDY1OnDLV36qJFd8/KY32pWnCalrxGS32GqcG4euAiEA+xbgnaB60t4KtKvh/E5RNCnBGI7RxQwvJfQFkgHLQDM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9274123},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"f21b4975af9e3841db2a2b8b51de858950b3cc8d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.1.56.tgz","_integrity":"sha512-cr7OJHZdUiBwbhfNA/ew1/JcqP0NKczdLFJOaR8i+GVcuI2O915Bllw3k5+4zT9RdwuOpkZMY82dWlCPlbx/lQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.1.55","@syncfusion/ej2-data":"~27.1.52","@syncfusion/ej2-grids":"~27.1.57","@syncfusion/ej2-popups":"~27.1.57"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_27.1.57_1730160079365_0.31581110968793635","host":"s3://npm-registry-packages"}},"27.2.2":{"name":"@syncfusion/ej2-treegrid","version":"27.2.2","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"034c345f0c4bb6735a9b98e0d9fca1482eed5fb3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.2.2.tgz","fileCount":302,"integrity":"sha512-bUZ+ntYJ0eQoCI3shUOF1a81EP1A1tr/Z/PhxXTGSFSFEe+qPDyJdcopC7qSMthAcoIk0XBOD+KPfNewa2ta8A==","signatures":[{"sig":"MEQCIAJv3M+Fnj0vn9cBdq+hCtYWzeu3yfnuRM/G9DPoOLIYAiARQgyLZXPa/Emzgs8VCt/vbu5He5cwWleuRPhvaKnMuA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9284288},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"ebed313f3536546820413ffb30bb5f278d699632","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.1.57.tgz","_integrity":"sha512-MFAGgIaAJHu1K/QMwDlqJporeiGSTHRBMpis6lWmyHAKT6k7qsrwOBvZj9j4fC93tHscVXtOadPpm5ThdQ0Z7g==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.2.2","@syncfusion/ej2-data":"~27.2.2","@syncfusion/ej2-grids":"~27.2.2","@syncfusion/ej2-popups":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_27.2.2_1731644418381_0.5110284355025134","host":"s3://npm-registry-packages"}},"27.2.3":{"name":"@syncfusion/ej2-treegrid","version":"27.2.3","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"0c2c081b74a856fc191423d069b2524eafb7b3cd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.2.3.tgz","fileCount":302,"integrity":"sha512-+HSqAG/dTvm7tcu4lv7JIx91WnxH2xpQXktdaP3739y516SsQuxcxp683DvP8MzMFo7A2jP78waizSHQJPM35Q==","signatures":[{"sig":"MEQCICq9auF0KDdvRd09Bn3vtzJoRvdJzAkg1RZQ8eKYp6YHAiAy1FmXeE4TaL4OALJRjRs7cftIaasLxwle6n80U6TE+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9288679},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_27.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"91fc23a187349c166105f512deba88acba5dc3b0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-27.2.2.tgz","_integrity":"sha512-m4YVQ/3IDS1fgyP2/WkJV4e9pQ59rIpbHkTRAVPcUkcxVycQIr/hQmSGITLP/NvEdBQMx6jZBHdtO0QAw+maWA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~27.2.2","@syncfusion/ej2-data":"~27.2.2","@syncfusion/ej2-grids":"~27.2.3","@syncfusion/ej2-popups":"~27.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_27.2.3_1732212074600_0.7187082443577764","host":"s3://npm-registry-packages"}},"28.1.33":{"name":"@syncfusion/ej2-treegrid","version":"28.1.33","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"02cde62319ee9c01cb19846cc9fd5458480c3e2c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.1.33.tgz","fileCount":316,"integrity":"sha512-En2Rezbqpok+lGG8/FACDjIsyS/1alFbDA6DuehmvalsZOt76tIPvAoQgVGrLPbPRmLc3z14NITrHAzzCV8zNA==","signatures":[{"sig":"MEUCIHMftvG6GS5t7qZ5Fnq+eY5LVzTgHV4m2BZayRS5Ygv+AiEAtewNtyJ9VSB15wDVvrhWmZqIXoPNqm+U9Sgv/xqbPjw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9617716},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"7d69a4b448497f60c93177b3a215f11ad0fb7bea","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.12.1.tgz","_integrity":"sha512-KuMGwYg2ZSNKoZwF2X8qdYvm9pIVGZV4byzVF/NBbkRBUolsR00VM0Te+qZpPd1aeYzYtLeloywSY4AET2zrzA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-data":"~28.1.33","@syncfusion/ej2-grids":"~28.1.33","@syncfusion/ej2-popups":"~28.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_28.1.33_1733990828602_0.01456151512931747","host":"s3://npm-registry-packages-npm-production"}},"28.1.35":{"name":"@syncfusion/ej2-treegrid","version":"28.1.35","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"229a1470a469c14736cccec99bdaa25c98be3a2c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.1.35.tgz","fileCount":316,"integrity":"sha512-aWijRpCORAONtqj3HGM2C1tVAoRs8M+DCrSx8lRNC/nWmnJBL7gnYMmwW75kwiMpC3ZBdHzEOALGjGUojzGYVA==","signatures":[{"sig":"MEUCIQCX4pP3CCM3Sdi5CzeEZm4rbxuGFCakEkaDp5hhUr0ohQIgDfa7jClTbDMUNJR9FyX9ONHZmpwBj8ITcBHq9WsjZdQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9655990},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"204c0174a1a8d076426213031dc3d9d5457509f0","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.1.33.tgz","_integrity":"sha512-pKNPTjhcdgALe90uah1G7EyMWdyQruUiOcjzpNuuyS9O+9hCcy57+hYeWiQJKSeZA05bZqy0Cxavw1bgggWJsw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-data":"~28.1.33","@syncfusion/ej2-grids":"~28.1.35","@syncfusion/ej2-popups":"~28.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_28.1.35_1734545650495_0.941199412203795","host":"s3://npm-registry-packages-npm-production"}},"28.1.36":{"name":"@syncfusion/ej2-treegrid","version":"28.1.36","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"7de01c59e31c3f49d3b46fc8c05ac944a1c4f8b4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.1.36.tgz","fileCount":316,"integrity":"sha512-OkbhX8vU3sih0RnOzWmdrNaxTDiGwibf2XUCocGlTm+9mC7308YZYYejxt1ZId00WSrT9JW1SwchR3BLenC89A==","signatures":[{"sig":"MEUCIBRVJ2ye+EmOnIWJL5DdcBIzqwMJ1F+YCJ61SbYqUAHqAiEA12L8/8ROmN1E1B2ffvAmGLnQ2LOJWXE5mUP75Qn96mk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9695290},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"4b3f4413ac07e18a6c6bc65439522e693a99c386","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.1.35.tgz","_integrity":"sha512-BLl7cK2TBNXXyvx3yir9noNUxx5WFfv8ITEQcsZSlWCNCqEJOGw3ln8fBObRDdi1puWjhpPQFJvGjQ7F/dN/0A==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-data":"~28.1.33","@syncfusion/ej2-grids":"~28.1.36","@syncfusion/ej2-popups":"~28.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_28.1.36_1735037375073_0.09613618122956358","host":"s3://npm-registry-packages-npm-production"}},"28.1.37":{"name":"@syncfusion/ej2-treegrid","version":"28.1.37","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"7a62dc07a6fdd2c559511bf15c357f5395857de2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.1.37.tgz","fileCount":316,"integrity":"sha512-4bEu6wmlvGOebMrJO7X+g5cWuyfjWFuMB6yeSvpoOnlcHdQjETYQIYd7AEB+q6LZYCzvypaVRz4lhLnZ6Op2pg==","signatures":[{"sig":"MEUCIQD89X6f91JM4ETKtVEOw9Y66E7M6v27MaM/jGFktyAAZwIgHvXv06m42Aj2fGBXhy1rHc+p6xOibB+9kag2d/1Sv3Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9709558},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"a7c0525faceee9d3be1788eb4bdd9b1802e61668","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.1.35.tgz","_integrity":"sha512-Q5c06EcQrvl+LNF3gMT44GSZ6AVf7FCJmkb48NVrSis0QAVzl9tukvge9li+rTPAr3jw6tARAylImqm8R61XMQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-data":"~28.1.33","@syncfusion/ej2-grids":"~28.1.37","@syncfusion/ej2-popups":"~28.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_28.1.37_1735602713620_0.12469693408219484","host":"s3://npm-registry-packages-npm-production"}},"28.1.39":{"name":"@syncfusion/ej2-treegrid","version":"28.1.39","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"1c9cca4a1e97b83db34a55bcb14fa4fb2aef6c7c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.1.39.tgz","fileCount":316,"integrity":"sha512-ZY6NzpGYCgKi8CkwRCmuzpr89N7XkxgCyZ+J4mhNautEJ3Y9toY77YTQxmSM0ZJVF0+aTyItFcurwkgy4/Z+1g==","signatures":[{"sig":"MEUCIAhldZYMAsWl/x++eMkyO+50Ssq7Tqdf/cv23o7emeKwAiEAtAIgOgW29N55YqLzhP32dMEyvtKkkb1NrFrcTvkM384=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9696139},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"1feae0e79e8908e04e1083a44c98458c649c98ec","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.1.37.tgz","_integrity":"sha512-ySpUDpaabk8geF3hDV1U5qCI68d0hz8go/gqc6NuNYhzPI9Pjgr9CETwdZeo51DcMVgOq62u/37RaxvttrCRtw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.1.33","@syncfusion/ej2-data":"~28.1.33","@syncfusion/ej2-grids":"~28.1.38","@syncfusion/ej2-popups":"~28.1.39"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_28.1.39_1736823897187_0.9699087595585152","host":"s3://npm-registry-packages-npm-production"}},"28.2.3":{"name":"@syncfusion/ej2-treegrid","version":"28.2.3","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"6347216ae26392a89a52e986e3a45b5578291973","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.2.3.tgz","fileCount":316,"integrity":"sha512-h7D84caqYM9FTzMG5GaRsj7t6jRBpStJ6Mr4vxMFPPcmElkV+BHYhRVopodugDBf0Kou4h9QDHj7VTOvocwNmw==","signatures":[{"sig":"MEUCIQDHbcgTLJHPflDPMpNEkRtDFopZQZ8w9G3GsnZwQ42CuAIgLlgiMWTR610FOMPknhdT2EpNLO3Rh9LpQGEKGsMpmhI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9696130},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"1feae0e79e8908e04e1083a44c98458c649c98ec","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.1.37.tgz","_integrity":"sha512-ySpUDpaabk8geF3hDV1U5qCI68d0hz8go/gqc6NuNYhzPI9Pjgr9CETwdZeo51DcMVgOq62u/37RaxvttrCRtw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.3","@syncfusion/ej2-data":"~28.2.3","@syncfusion/ej2-grids":"~28.2.3","@syncfusion/ej2-popups":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_28.2.3_1738146387193_0.4046880847985519","host":"s3://npm-registry-packages-npm-production"}},"28.2.4":{"name":"@syncfusion/ej2-treegrid","version":"28.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@28.2.4","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"384df081afede1ed9f7c1080d6618bb41c91570c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.2.4.tgz","fileCount":316,"integrity":"sha512-UgNywbp+3uQEcjtXaVU85IBu0zJXLkAhSpn/1S36CAli47HLY+lnom/XxkNkxUNFHAjx3cyJxSQU8Ww6HgtmNQ==","signatures":[{"sig":"MEYCIQCcVDzlapSHoDG1Fa021Pfi0VL5EZSVsY2WoKj9P6vbSQIhAOF4Ndcra6EGsMbQ+yc+J5DW95zHwV6ZUniD3pk2YbJP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9701817},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"a61d82e54d7fbb7cde25c0a27caa09a55e3c695a","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.2.3.tgz","_integrity":"sha512-I5UfNKjr6VOlv1w+gssIs4UoeuzlrsrWclXaD2OIxwcldspC4lGZkckB8mfu+3GwUgAhVLmyzQVKzKf6gzIHQQ==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.3","@syncfusion/ej2-data":"~28.2.3","@syncfusion/ej2-grids":"~28.2.4","@syncfusion/ej2-popups":"~28.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_28.2.4_1738630977238_0.07415251649029031","host":"s3://npm-registry-packages-npm-production"}},"28.2.6":{"name":"@syncfusion/ej2-treegrid","version":"28.2.6","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"4001c6b0b204502ebbc765672c6d0a49d06ac78d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.2.6.tgz","fileCount":316,"integrity":"sha512-yUng1e39ihxnkXB4O58r7PomaAjNoIzETtWzxEYbGQFOb3j0s3r3r1nogsvekFWQNiaUxgt2ZLn4IH0zgpvcCw==","signatures":[{"sig":"MEUCIH4NVpw3ovOR+XKnvtgHGNnhxlA63snP/wT06lXR1V4nAiEA10T55ZYKs9CGA/DR2HDshDd+TO9ckXqwFvBwuUP3Y3Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9701952},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_28.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"6d3fe8abf7e2c9f66bbe90db17d30661025eee76","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-28.2.4.tgz","_integrity":"sha512-LR3rp7Rxe2l2KuU20TPiAcD4GGDLXZ/lGpyMEceJ3n8iSHDT7Y/94dnrvxEXuLUefHURrPj3rIheiFGk3/XLoA==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~28.2.5","@syncfusion/ej2-data":"~28.2.3","@syncfusion/ej2-grids":"~28.2.6","@syncfusion/ej2-popups":"~28.2.6"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_28.2.6_1739845370006_0.17459291260463528","host":"s3://npm-registry-packages-npm-production"}},"29.1.33":{"name":"@syncfusion/ej2-treegrid","version":"29.1.33","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"cff9432c2313bb3dc96b3cafc623c1ded303c7bc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-29.1.33.tgz","fileCount":316,"integrity":"sha512-RlnuOYiguam9OvI8EqC4bI8X3z0Ho7yEODbfwkCxUZQNrD4O8zs4rP4cHWy6JTFJ+VdoKOZytuot2fl9Mqyveg==","signatures":[{"sig":"MEYCIQCGCIuoy3GuOLb+y11I0L1E2yRST/tx+NPwviBxFgy2yAIhAN7FyQ8+EUJUIk3wdisp64Z1ONCvUng4FPqBC5M6isrU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10087837},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"f0257995d71df038d6ea9161ed71740c677da2fb","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.12.1.tgz","_integrity":"sha512-T2iLgcfL9PVtMewE3eKalMyIayzFzSK7s7VBP3OFuzk4aV927ZFGuTTXolkDNnVbudBMoa03WIynLt/9eYFm6A==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.33","@syncfusion/ej2-data":"~29.1.33","@syncfusion/ej2-grids":"~29.1.33","@syncfusion/ej2-popups":"~29.1.33"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_29.1.33_1742897685633_0.5669553926595885","host":"s3://npm-registry-packages-npm-production"}},"29.1.37":{"name":"@syncfusion/ej2-treegrid","version":"29.1.37","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"76ca1f37e771b31aedfb8ac08009b7d8693b1303","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-29.1.37.tgz","fileCount":316,"integrity":"sha512-IGOOQU3qfF65gdohAhfQF8/0ohrrcsYIRULs1p3s4+9fnWRwevWPFsLcvc8KTxxutxMbbhSaeiO16loHzRTkvg==","signatures":[{"sig":"MEYCIQDycm+1Cc+vgP3CB1TncdNWJMvrYtuDkQM8bEJFyk2WegIhAICun98X7VBM3xHyFjDwGeU9RSBrfQAu9Nh+pS+qDsAW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10092409},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"1f3fe526c6645ecb45e41159f58b96e9b80160f7","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-29.1.33.tgz","_integrity":"sha512-H8pw8MOJvp9jnSCHxVdIzh/R7A/rgBG4qO4y56ywK1AkS9XUo6yF9H/DRQ1b8OXHnH7km86j7cr7is0ZRUCCJw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.36","@syncfusion/ej2-data":"~29.1.33","@syncfusion/ej2-grids":"~29.1.37","@syncfusion/ej2-popups":"~29.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_29.1.37_1744081650010_0.23923780377791704","host":"s3://npm-registry-packages-npm-production"}},"29.1.39":{"name":"@syncfusion/ej2-treegrid","version":"29.1.39","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"bee0517a112e0d69710fa968ed3e5aa80c20519b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-29.1.39.tgz","fileCount":316,"integrity":"sha512-6uUjTeargOPBfmlYojmpKw9snnjHlo19bPTTGghjY76segLIATz2+KDw66njYJhYsKp5WCTKURuTBSBuoM/aJg==","signatures":[{"sig":"MEUCIQCKx2HpkTbIxFFvtFNBS6cYnINh/TIP+APUvxFYQWXkkQIgNqskY3hyb2q/tsYdmAVpdmE4o5DSpkJEn4asbEVOIas=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10092037},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"650f83e1df1da1bc026fa0ca36cf6aeafdb5936d","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-29.1.37.tgz","_integrity":"sha512-LVhrALwC5AX+T58ItxosY8FcTZDZgE7/oLxmzZuA5PrJhVWU8WA7+Qzcbiz6v98EzySQUKL+u9YMSi/DIjnc3w==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.1.36","@syncfusion/ej2-data":"~29.1.33","@syncfusion/ej2-grids":"~29.1.39","@syncfusion/ej2-popups":"~29.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_29.1.39_1745289840924_0.2644403081283586","host":"s3://npm-registry-packages-npm-production"}},"29.2.4":{"name":"@syncfusion/ej2-treegrid","version":"29.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"b62238016184d11b2b6a8dc55c5c9d98c69de3e0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-29.2.4.tgz","fileCount":316,"integrity":"sha512-YvWhDypObL2Ui9fuBTsFyyanSkxEFQPqt4QotgziuObmcubsaPUEIMt4duha+SnS/XVs1heUg83R6CZwUsZAvg==","signatures":[{"sig":"MEQCIAVhe0hu20LTn8eyFs1Q0v2yW+3xVjg++X11rPL+g3mIAiACb7EB2u8XiJyYqSA946ZJJxpkExllIQqSDR5WPCb2HA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10105104},"main":"./dist/ej2-treegrid.umd.min.js","_from":"@syncfusion/ej2-treegrid@*","_spec":"@syncfusion/ej2-treegrid@*","_where":"/jenkins/workspace/elease-automation_release_29.1.1/packages/included","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","_shasum":"690176e14de276f06ef1bf608207911d995a5723","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"essentialjs2@syncfusion.com"},"_inBundle":false,"_location":"/@syncfusion/ej2-treegrid","_resolved":"https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-29.1.39.tgz","_integrity":"sha512-ilmdROYty+FemsK/fQLmWkezLj/gI5MCLMPIaGKCiLN3uSVhHEF7l7bdXYSWi0kZ3GF9iTzL1aYm9b5mubogPw==","_requested":{"raw":"@syncfusion/ej2-treegrid@*","name":"@syncfusion/ej2-treegrid","type":"range","scope":"@syncfusion","rawSpec":"*","registry":true,"saveSpec":null,"fetchSpec":"*","escapedName":"@syncfusion%2fej2-treegrid"},"deprecated":false,"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"6.5.0","_requiredBy":["/","/@syncfusion/ej2","/@syncfusion/ej2-angular-treegrid","/@syncfusion/ej2-gantt","/@syncfusion/ej2-react-treegrid","/@syncfusion/ej2-vue-treegrid"],"description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"10.24.1","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-data":"~29.2.4","@syncfusion/ej2-grids":"~29.2.4","@syncfusion/ej2-popups":"~29.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_phantomChildren":{},"bundleDependencies":false,"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_29.2.4_1747219688709_0.3171490798810621","host":"s3://npm-registry-packages-npm-production"}},"29.2.8":{"name":"@syncfusion/ej2-treegrid","version":"29.2.8","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"034266495ac1863344af4af9d59679f61b007082","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-29.2.8.tgz","fileCount":316,"integrity":"sha512-IAlTTaDthknKM0O8IN8OHkrGDWZ6HcC3SYjeXe8v49P6mSDnukZGB3sF5UunL2JBpCkTebo37Z9QepCrNj5vLQ==","signatures":[{"sig":"MEYCIQC07Umv84i+g2+42jwrhEMCAtMxdy86+x6AkzG6/4vSuQIhAJ7dLygNS8gfC0gHvWPRTV0mpHQNUDC4ehPsn0Tulb+k","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10097449},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~29.2.4","@syncfusion/ej2-data":"~29.2.4","@syncfusion/ej2-grids":"~29.2.8","@syncfusion/ej2-popups":"~29.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_29.2.8_1748914248921_0.07836649045310762","host":"s3://npm-registry-packages-npm-production"}},"30.1.37":{"name":"@syncfusion/ej2-treegrid","version":"30.1.37","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"9983c0c0b37ec73d6bef4714c924cb61d73d062a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-30.1.37.tgz","fileCount":316,"integrity":"sha512-IwsDgmSVIv/SSiHgC+BucWUcuFEcFTLY2OuMyWetb4RZ+cqH+uTEWyadA4jRx3pXELkCyntKrJI3ZufcUEaFdw==","signatures":[{"sig":"MEQCIGeVSBppyJIJuPbKiYSYeFNIQrPHA07mAXUEpW1NVsSqAiBeCseEW1NvsuR+9S9JLXy8v9Gg5CSRPoGmcQ6K1E/Hgg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10221661},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.37","@syncfusion/ej2-data":"~30.1.37","@syncfusion/ej2-grids":"~30.1.37","@syncfusion/ej2-popups":"~30.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_30.1.37_1750854814278_0.6825500524009946","host":"s3://npm-registry-packages-npm-production"}},"30.1.38":{"name":"@syncfusion/ej2-treegrid","version":"30.1.38","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"66b22376dc5597a28f8010c857dead141f984bdc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-30.1.38.tgz","fileCount":316,"integrity":"sha512-nn6kd0beVQbUFHnG9lfkk7iT3F4pbwe/WzMUpSWRC6TZNi4xp9Uq4XRExSP/yu2GrDg24jV5inQRhT9EAKwTCw==","signatures":[{"sig":"MEYCIQDXosPAecddR8PB1RrCNEHjS5h4Ey8b5buBRWM96qcH7wIhAPdd1c7C+tvyRHRT9y2xJLTccSESQrJlXey3edAZ/ll4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10224885},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.1.38","@syncfusion/ej2-data":"~30.1.38","@syncfusion/ej2-grids":"~30.1.38","@syncfusion/ej2-popups":"~30.1.37"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_30.1.38_1751432940241_0.35552152269092874","host":"s3://npm-registry-packages-npm-production"}},"30.2.4":{"name":"@syncfusion/ej2-treegrid","version":"30.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"8994535b93ab859932a71f0a9f57e4bbe1613f29","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-30.2.4.tgz","fileCount":317,"integrity":"sha512-UbhFyJhPTebqOumLTWeIlChdmpQ1pWCJ0mZa+UxkXNPUMH178NtKdtLInMC7MflfDVXng1AlNQPL64Gj9V69qQ==","signatures":[{"sig":"MEUCIQDLbDsX4UU1M8A5NFjZbsxxqHKtWUlJWroz1A/LQ59z0gIgHd757tmw/5+8t72BuoneIl5PI1/uMv9HvR1kMHbKbMA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10226573},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~30.2.4","@syncfusion/ej2-data":"~30.2.4","@syncfusion/ej2-grids":"~30.2.4","@syncfusion/ej2-popups":"~30.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_30.2.4_1754553883077_0.34980556266886764","host":"s3://npm-registry-packages-npm-production"}},"31.1.17":{"name":"@syncfusion/ej2-treegrid","version":"31.1.17","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"65cc06263a4f113aad7ff884205489fa6b5d328f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-31.1.17.tgz","fileCount":440,"integrity":"sha512-itUsRHXkL4UrNWSuw3zdN+cfWgaRtNMPmhYBfdMh38aYSBG4XFpSZc5QN7COcuQP8P5Yji76f83mPPF6aUf+9g==","signatures":[{"sig":"MEYCIQDhnJEA4d3CB7jcEZOOqB0ME/mmsbXU26WRuFvxGeP8EQIhAOY9CFbHSnEdKGnxiRdUj69nR6A57frGwHtm20HdZjE8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":11456579},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.17","@syncfusion/ej2-data":"~31.1.17","@syncfusion/ej2-grids":"~31.1.17","@syncfusion/ej2-popups":"~31.1.17"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_31.1.17_1757056543187_0.6809620090171558","host":"s3://npm-registry-packages-npm-production"}},"31.1.20":{"name":"@syncfusion/ej2-treegrid","version":"31.1.20","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"616ed9254ba48860712ca41f3d13c811ca7441bf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-31.1.20.tgz","fileCount":320,"integrity":"sha512-gKyV34q7ZloltZqS2ne5fPfSG4rJ5WiMYRT96udr6EQx0Sa2rtRMSZiEyAFXaaCdqLkXwAwIMt1XwHstf4UbOg==","signatures":[{"sig":"MEUCIHCqkcIFXQiPSe5mdobZ7nROqBmeXEpV3zwFVre6IcYvAiEAkjZz8PVCYtsjFquIm4AV6FfZEwZJOe17SG3BCy4DJ+c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10295379},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.20","@syncfusion/ej2-data":"~31.1.17","@syncfusion/ej2-grids":"~31.1.20","@syncfusion/ej2-popups":"~31.1.20"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_31.1.20_1758077518527_0.36751736685972203","host":"s3://npm-registry-packages-npm-production"}},"31.1.21":{"name":"@syncfusion/ej2-treegrid","version":"31.1.21","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@31.1.21","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"35fd1421fe5b121ed0df83df57052aa1fe19fc79","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-31.1.21.tgz","fileCount":320,"integrity":"sha512-jAH1i+LrFqPDW27R5mi6CSuvWtN9IzjfT/bCg4e5JAwct8A2pFozl9jWHB7Eb3DbmbXvvjz+s4ZlVRxT6j1+OA==","signatures":[{"sig":"MEQCIBAwCAvSy6EuyfnJUx4zWGz7qHhXBOiwPiqa5Gqo/p86AiBzWHtE4hDFpu3UQPD2VwVdaDwJODxTMm2N+f+Rxt2Kfw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10295379},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.20","@syncfusion/ej2-data":"~31.1.17","@syncfusion/ej2-grids":"~31.1.21","@syncfusion/ej2-popups":"~31.1.20"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_31.1.21_1758596566949_0.6160273750585528","host":"s3://npm-registry-packages-npm-production"}},"31.1.22":{"name":"@syncfusion/ej2-treegrid","version":"31.1.22","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"b23bed208847b07f4717067fdebaad5da0f124d6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-31.1.22.tgz","fileCount":320,"integrity":"sha512-7HFUUs1KaaPAyIzrCvRAaXDYB/W9l9/0A12JipgDat1+s9KYB8baT88d8n3SsHANPR28ugbh2DVVpROefvmHtw==","signatures":[{"sig":"MEQCIAzeeJDQ6kMiPqRRyD0+6vRclDDqF5/YliaCyQ3bgSxLAiAH0jtMEAbsuu0ZD/JYvcPR0tAoxYQCKi0UxvYwytPHIQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10296633},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.1.22","@syncfusion/ej2-data":"~31.1.17","@syncfusion/ej2-grids":"~31.1.22","@syncfusion/ej2-popups":"~31.1.20"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_31.1.22_1759289937537_0.07119635777048705","host":"s3://npm-registry-packages-npm-production"}},"31.2.2":{"name":"@syncfusion/ej2-treegrid","version":"31.2.2","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"4e476e1f73087c1f855a0dfc8472b81b4e7ca442","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-31.2.2.tgz","fileCount":320,"integrity":"sha512-L5fTQa3jMb5clqUgXPGshDfnaBLCHQpx5VshTPJNS/gEPtmxeRhRB5gDrdDjm+Jx8n2U8kWDDrj+PdFVH4SCBQ==","signatures":[{"sig":"MEUCIEYYmCQ6GeYC2hlstJWhCNkK4tHICHFlekUKy5zckeWaAiEA5WwrUQMDfUhFpXxj6htdLSAS1SG1HM9bWeOxr0Un5lE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10296624},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.2","@syncfusion/ej2-data":"~31.2.2","@syncfusion/ej2-grids":"~31.2.2","@syncfusion/ej2-popups":"~31.2.2"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_31.2.2_1760521683115_0.7790536672350268","host":"s3://npm-registry-packages-npm-production"}},"31.2.5":{"name":"@syncfusion/ej2-treegrid","version":"31.2.5","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"5bebc77f00c5d2d65d078a9f5b375dc25da11c4a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-31.2.5.tgz","fileCount":320,"integrity":"sha512-Mj7PGgXch9P8mvsuQUz9/z+Kb7qAAt7LvX1F5j4OWriKfeSZd4ShxrnHsEKWd4B3HG6XzW1FWh7K6Ag+nijPLA==","signatures":[{"sig":"MEUCIQCnOeukYGgEyoNNXIvnA24eQTwX0N/iOttPO06Euc3f4QIgC4uFrv3et1zr1BY5u7uBWUOvrBi3mreG62yaI1H2fSY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10298566},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.5","@syncfusion/ej2-data":"~31.2.5","@syncfusion/ej2-grids":"~31.2.5","@syncfusion/ej2-popups":"~31.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_31.2.5_1762225516771_0.7083504989110194","host":"s3://npm-registry-packages-npm-production"}},"26.1.35-469198":{"name":"@syncfusion/ej2-treegrid","version":"26.1.35-469198","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@26.1.35-469198","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"112efe827580d8fd88131c7bb9fe1f5d0f699c63","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.1.35-469198.tgz","fileCount":256,"integrity":"sha512-fDk57g+BFTVpOmK0Vxj/ZZdU2MLKQrLjIiAmRGQQj3XsVY3RBW2EhQg6NBTQ787rBFOSvp3PDo5b1xc3NqqiNA==","signatures":[{"sig":"MEUCIQCHdkppLu7RKH5nS/bpR7s7Q37FrJ+8tFgyhGt1NcxnhQIgKdq7bFkX+VuwCptm9JEVYX+jWr/tfBS+P++Kl34Qltg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9558941},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"10.9.3","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"@syncfusion/ej2-base":"~26.1.35","@syncfusion/ej2-data":"~26.1.35","@syncfusion/ej2-grids":"~26.1.35","@syncfusion/ej2-popups":"~26.1.35"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"bundleDependencies":[],"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_26.1.35-469198_1762493852760_0.4128089316167669","host":"s3://npm-registry-packages-npm-production"}},"26.1.35-760834":{"name":"@syncfusion/ej2-treegrid","version":"26.1.35-760834","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-data","tree-table","table","treegrid"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@26.1.35-760834","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"4beb3cd5b51195b634dc2ac37bc5af7b2458dd13","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.1.35-760834.tgz","fileCount":312,"integrity":"sha512-ZKPsPy4Ji46aZW2aOGGoTYM3DasPiTubuxr5+QIWsyqO3vhGBcuzTNjYdcYkLqGcI2Xy6DAhN2jWUWikuQeCMA==","signatures":[{"sig":"MEUCIHDjCD+5g9qwNCyk/Ar8/s/WCTdrO9+U7csYx99Vld36AiEAyF8n73n6wkCYLom0fo6hl5mm6FXUrmW6AP9areiLMlo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9564614},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"10.9.3","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"@syncfusion/ej2-base":"~26.1.35","@syncfusion/ej2-data":"~26.1.35","@syncfusion/ej2-grids":"~26.1.35","@syncfusion/ej2-popups":"~26.1.35"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"bundleDependencies":[],"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_26.1.35-760834_1762514377249_0.40898980765146176","host":"s3://npm-registry-packages-npm-production"}},"31.2.10":{"name":"@syncfusion/ej2-treegrid","version":"31.2.10","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"ea79bcc6319e0214745ec18f0234f42a19635ae6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-31.2.10.tgz","fileCount":320,"integrity":"sha512-lYGnEaqA56mxTNqAw2yN6agsyVzV0+Wzog8029+/e174s97M21IEK8IEScDmQbunspZsoBzSdzXCN0hp07G3wA==","signatures":[{"sig":"MEYCIQDVwIEbaw12hXtA3XiNKkcMHCFMfhfBM/Tp0pIbD/oHnQIhAKR/Mguh2Ce+W+62/DRi8gLyU08I5oeVixDp/fo6HYxL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10319283},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.5","@syncfusion/ej2-data":"~31.2.5","@syncfusion/ej2-grids":"~31.2.10","@syncfusion/ej2-popups":"~31.2.5"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_31.2.10_1762977983608_0.823978698093532","host":"s3://npm-registry-packages-npm-production"}},"31.2.12":{"name":"@syncfusion/ej2-treegrid","version":"31.2.12","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"cd0e45c26d8e72852d5ad1116d5255ef4a4205b9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-31.2.12.tgz","fileCount":320,"integrity":"sha512-9LD3xbZl2XW+TZneugEHFGbAE01rRK1Cc3PuaO12sjD7n4j2CnClA7Xswi8YJuuK0PGit3/o+QkhDEeWNNdRWw==","signatures":[{"sig":"MEYCIQCEL+Op2zL8TI5OzJmfpjpHmdTB7JfIsbQQ/WGIrCjHHAIhANisbqevgnTOnp+lPvt32yvNu1GMvHPSScq3AVkTi7vn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10319286},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.12","@syncfusion/ej2-data":"~31.2.12","@syncfusion/ej2-grids":"~31.2.12","@syncfusion/ej2-popups":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_31.2.12_1763452187612_0.5487740648099682","host":"s3://npm-registry-packages-npm-production"}},"31.2.15":{"name":"@syncfusion/ej2-treegrid","version":"31.2.15","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"f78344f9647c0c0e941a3c9b137bbabf466be7f4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-31.2.15.tgz","fileCount":320,"integrity":"sha512-phyH728oCzI2DEMp32jWzc1Wde9K/lMQ/NtJ719I+UdZbO1RqyVx9Ie04IcvWN9wK2fOxuUGqwMXlZT9B1LKTA==","signatures":[{"sig":"MEYCIQCgmrZMHA2dNjWya8SEbwtTYl+KNGhxJ0+8WhkhEW3k6AIhAJN0rnXzILz2YeB0snXOGnTRNgCp/dOMi8tvnlOHZfm5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10329437},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~31.2.12","@syncfusion/ej2-data":"~31.2.12","@syncfusion/ej2-grids":"~31.2.15","@syncfusion/ej2-popups":"~31.2.12"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_31.2.15_1764030324607_0.7920233165663355","host":"s3://npm-registry-packages-npm-production"}},"32.1.19":{"name":"@syncfusion/ej2-treegrid","version":"32.1.19","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"3488d5275ee55d5a33caf610ee5e6e797e97c3cc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-32.1.19.tgz","fileCount":321,"integrity":"sha512-nnelgRjw9EvOPlj1/qqSXFmb2QHU0MnMDbsmHO/7wPZOdYtG/pMQ9U8jysUV8QAeBDBSrHhKSIefJivCgK+G7Q==","signatures":[{"sig":"MEUCIBBzxL+3nG4R5JnLMhG5mE6mbeeGcnoeaXvkVvrILyHfAiEA+B4vitto4ztRugZRA8uJcqC9qUJHwwkJq2iGbvUvIBc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10713224},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-data":"~32.1.19","@syncfusion/ej2-grids":"~32.1.19","@syncfusion/ej2-popups":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_32.1.19_1765867411023_0.7862190500951567","host":"s3://npm-registry-packages-npm-production"}},"32.1.21":{"name":"@syncfusion/ej2-treegrid","version":"32.1.21","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"3afa2012ec6f34e3a7b06fcc6b311278ce868186","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-32.1.21.tgz","fileCount":321,"integrity":"sha512-zHmL7sbil+XIlJ2k7h34e3Pit+0XhXcRUwieaWIe0NZ/wHgBoVTaTicAlJgp2OZJ8rgLzcSwP+SGCsOd0szRdw==","signatures":[{"sig":"MEUCIQCjYRLTN78kFLVSZsfDUsOLz5dMhYJ9alMaVnZUn4ul4AIgOqCL6EDjkitYBNaRbccbHAEreF+XueCabZgH9uJxnjU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10715854},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-data":"~32.1.19","@syncfusion/ej2-grids":"~32.1.21","@syncfusion/ej2-popups":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_32.1.21_1767061726513_0.5515946969588597","host":"s3://npm-registry-packages-npm-production"}},"32.1.22":{"name":"@syncfusion/ej2-treegrid","version":"32.1.22","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"c3b183b2c4864a639a4f5d540421ce4375a48c2a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-32.1.22.tgz","fileCount":321,"integrity":"sha512-if1ITQA5zN2LW2v17muMyPa5GMib2Z3gmq7r+tk4ihMfwiirdRhmQo66EfLBOKspn3Ly9zzi3PlaEGhNVtczrQ==","signatures":[{"sig":"MEUCIQCY8afcSr3OqCAtqu4vl9IHY/vvLMk69cNScIaPn9uflQIgSrXLLWgLZOQfkhdwi6tvLfxkPqhLQvTlxhgtg1oVyZo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10721974},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-data":"~32.1.19","@syncfusion/ej2-grids":"~32.1.22","@syncfusion/ej2-popups":"~32.1.19"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_32.1.22_1767667843363_0.8995724510732743","host":"s3://npm-registry-packages-npm-production"}},"32.1.22-1533505":{"name":"@syncfusion/ej2-treegrid","version":"32.1.22-1533505","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@32.1.22-1533505","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"d90e557cfd5dc386c98def1316e821fce79f1ae3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-32.1.22-1533505.tgz","fileCount":321,"integrity":"sha512-vjZwiFG9aw3yD7086Z+V4gYScqSHV9kWDse2wiZEwoTSzbJYZovF6scEwMHsmpwJSIeEVt2+iblEH9yjGHnCTQ==","signatures":[{"sig":"MEYCIQCcc5V3WtVl+yXy7NBZMixEDyspL5bs8boJSWQfiBWFvQIhAL1nDnoej5CHh6Yu8KX1Zfwv+OR/q5k16ZPS1aIgUPQ3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10725811},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"10.9.3","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"@syncfusion/ej2-base":"~32.1.19","@syncfusion/ej2-data":"~32.1.19","@syncfusion/ej2-grids":"~32.1.22","@syncfusion/ej2-popups":"~32.1.19"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_32.1.22-1533505_1767962307473_0.9067748721410631","host":"s3://npm-registry-packages-npm-production"}},"32.1.24":{"name":"@syncfusion/ej2-treegrid","version":"32.1.24","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"43d777c03fc8382b0bf24819aca0e189cc869935","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-32.1.24.tgz","fileCount":423,"integrity":"sha512-r3D0Nvgpn7uAuM0ePZogdSxY1CAe/2c0nbAJRtMdi9qLSedJ43EqqFrnVoHccBPu8cDqVujhTU6n/39EhyUzMg==","signatures":[{"sig":"MEUCID6JXGgGsbzlmFnr4GpXhVn2zHnBF5MF69hyQyxg7tVDAiEA9YIuXjwlFKdUWEeoU5wvtlw9ytBJK+devJkG4Gu+nJQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10763666},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.24","@syncfusion/ej2-data":"~32.1.24","@syncfusion/ej2-grids":"~32.1.24","@syncfusion/ej2-popups":"~32.1.24"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_32.1.24_1768876025977_0.6715029712424061","host":"s3://npm-registry-packages-npm-production"}},"32.1.25":{"name":"@syncfusion/ej2-treegrid","version":"32.1.25","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"6e98aa0baf038e4b51723de384c8bfa2f129cb68","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-32.1.25.tgz","fileCount":425,"integrity":"sha512-oigcG7JAqNyLsdf9PvbruJ1VFwgvpYofUn3gSkZnvAMN1NLGxgZFldQbqLUU9pKm+Va3qIAoPcsILaC2AqYhYw==","signatures":[{"sig":"MEYCIQDeOL5ZVsStjwqqitUJTDjO3fhaygo5dQI4PsqbEbej/AIhAOG3G7x3T6MwpIz4/a9OF48ssiJbQEAi1hIY9MBe4arM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10768178},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.1.24","@syncfusion/ej2-data":"~32.1.24","@syncfusion/ej2-grids":"~32.1.25","@syncfusion/ej2-popups":"~32.1.25"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_32.1.25_1769482463472_0.06455347166247938","host":"s3://npm-registry-packages-npm-production"}},"32.2.3":{"name":"@syncfusion/ej2-treegrid","version":"32.2.3","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"2d91aa15e7a1a4dfb8d73c6bac561bb3520bd2c0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-32.2.3.tgz","fileCount":425,"integrity":"sha512-lP4NWpAoEQM2C0q32iuqwpDTo+mkIOI4MgF5JdOG/wGoKRkz6FVOoQO3oKAMSQOzbBMuLdTR5Mj/8wflQZcISA==","signatures":[{"sig":"MEUCIQCKq+qnq8Iqn9z0j2rEhNZ6u5XijAdpoF9bhbNkP41lUwIgNo5J3NWRR2LRsGZejDCOx0Z70/+rXtJ1DdN/fiIfM44=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10825699},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.3","@syncfusion/ej2-data":"~32.2.3","@syncfusion/ej2-grids":"~32.2.3","@syncfusion/ej2-popups":"~32.2.3"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_32.2.3_1770256872097_0.7246126274148692","host":"s3://npm-registry-packages-npm-production"}},"32.2.4":{"name":"@syncfusion/ej2-treegrid","version":"32.2.4","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"96a9bb52d848931175247ff077c3ca680acf77b1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-32.2.4.tgz","fileCount":425,"integrity":"sha512-BatWADazL6F+zhV3Ahxo4gk4fV0NZJKwwXrg9gFMwqfIAodXjOr3e5Q3wtGWdQXS8g/AveRlHNGkb+yUyZuI/A==","signatures":[{"sig":"MEUCIEikUUqsIrcm07Q7anxYwW7opV4ISsGsFQWDn91ObwZgAiEA7tO+Ry7qnqDE1xV6S9CxRRmMldJW60H/u151LPKoMcE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10827371},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.3","@syncfusion/ej2-data":"~32.2.3","@syncfusion/ej2-grids":"~32.2.3","@syncfusion/ej2-popups":"~32.2.4"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_32.2.4_1770781086901_0.1750971772258827","host":"s3://npm-registry-packages-npm-production"}},"32.2.7":{"name":"@syncfusion/ej2-treegrid","version":"32.2.7","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"f663e54678acb6e81a61c6f16b32ab052c550f74","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-32.2.7.tgz","fileCount":425,"integrity":"sha512-MJbIWwupew14KU4DKdiYUGvrdkwwTvDXgnVVsB6jfercRFxM6bJuNTF85eIbq1xvLdpaAxndu9bMbyRYl0O7dQ==","signatures":[{"sig":"MEUCIQDzTWLgl8Sa2K6hdsfCB9rWervD83B9uJUhJXvQc5LOcQIgCK+9aCqzgw+k6er3cbauRUj7m4JB3JpQN10ggbztPF4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10846120},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.6","@syncfusion/ej2-data":"~32.2.3","@syncfusion/ej2-grids":"~32.2.7","@syncfusion/ej2-popups":"~32.2.7"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_32.2.7_1771914255272_0.080866639102678","host":"s3://npm-registry-packages-npm-production"}},"32.2.9":{"name":"@syncfusion/ej2-treegrid","version":"32.2.9","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"6c57f4278661141a2e40ebfc434c609ef6c6ff7c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-32.2.9.tgz","fileCount":425,"integrity":"sha512-CGGd9755ny+NuovXNlhu3UjYTVQqmO9bwYr4TyYK8HB6zzhzJVU6NH9UXFKXmRB1/I3XLEy49H/1SoLtvZZWUQ==","signatures":[{"sig":"MEUCIQCx3d+mTyUwOp6XZuuyozWIoPYHvFAFjgZMzOp5tcQxdgIgfA2fwORR6dh6BnWyU3m7lRZeb1/XV+vFm5vP1Ml5nWw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10863890},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~32.2.9","@syncfusion/ej2-data":"~32.2.3","@syncfusion/ej2-grids":"~32.2.9","@syncfusion/ej2-popups":"~32.2.8"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_32.2.9_1773108757307_0.6231910369817575","host":"s3://npm-registry-packages-npm-production"}},"33.1.44":{"name":"@syncfusion/ej2-treegrid","version":"33.1.44","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"e79fa5c8a43e5b5e5f9e3e1cbf96eb8546935029","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-33.1.44.tgz","fileCount":425,"integrity":"sha512-AeAyZtbKUDUZiqbXa3/w4/C/iAMNKjow2MPq+zt9w6BREZVfW7d8YQZz9bmucSW6ovAgLdStncIKxSvoxk9O8Q==","signatures":[{"sig":"MEUCIAI6HHukbspW+tbq48GGXWDcB3HA3tYdJ4QhdBzndJfxAiEA0afLQSRdnhWur95Wol3w4dD5RFq7uJn97UQf32evjQ4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10943338},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~33.1.44","@syncfusion/ej2-data":"~33.1.44","@syncfusion/ej2-grids":"~33.1.44","@syncfusion/ej2-popups":"~33.1.44"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_33.1.44_1773658406290_0.735634510673725","host":"s3://npm-registry-packages-npm-production"}},"32.2.9-1987473":{"name":"@syncfusion/ej2-treegrid","version":"32.2.9-1987473","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@32.2.9-1987473","maintainers":[{"name":"anonymous","email":"githubsamples@syncfusion.com"},{"name":"anonymous","email":"essentialjs2@syncfusion.com"},{"name":"anonymous","email":"packages@syncfusion.com"}],"homepage":"https://www.syncfusion.com/javascript-ui-controls","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"dist":{"shasum":"dac5f955aadf53ff8a48b4de4ad2f30dea549116","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-32.2.9-1987473.tgz","fileCount":415,"integrity":"sha512-u6vP91EYt1JJiJn7HVA+dvn+89Q4MzcMEfWPrQzyIHiJb3074AYBZKbPkzaPsfwtDamms4GjpdPIuG8hd5WVTA==","signatures":[{"sig":"MEUCIDU/9alA/5X6sBDHg2+CTEwWCLdGds8dUFdTU4c3TkoLAiEAwjS+wGQN7GUhEbK74hBdr34m12E6WG6U1cgNAo71Pl0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8872591},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.es5.js","module":"./index.js","typings":"index.d.ts","_npmUser":{"name":"anonymous","email":"packages@syncfusion.com"},"repository":{"url":"git+https://github.com/syncfusion/ej2-treegrid.git","type":"git"},"_npmVersion":"8.11.0","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"@syncfusion/ej2-base":"~32.2.9","@syncfusion/ej2-data":"~32.2.3","@syncfusion/ej2-grids":"~32.2.9","@syncfusion/ej2-popups":"~32.2.8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_32.2.9-1987473_1773667560086_0.2237725862378459","host":"s3://npm-registry-packages-npm-production"}},"33.1.45":{"name":"@syncfusion/ej2-treegrid","version":"33.1.45","keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","_id":"@syncfusion/ej2-treegrid@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-treegrid/issues"},"dist":{"shasum":"4af12336689ef3c0fd4e518e1321648af1210b4c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-33.1.45.tgz","fileCount":425,"integrity":"sha512-TtCuenvVChBKKCg4IJY3xude0Apac3ZiMpaIAXjug4te7Zm8DlLGumRROBP0kwK0sSYIj+Nh+Iwv3h0Vp9vJZA==","signatures":[{"sig":"MEQCIEFY8KpzOjKEno93Eckt2CRdiugLn8Wq7Jpg1rwBt6InAiAbBg+y2fnYa404QeCWesV9Ewi3pYxBdBhsgRIAkxyBKQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10973501},"main":"./dist/ej2-treegrid.umd.min.js","es2015":"./dist/es6/ej2-treegrid.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-treegrid.git","type":"git"},"_npmVersion":"8.19.4","description":"Essential JS 2 TreeGrid Component","directories":{},"sideEffects":false,"_nodeVersion":"16.20.2","dependencies":{"@syncfusion/ej2-base":"~33.1.45","@syncfusion/ej2-data":"~33.1.45","@syncfusion/ej2-grids":"~33.1.45","@syncfusion/ej2-popups":"~33.1.44"},"_hasShrinkwrap":false,"devDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/ej2-treegrid_33.1.45_1774330325898_0.10277442242685542","host":"s3://npm-registry-packages-npm-production"}},"33.1.46":{"name":"@syncfusion/ej2-treegrid","version":"33.1.46","description":"Essential JS 2 TreeGrid Component","author":{"name":"Syncfusion Inc."},"license":"SEE LICENSE IN license","main":"./dist/ej2-treegrid.umd.min.js","module":"./index.js","es2015":"./dist/es6/ej2-treegrid.es5.js","dependencies":{"@syncfusion/ej2-base":"~33.1.45","@syncfusion/ej2-data":"~33.1.45","@syncfusion/ej2-grids":"~33.1.46","@syncfusion/ej2-popups":"~33.1.44"},"devDependencies":{},"keywords":["ej2","syncfusion","JavaScript","TypeScript","treelist","tree-table","tree-data","treegrid","table","tree-grid-component","tree-table-control","hierarchy-table","nested-grid","treeview-grid","hierarchical-grid","nested-table","parent-child-table","collapsible-table","multi-level-table"],"repository":{"type":"git","url":"git+https://github.com/syncfusion/ej2-treegrid.git"},"typings":"index.d.ts","sideEffects":false,"homepage":"https://www.syncfusion.com/javascript-ui-controls","gitHead":"24ee1e3afadd54f2a1f3a39eb7ef2ffab0ebe932","bugs":{"url":"https://github.com/syncfusion/ej2-treegrid/issues"},"_id":"@syncfusion/ej2-treegrid@33.1.46","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-iLFj4BKw2HFZbynWS0HwKmz7VGaDZo4bdnXbdfIV5Jooa8kkTji+uBmyrlQUnptxqKLYUG4UPRawChZ8CKr0Sw==","shasum":"5d2dcbed3a61bfb367c4c8d46829e85bb42eb975","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@syncfusion/ej2-treegrid/-/ej2-treegrid-33.1.46.tgz","fileCount":425,"unpackedSize":10976873,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICENt/b5rFjzZLtuvx1esBF4ob+MoSAx+wTIWwRPCt1DAiBgjZ1GrCPAThM4EaNA9FhbCPuALMT7tQOdiaA34FV0sg=="}]},"_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-treegrid_33.1.46_1774922216793_0.6970250397002575"},"_hasShrinkwrap":false}},"name":"@syncfusion/ej2-treegrid","time":{"created":"2018-12-10T12:28:47.382Z","modified":"2026-03-31T01:56:57.155Z","16.4.40-beta":"2018-12-10T12:28:47.714Z","16.4.42":"2018-12-17T13:14:38.770Z","16.4.44":"2018-12-24T12:15:25.941Z","16.4.45":"2019-01-02T12:02:15.862Z","16.4.46":"2019-01-08T11:05:29.104Z","16.4.47":"2019-01-16T11:21:00.651Z","16.4.48":"2019-01-22T12:04:30.014Z","17.1.1-beta":"2019-01-29T13:52:23.072Z","16.4.52":"2019-02-05T16:41:36.967Z","16.4.53":"2019-02-13T10:15:18.514Z","16.4.55":"2019-02-27T07:21:42.813Z","17.1.32-beta":"2019-03-13T15:13:00.850Z","17.1.38":"2019-03-29T07:35:09.646Z","17.1.40":"2019-04-09T11:48:22.069Z","17.1.41":"2019-04-16T11:12:10.883Z","17.1.42":"2019-04-23T09:11:52.841Z","17.1.44":"2019-05-07T09:36:32.408Z","17.1.47":"2019-05-14T10:45:30.136Z","17.1.48":"2019-05-21T12:19:06.134Z","17.1.49":"2019-05-29T07:49:21.886Z","17.1.51":"2019-06-11T12:42:56.670Z","17.2.28-beta":"2019-06-27T14:56:20.823Z","17.2.34":"2019-07-11T12:43:31.703Z","17.2.35":"2019-07-17T04:41:13.598Z","17.2.39":"2019-07-30T07:26:43.645Z","17.2.40":"2019-08-06T11:05:38.212Z","17.2.41":"2019-08-14T03:59:25.399Z","17.2.46":"2019-08-22T10:56:07.205Z","17.2.47":"2019-08-27T14:27:19.721Z","17.2.29-beta":"2019-08-27T20:00:41.031Z","17.2.48-beta":"2019-08-28T14:29:29.017Z","17.2.51":"2019-09-10T16:02:35.143Z","17.3.9-beta":"2019-09-20T12:45:25.934Z","17.3.14":"2019-10-03T16:20:50.992Z","17.3.16":"2019-10-09T09:49:14.578Z","17.3.17":"2019-10-15T13:13:52.546Z","17.3.19":"2019-10-22T12:40:43.066Z","17.3.21":"2019-10-30T11:31:53.576Z","17.3.26":"2019-11-05T18:40:54.526Z","17.3.27":"2019-11-12T12:09:30.706Z","17.3.28":"2019-11-19T13:17:55.510Z","17.3.29":"2019-11-26T06:58:54.810Z","17.4.39":"2019-12-17T10:26:48.978Z","17.4.40":"2019-12-24T11:07:33.399Z","17.4.41":"2020-01-07T09:36:26.736Z","17.4.43":"2020-01-14T06:54:03.796Z","17.4.46":"2020-01-30T09:27:27.725Z","17.4.47":"2020-02-05T07:05:43.042Z","17.4.49":"2020-02-11T10:58:44.882Z","17.4.51":"2020-02-25T14:24:46.028Z","18.1.36-beta":"2020-03-19T09:16:36.268Z","18.1.42":"2020-04-01T10:50:03.016Z","18.1.43":"2020-04-07T12:16:06.853Z","18.1.45":"2020-04-21T10:22:08.823Z","18.1.48":"2020-05-05T11:26:41.477Z","18.1.52":"2020-05-13T08:28:11.524Z","18.1.53":"2020-05-19T07:10:58.194Z","18.1.54":"2020-05-26T10:26:47.308Z","18.1.55":"2020-06-02T10:34:09.640Z","18.1.56":"2020-06-09T11:48:16.762Z","18.1.57":"2020-06-16T10:51:26.281Z","18.1.59":"2020-06-23T10:01:39.576Z","18.2.44":"2020-07-07T00:47:08.276Z","18.2.45":"2020-07-14T05:58:12.806Z","18.2.47":"2020-07-28T09:11:11.508Z","18.2.54":"2020-08-18T12:28:25.987Z","18.2.55":"2020-08-25T14:35:20.021Z","18.2.56":"2020-09-01T11:46:58.823Z","18.2.57":"2020-09-08T11:50:55.277Z","18.2.58":"2020-09-15T14:50:45.289Z","18.2.59":"2020-09-21T14:53:49.327Z","18.3.35":"2020-10-01T09:46:15.117Z","18.3.40":"2020-10-13T13:59:53.609Z","18.3.42":"2020-10-20T11:31:14.671Z","17.2.49-beta":"2020-10-23T08:14:32.907Z","18.3.44":"2020-10-27T10:51:16.877Z","18.3.47":"2020-11-05T08:19:51.290Z","18.3.48":"2020-11-11T07:16:38.457Z","17.2.52-1205479":"2020-11-23T12:57:47.304Z","18.3.52":"2020-12-01T13:18:59.965Z","18.4.30":"2020-12-17T07:29:10.391Z","18.4.31":"2020-12-22T11:45:48.233Z","18.4.33":"2021-01-05T07:48:47.440Z","18.4.34":"2021-01-12T14:40:18.232Z","17.2.55-1205479":"2021-01-15T09:33:29.340Z","18.4.35":"2021-01-19T10:40:53.933Z","18.4.39":"2021-01-28T05:11:56.822Z","18.4.41":"2021-02-02T12:06:59.195Z","18.4.42":"2021-02-09T11:28:14.195Z","18.4.44":"2021-02-23T09:18:10.940Z","18.4.46":"2021-03-02T09:39:09.216Z","18.4.48":"2021-03-16T09:45:27.046Z","18.4.49":"2021-03-23T08:56:58.043Z","19.1.54":"2021-03-30T14:52:19.411Z","19.1.55":"2021-04-06T06:35:03.780Z","19.1.56":"2021-04-13T09:21:02.889Z","19.1.57":"2021-04-20T09:35:15.312Z","19.1.58":"2021-04-27T10:35:34.994Z","19.1.59":"2021-05-04T09:27:31.650Z","19.1.63":"2021-05-13T05:59:38.996Z","19.1.64":"2021-05-19T10:03:41.760Z","19.1.65":"2021-05-25T06:55:49.276Z","19.1.66":"2021-06-01T06:04:26.317Z","19.1.67":"2021-06-08T09:14:11.809Z","19.2.44":"2021-06-30T05:12:47.658Z","19.2.46":"2021-07-06T08:18:27.611Z","19.2.47":"2021-07-13T08:11:54.090Z","19.2.48":"2021-07-20T07:08:31.193Z","19.2.49":"2021-07-27T07:20:12.878Z","19.2.51":"2021-08-03T09:02:38.823Z","19.2.55":"2021-08-11T05:34:32.094Z","19.2.56":"2021-08-17T09:34:36.550Z","19.2.59":"2021-08-31T09:04:52.799Z","19.2.60":"2021-09-07T11:07:01.072Z","19.3.43":"2021-09-30T05:01:50.704Z","19.3.44":"2021-10-05T10:20:24.327Z","19.3.45":"2021-10-12T11:00:09.504Z","19.3.46":"2021-10-19T10:18:48.728Z","19.3.47":"2021-10-26T10:19:52.751Z","19.3.48":"2021-11-02T10:35:40.472Z","19.3.53":"2021-11-12T05:46:45.551Z","19.3.55":"2021-11-23T12:44:27.689Z","19.3.57":"2021-12-07T10:47:00.679Z","19.4.38":"2021-12-17T05:51:24.993Z","19.4.40":"2021-12-28T14:37:15.728Z","19.4.41":"2022-01-04T11:27:01.806Z","19.4.42":"2022-01-11T14:06:46.133Z","19.4.47":"2022-01-25T12:21:29.502Z","19.4.48":"2022-01-31T10:17:37.691Z","19.4.50":"2022-02-08T10:16:06.432Z","19.4.52":"2022-02-15T14:00:07.606Z","19.4.54":"2022-03-01T12:12:17.260Z","19.4.55":"2022-03-08T09:34:34.138Z","19.4.56":"2022-03-15T14:47:00.048Z","20.1.47":"2022-04-04T08:10:50.919Z","20.1.48":"2022-04-12T11:11:36.157Z","20.1.51":"2022-04-26T13:30:49.243Z","20.1.52":"2022-05-04T07:34:16.757Z","20.1.55":"2022-05-12T12:51:53.441Z","20.1.56":"2022-05-17T10:55:59.563Z","20.1.59":"2022-06-07T11:24:18.617Z","20.1.60":"2022-06-14T12:21:23.344Z","20.2.36":"2022-06-30T08:43:24.266Z","20.2.38":"2022-07-12T17:22:42.366Z","20.2.39":"2022-07-19T14:51:37.933Z","20.2.40":"2022-07-26T11:48:22.860Z","20.2.43":"2022-08-08T05:43:33.690Z","20.2.44":"2022-08-16T13:01:35.072Z","20.2.45":"2022-08-23T12:36:40.848Z","20.2.46":"2022-08-30T13:46:14.216Z","20.2.49":"2022-09-13T14:13:42.047Z","20.3.47":"2022-09-29T08:49:42.586Z","20.3.48":"2022-10-05T13:36:48.965Z","20.3.49":"2022-10-11T12:51:51.963Z","20.3.50":"2022-10-18T10:49:29.091Z","20.3.52":"2022-10-26T12:54:54.708Z","20.3.56":"2022-11-08T09:53:29.796Z","20.3.57":"2022-11-15T13:54:34.073Z","20.3.58":"2022-11-22T12:48:54.671Z","20.3.60":"2022-12-06T13:44:18.438Z","20.3.61":"2022-12-13T13:26:12.650Z","20.4.38":"2022-12-21T09:30:59.753Z","20.4.40":"2022-12-28T17:06:37.367Z","20.4.42":"2023-01-04T12:35:43.455Z","20.1.56-97113":"2023-01-11T12:36:57.595Z","20.4.44":"2023-01-18T15:15:43.543Z","20.4.48":"2023-02-01T07:21:41.343Z","20.4.49":"2023-02-07T13:29:18.801Z","20.4.54":"2023-03-14T13:44:42.041Z","21.1.35":"2023-03-23T08:03:24.548Z","21.1.37":"2023-03-29T15:03:12.490Z","21.1.38":"2023-04-04T13:13:39.493Z","21.1.41":"2023-04-18T11:12:12.015Z","21.2.3":"2023-05-03T08:50:35.004Z","21.2.4":"2023-05-09T12:32:46.252Z","21.2.5":"2023-05-16T11:34:17.155Z","21.2.6":"2023-05-23T11:52:25.140Z","21.2.8":"2023-05-30T11:55:25.564Z","21.2.9":"2023-06-06T13:26:48.942Z","21.2.10":"2023-06-14T13:44:35.414Z","22.1.34":"2023-06-21T11:55:33.481Z","21.1.36":"2023-06-28T11:50:54.498Z","21.1.42":"2023-06-28T14:59:43.213Z","22.1.36":"2023-06-28T15:45:29.491Z","22.1.37":"2023-07-04T11:42:19.318Z","22.1.38":"2023-07-11T13:17:21.500Z","22.1.39":"2023-07-18T12:27:57.300Z","22.2.5":"2023-07-27T14:41:26.464Z","22.2.7":"2023-08-02T12:29:46.436Z","22.2.9":"2023-08-15T12:25:39.922Z","23.1.36":"2023-09-15T08:03:11.514Z","23.1.39":"2023-10-04T07:47:39.191Z","23.1.43":"2023-10-31T01:30:31.095Z","23.2.4":"2023-11-20T06:16:03.875Z","23.2.6":"2023-11-28T05:35:33.312Z","23.2.7":"2023-12-05T02:49:50.829Z","24.1.41":"2023-12-18T06:27:39.412Z","24.1.44":"2024-01-03T03:31:51.155Z","24.1.45":"2024-01-09T02:17:07.702Z","24.1.46":"2024-01-17T02:03:08.730Z","24.2.3":"2024-01-31T14:07:35.658Z","24.2.4":"2024-02-06T04:53:19.547Z","24.2.5":"2024-02-13T02:00:26.799Z","24.2.7":"2024-02-20T01:49:36.351Z","24.2.8":"2024-02-27T06:38:10.847Z","24.2.9":"2024-03-05T09:00:14.680Z","25.1.35":"2024-03-15T12:14:17.827Z","25.1.37":"2024-03-26T04:58:45.689Z","25.1.38":"2024-04-03T13:22:25.281Z","25.1.39":"2024-04-09T12:34:25.812Z","25.1.41":"2024-04-23T06:41:45.364Z","25.1.42":"2024-04-30T03:00:57.318Z","25.2.3":"2024-05-08T13:45:15.680Z","25.2.4":"2024-05-14T02:20:41.075Z","25.2.5":"2024-05-21T03:28:06.546Z","25.2.6":"2024-05-28T02:32:40.174Z","26.1.35":"2024-06-11T13:11:36.947Z","26.1.39":"2024-06-25T09:01:16.821Z","26.1.40":"2024-07-02T05:05:46.981Z","26.1.41":"2024-07-09T07:02:11.635Z","26.1.42":"2024-07-15T23:30:58.704Z","26.2.4":"2024-07-24T09:26:39.362Z","26.2.5":"2024-07-25T23:29:48.153Z","26.2.8":"2024-08-05T22:59:26.257Z","26.2.9":"2024-08-12T22:56:50.087Z","26.2.10":"2024-08-19T22:59:42.104Z","26.2.11":"2024-08-26T23:01:10.993Z","26.2.12":"2024-09-02T22:56:29.917Z","26.2.14":"2024-09-10T05:02:34.215Z","27.1.48":"2024-09-18T10:10:18.410Z","27.1.50":"2024-09-23T23:03:08.062Z","27.1.51":"2024-09-30T13:26:58.452Z","27.1.53":"2024-10-15T08:44:41.591Z","27.1.55":"2024-10-22T02:59:03.792Z","27.1.56":"2024-10-23T13:16:20.976Z","27.1.57":"2024-10-29T00:01:19.641Z","27.2.2":"2024-11-15T04:20:18.786Z","27.2.3":"2024-11-21T18:01:15.117Z","28.1.33":"2024-12-12T08:07:08.866Z","28.1.35":"2024-12-18T18:14:10.811Z","28.1.36":"2024-12-24T10:49:35.248Z","28.1.37":"2024-12-30T23:51:53.895Z","28.1.39":"2025-01-14T03:04:57.369Z","28.2.3":"2025-01-29T10:26:27.433Z","28.2.4":"2025-02-04T01:02:57.433Z","28.2.6":"2025-02-18T02:22:50.320Z","29.1.33":"2025-03-25T10:14:45.940Z","29.1.37":"2025-04-08T03:07:30.410Z","29.1.39":"2025-04-22T02:44:01.288Z","29.2.4":"2025-05-14T10:48:08.957Z","29.2.8":"2025-06-03T01:30:49.168Z","30.1.37":"2025-06-25T12:33:34.509Z","30.1.38":"2025-07-02T05:09:00.489Z","30.2.4":"2025-08-07T08:04:43.346Z","31.1.17":"2025-09-05T07:15:43.447Z","31.1.20":"2025-09-17T02:51:58.774Z","31.1.21":"2025-09-23T03:02:47.226Z","31.1.22":"2025-10-01T03:38:57.821Z","31.2.2":"2025-10-15T09:48:03.386Z","31.2.5":"2025-11-04T03:05:17.027Z","26.1.35-469198":"2025-11-07T05:37:32.984Z","26.1.35-760834":"2025-11-07T11:19:37.540Z","31.2.10":"2025-11-12T20:06:23.831Z","31.2.12":"2025-11-18T07:49:47.840Z","31.2.15":"2025-11-25T00:25:24.992Z","32.1.19":"2025-12-16T06:43:31.249Z","32.1.21":"2025-12-30T02:28:46.708Z","32.1.22":"2026-01-06T02:50:43.716Z","32.1.22-1533505":"2026-01-09T12:38:27.719Z","32.1.24":"2026-01-20T02:27:06.205Z","32.1.25":"2026-01-27T02:54:23.726Z","32.2.3":"2026-02-05T02:01:12.281Z","32.2.4":"2026-02-11T03:38:07.166Z","32.2.7":"2026-02-24T06:24:15.527Z","32.2.9":"2026-03-10T02:12:37.572Z","33.1.44":"2026-03-16T10:53:26.527Z","32.2.9-1987473":"2026-03-16T13:26:00.309Z","33.1.45":"2026-03-24T05:32:06.092Z","33.1.46":"2026-03-31T01:56:57.005Z"},"readmeFilename":"README.md","homepage":"https://www.syncfusion.com/javascript-ui-controls"}